Code review comment for ~slyon/ubuntu/+source/systemd:lunar/no-i386-binaries

Revision history for this message
Lukas Märdian (slyon) wrote :

I've uploaded a new build to the ppa:ci-train-ppa-service/4635 for Mantic.

The ppc64el build fails in the same way the current version in Lunar fails on Mantic (so this seems unrelated):
https://launchpad.net/~slyon/+archive/ubuntu/testing/+sourcepub/14739488/+listing-archive-extra

Some autopkgtests can be found here:
https://autopkgtest.ubuntu.com/results/autopkgtest-mantic-ci-train-ppa-service-4635/?format=plain

i386 reverse depends spot checks are looking good:
(libsystemd0) dbus-broker PASS
(libudev1) bluez PASS

Normal systemd autopkgtests fail the "tests-in-lxd" case, the same way they fail in Mantic, currently (due to missing LXC Mantic images).

The "networkd-test.py" case is known flaky, but it might be worth doing some extra investigation before merging this, as it seems to fail in the PPA but not Mantic, currently (seems unrelated, though):

```
======================================================================
FAIL: test_transient_hostname (__main__.DnsmasqClientTest.test_transient_hostname)
networkd sets transient hostname from DHCP
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest.2wtzSH/build.l2N/src/test/networkd-test.py", line 795, in test_transient_hostname
    self.fail('Transient hostname not found in hostnamectl:\n{}'.format(out.decode()))
AssertionError: Transient hostname not found in hostnamectl:
   Static hostname: (unset)
Transient hostname: autopkgtest
         Icon name: computer-vm
           Chassis: vm 🖴
        Machine ID: f09e8df852cd4964a73ee33c74bb3374
           Boot ID: d4d6db2e77834ef5bb15f4b52ce200b1
    Virtualization: kvm
  Operating System: Ubuntu Mantic Minotaur (development branch)
            Kernel: Linux 6.2.0-21-generic
      Architecture: x86-64
   Hardware Vendor: OpenStack Foundation
    Hardware Model: OpenStack Nova
  Firmware Version: 1.13.0-1ubuntu1.1

======================================================================
FAIL: test_dhcp_timezone (__main__.NetworkdClientTest.test_dhcp_timezone)
networkd sets time zone from DHCP
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autopkgtest.2wtzSH/build.l2N/src/test/networkd-test.py", line 1015, in test_dhcp_timezone
    self.assertEqual(get_tz(), 'Pacific/Honolulu')
AssertionError: 'Etc/UTC' != 'Pacific/Honolulu'
- Etc/UTC
+ Pacific/Honolulu

----------------------------------------------------------------------
Ran 35 tests in 161.043s

FAILED (failures=2, skipped=3)
autopkgtest [07:16:54]: test networkd-test.py: -----------------------]
autopkgtest [07:16:54]: test networkd-test.py: - - - - - - - - - - results - - - - - - - - - -
networkd-test.py FAIL non-zero exit status 1
```

« Back to merge proposal