[00:00] mwhudson, i think this can be fixed in dh-cargo for good [00:00] xnox: debcargo? dh-cargo? [00:01] Why would anyone intentionally create a file with a timestamp of 1? [00:01] Or is that 0? [00:01] i think debcargo to fix the source packages (for the future); dh-cargo to fix the .debs that are generated from broken sources made by broken debcargo [00:01] Either way, why? [00:02] infinity: it looks like artful is the only one that still has queues in the worker config that need expired, fwiw... their appearance on http://autopkgtest.ubuntu.com/running is something else, and I think dropping from there involves the db surgery that loses us references [00:02] neither of those packages seems to reference that file [00:03] vorlon: Perhaps a middle ground (if you really want *some* baseline ref) is to keep a shallow copy, but generally garbage collect. [00:04] vorlon: That is, keep the last result from each package/series/arch, or similar. [00:04] sure [00:04] vorlon: Also, Debian seems to GC logs, but keep results. That mightn't be stupid. [00:04] ah wait i think it's src:cargo's fault [00:05] vorlon: Anyhow, it was indeed the appearance on /running/ and the endlessly right-growing table on /package/ pages that made me think of it. [00:06] vorlon: And I'm not positive, now that you have me questioning my own memory, but I'm *pretty* sure pitti removed some series' in the past and shrunk those things. [00:06] (And maybe he did some surgery along the way to make that less destructive, I dunno, perhaps an email to him might let him swap in context from years ago and a past life) [00:06] infinity: right, it's quite possible he did and I don't remember; I just don't see an obvious way for him to have done this without it having caused us to lose results we care about (or, leaving unreferenced clutter in swift) [00:06] -queuebot:#ubuntu-release- Unapproved: accepted apache2 [source] (trusty-proposed) [2.4.7-1ubuntu4.21] [00:08] probably new in 0.31.0 [00:09] vorlon: so this is invalid in debian too? [00:09] mwhudson: yes, but dak fails to block uploads that the code says it should [00:10] mwhudson, uploaded dh-cargo which will touch that file on clean. this should fix the builds. [00:10] thus once dh-cargo is out, we would need to retry the "failed" builds. [00:11] xnox: ok [00:11] xnox: i shall whinge in the debian bts [00:11] but still need tracing who created that file [00:11] xnox: do the autobuilders call clean before build? [00:11] mwhudson, also Jan 1 1970 Cargo.toml [00:11] vorlon, they must. [00:11] must they? [00:12] it's supposed to be a no-op on a pristine unpacked source package [00:12] xnox: it's cargo [00:12] (and it's often a time-wasting no-op) [00:12] src/cargo/ops/cargo_package.rs [00:12] mwhudson, i don't know how to edit that extension.... we ought to fix that..... upstream/debian/ubuntu [00:12] vorlon: sbuild calls dpkg-buildpackage, and doesn't call it with -nc, so yes, they clean. [00:12] ok [00:13] vorlon, many people apply conditional patches in clean for example. [00:13] xnox: turn your head on its side and pretend it's c++ [00:13] ... [00:13] vorlon: Also, you might be able to hear me cackling from here about the "and it's supposed to be a no-op". I mean, I agree with you. And policy might too (I don't recall), but it's very much not true in many packages. :( [00:13] mwhudson, ah! simples! [00:14] "many fine people" [00:14] On both sides. [00:15] policy is vague [00:15] "The build target may need to run the clean target first - see below." [00:16] so it's a may [00:16] vorlon: got a policy reference for why these archives are bad? [00:16] mwhudson, only code check in dak and launchpad. [00:16] upon binary uploads. [00:16] mwhudson: none whatsoever [00:16] except apparently not dak any more [00:16] mwhudson: The range check isn't from policy, it was a dak check cargo-culted into soyuz. [00:17] mwhudson, the code that supposed to do that reject, is still in dak. [00:17] It's generally considered a "good" check, but not a Policy thing. [00:17] oh so this is a cargo bug _and_ a dak bug [00:17] Well, the dak bug is either that it's checking something policy doesn't forbid, or that the check is currently not working. [00:17] Take your pick. :P [00:18] Arguably, "crazy dates on files" is a check that belongs deeper in the stack (like sbuild, or dpkg itself), and it should never make it to a queue. [00:18] I took the question to #debian-ftp at cjwatson's suggestion, and no one there knew why the check was giving false negatives either [00:18] And the reason had something to do with certain tar implementations losing their minds on large stamp skews or something. [00:19] Cause they were written by muppets who didn't actually deal with timestamps correctly, but just did some vague windowing. [00:19] Or something. [00:19] *handwavy* [00:19] I doubt any of that matters in the modern world. [00:19] But I still don't need random files with timestamps of "0"... It looks like something broken software would produce. [00:19] And would trip my internal "I wonder if a rootkit did this" alarm. [00:20] that's why my rootkits use a timestamp of 5 [00:21] Good thinking. [00:21] You get a passwd file. [00:21] I'll keep shadow for myself until you use a more random timestamp. [00:21] https://github.com/rust-lang/cargo/issues/4712 [00:21] rust-lang issue 4712 in cargo "crates produced by cargo have errors in them" [Closed] [00:22] (except for my embedded test SSL certificates, which use a timestamp in the future) [00:22] infinity: Debian bug 910883 [00:22] Debian bug 910883 in src:rust-serde "rust-serde: ancient timestamp" [Normal,Open] http://bugs.debian.org/910883 [00:22] xnox: i hope you mutate the timestamp to DEBIAN_SOURCE_EPOCH [00:22] mwhudson, hmmmm...... [00:22] no [00:22] xnox: reproducible builds will be after you!! [00:23] mwhudson, also the cargo issue you indicate is about the .tar file payload. not the timestamp of a file inside the tarball.... [00:23] mwhudson, or is this the same? [00:23] jbicha: oh man that respose [00:23] xnox: well the issue that i pasted is that it was writing the 0 timestamp incorrectly [00:24] ah, fun. [00:24] uhh https://salsa.debian.org/lintian/lintian/commit/19e46f861e1e23568812cd3437c718748c91d918 [00:24] well this is quite the can of worms [00:25] mwhudson, and dak doesn't use built-in rejects anymore, and uses lintian autorejects instead, which launchpad does not have? [00:25] vorlon, do we need launchpad lintian autorejects? [00:26] well clearly we don't need them, we've survived this long [00:26] vorlon, reject uploads with missing +x comes to mind [00:27] we didn't fix merge-o-matic, have we?! [00:27] i tried [00:27] xnox: wasn't mwhudson hacking on that? [00:29] well dak certainly still has code to reject timestamps from before 1975 [00:30] unless the configuration for Dinstall::PastCutoffYear is overriding it [00:30] and it has the acient files thing as a lintian autoreject. [00:30] yes but as above lintian has a special case for these files now [00:30] I still don't grasp why cargo is intentionally setting those timestamps to 0 instead of 'now'. How bizarre. [00:31] mwhudson, can you check what timestamps are inside the actual debs? [00:31] mwhudson, i wonder if debian overrides timestamps of files inside the deb, and we don't. [00:31] xnox: you can read it at the end of https://buildd.debian.org/status/fetch.php?pkg=rust-lazy-static&arch=amd64&ver=1.2.0-1&stamp=1543326124&raw=0 [00:31] xnox: nope [00:31] (search for "1970") [00:31] Well, I see why cargo is doing it, I don't see why the people who wrote cargo wanted that. [00:35] * xnox DDoS build queue [00:36] well, only 75 builds to be fair. [00:36] mwhudson, i retried all that "Failed to upload" [00:36] xnox: nice [00:36] -queuebot:#ubuntu-release- New binary: rust-arc-swap [s390x] (disco-proposed/universe) [0.3.5-1] (no packageset) [00:36] * mwhudson is still confused as to where to report the bug in debian [00:37] hmmmm [00:37] somehow it didn't find to retry all the things [00:37] -queuebot:#ubuntu-release- New binary: rust-arc-swap [i386] (disco-proposed/universe) [0.3.5-1] (no packageset) [00:37] -queuebot:#ubuntu-release- New binary: rust-yaml-rust [s390x] (disco-proposed/universe) [0.4.2-1] (no packageset) [00:37] -queuebot:#ubuntu-release- New binary: rust-uuid [s390x] (disco-proposed/universe) [0.7.1-1] (no packageset) [00:38] -queuebot:#ubuntu-release- New binary: rust-arc-swap [amd64] (disco-proposed/universe) [0.3.5-1] (no packageset) [00:38] -queuebot:#ubuntu-release- New binary: rust-subtle [i386] (disco-proposed/universe) [0.9.0-1] (no packageset) [00:38] -queuebot:#ubuntu-release- New binary: rust-subtle [amd64] (disco-proposed/universe) [0.9.0-1] (no packageset) [00:38] -queuebot:#ubuntu-release- New binary: rust-yaml-rust [i386] (disco-proposed/universe) [0.4.2-1] (no packageset) [00:39] -queuebot:#ubuntu-release- New binary: rust-lock-api [i386] (disco-proposed/universe) [0.1.4-1] (no packageset) [00:39] -queuebot:#ubuntu-release- New binary: rust-uuid [amd64] (disco-proposed/universe) [0.7.1-1] (no packageset) [00:39] -queuebot:#ubuntu-release- New binary: rust-serde-test [i386] (disco-proposed/universe) [1.0.80-1] (no packageset) [00:39] -queuebot:#ubuntu-release- New binary: rust-yaml-rust [amd64] (disco-proposed/universe) [0.4.2-1] (no packageset) [00:40] -queuebot:#ubuntu-release- New: accepted rust-lock-api [i386] (disco-proposed) [0.1.4-1] [00:40] -queuebot:#ubuntu-release- New: accepted rust-subtle [amd64] (disco-proposed) [0.9.0-1] [00:40] -queuebot:#ubuntu-release- New: accepted rust-uuid [amd64] (disco-proposed) [0.7.1-1] [00:40] -queuebot:#ubuntu-release- New binary: rust-grep-matcher [i386] (disco-proposed/universe) [0.1.1-1] (no packageset) [00:40] -queuebot:#ubuntu-release- New: accepted rust-serde-test [i386] (disco-proposed) [1.0.80-1] [00:40] -queuebot:#ubuntu-release- New: accepted rust-yaml-rust [amd64] (disco-proposed) [0.4.2-1] [00:40] -queuebot:#ubuntu-release- New: accepted rust-subtle [i386] (disco-proposed) [0.9.0-1] [00:40] -queuebot:#ubuntu-release- New binary: rust-lock-api [amd64] (disco-proposed/universe) [0.1.4-1] (no packageset) [00:41] -queuebot:#ubuntu-release- New: accepted elogind [amd64] (disco-proposed) [239.1+20181112+gd4a3f291e395+nosubmodule-1+debian1] [00:41] -queuebot:#ubuntu-release- New: accepted elogind [ppc64el] (disco-proposed) [239.1+20181112+gd4a3f291e395+nosubmodule-1+debian1] [00:41] -queuebot:#ubuntu-release- New: accepted rust-arc-swap [amd64] (disco-proposed) [0.3.5-1] [00:41] -queuebot:#ubuntu-release- New: accepted rust-arc-swap [s390x] (disco-proposed) [0.3.5-1] [00:41] -queuebot:#ubuntu-release- New: accepted rust-yaml-rust [i386] (disco-proposed) [0.4.2-1] [00:41] -queuebot:#ubuntu-release- New: accepted elogind [i386] (disco-proposed) [239.1+20181112+gd4a3f291e395+nosubmodule-1+debian1] [00:41] -queuebot:#ubuntu-release- New: accepted rust-arc-swap [i386] (disco-proposed) [0.3.5-1] [00:41] -queuebot:#ubuntu-release- New: accepted rust-yaml-rust [s390x] (disco-proposed) [0.4.2-1] [00:41] -queuebot:#ubuntu-release- New: accepted elogind [s390x] (disco-proposed) [239.1+20181112+gd4a3f291e395+nosubmodule-1+debian1] [00:41] -queuebot:#ubuntu-release- New: accepted rust-uuid [s390x] (disco-proposed) [0.7.1-1] [00:43] -queuebot:#ubuntu-release- New binary: rust-bytecount [s390x] (disco-proposed/universe) [0.4.0-1] (no packageset) [00:43] -queuebot:#ubuntu-release- New binary: rust-uuid [i386] (disco-proposed/universe) [0.7.1-1] (no packageset) [00:44] -queuebot:#ubuntu-release- New binary: rust-bytecount [i386] (disco-proposed/universe) [0.4.0-1] (no packageset) [00:45] -queuebot:#ubuntu-release- New binary: rust-bytecount [amd64] (disco-proposed/universe) [0.4.0-1] (no packageset) [00:46] -queuebot:#ubuntu-release- New: accepted rust-bytecount [amd64] (disco-proposed) [0.4.0-1] [00:46] -queuebot:#ubuntu-release- New: accepted rust-uuid [i386] (disco-proposed) [0.7.1-1] [00:46] -queuebot:#ubuntu-release- New: accepted rust-bytecount [i386] (disco-proposed) [0.4.0-1] [00:46] -queuebot:#ubuntu-release- New: accepted rust-bytecount [s390x] (disco-proposed) [0.4.0-1] [00:46] -queuebot:#ubuntu-release- New: accepted rust-lock-api [amd64] (disco-proposed) [0.1.4-1] [00:46] -queuebot:#ubuntu-release- New: accepted rust-grep-matcher [i386] (disco-proposed) [0.1.1-1] [00:48] -queuebot:#ubuntu-release- New binary: rust-atlatl [amd64] (disco-proposed/universe) [0.1.2-1] (no packageset) [00:48] -queuebot:#ubuntu-release- New binary: rust-block-buffer [amd64] (disco-proposed/universe) [0.7.0-1] (no packageset) [00:48] -queuebot:#ubuntu-release- New binary: rust-digest [amd64] (disco-proposed/universe) [0.8.0-1] (no packageset) [00:48] -queuebot:#ubuntu-release- New binary: rust-blobby [i386] (disco-proposed/universe) [0.1.1-1] (no packageset) [00:48] -queuebot:#ubuntu-release- New binary: rust-grep-matcher [amd64] (disco-proposed/universe) [0.1.1-1] (no packageset) [00:48] -queuebot:#ubuntu-release- New binary: rust-block-buffer [i386] (disco-proposed/universe) [0.7.0-1] (no packageset) [00:49] mwhudson, but i guess i will have to retry all the Dependency Wait and Fail to build too..... [00:49] -queuebot:#ubuntu-release- New binary: rust-atlatl [i386] (disco-proposed/universe) [0.1.2-1] (no packageset) [00:49] -queuebot:#ubuntu-release- New binary: rust-http [i386] (disco-proposed/universe) [0.1.13-1] (no packageset) [00:49] -queuebot:#ubuntu-release- New binary: rust-blobby [amd64] (disco-proposed/universe) [0.1.1-1] (no packageset) [00:49] cause some of FTB are actually dep-wait.... [00:50] but probably after this round of rust-* finishes building and publishing [00:50] anyway Zzzzzzz [00:50] well the depwaits will sort themselves sooner or later [00:50] -queuebot:#ubuntu-release- New binary: rust-atlatl [s390x] (disco-proposed/universe) [0.1.2-1] (no packageset) [00:50] -queuebot:#ubuntu-release- New binary: rust-block-buffer [s390x] (disco-proposed/universe) [0.7.0-1] (no packageset) [00:50] -queuebot:#ubuntu-release- New binary: rust-http [amd64] (disco-proposed/universe) [0.1.13-1] (no packageset) [00:50] -queuebot:#ubuntu-release- New binary: rust-blobby [s390x] (disco-proposed/universe) [0.1.1-1] (no packageset) [00:51] -queuebot:#ubuntu-release- New binary: rust-digest [i386] (disco-proposed/universe) [0.8.0-1] (no packageset) [00:52] -queuebot:#ubuntu-release- New binary: rust-digest [s390x] (disco-proposed/universe) [0.8.0-1] (no packageset) [00:52] -queuebot:#ubuntu-release- New binary: rust-grep-matcher [s390x] (disco-proposed/universe) [0.1.1-1] (no packageset) [00:53] -queuebot:#ubuntu-release- New binary: rust-http [s390x] (disco-proposed/universe) [0.1.13-1] (no packageset) [01:08] -queuebot:#ubuntu-release- New binary: rust-cbindgen [amd64] (disco-proposed/universe) [0.6.6-1] (no packageset) [01:43] -queuebot:#ubuntu-release- New binary: rust-atlatl [ppc64el] (disco-proposed/universe) [0.1.2-1] (no packageset) [01:43] -queuebot:#ubuntu-release- New binary: rust-block-buffer [ppc64el] (disco-proposed/universe) [0.7.0-1] (no packageset) [01:45] -queuebot:#ubuntu-release- New binary: rust-digest [ppc64el] (disco-proposed/universe) [0.8.0-1] (no packageset) [01:45] -queuebot:#ubuntu-release- New binary: rust-http [ppc64el] (disco-proposed/universe) [0.1.13-1] (no packageset) [02:12] -queuebot:#ubuntu-release- New binary: rust-blobby [armhf] (disco-proposed/universe) [0.1.1-1] (no packageset) [02:13] -queuebot:#ubuntu-release- New binary: rust-atlatl [arm64] (disco-proposed/universe) [0.1.2-1] (no packageset) [02:13] -queuebot:#ubuntu-release- New binary: rust-blobby [arm64] (disco-proposed/universe) [0.1.1-1] (no packageset) [02:13] -queuebot:#ubuntu-release- New binary: rust-atlatl [armhf] (disco-proposed/universe) [0.1.2-1] (no packageset) [02:13] -queuebot:#ubuntu-release- New binary: rust-digest [arm64] (disco-proposed/universe) [0.8.0-1] (no packageset) [02:14] -queuebot:#ubuntu-release- New binary: rust-digest [armhf] (disco-proposed/universe) [0.8.0-1] (no packageset) [03:24] -queuebot:#ubuntu-release- New binary: netperfmeter [amd64] (disco-proposed/universe) [1.8.0-1] (no packageset) [05:14] -queuebot:#ubuntu-release- New binary: pg-rational [amd64] (disco-proposed/none) [0.0.1-1] (no packageset) [05:16] -queuebot:#ubuntu-release- New binary: pg-rational [i386] (disco-proposed/none) [0.0.1-1] (no packageset) [05:16] -queuebot:#ubuntu-release- New binary: pg-rational [s390x] (disco-proposed/none) [0.0.1-1] (no packageset) [05:19] -queuebot:#ubuntu-release- New binary: pg-rational [ppc64el] (disco-proposed/none) [0.0.1-1] (no packageset) [05:20] -queuebot:#ubuntu-release- New binary: shellia [amd64] (disco-proposed/none) [5.1] (no packageset) [05:31] -queuebot:#ubuntu-release- New binary: arm-trusted-firmware [arm64] (disco-proposed/universe) [2.0+290.98aab974-2] (no packageset) [05:31] -queuebot:#ubuntu-release- New binary: pg-rational [armhf] (disco-proposed/universe) [0.0.1-1] (no packageset) [05:31] -queuebot:#ubuntu-release- New binary: pg-rational [arm64] (disco-proposed/universe) [0.0.1-1] (no packageset) [05:55] -queuebot:#ubuntu-release- New: accepted pg-rational [arm64] (disco-proposed) [0.0.1-1] [05:55] -queuebot:#ubuntu-release- New: accepted pg-rational [armhf] (disco-proposed) [0.0.1-1] [05:56] -queuebot:#ubuntu-release- New: accepted arm-trusted-firmware [arm64] (disco-proposed) [2.0+290.98aab974-2] [05:56] -queuebot:#ubuntu-release- New: accepted pg-rational [ppc64el] (disco-proposed) [0.0.1-1] [05:56] -queuebot:#ubuntu-release- New: accepted shellia [amd64] (disco-proposed) [5.1] [05:56] -queuebot:#ubuntu-release- New: accepted pg-rational [i386] (disco-proposed) [0.0.1-1] [05:56] -queuebot:#ubuntu-release- New: accepted pg-rational [s390x] (disco-proposed) [0.0.1-1] [05:57] -queuebot:#ubuntu-release- New: accepted netperfmeter [amd64] (disco-proposed) [1.8.0-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-atlatl [arm64] (disco-proposed) [0.1.2-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-blobby [arm64] (disco-proposed) [0.1.1-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-block-buffer [ppc64el] (disco-proposed) [0.7.0-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-digest [armhf] (disco-proposed) [0.8.0-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-http [ppc64el] (disco-proposed) [0.1.13-1] [05:57] -queuebot:#ubuntu-release- New: accepted pg-rational [amd64] (disco-proposed) [0.0.1-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-blobby [armhf] (disco-proposed) [0.1.1-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-digest [ppc64el] (disco-proposed) [0.8.0-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-atlatl [armhf] (disco-proposed) [0.1.2-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-digest [arm64] (disco-proposed) [0.8.0-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-atlatl [ppc64el] (disco-proposed) [0.1.2-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-blobby [s390x] (disco-proposed) [0.1.1-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-cbindgen [amd64] (disco-proposed) [0.6.6-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-digest [s390x] (disco-proposed) [0.8.0-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-http [amd64] (disco-proposed) [0.1.13-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-atlatl [s390x] (disco-proposed) [0.1.2-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-digest [i386] (disco-proposed) [0.8.0-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-http [s390x] (disco-proposed) [0.1.13-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-block-buffer [s390x] (disco-proposed) [0.7.0-1] [05:57] -queuebot:#ubuntu-release- New: accepted rust-grep-matcher [s390x] (disco-proposed) [0.1.1-1] [05:58] -queuebot:#ubuntu-release- New: accepted rust-atlatl [amd64] (disco-proposed) [0.1.2-1] [05:58] -queuebot:#ubuntu-release- New: accepted rust-blobby [amd64] (disco-proposed) [0.1.1-1] [05:58] -queuebot:#ubuntu-release- New: accepted rust-block-buffer [amd64] (disco-proposed) [0.7.0-1] [05:58] -queuebot:#ubuntu-release- New: accepted rust-digest [amd64] (disco-proposed) [0.8.0-1] [05:58] -queuebot:#ubuntu-release- New: accepted rust-http [i386] (disco-proposed) [0.1.13-1] [05:58] -queuebot:#ubuntu-release- New: accepted rust-atlatl [i386] (disco-proposed) [0.1.2-1] [05:58] -queuebot:#ubuntu-release- New: accepted rust-block-buffer [i386] (disco-proposed) [0.7.0-1] [05:58] -queuebot:#ubuntu-release- New: accepted rust-blobby [i386] (disco-proposed) [0.1.1-1] [05:58] -queuebot:#ubuntu-release- New: accepted rust-grep-matcher [amd64] (disco-proposed) [0.1.1-1] [06:29] -queuebot:#ubuntu-release- New binary: rust-grep-searcher [s390x] (disco-proposed/universe) [0.1.1-2] (no packageset) [06:30] -queuebot:#ubuntu-release- New binary: rust-grep-searcher [amd64] (disco-proposed/universe) [0.1.1-2] (no packageset) [06:30] -queuebot:#ubuntu-release- New binary: rust-grep-searcher [ppc64el] (disco-proposed/universe) [0.1.1-2] (no packageset) [06:31] -queuebot:#ubuntu-release- New binary: rust-grep-searcher [arm64] (disco-proposed/universe) [0.1.1-2] (no packageset) [06:32] -queuebot:#ubuntu-release- New binary: rust-grep-searcher [i386] (disco-proposed/universe) [0.1.1-2] (no packageset) [06:34] -queuebot:#ubuntu-release- New binary: rust-grep-searcher [armhf] (disco-proposed/universe) [0.1.1-2] (no packageset) [06:42] -queuebot:#ubuntu-release- Unapproved: usbmuxd (bionic-proposed/main) [1.1.0-2build1 => 1.1.0-2ubuntu0.1] (kubuntu, ubuntu-desktop) [06:42] -queuebot:#ubuntu-release- New: accepted rust-grep-searcher [arm64] (disco-proposed) [0.1.1-2] [06:42] -queuebot:#ubuntu-release- New: accepted rust-grep-searcher [i386] (disco-proposed) [0.1.1-2] [06:42] -queuebot:#ubuntu-release- New: accepted rust-grep-searcher [armhf] (disco-proposed) [0.1.1-2] [06:43] -queuebot:#ubuntu-release- New: accepted rust-grep-searcher [amd64] (disco-proposed) [0.1.1-2] [06:43] -queuebot:#ubuntu-release- New: accepted rust-grep-searcher [s390x] (disco-proposed) [0.1.1-2] [06:43] -queuebot:#ubuntu-release- New: accepted rust-grep-searcher [ppc64el] (disco-proposed) [0.1.1-2] [07:06] -queuebot:#ubuntu-release- New binary: rust-rustc-version [amd64] (disco-proposed/universe) [0.2.3-1] (no packageset) [07:06] -queuebot:#ubuntu-release- New binary: rust-rustc-version [s390x] (disco-proposed/universe) [0.2.3-1] (no packageset) [07:06] -queuebot:#ubuntu-release- New binary: rust-rustc-version [ppc64el] (disco-proposed/universe) [0.2.3-1] (no packageset) [07:08] -queuebot:#ubuntu-release- New binary: rust-rustc-version [i386] (disco-proposed/universe) [0.2.3-1] (no packageset) [07:10] -queuebot:#ubuntu-release- New: accepted rust-rustc-version [amd64] (disco-proposed) [0.2.3-1] [07:10] -queuebot:#ubuntu-release- New: accepted rust-rustc-version [ppc64el] (disco-proposed) [0.2.3-1] [07:10] -queuebot:#ubuntu-release- New: accepted rust-rustc-version [i386] (disco-proposed) [0.2.3-1] [07:10] -queuebot:#ubuntu-release- New: accepted rust-rustc-version [s390x] (disco-proposed) [0.2.3-1] [07:16] -queuebot:#ubuntu-release- New binary: rust-shellwords [ppc64el] (disco-proposed/universe) [1.0.0-1] (no packageset) [07:16] -queuebot:#ubuntu-release- New binary: rust-shellwords [s390x] (disco-proposed/universe) [1.0.0-1] (no packageset) [07:17] -queuebot:#ubuntu-release- New binary: rust-shellwords [i386] (disco-proposed/universe) [1.0.0-1] (no packageset) [07:18] -queuebot:#ubuntu-release- New binary: rust-shellwords [amd64] (disco-proposed/universe) [1.0.0-1] (no packageset) [07:18] -queuebot:#ubuntu-release- New binary: rust-shellwords [armhf] (disco-proposed/universe) [1.0.0-1] (no packageset) [07:21] -queuebot:#ubuntu-release- New binary: rust-grep-regex [s390x] (disco-proposed/universe) [0.1.1-1] (no packageset) [07:22] -queuebot:#ubuntu-release- New: accepted rust-grep-regex [s390x] (disco-proposed) [0.1.1-1] [07:22] -queuebot:#ubuntu-release- New: accepted rust-shellwords [armhf] (disco-proposed) [1.0.0-1] [07:22] -queuebot:#ubuntu-release- New: accepted rust-shellwords [ppc64el] (disco-proposed) [1.0.0-1] [07:22] -queuebot:#ubuntu-release- New binary: rust-grep-regex [amd64] (disco-proposed/universe) [0.1.1-1] (no packageset) [07:22] -queuebot:#ubuntu-release- New binary: rust-grep-regex [ppc64el] (disco-proposed/universe) [0.1.1-1] (no packageset) [07:22] -queuebot:#ubuntu-release- New: accepted rust-shellwords [amd64] (disco-proposed) [1.0.0-1] [07:23] -queuebot:#ubuntu-release- New: accepted rust-shellwords [s390x] (disco-proposed) [1.0.0-1] [07:23] -queuebot:#ubuntu-release- New: accepted rust-shellwords [i386] (disco-proposed) [1.0.0-1] [07:23] -queuebot:#ubuntu-release- New binary: rust-grep-regex [i386] (disco-proposed/universe) [0.1.1-1] (no packageset) [07:24] -queuebot:#ubuntu-release- New: accepted rust-grep-regex [ppc64el] (disco-proposed) [0.1.1-1] [07:24] -queuebot:#ubuntu-release- New: accepted rust-grep-regex [amd64] (disco-proposed) [0.1.1-1] [07:25] -queuebot:#ubuntu-release- New: accepted rust-grep-regex [i386] (disco-proposed) [0.1.1-1] [07:52] infinity, feeling lintian syncy? [09:02] -queuebot:#ubuntu-release- New binary: rust-failure [s390x] (disco-proposed/universe) [0.1.3-1] (no packageset) [09:03] -queuebot:#ubuntu-release- New binary: rust-failure [ppc64el] (disco-proposed/universe) [0.1.3-1] (no packageset) [09:03] -queuebot:#ubuntu-release- New binary: rust-grep-printer [s390x] (disco-proposed/universe) [0.1.1-1] (no packageset) [09:03] -queuebot:#ubuntu-release- New binary: rust-grep-printer [ppc64el] (disco-proposed/universe) [0.1.1-1] (no packageset) [09:04] -queuebot:#ubuntu-release- New binary: rust-failure [amd64] (disco-proposed/universe) [0.1.3-1] (no packageset) [09:04] -queuebot:#ubuntu-release- New binary: rust-grep-printer [amd64] (disco-proposed/universe) [0.1.1-1] (no packageset) [09:04] -queuebot:#ubuntu-release- New binary: rust-failure [i386] (disco-proposed/universe) [0.1.3-1] (no packageset) [09:05] -queuebot:#ubuntu-release- New binary: rust-grep-printer [arm64] (disco-proposed/universe) [0.1.1-1] (no packageset) [09:05] -queuebot:#ubuntu-release- New binary: rust-grep-printer [i386] (disco-proposed/universe) [0.1.1-1] (no packageset) [09:05] -queuebot:#ubuntu-release- New binary: rust-grep-printer [armhf] (disco-proposed/universe) [0.1.1-1] (no packageset) [10:23] my libreoffice 1:6.0.7-0ubuntu0.18.04.2 upload to bionic-proposed was rejected because the changelog entry didn't mention a SRU bug, but that was intended to fix 1:6.0.7-0ubuntu0.18.04.1 which fails to build because of an openjdk update, and is the real SRU (and has a bug reference in its changelog) [10:23] how should I go about fixing that? [10:24] do I need to merge the two changelog entries into one? [10:26] when I uploaded 1:6.0.7-0ubuntu0.18.04.1 it would build just fine, but it sat for a long time in the unapproved queue and when it got accepted the openjdk update had been published in the meantime, prompting that follow-up upload [10:26] Why not just mention the bug number again? [10:28] yes I can do that for sure, but it feels like unnecessary paperwork, given that the bug number is in the changelog already, so I was wondering whether there was a way out that didn't involve yet another upload [10:29] speaking of libreoffice... is anybody looking at failures in disco? [10:29] I fixed gdal, so the remaining points for poppler transition are xpdf and libreoffice not building on amd64 [10:30] LocutusOfBorg, I am [10:30] hoping to figure out the unit test failures today [10:32] thanks! [10:32] and speaking wrt okular failures, that will hold poppler transition... [10:32] novaclient.exceptions.Forbidden: Quota exceeded for cores: Requested 1, but already used 50 of 50 cores (HTTP 403) (Request-ID: req-06c9d47c-0629-45fb-a19e-8808adcfe3ae) [10:32] ERROR (Forbidden): Quota exceeded for cores: Requested 1, but already used 50 of 50 cores (HTTP 403) (Request-ID: req-06c9d47c-0629-45fb-a19e-8808adcfe3ae) [10:32] is there anything we can do? [10:32] the package is regressed in release too [10:33] acheronuk, ^^ maybe you have some hint wrt that failure [10:37] oSoMoN, did you use -v to include the previous changelog entry in the .changes? [10:38] oSoMoN, seems not from looking at the version in the rejected queue [10:38] seb128, no, I didn't, didn't think of doing that [10:38] oSoMoN, if you don't do that then the system only sees the most recent entry and has no bug reference matching the SRU which means the tools can't track what bug needs to be marked verified etc [10:39] -queuebot:#ubuntu-release- Unapproved: ceph (cosmic-proposed/main) [12.2.4-0ubuntu1.1build1 => 13.2.1+dfsg1-0ubuntu2.18.10.1] (desktop-core, ubuntu-server) [10:39] or at least I think it's not smart enough to deal with it [10:39] so yeah, either merge the entries or use -v to include the previous one [10:39] seb128, ack, thanks for the tip! [10:39] np! [10:56] -queuebot:#ubuntu-release- New: accepted rust-failure [amd64] (disco-proposed) [0.1.3-1] [10:56] -queuebot:#ubuntu-release- New: accepted rust-failure [ppc64el] (disco-proposed) [0.1.3-1] [10:56] -queuebot:#ubuntu-release- New: accepted rust-grep-printer [amd64] (disco-proposed) [0.1.1-1] [10:56] -queuebot:#ubuntu-release- New: accepted rust-grep-printer [armhf] (disco-proposed) [0.1.1-1] [10:56] -queuebot:#ubuntu-release- New: accepted rust-grep-printer [ppc64el] (disco-proposed) [0.1.1-1] [10:56] -queuebot:#ubuntu-release- New: accepted rust-failure [i386] (disco-proposed) [0.1.3-1] [10:56] -queuebot:#ubuntu-release- New: accepted rust-grep-printer [arm64] (disco-proposed) [0.1.1-1] [10:56] -queuebot:#ubuntu-release- New: accepted rust-grep-printer [s390x] (disco-proposed) [0.1.1-1] [10:56] -queuebot:#ubuntu-release- New: accepted rust-failure [s390x] (disco-proposed) [0.1.3-1] [10:56] -queuebot:#ubuntu-release- New: accepted rust-grep-printer [i386] (disco-proposed) [0.1.1-1] [11:00] -queuebot:#ubuntu-release- Unapproved: libreoffice (bionic-proposed/main) [1:6.0.7-0ubuntu0.18.04.1 => 1:6.0.7-0ubuntu0.18.04.3] (kubuntu, ubuntu-desktop) [11:04] -queuebot:#ubuntu-release- Unapproved: libvirt (bionic-proposed/main) [4.0.0-1ubuntu8.5 => 4.0.0-1ubuntu8.6] (ubuntu-server, virt) [11:04] -queuebot:#ubuntu-release- Unapproved: libvirt (cosmic-proposed/main) [4.6.0-2ubuntu3 => 4.6.0-2ubuntu3.1] (ubuntu-server, virt) [11:04] -queuebot:#ubuntu-release- Unapproved: qemu (bionic-proposed/main) [1:2.11+dfsg-1ubuntu7.8 => 1:2.11+dfsg-1ubuntu7.9] (ubuntu-server, virt) [11:04] -queuebot:#ubuntu-release- Unapproved: qemu (cosmic-proposed/main) [1:2.12+dfsg-3ubuntu8.1 => 1:2.12+dfsg-3ubuntu8.2] (ubuntu-server, virt) [11:08] -queuebot:#ubuntu-release- Unapproved: libreoffice-l10n (bionic-proposed/main) [1:6.0.7-0ubuntu0.18.04.1 => 1:6.0.7-0ubuntu0.18.04.3] (ubuntu-desktop) === cpaelzer_ is now known as cpaelzer [11:39] -queuebot:#ubuntu-release- New binary: rust-tokio-threadpool [s390x] (disco-proposed/universe) [0.1.7-1] (no packageset) [11:40] -queuebot:#ubuntu-release- New binary: rust-tokio-threadpool [amd64] (disco-proposed/universe) [0.1.7-1] (no packageset) [11:40] -queuebot:#ubuntu-release- New binary: rust-tokio-threadpool [ppc64el] (disco-proposed/universe) [0.1.7-1] (no packageset) [11:41] -queuebot:#ubuntu-release- New binary: rust-crates-io [s390x] (disco-proposed/universe) [0.19.0-1] (no packageset) [11:41] -queuebot:#ubuntu-release- New binary: rust-parking-lot-core [s390x] (disco-proposed/universe) [0.3.1-1] (no packageset) [11:41] -queuebot:#ubuntu-release- New binary: rust-rustfix [s390x] (disco-proposed/universe) [0.4.2-1] (no packageset) [11:41] -queuebot:#ubuntu-release- New binary: rust-extprim [s390x] (disco-proposed/universe) [1.6.0-1] (no packageset) [11:41] -queuebot:#ubuntu-release- New binary: rust-rustfix [ppc64el] (disco-proposed/universe) [0.4.2-1] (no packageset) [11:42] -queuebot:#ubuntu-release- New binary: rust-crates-io [ppc64el] (disco-proposed/universe) [0.19.0-1] (no packageset) [11:42] -queuebot:#ubuntu-release- New binary: rust-extprim [ppc64el] (disco-proposed/universe) [1.6.0-1] (no packageset) [11:42] -queuebot:#ubuntu-release- New binary: rust-opener [s390x] (disco-proposed/universe) [0.3.0-1] (no packageset) [11:42] -queuebot:#ubuntu-release- New binary: rust-tokio-threadpool [arm64] (disco-proposed/universe) [0.1.7-1] (no packageset) [11:42] -queuebot:#ubuntu-release- New binary: rust-extprim [i386] (disco-proposed/universe) [1.6.0-1] (no packageset) [11:42] -queuebot:#ubuntu-release- New binary: rust-parking-lot-core [ppc64el] (disco-proposed/universe) [0.3.1-1] (no packageset) [11:42] -queuebot:#ubuntu-release- New binary: rust-opener [ppc64el] (disco-proposed/universe) [0.3.0-1] (no packageset) [11:42] -queuebot:#ubuntu-release- New binary: rust-tokio-threadpool [i386] (disco-proposed/universe) [0.1.7-1] (no packageset) [11:43] -queuebot:#ubuntu-release- New binary: rust-cssparser-macros [ppc64el] (disco-proposed/universe) [0.3.5-1] (no packageset) [11:43] -queuebot:#ubuntu-release- New binary: rust-cssparser-macros [amd64] (disco-proposed/universe) [0.3.5-1] (no packageset) [11:43] -queuebot:#ubuntu-release- New binary: rust-tokio-threadpool [armhf] (disco-proposed/universe) [0.1.7-1] (no packageset) [11:44] -queuebot:#ubuntu-release- New binary: rust-crates-io [amd64] (disco-proposed/universe) [0.19.0-1] (no packageset) [11:44] -queuebot:#ubuntu-release- New binary: rust-cssparser-macros [s390x] (disco-proposed/universe) [0.3.5-1] (no packageset) [11:44] -queuebot:#ubuntu-release- New binary: rust-tokio-codec [i386] (disco-proposed/universe) [0.1.1-1] (no packageset) [11:44] -queuebot:#ubuntu-release- New binary: rust-crates-io [i386] (disco-proposed/universe) [0.19.0-1] (no packageset) [11:44] -queuebot:#ubuntu-release- New binary: rust-tokio-codec [ppc64el] (disco-proposed/universe) [0.1.1-1] (no packageset) [11:44] -queuebot:#ubuntu-release- New binary: rust-rustfix [i386] (disco-proposed/universe) [0.4.2-1] (no packageset) [11:45] -queuebot:#ubuntu-release- New binary: rust-cssparser-macros [i386] (disco-proposed/universe) [0.3.5-1] (no packageset) [11:45] -queuebot:#ubuntu-release- New binary: rust-h2 [ppc64el] (disco-proposed/universe) [0.1.13-1] (no packageset) [11:45] -queuebot:#ubuntu-release- New binary: rust-sha2 [ppc64el] (disco-proposed/universe) [0.8.0-1] (no packageset) [11:45] -queuebot:#ubuntu-release- New binary: rust-error-chain [i386] (disco-proposed/universe) [0.12.0-1] (no packageset) [11:45] -queuebot:#ubuntu-release- New binary: rust-tls-parser [i386] (disco-proposed/universe) [0.6.0-1] (no packageset) [11:45] -queuebot:#ubuntu-release- New binary: rust-rustfix [amd64] (disco-proposed/universe) [0.4.2-1] (no packageset) [11:46] -queuebot:#ubuntu-release- New binary: rust-extprim [amd64] (disco-proposed/universe) [1.6.0-1] (no packageset) [11:46] -queuebot:#ubuntu-release- New binary: rust-hyphenation-commons [amd64] (disco-proposed/universe) [0.7.1-1] (no packageset) [11:46] -queuebot:#ubuntu-release- New binary: rust-sha2 [amd64] (disco-proposed/universe) [0.8.0-1] (no packageset) [11:46] -queuebot:#ubuntu-release- New binary: rust-tls-parser [amd64] (disco-proposed/universe) [0.6.0-1] (no packageset) [11:46] -queuebot:#ubuntu-release- New binary: rust-h2 [amd64] (disco-proposed/universe) [0.1.13-1] (no packageset) [11:46] -queuebot:#ubuntu-release- New binary: rust-sha2 [i386] (disco-proposed/universe) [0.8.0-1] (no packageset) [11:46] -queuebot:#ubuntu-release- New binary: rust-hyphenation-commons [ppc64el] (disco-proposed/universe) [0.7.1-1] (no packageset) [11:47] -queuebot:#ubuntu-release- New binary: rust-error-chain [amd64] (disco-proposed/universe) [0.12.0-1] (no packageset) [11:47] -queuebot:#ubuntu-release- New binary: rust-h2 [i386] (disco-proposed/universe) [0.1.13-1] (no packageset) [11:47] -queuebot:#ubuntu-release- New binary: rust-tokio-codec [amd64] (disco-proposed/universe) [0.1.1-1] (no packageset) [11:47] -queuebot:#ubuntu-release- New binary: rust-git2-curl [ppc64el] (disco-proposed/universe) [0.8.1-1] (no packageset) [11:47] -queuebot:#ubuntu-release- New binary: rust-hyphenation-commons [i386] (disco-proposed/universe) [0.7.1-1] (no packageset) [11:49] -queuebot:#ubuntu-release- New binary: rust-git2-curl [amd64] (disco-proposed/universe) [0.8.1-1] (no packageset) [11:50] -queuebot:#ubuntu-release- New binary: rust-git2-curl [i386] (disco-proposed/universe) [0.8.1-1] (no packageset) [11:50] -queuebot:#ubuntu-release- New binary: rust-tokio-codec [s390x] (disco-proposed/universe) [0.1.1-1] (no packageset) [11:51] -queuebot:#ubuntu-release- New binary: rust-error-chain [s390x] (disco-proposed/universe) [0.12.0-1] (no packageset) [11:51] -queuebot:#ubuntu-release- New binary: rust-h2 [s390x] (disco-proposed/universe) [0.1.13-1] (no packageset) [11:51] -queuebot:#ubuntu-release- New binary: rust-sha2 [s390x] (disco-proposed/universe) [0.8.0-1] (no packageset) [11:51] -queuebot:#ubuntu-release- New binary: rust-git2-curl [s390x] (disco-proposed/universe) [0.8.1-1] (no packageset) [11:51] -queuebot:#ubuntu-release- New binary: rust-tls-parser [s390x] (disco-proposed/universe) [0.6.0-1] (no packageset) [11:51] -queuebot:#ubuntu-release- New binary: rust-hyphenation-commons [s390x] (disco-proposed/universe) [0.7.1-1] (no packageset) [11:56] -queuebot:#ubuntu-release- New: accepted rust-error-chain [amd64] (disco-proposed) [0.12.0-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-extprim [amd64] (disco-proposed) [1.6.0-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-git2-curl [i386] (disco-proposed) [0.8.1-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-git2-curl [s390x] (disco-proposed) [0.8.1-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-h2 [s390x] (disco-proposed) [0.1.13-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-hyphenation-commons [s390x] (disco-proposed) [0.7.1-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-sha2 [s390x] (disco-proposed) [0.8.0-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-tokio-codec [amd64] (disco-proposed) [0.1.1-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-error-chain [s390x] (disco-proposed) [0.12.0-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-git2-curl [ppc64el] (disco-proposed) [0.8.1-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-hyphenation-commons [i386] (disco-proposed) [0.7.1-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-tls-parser [s390x] (disco-proposed) [0.6.0-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-git2-curl [amd64] (disco-proposed) [0.8.1-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-sha2 [i386] (disco-proposed) [0.8.0-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-h2 [i386] (disco-proposed) [0.1.13-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-tokio-codec [s390x] (disco-proposed) [0.1.1-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-crates-io [amd64] (disco-proposed) [0.19.0-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-cssparser-macros [i386] (disco-proposed) [0.3.5-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-error-chain [i386] (disco-proposed) [0.12.0-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-h2 [ppc64el] (disco-proposed) [0.1.13-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-hyphenation-commons [ppc64el] (disco-proposed) [0.7.1-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-rustfix [i386] (disco-proposed) [0.4.2-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-sha2 [ppc64el] (disco-proposed) [0.8.0-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-tls-parser [i386] (disco-proposed) [0.6.0-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-tokio-codec [ppc64el] (disco-proposed) [0.1.1-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-crates-io [i386] (disco-proposed) [0.19.0-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-h2 [amd64] (disco-proposed) [0.1.13-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-rustfix [amd64] (disco-proposed) [0.4.2-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-tls-parser [amd64] (disco-proposed) [0.6.0-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-tokio-threadpool [armhf] (disco-proposed) [0.1.7-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-cssparser-macros [s390x] (disco-proposed) [0.3.5-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-sha2 [amd64] (disco-proposed) [0.8.0-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-hyphenation-commons [amd64] (disco-proposed) [0.7.1-1] [11:56] -queuebot:#ubuntu-release- New: accepted rust-tokio-codec [i386] (disco-proposed) [0.1.1-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-crates-io [ppc64el] (disco-proposed) [0.19.0-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-cssparser-macros [amd64] (disco-proposed) [0.3.5-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-extprim [i386] (disco-proposed) [1.6.0-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-extprim [s390x] (disco-proposed) [1.6.0-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-opener [s390x] (disco-proposed) [0.3.0-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-parking-lot-core [s390x] (disco-proposed) [0.3.1-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-rustfix [s390x] (disco-proposed) [0.4.2-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-tokio-threadpool [arm64] (disco-proposed) [0.1.7-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-tokio-threadpool [ppc64el] (disco-proposed) [0.1.7-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-crates-io [s390x] (disco-proposed) [0.19.0-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-extprim [ppc64el] (disco-proposed) [1.6.0-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-parking-lot-core [ppc64el] (disco-proposed) [0.3.1-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-tokio-threadpool [amd64] (disco-proposed) [0.1.7-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-tokio-threadpool [s390x] (disco-proposed) [0.1.7-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-cssparser-macros [ppc64el] (disco-proposed) [0.3.5-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-rustfix [ppc64el] (disco-proposed) [0.4.2-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-opener [ppc64el] (disco-proposed) [0.3.0-1] [11:57] -queuebot:#ubuntu-release- New: accepted rust-tokio-threadpool [i386] (disco-proposed) [0.1.7-1] [11:59] any AA around? [11:59] I see this big hint: Trying easy from autohinter: avogadro/1.2.0-4build1 bino/1.6.6-3build2 blender/2.79.b+dfsg0-4build2 bzflag/2.4.18-1build1 cegui-mk2/0.8.7-2build2 choreonoid/1.5.0+dfsg-0.1build5 colmap/3.5-1build1 colobot/0.1.11.1-5build1 darkradiant/2.6.0-3build1 ddnet/11.5-1build1 dreamchess/0.2.1-RC2-2build2 endless-sky/0.9.8-1build1 fife/0.4.1+git20180904-2build2 freeorion/0.4.8-1build1 frogatto/1.3.1+dfsg-4build3 [11:59] gambas3/3.11.4-6 gem/1:0.93.3-18build1 gimp-normalmap/1.2.3-0ubuntu6 glew/2.1.0-2 gource/0.49-1build1 hugin/2018.0.0+dfsg-3build1 imagevis3d/3.1.0-7build1 info-beamer/1.0~pre3+dfsg-0.1build4 k3d/0.8.0.6-8build1 kicad/5.0.1+dfsg1-3build1 limesuite/18.06.0+dfsg-1build1 logstalgia/1.1.0-2build1 mediastreamer2/1:2.16.1-4build1 megaglest/3.13.0-2build2 meshlab/1.3.2+dfsg1-4build1 mupen64plus-video-z64/2.0.0+13+g72af4f0-6build1 [11:59] mygui/3.2.2+dfsg-2build1 openclonk/8.1-1build1 opencsg/1.4.2-1ubuntu2 openctm/1.0.3+dfsg1-2build1 openimageio/1.7.17~dfsg0-1ubuntu6 openmsx/0.14.0-2.1build1 otb/6.6.0+dfsg-5build1 paraview/5.4.1+dfsg4-3.1build2 phlipple/0.8.5-4build1 projectm/2.1.0+dfsg-4build2 pymol/2.2.0+dfsg-1build1 qutemol/0.4.1~cvs20081111-9build1 rbdoom3bfg/1.2.0+dfsg~git20180605-1build1 renpy/7.1.1+dfsg-1build1 rlvm/0.14-3build1 rss-glx/0.9.1-6.1ubuntu [11:59] 3 scorched3d/44+dfsg-3build1 slic3r-prusa/1.39.2+dfsg-1build3 slop/7.4-1build2 sludge/2.2.2-1build1 sofa-framework/1.0~beta4-12build1 solvespace/2.3+repack1-3build1 spring/104.0+dfsg-3build1 supertux/0.5.1-1build3 trigger-rally/0.6.5+dfsg-3build2 vtk7/7.1.1+dfsg1-10ubuntu1 warzone2100/3.2.1-3build2 widelands/1:19+repack-6build1 [11:59] is only blocked by gambas3 being entangled with poppler [11:59] can we please kick gambas3 out of release for some days in the meanwhile I finish to polish up things? [11:59] apw, ^^ gambas3 has been reintroduced 2 weeks ago by me :) [12:00] this should disentangle things a little bit, and make me more confident about what britney is saying to me [12:14] LocutusOfBorg, so you did, so you are going to sort that out and get it back out "soon" if i do that [12:26] yes, of course, it will migrate together with poppler transition [12:26] it is not blocked by anything else [12:27] LocutusOfBorg, ok ... gone [12:28] ta! [12:28] now gdcm entangles with everything else sigh [12:32] sigh2 I looked at notest, we need perl migrate to see it go [12:36] at least I need somebody bumping force-badtest perl/5.28.0-3 to force-badtest perl/5.28.0-4 [12:43] LocutusOfBorg, the failure in -3 differs from that in -4 to an extent i am not comfortable bumping that along the road [12:45] vorlon, ^ that perl dependency (on prove) seems to have gotten fixed, dunno if you wanna look see if the new failure is related or not [12:46] (i suspect it is not) [12:53] I looked at the "command1" test of both -3 and -4 before requesting it here, and I see they looks the same, but meh, I don't understand TBH [12:53] LocutusOfBorg, the -3 says 'prove: comamnd not found' and -4 has a single test failure [12:55] -queuebot:#ubuntu-release- New binary: rust-grep-cli [ppc64el] (disco-proposed/universe) [0.1.1-1] (no packageset) [12:55] -queuebot:#ubuntu-release- New binary: rust-grep-cli [s390x] (disco-proposed/universe) [0.1.1-1] (no packageset) [12:56] apw, did you look at the result of 5.28.0-3 dpkg/1.19.2ubuntu1 ? [12:56] -queuebot:#ubuntu-release- New binary: rust-grep-cli [amd64] (disco-proposed/universe) [0.1.1-1] (no packageset) [12:58] -queuebot:#ubuntu-release- New binary: rust-grep-cli [i386] (disco-proposed/universe) [0.1.1-1] (no packageset) [13:09] apw, what I'm saying is that the -3 is having that test failure since a month or so [13:11] LocutusOfBorg: looking at okular. my 1st test locally passed the test failing on our infra, but failed on another. so fun! [13:12] -queuebot:#ubuntu-release- Unapproved: libgweather (bionic-proposed/main) [3.28.1-1 => 3.28.2-1~ubuntu18.04.1] (ubuntu-desktop) [13:12] LocutusOfBorg, and if the symptom on -4 was the same i would hint it in a second [13:12] LocutusOfBorg, as it isn't i'd like a second oppinion from someone who likes perl (which might be noone) [13:13] apw, look at: [13:13] 5.28.0-3 perl/5.28.0-3 2018-11-04 07:25:07 UTC 0h 11m 20s - fail log   artifacts   [13:14] and .28.0-3 perl/5.28.0-3 gdbm/1.18.1-1 2018-11-06 21:04:30 UTC 0h 13m 03s vorlon fail log   artifacts   ♻ [13:14] they have the same perl version but different behavior [13:14] "prove: command not found" was actually hiding the fact that with prove installed the test fails [13:15] we could try to fix it, that'd be nice [13:15] instead of arguing about why not to [13:15] I don't get what the test does... [13:15] libextutils-parsexs-perl is out of ubuntu... [13:16] moreover, fixing the test will require a new ton of tests... [13:26] -queuebot:#ubuntu-release- New binary: rust-grep-cli [arm64] (disco-proposed/universe) [0.1.1-1] (no packageset) [13:27] -queuebot:#ubuntu-release- New binary: rust-grep-cli [armhf] (disco-proposed/universe) [0.1.1-1] (no packageset) [13:34] -queuebot:#ubuntu-release- New: accepted rust-grep-cli [amd64] (disco-proposed) [0.1.1-1] [13:34] -queuebot:#ubuntu-release- New: accepted rust-grep-cli [armhf] (disco-proposed) [0.1.1-1] [13:34] -queuebot:#ubuntu-release- New: accepted rust-grep-cli [ppc64el] (disco-proposed) [0.1.1-1] [13:34] -queuebot:#ubuntu-release- New: accepted rust-grep-cli [arm64] (disco-proposed) [0.1.1-1] [13:34] -queuebot:#ubuntu-release- New: accepted rust-grep-cli [s390x] (disco-proposed) [0.1.1-1] [13:34] -queuebot:#ubuntu-release- New: accepted rust-grep-cli [i386] (disco-proposed) [0.1.1-1] [13:40] -queuebot:#ubuntu-release- Unapproved: fontconfig (bionic-proposed/main) [2.12.6-0ubuntu2 => 2.12.6-0ubuntu2.3] (core) [13:48] -queuebot:#ubuntu-release- New binary: linux-signed-azure [amd64] (trusty-proposed/main) [4.15.0-1034.35~14.04.2] (kernel) [13:48] -queuebot:#ubuntu-release- New binary: linux-signed-azure [amd64] (xenial-proposed/main) [4.15.0-1034.35~16.04.1] (kernel) [13:49] -queuebot:#ubuntu-release- New binary: linux-signed-azure [amd64] (bionic-proposed/main) [4.15.0-1034.35] (kernel) [13:53] -queuebot:#ubuntu-release- New: accepted linux-signed-azure [amd64] (bionic-proposed) [4.15.0-1034.35] [13:54] -queuebot:#ubuntu-release- New: accepted linux-signed-azure [amd64] (trusty-proposed) [4.15.0-1034.35~14.04.2] [13:54] -queuebot:#ubuntu-release- New: accepted linux-signed-azure [amd64] (xenial-proposed) [4.15.0-1034.35~16.04.1] [13:55] mwhudson, would you be able to look into go things stuck in disco-proposed? e.g. prometheus and friends [14:13] -queuebot:#ubuntu-release- Unapproved: tomcat8 (xenial-proposed/main) [8.0.32-1ubuntu1.8 => 8.0.32-1ubuntu1.9] (kubuntu, ubuntu-desktop, ubuntu-server) [14:25] -queuebot:#ubuntu-release- New sync: placement (disco-proposed/primary) [0.0.1~git2018112616.3ccbacfc-0ubuntu1] [14:52] -queuebot:#ubuntu-release- New binary: rust-grep [s390x] (disco-proposed/universe) [0.2.3-1] (no packageset) [14:53] -queuebot:#ubuntu-release- New binary: rust-grep [ppc64el] (disco-proposed/universe) [0.2.3-1] (no packageset) [14:55] -queuebot:#ubuntu-release- New binary: rust-grep [arm64] (disco-proposed/universe) [0.2.3-1] (no packageset) [14:56] -queuebot:#ubuntu-release- New binary: rust-grep [armhf] (disco-proposed/universe) [0.2.3-1] (no packageset) [14:57] -queuebot:#ubuntu-release- New binary: rust-grep [amd64] (disco-proposed/universe) [0.2.3-1] (no packageset) [14:59] -queuebot:#ubuntu-release- New binary: rust-grep [i386] (disco-proposed/universe) [0.2.3-1] (no packageset) [15:02] -queuebot:#ubuntu-release- New: accepted rust-grep [amd64] (disco-proposed) [0.2.3-1] [15:02] -queuebot:#ubuntu-release- New: accepted rust-grep [i386] (disco-proposed) [0.2.3-1] [15:02] -queuebot:#ubuntu-release- New: accepted rust-grep [armhf] (disco-proposed) [0.2.3-1] [15:03] -queuebot:#ubuntu-release- New: accepted rust-grep [arm64] (disco-proposed) [0.2.3-1] [15:03] -queuebot:#ubuntu-release- New: accepted rust-grep [s390x] (disco-proposed) [0.2.3-1] [15:03] -queuebot:#ubuntu-release- New: accepted rust-grep [ppc64el] (disco-proposed) [0.2.3-1] [15:07] apw, LocutusOfBorg: the new perl failure is not related; the 'prove' failure was transient while perl was in transition in -proposed [15:07] vorlon, do we agree that is regressed in release? [15:23] -queuebot:#ubuntu-release- New binary: rust-encoding [s390x] (disco-proposed/universe) [0.2.33-1] (no packageset) [15:23] -queuebot:#ubuntu-release- Unapproved: accepted hwdata [source] (xenial-proposed) [0.267-1ubuntu1] [15:24] -queuebot:#ubuntu-release- New binary: rust-encoding [ppc64el] (disco-proposed/universe) [0.2.33-1] (no packageset) [15:25] -queuebot:#ubuntu-release- New binary: rust-encoding [amd64] (disco-proposed/universe) [0.2.33-1] (no packageset) [15:25] -queuebot:#ubuntu-release- New binary: rust-encoding [armhf] (disco-proposed/universe) [0.2.33-1] (no packageset) [15:26] -queuebot:#ubuntu-release- New binary: rust-encoding [i386] (disco-proposed/universe) [0.2.33-1] (no packageset) [15:28] -queuebot:#ubuntu-release- New binary: rust-encoding [arm64] (disco-proposed/universe) [0.2.33-1] (no packageset) [15:28] -queuebot:#ubuntu-release- New: accepted rust-encoding [arm64] (disco-proposed) [0.2.33-1] [15:28] -queuebot:#ubuntu-release- New: accepted rust-encoding [i386] (disco-proposed) [0.2.33-1] [15:29] -queuebot:#ubuntu-release- New: accepted rust-encoding [amd64] (disco-proposed) [0.2.33-1] [15:29] -queuebot:#ubuntu-release- New: accepted rust-encoding [ppc64el] (disco-proposed) [0.2.33-1] [15:29] -queuebot:#ubuntu-release- New: accepted rust-encoding [armhf] (disco-proposed) [0.2.33-1] [15:29] -queuebot:#ubuntu-release- New: accepted rust-encoding [s390x] (disco-proposed) [0.2.33-1] [15:36] -queuebot:#ubuntu-release- New binary: rust-tokio-fs [s390x] (disco-proposed/universe) [0.1.3-1] (no packageset) [15:37] -queuebot:#ubuntu-release- Unapproved: accepted ceph [source] (trusty-proposed) [0.80.11-0ubuntu1.14.04.4] [15:39] -queuebot:#ubuntu-release- New binary: rust-tokio-fs [amd64] (disco-proposed/universe) [0.1.3-1] (no packageset) [15:39] -queuebot:#ubuntu-release- New binary: rust-tokio-fs [ppc64el] (disco-proposed/universe) [0.1.3-1] (no packageset) [15:39] -queuebot:#ubuntu-release- Unapproved: accepted usbmuxd [source] (bionic-proposed) [1.1.0-2ubuntu0.1] [15:41] -queuebot:#ubuntu-release- New binary: rust-tokio-fs [i386] (disco-proposed/universe) [0.1.3-1] (no packageset) [15:46] -queuebot:#ubuntu-release- Unapproved: accepted grub2 [source] (xenial-proposed) [2.02~beta2-36ubuntu3.20] [15:48] -queuebot:#ubuntu-release- Unapproved: accepted grub2-signed [source] (xenial-proposed) [1.66.20] [15:51] -queuebot:#ubuntu-release- Unapproved: accepted fontconfig [source] (bionic-proposed) [2.12.6-0ubuntu2.3] [16:00] -queuebot:#ubuntu-release- Unapproved: grub2 (xenial-proposed/main) [2.02~beta2-36ubuntu3.20 => 2.02~beta2-36ubuntu3.20] (core) [16:09] LocutusOfBorg: yes, it's regressed in release, but it's not a regression that I'm willing to manually ignore [16:22] -queuebot:#ubuntu-release- New: accepted rust-tokio-fs [amd64] (disco-proposed) [0.1.3-1] [16:22] -queuebot:#ubuntu-release- New: accepted rust-tokio-fs [ppc64el] (disco-proposed) [0.1.3-1] [16:22] -queuebot:#ubuntu-release- New: accepted rust-tokio-fs [i386] (disco-proposed) [0.1.3-1] [16:22] -queuebot:#ubuntu-release- New: accepted rust-tokio-fs [s390x] (disco-proposed) [0.1.3-1] [16:26] -queuebot:#ubuntu-release- New binary: rust-tokio-fs [armhf] (disco-proposed/universe) [0.1.3-1] (no packageset) [16:27] -queuebot:#ubuntu-release- New binary: rust-tokio-fs [arm64] (disco-proposed/universe) [0.1.3-1] (no packageset) [16:28] -queuebot:#ubuntu-release- Unapproved: grub2 (xenial-proposed/main) [2.02~beta2-36ubuntu3.20 => 2.02~beta2-36ubuntu3.20] (core) [16:29] -queuebot:#ubuntu-release- New: accepted rust-tokio-fs [arm64] (disco-proposed) [0.1.3-1] [16:29] -queuebot:#ubuntu-release- New: accepted rust-tokio-fs [armhf] (disco-proposed) [0.1.3-1] [16:36] if someone wanted to make launchpad's depwait analyzer understand versioned provides, that would make rust package builds a lot smoother [16:43] Or Provides at all, IIRC [16:43] https://bugs.launchpad.net/launchpad/+bug/335913 [16:44] Ubuntu bug 335913 in Launchpad itself "depwait builds do not retry even though the dep can be met via a virtual package" [High,Triaged] [16:45] (if it were just the versioned aspect, that would be relatively simple) [16:46] cjwatson: right, wasn't sure :) [16:48] I guess it might be possible without database changes with a sufficiently careful regex query on BinaryPackageRelease.provides ... [17:48] now why did rust-core-foundation not autosync? [17:51] vorlon: because you deleted it earlier this month and it hasn't had a new version in Debian (even if it had, it would've required manual attention due to having been previously removed) [17:51] ah [17:51] :) [17:52] * vorlon resuscitates it because despite being non-migrateable, it's good enough to satisfy other build-dependencies right now :P [18:01] vorlon: what do you want to do with debian-edu-artwork-legacy : blacklist it or unblacklist debian-edu-artwork? [18:19] All the debian-edu stuff was blacklisted as "redundant with edubuntu", which is a product that no longer exists... [18:19] Maybe we should unblacklist the lot. [18:21] -queuebot:#ubuntu-release- Unapproved: py-macaroon-bakery (bionic-proposed/main) [1.1.3-1 => 1.2.1-1~18.04.1] (ubuntu-desktop, ubuntu-server) [18:22] can someone please reject py-macaroon-bakery from bionic-proposed, i made a mistake uploading it [18:22] roaksoax: Sure! [18:23] yay for burned version strings though? :P [18:23] Eh. [18:23] teward: It's not 'burned' if it's never accepted. [18:24] -queuebot:#ubuntu-release- Unapproved: rejected py-macaroon-bakery [source] (bionic-proposed) [1.2.1-1~18.04.1] [18:24] hmm good point heh [18:24] infinity: though i thought it was, i made an unapproved upload once that was not accepted but was sitting in proposed once, by accident, and was told it'd been burned [18:24] :| [18:25] so E:Miscommunication somewhere? [18:25] teward: proposed = accepted. [18:25] teward: queue = not accepted. [18:25] ah [18:26] teward: If it's ever published in the primary archive, the version is burned. [18:26] jbicha: will blacklist debian-edu-artwork-legacy, thanks [18:27] vorlon: See above. Is the rationale for the blacklist maybe obsolete? [18:27] bdmurray, I uploaded libreoffice{,-l10n} 6.0.7-0ubuntu0.18.04.3 to bionic-proposed, that includes the previous changelog entries (including the SRU bug number) that were missing in the previous upload, which prompted the rejection. Would you mind taking a look and letting me know whether that's good enough? [18:27] infinity: ah, ok, looking deeper [18:29] the artwork is harmless (but unlikely to be used really) [18:29] are the armhf and s390x autopkgtest systems overtaxed or is the queue just obscenely long? (some nginx tests are still isted as in progress but have been for well over a day) [18:29] teward: Both? [18:29] infinity: in general, I think I'm ok with blacklisting of the sorts of metapackages that represent package curation in Debian that don't have input from someone in the Ubuntu community; my overall sense is that they tend to have a high failure rate (dependency skew, etc) [18:30] teward, look at the running queue for adt? [18:30] tried i'm getting page timeouts. [18:30] but debian-edu-config & debian-edu-install may be too disruptive for us [18:30] teward, =/ not good. [18:30] xnox: no, it's not [18:30] loads for me fine.... the http://autopkgtest.ubuntu.com/running [18:31] teward, at one point we lost a queue state; so had to re-request them; hence yes there is a backlog of s390x and armhf things, more than other arches. [18:31] s390x queue is exceptionally large, but it's also coming down [18:31] vorlon: Yeah, not picky. The stated reason for blacklisting is clearly no longer true, that's all. [18:31] so probably a past outage [18:32] (yes, possibly that outage in particular, though I don't know any reason s390x would've been more affected) [18:32] oSoMoN: looking [18:32] xnox: that makes sense, it's all those perl things in the queue >.< [18:33] teward: looks to me like refreshing that page shows the s390x backlog dropped in half in the past hour [18:33] I think s390x was still fairly high (>1000) before the queue disruption [18:34] oSoMoN: You could have reused the same version number i.e. a new changelog entry wasn't necessary. [18:35] bdmurray, ah, right, because it was rejected… I didn't think of that [18:35] oSoMoN: Well because it never made the archive [18:36] yeah, muscle memory made me bump the version without even thinking about it [18:39] mwhudson, vorlon - any idea why so many rust things depend on virtual things that are not provided by anybody? [18:39] as in, did we build all of rust-* out of order now? [18:39] xnox: no, blame the Debian maintainers [18:40] some of these things have been stuck in Debian NEW due to out-of-order uploads. Some of them are just not in evidence. Some of them are build-dependencies on older versions than what is available in -proposed (and unstable) [18:42] xnox: once I've worked through rust-cargo and its revdeps, everything that can be built in Debian will also be built in disco [18:43] vorlon, hm... it did look as if 0.31 transition was started and aborted. [18:43] vorlon, cause i thought we need 0.31 rust to build 0.31 cargo. but maybe not. [18:43] I filed Debian bug 910885 earlier, but I've kinda given up on filing Debian bugs for rust uninstallable issues [18:43] Debian bug 910885 in src:rust-pcap "rust-pcap: Unsatisfiable dependencies" [Serious,Open] http://bugs.debian.org/910885 [18:44] infinity: thank you! [18:45] Debian bug 908364 [18:45] roaksoax: Any time. Always glad to *not* review something. :P [18:45] Debian bug 908364 in librust-nodrop+nodrop-union-dev "librust-nodrop+nodrop-union-dev: unsatisfiable dependency on librust-nodrop-union-0.1+default-dev" [Grave,Open] http://bugs.debian.org/908364 [18:45] infinity: :) [18:46] -queuebot:#ubuntu-release- New binary: rust-cargo [amd64] (disco-proposed/universe) [0.31.0-1] (no packageset) [18:46] i guess if you make a new language, and don't break all dependencies conventions... is it even worth trying?! [18:47] -queuebot:#ubuntu-release- New binary: rust-cargo [i386] (disco-proposed/universe) [0.31.0-1] (no packageset) [18:47] rust is the new nodejs [18:48] xnox: well, https://launchpad.net/ubuntu/+source/rust-cargo/0.31.0-1/ built on 2 archs [18:48] i just envision a year from now, cargo being declared bad and dead, and everything moving to precompiled docker images shipped as flatpacks, with a metadata file to call it rust-freight instead [18:48] oSoMoN: if its not a huge trouble it'd be nice if the changelog was cleaner / the version wasn't bumped since its an LTS [18:49] -queuebot:#ubuntu-release- New: accepted rust-cargo [amd64] (disco-proposed) [0.31.0-1] [18:49] -queuebot:#ubuntu-release- New: accepted rust-cargo [i386] (disco-proposed) [0.31.0-1] [18:50] bdmurray, so you would reject and I would re-upload 6.0.7-0ubuntu0.18.04.2 with the changelog entries for 6.0.7-0ubuntu0.18.04.1 and 6.0.7-0ubuntu0.18.04.2 ? [18:57] oSoMoN: Yeah, although the order doesn't matter. [19:13] bdmurray, ack, will do after dinner [19:27] xnox: so, rust-core-foundation is FTBFS on !x86, that's exciting [19:31] (and that's reported as Debian bug #906612) [19:31] Debian bug 906612 in src:rust-core-foundation "rust-core-foundation FTBFS on architecture where char is unsigned" [Important,Open] http://bugs.debian.org/906612 [19:33] is that this? "Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS" [19:33] seems so [20:48] bdmurray was there a reason you approved the SRU for hwdata/xenial for lp #1755490 without bionic or cosmic being fixed? [20:48] Launchpad bug 1755490 in unity-settings-daemon (Ubuntu Xenial) "Incorrect information about display shown in gnome/unity-control-center" [Undecided,Fix committed] https://launchpad.net/bugs/1755490 [20:53] ddstreet, bionic/cosmic Ubuntu sessions uses GNOME which migrated to use the hwdb from systemd instead of hwdata, we SRUed the change in systemd for those series [20:53] seb128 nobody else will ever use hwdb in bionic/cosmic? [20:54] I don't know [20:54] seb128 also your uplaod was incomplete [20:54] seb128 you don't mind if i upload to bionic/cosmic as well, and correct the xenial upload do you? [20:54] sure, feel free [20:54] thnx [20:54] ddstreet, I was addressing a specific issue which was with the settings panel, I didn't try to fix usecases I don't know about [20:55] seb128 right - but your change to xenial didn't actually change it [20:55] but yeah, if you want to bother that's fine [20:55] yep i will thnx [20:55] that comment was about bionic/cosmic [20:55] ah ok sure - IMHO since hwdata is included in b/c, it would be good to fix those as well even if we don't know specifically of someone using the info [20:56] thx for fixing xenial, I probably overlooked something, I just backported the commit pointed on the bug. I'm going to check what extra you change :) [20:56] ddstreet, up to you [20:56] SRUs are resources expensive in review/testing/bandwith so I try to limit mine to fix real user visible issues [20:57] the pnp.ids file is patched from the pnp.ids.patch file, but the pnp.ids file is also carried by the deb and so both the pnps.ids and .patch file need to be updated [20:57] but I can understand if other don't see it the same way and prefer to include the fix even if it's not having a visible impact for most users [20:57] ah ok [20:57] ddstreet, thx :) [20:57] SRU reviews are expensive, yes, but IMHO again that's an issue that is the ubuntu-sru team's own doing...they can add sru approvers at any time [20:57] they are not the ones testing [20:58] and when we don't have a good testcase things get non verified [20:58] and sit in proposed for years [20:58] and that deserves us [20:58] anyway [20:58] that's my position, I'm not trying to enforce it on others [20:58] so feel free to find a testcase for bionic/cosmic and fix it there :) [20:58] yep :) [21:43] -queuebot:#ubuntu-release- Unapproved: hwdata (cosmic-proposed/main) [0.290-1 => 0.290-1ubuntu0.18.10.1] (ubuntu-server) [21:44] -queuebot:#ubuntu-release- Unapproved: hwdata (bionic-proposed/main) [0.290-1 => 0.290-1ubuntu0.18.04.1] (ubuntu-server) [21:45] -queuebot:#ubuntu-release- Unapproved: hwdata (xenial-proposed/main) [0.267-1ubuntu1 => 0.267-1ubuntu2] (ubuntu-desktop) === cshep is now known as platonical === guiver_d is now known as guiverc [22:22] ddstreet: So are you going to test hwdata in bionic and cosmic? [22:22] -queuebot:#ubuntu-release- Unapproved: accepted hwdata [source] (xenial-proposed) [0.267-1ubuntu2] [22:23] -queuebot:#ubuntu-release- New: accepted hvac [amd64] (bionic-backports) [0.5.0-0ubuntu1~ubuntu18.04.1] [22:25] bdmurray well 1) it's a plain text file that can be pretty clearly looked at to 'verify' the fix and 2) dgadomski will test/verify, and unless i'm misunderstaning his comment 19 in the bug, hwdata is actually used for the product name even in b/c [22:26] -queuebot:#ubuntu-release- Unapproved: mesa (bionic-proposed/main) [18.0.5-0ubuntu0~18.04.1 => 18.2.2-0ubuntu1~18.04.1] (core, xorg) [22:27] -queuebot:#ubuntu-release- Unapproved: accepted hwdata [source] (bionic-proposed) [0.290-1ubuntu0.18.04.1] [22:29] -queuebot:#ubuntu-release- Unapproved: accepted hwdata [source] (cosmic-proposed) [0.290-1ubuntu0.18.10.1] [22:39] -queuebot:#ubuntu-release- Unapproved: accepted libclc [source] (bionic-proposed) [0.2.0+git20180917-2~ubuntu0.18.04.1] [22:44] bdmurray, can you please reject libreoffice{,-l10n} 6.0.7-0ubuntu0.18.04.3 from the bionic queue? I'll re-upload 6.0.7-0ubuntu0.18.04.2 [22:46] -queuebot:#ubuntu-release- Unapproved: accepted wayland [source] (cosmic-proposed) [1.16.0-1ubuntu1.1] [22:47] -queuebot:#ubuntu-release- Unapproved: accepted wayland [source] (bionic-proposed) [1.16.0-1ubuntu1.1~18.04.1] [22:49] -queuebot:#ubuntu-release- Unapproved: rejected libreoffice-l10n [source] (bionic-proposed) [1:6.0.7-0ubuntu0.18.04.3] [22:49] -queuebot:#ubuntu-release- Unapproved: rejected libreoffice [source] (bionic-proposed) [1:6.0.7-0ubuntu0.18.04.3] [22:49] -queuebot:#ubuntu-release- New binary: wayland [ppc64el] (bionic-proposed/main) [1.16.0-1ubuntu1.1~18.04.1] (core, xorg) [22:49] -queuebot:#ubuntu-release- New binary: wayland [s390x] (bionic-proposed/main) [1.16.0-1ubuntu1.1~18.04.1] (core, xorg) [22:50] -queuebot:#ubuntu-release- New binary: wayland [i386] (bionic-proposed/main) [1.16.0-1ubuntu1.1~18.04.1] (core, xorg) [22:53] -queuebot:#ubuntu-release- Unapproved: libreoffice (bionic-proposed/main) [1:6.0.7-0ubuntu0.18.04.1 => 1:6.0.7-0ubuntu0.18.04.2] (kubuntu, ubuntu-desktop) [22:53] -queuebot:#ubuntu-release- New binary: wayland [amd64] (bionic-proposed/main) [1.16.0-1ubuntu1.1~18.04.1] (core, xorg) [22:54] -queuebot:#ubuntu-release- Unapproved: libreoffice-l10n (bionic-proposed/main) [1:6.0.7-0ubuntu0.18.04.1 => 1:6.0.7-0ubuntu0.18.04.2] (ubuntu-desktop) [22:56] bdmurray, thanks! [22:56] -queuebot:#ubuntu-release- New binary: wayland [armhf] (bionic-proposed/main) [1.16.0-1ubuntu1.1~18.04.1] (core, xorg) [22:56] -queuebot:#ubuntu-release- New binary: wayland [arm64] (bionic-proposed/main) [1.16.0-1ubuntu1.1~18.04.1] (core, xorg) [22:58] -queuebot:#ubuntu-release- New: accepted wayland [amd64] (bionic-proposed) [1.16.0-1ubuntu1.1~18.04.1] [22:58] -queuebot:#ubuntu-release- New: accepted wayland [armhf] (bionic-proposed) [1.16.0-1ubuntu1.1~18.04.1] [22:58] -queuebot:#ubuntu-release- New: accepted wayland [ppc64el] (bionic-proposed) [1.16.0-1ubuntu1.1~18.04.1] [22:58] -queuebot:#ubuntu-release- New: accepted wayland [arm64] (bionic-proposed) [1.16.0-1ubuntu1.1~18.04.1] [22:58] -queuebot:#ubuntu-release- New: accepted wayland [s390x] (bionic-proposed) [1.16.0-1ubuntu1.1~18.04.1] [22:58] -queuebot:#ubuntu-release- New: accepted wayland [i386] (bionic-proposed) [1.16.0-1ubuntu1.1~18.04.1] [23:01] -queuebot:#ubuntu-release- Unapproved: accepted mesa [source] (bionic-proposed) [18.2.2-0ubuntu1~18.04.1] [23:15] -queuebot:#ubuntu-release- New binary: ruby-icalendar [amd64] (disco-proposed/universe) [2.4.1-2] (no packageset) [23:27] -queuebot:#ubuntu-release- New binary: mesa [amd64] (bionic-proposed/main) [18.2.2-0ubuntu1~18.04.1] (core, xorg) [23:31] xnox: well rustc and cargo are going to be kept up to date because firefox [23:31] the crazy world of rust-* packages, well to all that [23:32] -queuebot:#ubuntu-release- Unapproved: accepted libreoffice [source] (bionic-proposed) [1:6.0.7-0ubuntu0.18.04.2] [23:37] -queuebot:#ubuntu-release- Unapproved: accepted libreoffice-l10n [source] (bionic-proposed) [1:6.0.7-0ubuntu0.18.04.2] [23:50] -queuebot:#ubuntu-release- New binary: mesa [armhf] (bionic-proposed/main) [18.2.2-0ubuntu1~18.04.1] (core, xorg) [23:53] -queuebot:#ubuntu-release- New binary: vaultlocker [amd64] (bionic-backports/universe) [1.0.3-0ubuntu1~ubuntu18.04.1] (no packageset)