/srv/irclogs.ubuntu.com/2017/08/02/#ubuntu-release.txt

xnoxslangasek, boot-smoke tests, after a few reboots detects that network-manager fails to start. thus i am suspecting the new network-manager is toast.01:02
xnoxAug 02 00:59:46 normal nm-online[473]: Error: Could not create NMClient object: Timeout was reached01:02
xnoxbdmurray, is that similar to what whoopsie saw ^01:03
xnoxcause e.g. it looks like NetworkManager-wait-online.service is affected01:03
slangasekxnox: was the new nm toast before?01:08
xnoxas per autopkgtest.ubuntu.com it did manage to pass with old systemd.01:09
slangasekthen what makes it toast now?01:10
xnoxas far as i can see, it is racy, and when NetworkManager.service claims the bus, it is not yet ready to take connections, thus NetworkManager-wait-online.service fails.01:17
xnoxi'm not sure if this is normal in unpriviledged container, but with network-manager installed, it boots degraded.01:18
xnoxalso i'm not sure if this is a valid test at all, to install network-manager and expect the system to boot non-degraded. i guess it is, even if NM is not managing anything.01:18
xnoxalso rtkit-daemon and systemd-hostnamed fail.01:20
=== Guest52427 is now known as RAOF
bdmurrayxnox: no03:25
-queuebot:#ubuntu-release- Unapproved: cockpit (zesty-backports/universe) [146-1~ubuntu17.04.1 => 147-1~ubuntu17.04.1] (no packageset)05:17
-queuebot:#ubuntu-release- Unapproved: cockpit (xenial-backports/universe) [146-1~ubuntu16.04.1 => 147-1~ubuntu16.04.1] (no packageset)05:18
-queuebot:#ubuntu-release- Unapproved: accepted cockpit [source] (xenial-backports) [147-1~ubuntu16.04.1]05:22
-queuebot:#ubuntu-release- Unapproved: accepted cockpit [source] (zesty-backports) [147-1~ubuntu17.04.1]05:22
-queuebot:#ubuntu-release- New: accepted libglvnd [amd64] (artful-proposed) [0.2.999+git20170201-4]06:04
-queuebot:#ubuntu-release- New: accepted libglvnd [i386] (artful-proposed) [0.2.999+git20170201-4]06:04
-queuebot:#ubuntu-release- New: accepted libglvnd [s390x] (artful-proposed) [0.2.999+git20170201-4]06:04
-queuebot:#ubuntu-release- New: accepted mythtv [arm64] (artful-proposed) [2:29.0+fixes.20170728.696806310a-0ubuntu1]06:04
-queuebot:#ubuntu-release- New: accepted mythtv [i386] (artful-proposed) [2:29.0+fixes.20170728.696806310a-0ubuntu1]06:04
-queuebot:#ubuntu-release- New: accepted mythtv [s390x] (artful-proposed) [2:29.0+fixes.20170728.696806310a-0ubuntu1]06:04
-queuebot:#ubuntu-release- New: accepted libglvnd [armhf] (artful-proposed) [0.2.999+git20170201-4]06:04
-queuebot:#ubuntu-release- New: accepted mythtv [amd64] (artful-proposed) [2:29.0+fixes.20170728.696806310a-0ubuntu1]06:04
-queuebot:#ubuntu-release- New: accepted mythtv [ppc64el] (artful-proposed) [2:29.0+fixes.20170728.696806310a-0ubuntu1]06:04
-queuebot:#ubuntu-release- New: accepted libglvnd [ppc64el] (artful-proposed) [0.2.999+git20170201-4]06:04
-queuebot:#ubuntu-release- New: accepted mythtv [armhf] (artful-proposed) [2:29.0+fixes.20170728.696806310a-0ubuntu1]06:04
-queuebot:#ubuntu-release- Builds: Lubuntu Desktop amd64 [Xenial 16.04.3] has been marked as ready08:00
-queuebot:#ubuntu-release- Builds: Lubuntu Desktop i386 [Xenial 16.04.3] has been marked as ready08:00
xnoxcyphermox, infinity - https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1708096 =(10:00
ubot5Ubuntu bug 1708096 in The Ubuntu-power-systems project "Ubuntu16.04.3 Installation fails for JFS file system" [High,New]10:00
infinityxnox: Might be the prep-finddev (or whatever it is) thing not being clever enough.  Probably has nothing to do with jfs.10:02
xnoxinfinity, i have a deja vu that it was fixed before with similar bug title.10:03
infinityxnox: Probably more likely to be the multi-disk setup.  But I'll give it a spin on a VM and see.10:04
xnoxe.g. https://bugs.launchpad.net/ubuntu/+source/partman-prep/+bug/163001710:04
ubot5Ubuntu bug 1630017 in partman-prep (Ubuntu) "Ubuntu 16.10 installation with root as JFS file system fails" [High,Incomplete]10:04
xnoxwhich is incomplete.10:05
infinity"grub-install: error: unknown filesystem."10:06
infinityOh.10:06
infinityMaybe our grub isn't built with jfs support?10:06
-queuebot:#ubuntu-release- Unapproved: accepted nova [source] (xenial-proposed) [2:13.1.4-0ubuntu2]10:09
infinityNot sure why we support installing to jfs anyway.  Even IBM spent year advocating xfs over jfs (and they WROTE jfs).10:09
infinitys/year/years/10:10
cjwatsonjfs isn't in the signed image, but that shouldn't affect grub-install10:10
cjwatson(nor POWER ...)10:10
cjwatsonAFAIK the jfs module is built unconditionally10:11
cjwatsonmy bet would be an endianness bug10:11
cjwatsonor something like that10:11
infinityThe bug looks even more whacky in that second one.10:12
infinityThings randomly dying and/or OOMing, but only with root on jfs.10:12
cjwatsonto debug GRUB, I'd suggest making a loop fs on a real system of the right arch, and playing around with grub-fstest10:12
cjwatson(probably not actually endianness since ppc64el == x86 on that score)10:13
infinitycjwatson: If it's the same as the second bug above, I don't think it's grub at all, grub's just a victim.10:13
infinityThough, endianness bugs in an IBM-authored filesystem on ppc64el wouldn't be weird either.10:13
infinitySince there's a whole lot of ppc64 == be that's needed to be cleaned up.10:14
cjwatsonyeah, I didn't look at all closely10:14
cjwatsonthe GRUB JFS module wasn't written by IBM10:15
cjwatsonand it does appear to have at least some endian handling10:15
cjwatsonbut yeah, could be a bug in the filesystem that grub-install is running from, and as you say it's just a victim10:16
sil2100infinity: if anything, I'll be doing some test runs for mythubuntu in some moments, just mentioning so not to duplicate testing too muchy10:28
infinitysil2100: Is "muchy" a Trump word?10:38
infinitysil2100: I look forward to you test results, bigly.10:38
sil2100If it is then Trump is strange10:40
sil2100(almost done with the changelog as well)10:40
xnoxinfinity, ok, i shall request logs and if it is OOMing for the report, they really should fix that.10:41
infinityxnox: I think OOMing was a suspicion of cyphermox's, but perhaps not the actual case.10:42
infinityxnox: Still, the original bug report lacks anyone actually finding a cause.10:42
xnoxok, but we do need logs from the installer. thus it is fair to request installer logs in the new bug report, and mark it incomplete.10:42
xnoxcause we do need to see which system it is, how much memory it has, if there are OOM in syslog or not.10:43
xnoxand the new one lacks details too.10:43
infinityThe new one has logs.10:45
infinitywin 1810:51
-queuebot:#ubuntu-release- Unapproved: rejected cloud-init [source] (xenial-proposed) [0.7.9-233-ge586fe35-0ubuntu1~16.04.1]11:37
-queuebot:#ubuntu-release- Unapproved: accepted update-manager [source] (xenial-proposed) [1:16.04.8]11:43
-queuebot:#ubuntu-release- Unapproved: accepted update-manager [source] (trusty-proposed) [1:0.196.24]11:45
-queuebot:#ubuntu-release- Unapproved: accepted update-manager [source] (zesty-proposed) [1:17.04.5]11:46
-queuebot:#ubuntu-release- Unapproved: accepted libapache2-mod-auth-pgsql [source] (xenial-proposed) [2.0.3-6.1ubuntu0.16.04.1]11:52
-queuebot:#ubuntu-release- Unapproved: accepted libapache2-mod-auth-pgsql [source] (trusty-proposed) [2.0.3-6ubuntu0.1]11:53
-queuebot:#ubuntu-release- Unapproved: accepted gtk+2.0 [source] (zesty-proposed) [2.24.31-1ubuntu1.1]11:55
-queuebot:#ubuntu-release- Unapproved: accepted libapache2-mod-auth-pgsql [source] (zesty-proposed) [2.0.3-6.1ubuntu0.17.04.1]11:55
-queuebot:#ubuntu-release- Builds: Ubuntu Kylin Desktop amd64 [Xenial 16.04.3] has been marked as ready12:12
-queuebot:#ubuntu-release- Builds: Ubuntu Kylin Desktop i386 [Xenial 16.04.3] has been marked as ready12:12
sergiusensapw: hey, ubuntu-image adt tests are failing on the snapcraft upload, which are not related to the snapcraft upload, sil2100 just told me there is an ubuntu-image upload which is unreviewed still which would fix it, since I fancy green results, is there a change you can accept it into -proposed? (1.1 has the fix)13:22
sil2100Yeah, it seems that in the CVE quick-fix we made we missed adding fakeroot to the test deps13:23
sil2100The new 1.1 that's in the queue should be good for everything13:23
sil2100There's already a 1.1 in -proposed but it's busted because of other reasons ;p13:23
sil2100So the re-upload is meant to fix the world13:23
cyphermoxinfinity: xnox: OOMing as the cause of JFS fails? I don't remember enough13:23
cyphermoxoh, I see13:24
sil2100apw, sergiusens: the ubuntu-image in the queue should be rather straightforward to review as 1.1 was already been reviewed and accepted once, this is the same changes + an autopkgtest skipped13:26
cyphermoxcjwatson: IIRC, not endianness either, IIRC; I was also able to install with JFS on ppc64el; as I recall it only crashed for the reporter, and possibly only when multipath is in play13:27
cyphermoxinfinity: I think this matches what you saw? ^13:27
clivejohow often is artful sync'ed with debian?13:27
sil2100infinity: oh, didn't know security could still push new packages to -updates/-security during the freeze - or is the webkit2gtk upload release-critical?13:28
apwsil2100, security has a life of its very own13:28
infinitysil2100: Yeah, they never pay attention to my freezes.13:30
infinitysil2100: But we'll just pretend that didn't happen, unless there's a reason to respin.13:30
sil2100;p13:33
cjwatsonclivejo: every six hours13:35
rbasakarges: o/13:35
rbasakarges: I was about to start looking at SRUs. Realised I was still marked away.13:35
-queuebot:#ubuntu-release- Unapproved: accepted gtk+2.0 [source] (xenial-proposed) [2.24.30-1ubuntu1.16.04.2]13:35
rbasakarges: shall I leave it to you for a while?13:36
clivejodo new packages go into Ubuntu new queue or bypass it?13:36
cjwatsonclivejo: auto-synced new source packages bypass the new queue; the resulting binary packages require a semi-automatic rubber stamp13:41
clivejocool :)13:42
-queuebot:#ubuntu-release- New binary: syslog-ng [ppc64el] (artful-proposed/universe) [3.10.1-3ubuntu1] (no packageset)14:26
-queuebot:#ubuntu-release- New binary: syslog-ng [s390x] (artful-proposed/universe) [3.10.1-3ubuntu1] (no packageset)14:26
-queuebot:#ubuntu-release- New binary: syslog-ng [amd64] (artful-proposed/universe) [3.10.1-3ubuntu1] (no packageset)14:28
-queuebot:#ubuntu-release- New binary: syslog-ng [i386] (artful-proposed/universe) [3.10.1-3ubuntu1] (no packageset)14:28
-queuebot:#ubuntu-release- New binary: syslog-ng [arm64] (artful-proposed/universe) [3.10.1-3ubuntu1] (no packageset)14:29
-queuebot:#ubuntu-release- New binary: syslog-ng [armhf] (artful-proposed/universe) [3.10.1-3ubuntu1] (no packageset)14:29
slangaseksil2100: lp:~sil2100/ubuntu-archive-tools/plus-sign-review, you made this code change locally and empirically tested that it fixed sru-review for gtk+2.0 (which is now no longer in the queue)?15:35
sil2100slangasek: yes, used it to review it, tried a few others in the queue to see if the debdiffs are downloadable - works15:36
sil2100I don't see a reason for the quote() there, but maybe I don't know the full story15:36
slangaseksil2100: yeah, '+' is the only legal char in a package name that *might* be url encoded15:36
slangaseksil2100: merged, thanks15:37
sil2100slangasek: thanks for the review!15:37
-queuebot:#ubuntu-release- Unapproved: ubuntu-drivers-common (zesty-proposed/main) [1:0.4.22 => 1:0.4.22.1] (desktop-core, ubuntu-server)15:37
cjwatsonsil2100,slangasek: I have filled in the archaeology that you were missing :)15:49
cjwatson(no changes required, you just may be interested)15:53
slangasekcjwatson: righty-o15:53
cjwatsonsome day I must get my job title changed to Programmer-Archaeologist15:55
sil2100;)15:56
slangasekRaiders of the Lost Archive15:56
bdmurrayarges: Can you update your version of ubuntu-archive-tools to get the changes to sru-review?16:27
-queuebot:#ubuntu-release- New binary: libjwt [ppc64el] (artful-proposed/universe) [1.8.0+dfsg-1] (no packageset)17:10
-queuebot:#ubuntu-release- New binary: libjwt [s390x] (artful-proposed/universe) [1.8.0+dfsg-1] (no packageset)17:11
-queuebot:#ubuntu-release- New binary: dtksettings [s390x] (artful-proposed/universe) [0.1.7-1] (no packageset)17:11
-queuebot:#ubuntu-release- New binary: dtksettings [amd64] (artful-proposed/universe) [0.1.7-1] (no packageset)17:12
-queuebot:#ubuntu-release- New binary: libjwt [amd64] (artful-proposed/universe) [1.8.0+dfsg-1] (no packageset)17:12
-queuebot:#ubuntu-release- New binary: python-coloredlogs [amd64] (artful-proposed/universe) [7.1-1] (no packageset)17:13
-queuebot:#ubuntu-release- New binary: python-dropbox [amd64] (artful-proposed/universe) [8.0.0-1] (no packageset)17:13
-queuebot:#ubuntu-release- New binary: mathgl [ppc64el] (artful-proposed/universe) [2.4.1-2] (no packageset)17:17
-queuebot:#ubuntu-release- New binary: libjwt [i386] (artful-proposed/universe) [1.8.0+dfsg-1] (no packageset)17:17
-queuebot:#ubuntu-release- New binary: mathgl [s390x] (artful-proposed/universe) [2.4.1-2] (no packageset)17:19
-queuebot:#ubuntu-release- New binary: dtksettings [arm64] (artful-proposed/universe) [0.1.7-1] (no packageset)17:24
-queuebot:#ubuntu-release- New binary: libjwt [armhf] (artful-proposed/universe) [1.8.0+dfsg-1] (no packageset)17:33
-queuebot:#ubuntu-release- New binary: libjwt [arm64] (artful-proposed/universe) [1.8.0+dfsg-1] (no packageset)17:35
-queuebot:#ubuntu-release- New binary: mathgl [armhf] (artful-proposed/universe) [2.4.1-2] (no packageset)17:35
-queuebot:#ubuntu-release- New binary: mathgl [amd64] (artful-proposed/universe) [2.4.1-2] (no packageset)17:36
-queuebot:#ubuntu-release- Unapproved: pollinate (xenial-proposed/main) [4.23-0ubuntu1~16.04.1 => 4.25-0ubuntu1~16.04.1] (ubuntu-server)17:37
-queuebot:#ubuntu-release- New binary: mathgl [i386] (artful-proposed/universe) [2.4.1-2] (no packageset)17:40
-queuebot:#ubuntu-release- New binary: mathgl [arm64] (artful-proposed/universe) [2.4.1-2] (no packageset)17:46
-queuebot:#ubuntu-release- Unapproved: pollinate (trusty-proposed/main) [4.23-0ubuntu1~14.04.2 => 4.25-0ubuntu1~14.04.1] (no packageset)18:38
-queuebot:#ubuntu-release- New binary: gcc-7-cross-ports [i386] (artful-proposed/main) [3ubuntu2] (ubuntu-desktop)19:44
slangasek"only" 1500 autopkgtests in the queue on amd6419:47
apwslangasek, just over 8.6k en-toto19:53
slangasekthat's good progress, hey; I estimated things'd be clogged until Friday19:54
-queuebot:#ubuntu-release- New binary: gcc-7-cross-ports [amd64] (artful-proposed/main) [3ubuntu2] (ubuntu-desktop)22:20
-queuebot:#ubuntu-release- New: accepted dtksettings [amd64] (artful-proposed) [0.1.7-1]23:04
-queuebot:#ubuntu-release- New: accepted dtksettings [s390x] (artful-proposed) [0.1.7-1]23:04
-queuebot:#ubuntu-release- New: accepted libjwt [arm64] (artful-proposed) [1.8.0+dfsg-1]23:04
-queuebot:#ubuntu-release- New: accepted libjwt [i386] (artful-proposed) [1.8.0+dfsg-1]23:04
-queuebot:#ubuntu-release- New: accepted libjwt [s390x] (artful-proposed) [1.8.0+dfsg-1]23:04
-queuebot:#ubuntu-release- New: accepted mathgl [arm64] (artful-proposed) [2.4.1-2]23:04
-queuebot:#ubuntu-release- New: accepted mathgl [i386] (artful-proposed) [2.4.1-2]23:04
-queuebot:#ubuntu-release- New: accepted mathgl [s390x] (artful-proposed) [2.4.1-2]23:04
-queuebot:#ubuntu-release- New: accepted python-dropbox [amd64] (artful-proposed) [8.0.0-1]23:04
-queuebot:#ubuntu-release- New: accepted dtksettings [arm64] (artful-proposed) [0.1.7-1]23:04
-queuebot:#ubuntu-release- New: accepted libjwt [armhf] (artful-proposed) [1.8.0+dfsg-1]23:04
-queuebot:#ubuntu-release- New: accepted mathgl [amd64] (artful-proposed) [2.4.1-2]23:04
-queuebot:#ubuntu-release- New: accepted mathgl [ppc64el] (artful-proposed) [2.4.1-2]23:04
-queuebot:#ubuntu-release- New: accepted libjwt [amd64] (artful-proposed) [1.8.0+dfsg-1]23:04
-queuebot:#ubuntu-release- New: accepted mathgl [armhf] (artful-proposed) [2.4.1-2]23:04
-queuebot:#ubuntu-release- New: accepted libjwt [ppc64el] (artful-proposed) [1.8.0+dfsg-1]23:04
-queuebot:#ubuntu-release- New: accepted python-coloredlogs [amd64] (artful-proposed) [7.1-1]23:04
xnoxsomehow my all proposed test is installing new systemd, but old udev.23:10
-queuebot:#ubuntu-release- New binary: node-libs-browser [amd64] (artful-proposed/none) [2.0.0-1] (no packageset)23:11
slangasekheh23:13
xnoxslangasek, systemd and udev do not depend on each other, although both are priority important. In debian, udev is statically linked against libsystemd-private instead of dynamically to avoid a hard-dep between udev and systemd.23:44
xnoxis it ok to dynamically link udev against libsystemd-private, and thus make a hard dep between bin:udev and bin:systemd? I believe bin:libudev1 should be unaffected by the change.23:45
xnoxalso, i think I need to change debian/tests/control to include udev everywhere. As testing new systemd with old udev makes no sense to me.23:45
xnoxalso i do not believe the two are truelly independant.23:46
xnoxso the only test that failed for me on amd64 is boot-and-services which said that udevamd version is wrong 233 vs 234.23:46
xnoxi ran the tests as:23:47
xnoxautopkgtest -B systemd --apt-pocket=proposed --shell --shell-fail -ddd -- qemu ./adt-artful-amd64-cloud.img23:47
xnoxhmm... missed --apt-upgrade23:47
slangasekxnox: I don't understand why you would need to do this when they are from the same source package and should be affected by the same apt pin23:50
slangasekis udev oddly blacklisted in the autopkgtest infra?23:50
xnoxno idea. but, none of the debian/tests/control tests specify udev at all, only systemd. thus in theory we are not testing udev at all. thus all the apt mark pins stuff doesn't specify anything for udev.23:51
slangaseka23:51
slangasekah23:51
xnoxusually one does @ thing which means all built binaries.23:51
xnoxi am thinking it is prudent to put udev into all the paragraphs in debian/tests/control, in addition to systemd.23:52
slangasekwell, why does having the mismatch cause things to fail?23:52
slangasekif it causes things to fail because you actually are testing udev, then I guess you should depend on udev23:53
xnoxudevadm --version reports wrong thing23:53
xnoxthere is test to make sure that udevadm --version matches the version specified in systemd.pc pkg-config file.23:53
slangasekright, then the test should dep on udev :)23:53
* xnox wonders if we ever managed to migrate new major systemd version without an override23:54
xnoxalso it uses nested kvm =/23:54
xnoxhowever, i do have green on ppc64el and s390x now =) so all arches i care about are perfect =)23:54
naccxnox: i think i figured out the open-iscsi failure in a-p, there's a test to see if iscsid has started, and it will fail with the new systemd constraints on directories existing indicating iscsi is actually in use. Seems reasonable to just drop that test, right? I'm asking smoser about it as well, to be sure23:56
mwhudsonis that because the tests skip on those arches?23:56
xnoxbut about shared link stuff, typically we do have both systemd and udev running, and linking libsystemd-private dynamically may reduce the size of udev binary. I shall check that.23:56
xnoxnacc, which tests are these? the ones in src:open-iscsi ? and yes makes sense to drop it.23:57
xnoxnacc, or the tests should setup the test bed, to make iscsi daemon _in_use_ and check that it is autostarted on reboot.23:57
xnoxno?23:57
* xnox ponders if that is at all possible to do within a scope of a single machine.23:57
xnoxexport and mount something on the same host?!23:57
naccxnox: yeah, dep8 in open-iscsi23:59
naccxnox: yeah, it uses nested kvm, i think, to do that23:59
naccxnox: so we could defer the test until the iscsi disks are setup and then see if in the nested it is running/startable/stoppable23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!