/srv/irclogs.ubuntu.com/2018/11/28/#ubuntu-release.txt

xnoxmwhudson, i think this can be fixed in dh-cargo for good00:00
mwhudsonxnox: debcargo? dh-cargo?00:00
infinityWhy would anyone intentionally create a file with a timestamp of 1?00:01
infinityOr is that 0?00:01
xnoxi 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 debcargo00:01
infinityEither way, why?00:01
vorloninfinity: 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 references00:02
mwhudsonneither of those packages seems to reference that file00:02
infinityvorlon: Perhaps a middle ground (if you really want *some* baseline ref) is to keep a shallow copy, but generally garbage collect.00:03
infinityvorlon: That is, keep the last result from each package/series/arch, or similar.00:04
vorlonsure00:04
infinityvorlon: Also, Debian seems to GC logs, but keep results.  That mightn't be stupid.00:04
mwhudsonah wait i think it's src:cargo's fault00:04
infinityvorlon: Anyhow, it was indeed the appearance on /running/ and the endlessly right-growing table on /package/<package> pages that made me think of it.00:05
infinityvorlon: 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
infinity(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
vorloninfinity: 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:06
mwhudsonprobably new in 0.31.000:08
mwhudsonvorlon: so this is invalid in debian too?00:09
vorlonmwhudson: yes, but dak fails to block uploads that the code says it should00:09
xnoxmwhudson, uploaded dh-cargo which will touch that file on clean. this should fix the builds.00:10
xnoxthus once dh-cargo is out, we would need to retry the "failed" builds.00:10
mwhudsonxnox: ok00:11
mwhudsonxnox: i shall whinge in the debian bts00:11
xnoxbut still need tracing who created that file00:11
vorlonxnox: do the autobuilders call clean before build?00:11
xnoxmwhudson, also Jan  1  1970 Cargo.toml00:11
xnoxvorlon, they must.00:11
vorlonmust they?00:11
vorlonit's supposed to be a no-op on a pristine unpacked source package00:12
mwhudsonxnox: it's cargo00:12
vorlon(and it's often a time-wasting no-op)00:12
mwhudsonsrc/cargo/ops/cargo_package.rs00:12
xnoxmwhudson, i don't know how to edit that extension.... we ought to fix that..... upstream/debian/ubuntu00:12
infinityvorlon: sbuild calls dpkg-buildpackage, and doesn't call it with -nc, so yes, they clean.00:12
vorlonok00:12
xnoxvorlon, many people apply conditional patches in clean for example.00:13
mwhudsonxnox: turn your head on its side and pretend it's c++00:13
vorlon...00:13
infinityvorlon: 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
xnoxmwhudson, ah! simples!00:13
vorlon"many fine people"00:14
infinityOn both sides.00:14
xnoxpolicy is vague00:15
xnox"The build target may need to run the clean target first - see below."00:15
xnoxso it's a may00:16
mwhudsonvorlon: got a policy reference for why these archives are bad?00:16
xnoxmwhudson, only code check in dak and launchpad.00:16
xnoxupon binary uploads.00:16
vorlonmwhudson: none whatsoever00:16
mwhudsonexcept apparently not dak any more00:16
infinitymwhudson: The range check isn't from policy, it was a dak check cargo-culted into soyuz.00:16
xnoxmwhudson, the code that supposed to do that reject, is still in dak.00:17
infinityIt's generally considered a "good" check, but not a Policy thing.00:17
mwhudsonoh so this is a cargo bug _and_ a dak bug00:17
infinityWell, the dak bug is either that it's checking something policy doesn't forbid, or that the check is currently not working.00:17
infinityTake your pick. :P00:17
infinityArguably, "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
vorlonI took the question to #debian-ftp at cjwatson's suggestion, and no one there knew why the check was giving false negatives either00:18
infinityAnd the reason had something to do with certain tar implementations losing their minds on large stamp skews or something.00:18
infinityCause they were written by muppets who didn't actually deal with timestamps correctly, but just did some vague windowing.00:19
infinityOr something.00:19
infinity*handwavy*00:19
infinityI doubt any of that matters in the modern world.00:19
infinityBut I still don't need random files with timestamps of "0"... It looks like something broken software would produce.00:19
infinityAnd would trip my internal "I wonder if a rootkit did this" alarm.00:19
vorlonthat's why my rootkits use a timestamp of 500:20
infinityGood thinking.00:21
infinityYou get a passwd file.00:21
infinityI'll keep shadow for myself until you use a more random timestamp.00:21
mwhudsonhttps://github.com/rust-lang/cargo/issues/471200:21
gitbotrust-lang issue 4712 in cargo "crates produced by cargo have errors in them" [Closed]00:21
vorlon(except for my embedded test SSL certificates, which use a timestamp in the future)00:22
jbichainfinity: Debian bug 91088300:22
ubot5Debian bug 910883 in src:rust-serde "rust-serde: ancient timestamp" [Normal,Open] http://bugs.debian.org/91088300:22
mwhudsonxnox: i hope you mutate the timestamp to DEBIAN_SOURCE_EPOCH00:22
xnoxmwhudson, hmmmm......00:22
xnoxno00:22
mwhudsonxnox: reproducible builds will be after you!!00:22
xnoxmwhudson, also the cargo issue you indicate is about the .tar file payload. not the timestamp of a file inside the tarball....00:23
xnoxmwhudson, or is this the same?00:23
mwhudsonjbicha: oh man that respose00:23
mwhudsonxnox: well the issue that i pasted is that it was writing the 0 timestamp incorrectly00:23
xnoxah, fun.00:24
mwhudsonuhh https://salsa.debian.org/lintian/lintian/commit/19e46f861e1e23568812cd3437c718748c91d91800:24
mwhudsonwell this is quite the can of worms00:24
xnoxmwhudson, and dak doesn't use built-in rejects anymore, and uses lintian autorejects instead, which launchpad does not have?00:25
xnoxvorlon, do we need launchpad lintian autorejects?00:25
vorlonwell clearly we don't need them, we've survived this long00:26
xnoxvorlon, reject uploads with missing +x comes to mind00:26
xnoxwe didn't fix merge-o-matic, have we?!00:27
mwhudsoni tried00:27
vorlonxnox: wasn't mwhudson hacking on that?00:27
mwhudsonwell dak certainly still has code to reject timestamps from before 197500:29
mwhudsonunless the configuration for Dinstall::PastCutoffYear is overriding it00:30
xnoxand it has the acient files thing as a lintian autoreject.00:30
mwhudsonyes but as above lintian has a special case for these files now00:30
infinityI still don't grasp why cargo is intentionally setting those timestamps to 0 instead of 'now'.  How bizarre.00:30
xnoxmwhudson, can you check what timestamps are inside the actual debs?00:31
xnoxmwhudson, i wonder if debian overrides timestamps of files inside the deb, and we don't.00:31
mwhudsonxnox: 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=000:31
mwhudsonxnox: nope00:31
mwhudson(search for "1970")00:31
infinityWell, I see why cargo is doing it, I don't see why the people who wrote cargo wanted that.00:31
* xnox DDoS build queue00:35
xnoxwell, only 75 builds to be fair.00:36
xnoxmwhudson, i retried all that "Failed to upload"00:36
mwhudsonxnox: nice00: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 debian00:36
xnoxhmmmm00:37
xnoxsomehow it didn't find to retry all the things00: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:37
-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:38
-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:39
-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:40
-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:41
-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:43
-queuebot:#ubuntu-release- New binary: rust-bytecount [i386] (disco-proposed/universe) [0.4.0-1] (no packageset)00:44
-queuebot:#ubuntu-release- New binary: rust-bytecount [amd64] (disco-proposed/universe) [0.4.0-1] (no packageset)00:45
-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:46
-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:48
xnoxmwhudson, 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
xnoxcause some of FTB are actually dep-wait....00:49
xnoxbut probably after this round of rust-* finishes building and publishing00:50
xnoxanyway Zzzzzzz00:50
mwhudsonwell the depwaits will sort themselves sooner or later00: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:50
-queuebot:#ubuntu-release- New binary: rust-digest [i386] (disco-proposed/universe) [0.8.0-1] (no packageset)00:51
-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:52
-queuebot:#ubuntu-release- New binary: rust-http [s390x] (disco-proposed/universe) [0.1.13-1] (no packageset)00:53
-queuebot:#ubuntu-release- New binary: rust-cbindgen [amd64] (disco-proposed/universe) [0.6.6-1] (no packageset)01:08
-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:43
-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)01:45
-queuebot:#ubuntu-release- New binary: rust-blobby [armhf] (disco-proposed/universe) [0.1.1-1] (no packageset)02:12
-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:13
-queuebot:#ubuntu-release- New binary: rust-digest [armhf] (disco-proposed/universe) [0.8.0-1] (no packageset)02:14
-queuebot:#ubuntu-release- New binary: netperfmeter [amd64] (disco-proposed/universe) [1.8.0-1] (no packageset)03:24
-queuebot:#ubuntu-release- New binary: pg-rational [amd64] (disco-proposed/none) [0.0.1-1] (no packageset)05:14
-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:16
-queuebot:#ubuntu-release- New binary: pg-rational [ppc64el] (disco-proposed/none) [0.0.1-1] (no packageset)05:19
-queuebot:#ubuntu-release- New binary: shellia [amd64] (disco-proposed/none) [5.1] (no packageset)05:20
-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:31
-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:55
-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:56
-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:57
-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]05:58
-queuebot:#ubuntu-release- New binary: rust-grep-searcher [s390x] (disco-proposed/universe) [0.1.1-2] (no packageset)06:29
-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:30
-queuebot:#ubuntu-release- New binary: rust-grep-searcher [arm64] (disco-proposed/universe) [0.1.1-2] (no packageset)06:31
-queuebot:#ubuntu-release- New binary: rust-grep-searcher [i386] (disco-proposed/universe) [0.1.1-2] (no packageset)06:32
-queuebot:#ubuntu-release- New binary: rust-grep-searcher [armhf] (disco-proposed/universe) [0.1.1-2] (no packageset)06:34
-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:42
-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]06:43
-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:06
-queuebot:#ubuntu-release- New binary: rust-rustc-version [i386] (disco-proposed/universe) [0.2.3-1] (no packageset)07:08
-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:10
-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:16
-queuebot:#ubuntu-release- New binary: rust-shellwords [i386] (disco-proposed/universe) [1.0.0-1] (no packageset)07:17
-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:18
-queuebot:#ubuntu-release- New binary: rust-grep-regex [s390x] (disco-proposed/universe) [0.1.1-1] (no packageset)07:21
-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:22
-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:23
-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:24
-queuebot:#ubuntu-release- New: accepted rust-grep-regex [i386] (disco-proposed) [0.1.1-1]07:25
LocutusOfBorginfinity, feeling lintian syncy?07:52
-queuebot:#ubuntu-release- New binary: rust-failure [s390x] (disco-proposed/universe) [0.1.3-1] (no packageset)09:02
-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:03
-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:04
-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)09:05
oSoMoNmy 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
oSoMoNhow should I go about fixing that?10:23
oSoMoNdo I need to merge the two changelog entries into one?10:24
oSoMoNwhen 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 upload10:26
cjwatsonWhy not just mention the bug number again?10:26
oSoMoNyes 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 upload10:28
LocutusOfBorgspeaking of libreoffice... is anybody looking at failures in disco?10:29
LocutusOfBorgI fixed gdal, so the remaining points for poppler transition are xpdf and libreoffice not building on amd6410:29
oSoMoNLocutusOfBorg, I am10:30
oSoMoNhoping to figure out the unit test failures today10:30
LocutusOfBorgthanks!10:32
LocutusOfBorgand speaking wrt okular failures, that will hold poppler transition...10:32
LocutusOfBorgnovaclient.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
LocutusOfBorgERROR (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
LocutusOfBorgis there anything we can do?10:32
LocutusOfBorgthe package is regressed in release too10:32
LocutusOfBorgacheronuk, ^^ maybe you have some hint wrt that failure10:33
seb128oSoMoN, did you use -v to include the previous changelog entry in the .changes?10:37
seb128oSoMoN, seems not from looking at the version in the rejected queue10:38
oSoMoNseb128, no, I didn't, didn't think of doing that10:38
seb128oSoMoN, 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 etc10:38
-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
seb128or at least I think it's not smart enough to deal with it10:39
seb128so yeah, either merge the entries or use -v to include the previous one10:39
oSoMoNseb128, ack, thanks for the tip!10:39
seb128np!10:39
-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]10:56
-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:00
-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:04
-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)11:08
=== cpaelzer_ is now known as cpaelzer
-queuebot:#ubuntu-release- New binary: rust-tokio-threadpool [s390x] (disco-proposed/universe) [0.1.7-1] (no packageset)11:39
-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:40
-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:41
-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:42
-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:43
-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:44
-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:45
-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:46
-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:47
-queuebot:#ubuntu-release- New binary: rust-git2-curl [amd64] (disco-proposed/universe) [0.8.1-1] (no packageset)11:49
-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:50
-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:51
-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:56
-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:57
LocutusOfBorgany AA around?11:59
LocutusOfBorgI 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-4build311:59
LocutusOfBorggambas3/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-6build111:59
LocutusOfBorgmygui/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.1ubuntu11:59
LocutusOfBorg3 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-6build111:59
LocutusOfBorgis only blocked by gambas3 being entangled with poppler11:59
LocutusOfBorgcan we please kick gambas3 out of release for some days in the meanwhile I finish to polish up things?11:59
LocutusOfBorgapw, ^^ gambas3 has been reintroduced 2 weeks ago by me :)11:59
LocutusOfBorgthis should disentangle things a little bit, and make me more confident about what britney is saying to me12:00
apwLocutusOfBorg, so you did, so you are going to sort that out and get it back out "soon" if i do that12:14
LocutusOfBorgyes, of course, it will migrate together with poppler transition12:26
LocutusOfBorgit is not blocked by anything else12:26
apwLocutusOfBorg, ok ... gone12:27
LocutusOfBorgta!12:28
LocutusOfBorgnow gdcm entangles with everything else sigh12:28
LocutusOfBorgsigh2 I looked at notest, we need perl migrate to see it go12:32
LocutusOfBorgat least I need somebody bumping force-badtest perl/5.28.0-3 to force-badtest perl/5.28.0-412:36
apwLocutusOfBorg, the failure in -3 differs from that in -4 to an extent i am not comfortable bumping that along the road12:43
apwvorlon, ^ that perl dependency (on prove) seems to have gotten fixed, dunno if you wanna look see if the new failure is related or not12:45
apw(i suspect it is not)12:46
LocutusOfBorgI 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 TBH12:53
apwLocutusOfBorg, the -3 says 'prove: comamnd not found' and -4 has a single test failure12:53
-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:55
LocutusOfBorgapw, did you look at the result of 5.28.0-3dpkg/1.19.2ubuntu1?12:56
-queuebot:#ubuntu-release- New binary: rust-grep-cli [amd64] (disco-proposed/universe) [0.1.1-1] (no packageset)12:56
-queuebot:#ubuntu-release- New binary: rust-grep-cli [i386] (disco-proposed/universe) [0.1.1-1] (no packageset)12:58
LocutusOfBorgapw, what I'm saying is that the -3 is having that test failure since a month or so13:09
acheronukLocutusOfBorg: looking at okular. my 1st test locally passed the test failing on our infra, but failed on another. so fun!13:11
-queuebot:#ubuntu-release- Unapproved: libgweather (bionic-proposed/main) [3.28.1-1 => 3.28.2-1~ubuntu18.04.1] (ubuntu-desktop)13:12
apwLocutusOfBorg, and if the symptom on -4 was the same i would hint it in a second13:12
apwLocutusOfBorg, as it isn't i'd like a second oppinion from someone who likes perl (which might be noone)13:12
LocutusOfBorgapw, look at:13:13
LocutusOfBorg5.28.0-3perl/5.28.0-32018-11-04 07:25:07 UTC0h 11m 20s-faillog   artifacts  13:13
LocutusOfBorgand .28.0-3perl/5.28.0-3 gdbm/1.18.1-12018-11-06 21:04:30 UTC0h 13m 03svorlonfaillog   artifacts   ♻13:14
LocutusOfBorgthey have the same perl version but different behavior13:14
LocutusOfBorg"prove: command not found" was actually hiding the fact that with prove installed the test fails13:14
Laneywe could try to fix it, that'd be nice13:15
Laneyinstead of arguing about why not to13:15
LocutusOfBorgI don't get what the test does...13:15
LocutusOfBorglibextutils-parsexs-perl is out of ubuntu...13:15
LocutusOfBorgmoreover, fixing the test will require a new ton of tests...13:16
-queuebot:#ubuntu-release- New binary: rust-grep-cli [arm64] (disco-proposed/universe) [0.1.1-1] (no packageset)13:26
-queuebot:#ubuntu-release- New binary: rust-grep-cli [armhf] (disco-proposed/universe) [0.1.1-1] (no packageset)13:27
-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:34
-queuebot:#ubuntu-release- Unapproved: fontconfig (bionic-proposed/main) [2.12.6-0ubuntu2 => 2.12.6-0ubuntu2.3] (core)13:40
-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:48
-queuebot:#ubuntu-release- New binary: linux-signed-azure [amd64] (bionic-proposed/main) [4.15.0-1034.35] (kernel)13:49
-queuebot:#ubuntu-release- New: accepted linux-signed-azure [amd64] (bionic-proposed) [4.15.0-1034.35]13:53
-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:54
xnoxmwhudson, would you be able to look into go things stuck in disco-proposed? e.g. prometheus and friends13:55
-queuebot:#ubuntu-release- Unapproved: tomcat8 (xenial-proposed/main) [8.0.32-1ubuntu1.8 => 8.0.32-1ubuntu1.9] (kubuntu, ubuntu-desktop, ubuntu-server)14:13
-queuebot:#ubuntu-release- New sync: placement (disco-proposed/primary) [0.0.1~git2018112616.3ccbacfc-0ubuntu1]14:25
-queuebot:#ubuntu-release- New binary: rust-grep [s390x] (disco-proposed/universe) [0.2.3-1] (no packageset)14:52
-queuebot:#ubuntu-release- New binary: rust-grep [ppc64el] (disco-proposed/universe) [0.2.3-1] (no packageset)14:53
-queuebot:#ubuntu-release- New binary: rust-grep [arm64] (disco-proposed/universe) [0.2.3-1] (no packageset)14:55
-queuebot:#ubuntu-release- New binary: rust-grep [armhf] (disco-proposed/universe) [0.2.3-1] (no packageset)14:56
-queuebot:#ubuntu-release- New binary: rust-grep [amd64] (disco-proposed/universe) [0.2.3-1] (no packageset)14:57
-queuebot:#ubuntu-release- New binary: rust-grep [i386] (disco-proposed/universe) [0.2.3-1] (no packageset)14:59
-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:02
-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:03
vorlonapw, LocutusOfBorg: the new perl failure is not related; the 'prove' failure was transient while perl was in transition in -proposed15:07
LocutusOfBorgvorlon, do we agree that is regressed in release?15:07
-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:23
-queuebot:#ubuntu-release- New binary: rust-encoding [ppc64el] (disco-proposed/universe) [0.2.33-1] (no packageset)15:24
-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:25
-queuebot:#ubuntu-release- New binary: rust-encoding [i386] (disco-proposed/universe) [0.2.33-1] (no packageset)15:26
-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:28
-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:29
-queuebot:#ubuntu-release- New binary: rust-tokio-fs [s390x] (disco-proposed/universe) [0.1.3-1] (no packageset)15:36
-queuebot:#ubuntu-release- Unapproved: accepted ceph [source] (trusty-proposed) [0.80.11-0ubuntu1.14.04.4]15:37
-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:39
-queuebot:#ubuntu-release- New binary: rust-tokio-fs [i386] (disco-proposed/universe) [0.1.3-1] (no packageset)15:41
-queuebot:#ubuntu-release- Unapproved: accepted grub2 [source] (xenial-proposed) [2.02~beta2-36ubuntu3.20]15:46
-queuebot:#ubuntu-release- Unapproved: accepted grub2-signed [source] (xenial-proposed) [1.66.20]15:48
-queuebot:#ubuntu-release- Unapproved: accepted fontconfig [source] (bionic-proposed) [2.12.6-0ubuntu2.3]15:51
-queuebot:#ubuntu-release- Unapproved: grub2 (xenial-proposed/main) [2.02~beta2-36ubuntu3.20 => 2.02~beta2-36ubuntu3.20] (core)16:00
vorlonLocutusOfBorg: yes, it's regressed in release, but it's not a regression that I'm willing to manually ignore16:09
-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:22
-queuebot:#ubuntu-release- New binary: rust-tokio-fs [armhf] (disco-proposed/universe) [0.1.3-1] (no packageset)16:26
-queuebot:#ubuntu-release- New binary: rust-tokio-fs [arm64] (disco-proposed/universe) [0.1.3-1] (no packageset)16:27
-queuebot:#ubuntu-release- Unapproved: grub2 (xenial-proposed/main) [2.02~beta2-36ubuntu3.20 => 2.02~beta2-36ubuntu3.20] (core)16:28
-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:29
vorlonif someone wanted to make launchpad's depwait analyzer understand versioned provides, that would make rust package builds a lot smoother16:36
cjwatsonOr Provides at all, IIRC16:43
cjwatsonhttps://bugs.launchpad.net/launchpad/+bug/33591316:43
ubot5Ubuntu bug 335913 in Launchpad itself "depwait builds do not retry even though the dep can be met via a virtual package" [High,Triaged]16:44
cjwatson(if it were just the versioned aspect, that would be relatively simple)16:45
vorloncjwatson: right, wasn't sure :)16:46
cjwatsonI guess it might be possible without database changes with a sufficiently careful regex query on BinaryPackageRelease.provides ...16:48
vorlonnow why did rust-core-foundation not autosync?17:48
cjwatsonvorlon: 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
vorlonah17:51
vorlon:)17:51
* vorlon resuscitates it because despite being non-migrateable, it's good enough to satisfy other build-dependencies right now :P17:52
jbichavorlon: what do you want to do with debian-edu-artwork-legacy : blacklist it or unblacklist debian-edu-artwork?18:01
infinityAll the debian-edu stuff was blacklisted as "redundant with edubuntu", which is a product that no longer exists...18:19
infinityMaybe we should unblacklist the lot.18:19
-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:21
roaksoaxcan someone please reject  py-macaroon-bakery from bionic-proposed, i made a mistake uploading it18:22
infinityroaksoax: Sure!18:22
tewardyay for burned version strings though? :P18:23
infinityEh.18:23
infinityteward: It's not 'burned' if it's never accepted.18:23
-queuebot:#ubuntu-release- Unapproved: rejected py-macaroon-bakery [source] (bionic-proposed) [1.2.1-1~18.04.1]18:24
tewardhmm good point heh18:24
tewardinfinity: 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 burned18:24
teward:|18:24
tewardso E:Miscommunication somewhere?18:25
infinityteward: proposed = accepted.18:25
infinityteward: queue = not accepted.18:25
tewardah18:25
infinityteward: If it's ever published in the primary archive, the version is burned.18:26
vorlonjbicha: will blacklist debian-edu-artwork-legacy, thanks18:26
infinityvorlon: See above.  Is the rationale for the blacklist maybe obsolete?18:27
oSoMoNbdmurray, 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
vorloninfinity: ah, ok, looking deeper18:27
jbichathe artwork is harmless (but unlikely to be used really)18:29
tewardare 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
infinityteward: Both?18:29
vorloninfinity: 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:29
xnoxteward, look at the running queue for adt?18:30
tewardtried i'm getting page timeouts.18:30
jbichabut debian-edu-config & debian-edu-install may be too disruptive for us18:30
xnoxteward, =/ not good.18:30
tewardxnox: no, it's not18:30
xnoxloads for me fine.... the http://autopkgtest.ubuntu.com/running18:30
xnoxteward, 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
vorlons390x queue is exceptionally large, but it's also coming down18:31
infinityvorlon: Yeah, not picky.  The stated reason for blacklisting is clearly no longer true, that's all.18:31
vorlonso probably a past outage18:31
vorlon(yes, possibly that outage in particular, though I don't know any reason s390x would've been more affected)18:32
bdmurrayoSoMoN: looking18:32
tewardxnox: that makes sense, it's all those perl things in the queue >.<18:32
vorlonteward: looks to me like refreshing that page shows the s390x backlog dropped in half in the past hour18:33
jbichaI think s390x was still fairly high (>1000) before the queue disruption18:33
bdmurrayoSoMoN: You could have reused the same version number i.e. a new changelog entry wasn't necessary.18:34
oSoMoNbdmurray, ah, right, because it was rejected… I didn't think of that18:35
bdmurrayoSoMoN: Well because it never made the archive18:35
oSoMoNyeah, muscle memory made me bump the version without even thinking about it18:36
xnoxmwhudson, vorlon - any idea why so many rust things depend on virtual things that are not provided by anybody?18:39
xnoxas in, did we build all of rust-* out of order now?18:39
vorlonxnox: no, blame the Debian maintainers18:39
vorlonsome 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:40
vorlonxnox: once I've worked through rust-cargo and its revdeps, everything that can be built in Debian will also be built in disco18:42
xnoxvorlon, hm... it did look as if 0.31 transition was started and aborted.18:43
xnoxvorlon, cause i thought we need 0.31 rust to build 0.31 cargo. but maybe not.18:43
jbichaI filed Debian bug 910885 earlier, but I've kinda given up on filing Debian bugs for rust uninstallable issues18:43
ubot5Debian bug 910885 in src:rust-pcap "rust-pcap: Unsatisfiable dependencies" [Serious,Open] http://bugs.debian.org/91088518:43
roaksoaxinfinity: thank you!18:44
jbichaDebian bug 90836418:45
infinityroaksoax: Any time.  Always glad to *not* review something. :P18:45
ubot5Debian 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/90836418:45
roaksoaxinfinity: :)18:45
-queuebot:#ubuntu-release- New binary: rust-cargo [amd64] (disco-proposed/universe) [0.31.0-1] (no packageset)18:46
xnoxi guess if you make a new language, and don't break all dependencies conventions... is it even worth trying?!18:46
-queuebot:#ubuntu-release- New binary: rust-cargo [i386] (disco-proposed/universe) [0.31.0-1] (no packageset)18:47
jbicharust is the new nodejs18:47
vorlonxnox: well, https://launchpad.net/ubuntu/+source/rust-cargo/0.31.0-1/ built on 2 archs18:48
xnoxi 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 instead18:48
bdmurrayoSoMoN: if its not a huge trouble it'd be nice if the changelog was cleaner / the version wasn't bumped since its an LTS18:48
-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:49
oSoMoNbdmurray, 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:50
bdmurrayoSoMoN: Yeah, although the order doesn't matter.18:57
oSoMoNbdmurray, ack, will do after dinner19:13
vorlonxnox: so, rust-core-foundation is FTBFS on !x86, that's exciting19:27
vorlon(and that's reported as Debian bug #906612)19:31
ubot5Debian bug 906612 in src:rust-core-foundation "rust-core-foundation FTBFS on architecture where char is unsigned" [Important,Open] http://bugs.debian.org/90661219:31
sarnoldis that this? "Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS"19:33
vorlonseems so19:33
ddstreetbdmurray was there a reason you approved the SRU for hwdata/xenial for lp #1755490 without bionic or cosmic being fixed?20:48
ubot5Launchpad 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/175549020:48
seb128ddstreet, 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 series20:53
ddstreetseb128 nobody else will ever use hwdb in bionic/cosmic?20:53
seb128I don't know20:54
ddstreetseb128 also your uplaod was incomplete20:54
ddstreetseb128 you don't mind if i upload to bionic/cosmic as well, and correct the xenial upload do you?20:54
seb128sure, feel free20:54
ddstreetthnx20:54
seb128ddstreet, I was addressing a specific issue which was with the settings panel, I didn't try to fix usecases I don't know about20:54
ddstreetseb128 right - but your change to xenial didn't actually change it20:55
seb128but yeah, if you want to bother that's fine20:55
ddstreetyep i will thnx20:55
seb128that comment was about bionic/cosmic20:55
ddstreetah 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 info20:55
seb128thx 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
seb128ddstreet, up to you20:56
seb128SRUs are resources expensive in review/testing/bandwith so I try to limit mine to fix real user visible issues20:56
ddstreetthe 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 updated20:57
seb128but 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 users20:57
seb128ah ok20:57
seb128ddstreet, thx :)20:57
ddstreetSRU 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 time20:57
seb128they are not the ones testing20:57
seb128and when we don't have a good testcase things get non verified20:58
seb128and sit in proposed for years20:58
seb128and that deserves us20:58
seb128anyway20:58
seb128that's my position, I'm not trying to enforce it on others20:58
seb128so feel free to find a testcase for bionic/cosmic and fix it there :)20:58
ddstreetyep :)20:58
-queuebot:#ubuntu-release- Unapproved: hwdata (cosmic-proposed/main) [0.290-1 => 0.290-1ubuntu0.18.10.1] (ubuntu-server)21:43
-queuebot:#ubuntu-release- Unapproved: hwdata (bionic-proposed/main) [0.290-1 => 0.290-1ubuntu0.18.04.1] (ubuntu-server)21:44
-queuebot:#ubuntu-release- Unapproved: hwdata (xenial-proposed/main) [0.267-1ubuntu1 => 0.267-1ubuntu2] (ubuntu-desktop)21:45
=== cshep is now known as platonical
=== guiver_d is now known as guiverc
bdmurrayddstreet: 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:22
-queuebot:#ubuntu-release- New: accepted hvac [amd64] (bionic-backports) [0.5.0-0ubuntu1~ubuntu18.04.1]22:23
ddstreetbdmurray 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/c22:25
-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:26
-queuebot:#ubuntu-release- Unapproved: accepted hwdata [source] (bionic-proposed) [0.290-1ubuntu0.18.04.1]22:27
-queuebot:#ubuntu-release- Unapproved: accepted hwdata [source] (cosmic-proposed) [0.290-1ubuntu0.18.10.1]22:29
-queuebot:#ubuntu-release- Unapproved: accepted libclc [source] (bionic-proposed) [0.2.0+git20180917-2~ubuntu0.18.04.1]22:39
oSoMoNbdmurray, 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.222:44
-queuebot:#ubuntu-release- Unapproved: accepted wayland [source] (cosmic-proposed) [1.16.0-1ubuntu1.1]22:46
-queuebot:#ubuntu-release- Unapproved: accepted wayland [source] (bionic-proposed) [1.16.0-1ubuntu1.1~18.04.1]22:47
-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:49
-queuebot:#ubuntu-release- New binary: wayland [i386] (bionic-proposed/main) [1.16.0-1ubuntu1.1~18.04.1] (core, xorg)22:50
-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:53
-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:54
oSoMoNbdmurray, 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:56
-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]22:58
-queuebot:#ubuntu-release- Unapproved: accepted mesa [source] (bionic-proposed) [18.2.2-0ubuntu1~18.04.1]23:01
-queuebot:#ubuntu-release- New binary: ruby-icalendar [amd64] (disco-proposed/universe) [2.4.1-2] (no packageset)23:15
-queuebot:#ubuntu-release- New binary: mesa [amd64] (bionic-proposed/main) [18.2.2-0ubuntu1~18.04.1] (core, xorg)23:27
mwhudsonxnox: well rustc and cargo are going to be kept up to date because firefox23:31
mwhudsonthe crazy world of rust-* packages, well <raspberry noise> to all that23:31
-queuebot:#ubuntu-release- Unapproved: accepted libreoffice [source] (bionic-proposed) [1:6.0.7-0ubuntu0.18.04.2]23:32
-queuebot:#ubuntu-release- Unapproved: accepted libreoffice-l10n [source] (bionic-proposed) [1:6.0.7-0ubuntu0.18.04.2]23:37
-queuebot:#ubuntu-release- New binary: mesa [armhf] (bionic-proposed/main) [18.2.2-0ubuntu1~18.04.1] (core, xorg)23:50
-queuebot:#ubuntu-release- New binary: vaultlocker [amd64] (bionic-backports/universe) [1.0.3-0ubuntu1~ubuntu18.04.1] (no packageset)23:53

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