[00:27] -queuebot:#ubuntu-release- New binary: gcc-7 [i386] (artful-proposed/main) [7.1.0-3ubuntu1] (no packageset) [00:33] -queuebot:#ubuntu-release- New binary: gcc-7 [amd64] (artful-proposed/main) [7.1.0-3ubuntu1] (no packageset) [00:55] -queuebot:#ubuntu-release- New binary: gcc-7 [arm64] (artful-proposed/main) [7.1.0-3ubuntu1] (no packageset) [01:40] -queuebot:#ubuntu-release- New binary: gcc-7 [armhf] (artful-proposed/main) [7.1.0-3ubuntu1] (no packageset) [06:35] -queuebot:#ubuntu-release- New: accepted gcc-7 [amd64] (artful-proposed) [7.1.0-3ubuntu1] [06:35] -queuebot:#ubuntu-release- New: accepted gcc-7 [armhf] (artful-proposed) [7.1.0-3ubuntu1] [06:35] -queuebot:#ubuntu-release- New: accepted gcc-7 [ppc64el] (artful-proposed) [7.1.0-3ubuntu1] [06:35] -queuebot:#ubuntu-release- New: accepted node-caseless [amd64] (artful-proposed) [0.12.0-1] [06:35] -queuebot:#ubuntu-release- New: accepted gcc-7 [arm64] (artful-proposed) [7.1.0-3ubuntu1] [06:35] -queuebot:#ubuntu-release- New: accepted gcc-7 [s390x] (artful-proposed) [7.1.0-3ubuntu1] [06:35] -queuebot:#ubuntu-release- New: accepted gcc-7 [i386] (artful-proposed) [7.1.0-3ubuntu1] === klebers__ is now known as klebers === maclin1 is now known as maclin [08:49] apw, can you please unblock virtualbox* for yakkety and zesty too? [08:49] testing was good to me [09:01] (some more testing from people here might be appreciated btw :p) [09:03] ok, I need some opinion here [09:03] http://autopkgtest.ubuntu.com/packages/b/beets/artful/i386 [09:03] I know why it fails, but I don't know how to fix [09:03] basically the test does something like that: touch file, chmod -w file, echo "foo" > file, and it should raise an exception [09:04] the problem is: testsuite is ran as root, so even if the file is not writable, the write works [09:04] Laney, ^^ do we have a way to say "hey testsuite, don't ran as root!" or maybe we can just disable such test and forward upstream... [09:05] tumbleweed: ^^ [09:05] s/ran/run [09:08] if you want to see the python magic: https://sources.debian.net/src/beets/1.3.19-2.1/test/test_library.py/#L1087 [09:10] a good question might also be: why autopkgtests run as root on i386 and not elsewhere? [09:14] LocutusOfBorg: Run the tests under su to nobody? [09:14] LocutusOfBorg: As for i386 versus amd64, they should be identical setups, just different arches. [09:16] su nobody [09:16] This account is currently not available. [09:17] LocutusOfBorg: su -c "test command" nobody [09:17] Possibly with a -s /bin/sh as well. [09:17] infinity, they maybe have some stricter acls on i386? I don't understand otherwise, I can reproduce the exact failure in a pbuilder login environment, while I can't on pbuilder build (because of different LOGNAME) [09:17] let me double check [09:22] LocutusOfBorg: I get failures running as nobody too, so... [09:22] with user nobody I can't even write the python eggs [09:23] Where are you expecting to write? [09:28] CURDIR/build/home [09:29] I'm doing some chown before the test, lets see [09:30] su -m -s /bin/sh -c "$python -m unittest discover -p 'test_*'" nobody 2>&1 [09:30] That basically works for me, minus two failing tests. [09:31] -queuebot:#ubuntu-release- New source: gcc-7-cross (artful-proposed/primary) [3ubuntu1] [09:32] actually I was trying to do this in debian/rules [09:32] because also the build fails as root user [09:33] https://paste.ubuntu.com/24510202/ [09:33] Totally not running as root. [09:33] -queuebot:#ubuntu-release- New source: gcc-7-cross-ports (artful-proposed/primary) [0ubuntu1] [09:34] That's Restrictions: needs-root [09:34] Righto. [09:34] So, bad science abounds. ;) [09:34] yes, but it is an user who can write a file that has no -w bit set [09:35] (unless I'm missing something obvious about python) [09:35] how do you get that from https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-artful/artful/i386/b/beets/20170503_203217_d8c29@/log.gz ? [09:36] -queuebot:#ubuntu-release- New: accepted gcc-7-cross-ports [source] (artful-proposed) [0ubuntu1] [09:36] -queuebot:#ubuntu-release- New: accepted gcc-7-cross [source] (artful-proposed) [3ubuntu1] [09:37] I explained above how I tried to reproduce, but probably the testsuite fails a lot in different places [09:37] Curiously, the tests run fine here manually. :/ [09:37] (As the same unprivileged user who owns the unpacked tree) [09:37] As nobody, they fail in ways different from the adt log. [09:38] this adt log smells a log debian bug: #855092 [09:38] Debian bug 855092 in src:beets "beets: FTBFS randomly (failing tests)" [Important,Open] http://bugs.debian.org/855092 [09:38] LocutusOfBorg: Yup, that build log matches the test failure. [09:38] https://people.debian.org/~sanvila/build-logs/beets/beets_1.3.19-2.1_amd64-20170212T170130Z [09:39] so, I was debugging a totally different issue [09:41] well at least you found an envionment that makes it not so random :P [09:41] Heh. [09:41] And locally, I've run it 10 times without failure. [09:41] :/ [09:42] (I'm importing the new upstream release, maybe they fixed such tests and added some more broken ones) [09:42] using autopkgtest-virt-qemu? [09:42] Laney: Nah, just in an schroot. [09:42] 'kay [09:42] Laney: But then again, that was the reproducer in the bug too (via sbuild). [09:42] LocutusOfBorg: You can trigger the autopkgtests from a PPA [09:43] I'm going to go back to being on vacation and not caring. [09:43] So, a way to test fixes is to upload there and then issue an i386 test request for the PPA [09:47] Laney, how? :) [09:47] ppa:costamagnagianfranco/locutusofborg-ppa has the upcoming new release [09:47] https://wiki.ubuntu.com/ProposedMigration#Testing_against_a_PPA [09:48] ta [09:58] the new release requires new stuff [10:11] -queuebot:#ubuntu-release- New binary: gcc-7-cross-ports [ppc64el] (artful-proposed/universe) [0ubuntu1] (no packageset) [10:45] Laney, I'm lost, I just would like to see sphinx migrate, and this package is a blocker, what do you suggest? I don't have time/care about fixing such imprevedible, and hacky testsuites failures [10:50] LocutusOfBorg: why not disable only test_no_write_permission ? [11:07] -queuebot:#ubuntu-release- Unapproved: qtbase-opensource-src (xenial-proposed/main) [5.5.1+dfsg-16ubuntu7.4 => 5.5.1+dfsg-16ubuntu7.5] (kubuntu, qt5, ubuntu-desktop) (sync) [11:09] -queuebot:#ubuntu-release- New binary: haskell-parallel-tree-search [ppc64el] (artful-proposed/universe) [0.4.1-1] (no packageset) [11:09] -queuebot:#ubuntu-release- New binary: node-create-ecdh [amd64] (artful-proposed/universe) [4.0.0-1] (no packageset) [11:10] -queuebot:#ubuntu-release- New binary: haskell-parallel-tree-search [s390x] (artful-proposed/universe) [0.4.1-1] (no packageset) [11:10] -queuebot:#ubuntu-release- New binary: node-is-binary-path [amd64] (artful-proposed/universe) [2.0.0-1] (no packageset) [11:10] -queuebot:#ubuntu-release- New binary: node-hawk [amd64] (artful-proposed/universe) [6.0.1+dfsg-1] (no packageset) [11:11] -queuebot:#ubuntu-release- New binary: haskell-parallel-tree-search [amd64] (artful-proposed/universe) [0.4.1-1] (no packageset) [11:11] -queuebot:#ubuntu-release- New binary: haskell-parallel-tree-search [armhf] (artful-proposed/universe) [0.4.1-1] (no packageset) [11:11] -queuebot:#ubuntu-release- New binary: pass-extension-tail [amd64] (artful-proposed/universe) [1.1.0-1] (no packageset) [11:11] -queuebot:#ubuntu-release- New binary: haskell-parallel-tree-search [arm64] (artful-proposed/universe) [0.4.1-1] (no packageset) [11:11] -queuebot:#ubuntu-release- New binary: haskell-parallel-tree-search [i386] (artful-proposed/universe) [0.4.1-1] (no packageset) [11:15] apw: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-artful/artful/ppc64el/l/linux/20170504_104623_1480d@/log.gz [11:16] -queuebot:#ubuntu-release- New: accepted haskell-parallel-tree-search [amd64] (artful-proposed) [0.4.1-1] [11:16] -queuebot:#ubuntu-release- New: accepted haskell-parallel-tree-search [armhf] (artful-proposed) [0.4.1-1] [11:16] -queuebot:#ubuntu-release- New: accepted haskell-parallel-tree-search [ppc64el] (artful-proposed) [0.4.1-1] [11:16] -queuebot:#ubuntu-release- New: accepted node-create-ecdh [amd64] (artful-proposed) [4.0.0-1] [11:16] -queuebot:#ubuntu-release- New: accepted node-is-binary-path [amd64] (artful-proposed) [2.0.0-1] [11:16] -queuebot:#ubuntu-release- New: accepted haskell-parallel-tree-search [arm64] (artful-proposed) [0.4.1-1] [11:16] -queuebot:#ubuntu-release- New: accepted haskell-parallel-tree-search [s390x] (artful-proposed) [0.4.1-1] [11:16] -queuebot:#ubuntu-release- New: accepted pass-extension-tail [amd64] (artful-proposed) [1.1.0-1] [11:16] -queuebot:#ubuntu-release- New: accepted haskell-parallel-tree-search [i386] (artful-proposed) [0.4.1-1] [11:16] -queuebot:#ubuntu-release- New: accepted node-hawk [amd64] (artful-proposed) [6.0.1+dfsg-1] [11:17] doko, yes, i am aware of that one, i am looking at it now [11:17] I don't think the new libgcc1 is causing that ... [11:18] doko, no that is a new kernel-wedge almost cirtainly [11:37] infinity: I'm prepping hwe-16.04 stack again. the master bug is https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1687981 [11:37] Ubuntu bug 1687981 in xorg-server-hwe-16.04 (Ubuntu Xenial) "Backport packages for 16.04.3 HWE stack" [Undecided,New] [11:54] ginggs, it fails on autopkgtests for other issues [11:54] feel free to further investigate :) [11:55] tjaalton: Not sure it's reasonable to expect a debhelper backport for this. :/ [11:56] meh [11:56] tjaalton: The test case for a debhelper backport ("rebuild the archive and make sure nothing with a debian/compat <= 9 regresses in any way") is a bit much. [11:57] quite a few packages migrated to it already [11:58] tjaalton: We can talk about it more when I'm back from VAC, and get some other voices to weigh in perhaps, but my initial reaction is "hell no". [11:59] infinity: ok, I'll prep the ppa with a "yes" in the meantime ;) [11:59] almost done anyway [12:03] tjaalton: A potentially workable solution could be backporting it as "debhelper10", so all you need to do is change your "Build-Depends: debhelper (>= 10)" to "Build-Depends: debhelper10" [12:03] tjaalton: That would side-step the possiblity of dh10 breaking anything already shipped in xenial. [12:03] infinity: yeah, doable [12:04] it needs newer dh-autoreconf though. and that needs to be built first, otherwise debhelper is not installable.. [12:04] at least ppa's get screwed [12:04] Well, same story. [12:05] We can just backport that whole packaging stack with new names. [12:05] Lord help us if any of it also needs a new dpkg-dev. [12:05] heh, no [12:10] -queuebot:#ubuntu-release- Unapproved: rejected dh-autoreconf [source] (xenial-proposed) [12~ubuntu16.04.2] [12:54] would someone please rm deepnano:armhf from artful-proposed? it built where it is not installable [13:11] -queuebot:#ubuntu-release- New: rejected gcc-7-cross-ports [ppc64el] (artful-proposed) [0ubuntu1] [13:32] -queuebot:#ubuntu-release- New binary: gcc-7-cross [arm64] (artful-proposed/universe) [3ubuntu1] (no packageset) [14:04] infinity: looks like it's not too hard to script the x stack to use debhelper 9, and the rest I'll handle manually [14:07] -queuebot:#ubuntu-release- New source: libxfont1 (xenial-proposed/primary) [1:1.5.2-4~ubuntu16.04.1~1] [14:07] oops [14:08] wrong target :P [14:54] -queuebot:#ubuntu-release- New: rejected gcc-7-cross [arm64] (artful-proposed) [3ubuntu1] [14:58] -queuebot:#ubuntu-release- New: rejected libxfont1 [source] (xenial-proposed) [1:1.5.2-4~ubuntu16.04.1~1] [15:09] infinity, Laney: please override the failing linux autopkg test triggered by gcc-7 (see above chat with apw) [15:17] slangasek: ok, looks like r-d has settled as of this morning, I'm working on the three r-b-d today and we should be able to remove src:php7.0 after that [15:25] doko: apw's on the release team too so can do that himself if he thinks it's correct [15:25] assuming he's around [15:25] * apw looks up, huh ? [15:26] hey [15:26] :P [15:29] * apw hints it ... it isn't going to get better today [15:29] is this something to do with the 12h test run that I can see? [15:32] -queuebot:#ubuntu-release- New binary: gcc-7-cross-ports [ppc64el] (artful-proposed/universe) [0ubuntu2] (no packageset) [15:51] nacc: wahoo [15:53] bdmurray: can I ask you to evaluate unattended-upgrades/precise for sru releasing today? [15:54] slangasek: oh and i found a real bug in xdebug apparently :) waiting on upstream for the fix [15:59] bdmurray: also, what do you think about releasing software-properties/yakkety today? it's 1 day early but as I've held off on applying the SRU back to earlier releases until we can see how it holds up in yakkety, I'm keen to get it into -updates and get more feedback [15:59] (which will hopefully be no feedback other than a drop in bug reports) [16:07] slangasek: The current yakkety SRU isn't fully phased because of https://errors.ubuntu.com/problem/01a945aed47dfff0cdfea51c5923f51cadeafb00 which has a corresponding bug. [16:07] infinity, good morning, I have uploaded the openssl patch (including 32-bit as discussed) for Openssl to work on AMD cpu with intel sha extension. Since you are already aware about this LP would you have moment to do the verification in X/Y/Z upload queue ? (LP: #1674399). Thanks in advance [16:07] Launchpad bug 1674399 in openssl (Ubuntu Zesty) "OpenSSL CPU detection for AMD Ryzen CPUs" [Medium,In progress] https://launchpad.net/bugs/1674399 [16:10] slangasek: Its not really a blocker though [16:12] bdmurray: ok, was just trying to figure that out; did the previous SRU change that code? [16:13] slangasek: Yes, the SRU added code to raise the ShortcutException but didn't think about .crash files. [16:16] ok [16:18] bdmurray: does that mean you plan to release it? Do we need to assign a bug to xnox to fix the crash to make sure that's followed through on? [16:18] ai? [16:18] que? [16:18] -queuebot:#ubuntu-release- Unapproved: nagios-nrpe (xenial-proposed/main) [2.15-1ubuntu1 => 2.15-1ubuntu1.1] (ubuntu-server) [16:19] slangasek: I'm fine with looking at releasing the new version but think somebody (xnox!) should look at the bug I opened. [16:20] ^ bdmurray, Could you please look at LP: #1555258 if you have a moment today ? The patch is in upload queue for Z and X and I will do Y this week-end or next week (between the 2 sprints). I got the approval from security team (tyhicks/mdeslaur) before proceeding, it's all documented in the LP bug itself. thanks in advanced [16:20] Launchpad bug 1555258 in nagios-nrpe (Ubuntu Zesty) "Request contained command arguments" [Medium,In progress] https://launchpad.net/bugs/1555258 [16:21] slangasek: The unattended-upgrades SRU seems fine to release is anybody going to be keeping an eye out of issues? (I don't think there'd be any but still...) [16:22] bdmurray: issues w/ unattended-upgrades, myself or dpb1 or ahasenack [16:23] slangasek: ack [16:26] xnox: the bug on software-properties that's a fresh crash introduced by the SRU [16:29] fun [16:29] yes please assign to me [16:30] slangasek: is there a goto foundations person for systemd questions right now? not any work, just need some verification of some functionality (re: LP: #1576341) [16:30] Launchpad bug 1576341 in systemd (Ubuntu) "systemd in degraded state on startup in LXD containers" [High,Confirmed] https://launchpad.net/bugs/1576341 [16:33] nacc: xnox or rbalint should be good starting points [16:33] slangasek: thanks [16:36] slangasek: Do we still an open task on bug 1687129? [16:36] bug 1687129 in unattended-upgrades (Ubuntu) "Needs to allow updates from the ESM archive" [Undecided,Confirmed] https://launchpad.net/bugs/1687129 [16:38] bdmurray: there are packages in the queue for !precise, and hmm if I didn't already upload to artful I'll take care of that this week === daniel1 is now known as Odd_Bloke [17:31] -queuebot:#ubuntu-release- Unapproved: mesa (zesty-proposed/main) [17.0.3-1ubuntu1 => 17.0.5-0ubuntu1~17.04.1] (core, xorg) [18:05] -queuebot:#ubuntu-release- New binary: gcc-7-cross [arm64] (artful-proposed/universe) [3ubuntu2] (no packageset) [18:06] -queuebot:#ubuntu-release- Unapproved: accepted gdm3 [source] (zesty-proposed) [3.24.1-0ubuntu0.1] [18:10] -queuebot:#ubuntu-release- Unapproved: accepted gdm3 [source] (yakkety-proposed) [3.20.1-1ubuntu2.1] [18:11] -queuebot:#ubuntu-release- Unapproved: accepted gdm3 [source] (xenial-proposed) [3.18.3-0ubuntu2.1] [18:22] -queuebot:#ubuntu-release- Unapproved: accepted nagios-nrpe [source] (zesty-proposed) [3.0.1-3ubuntu0.17.04.1] [18:44] -queuebot:#ubuntu-release- New binary: gcc-7-cross [amd64] (artful-proposed/universe) [3ubuntu2] (no packageset) [18:44] -queuebot:#ubuntu-release- New binary: dlm [amd64] (artful-proposed/main) [4.0.7-1ubuntu2] (ubuntu-desktop, ubuntu-server) [18:44] -queuebot:#ubuntu-release- New binary: dlm [ppc64el] (artful-proposed/main) [4.0.7-1ubuntu2] (ubuntu-desktop, ubuntu-server) [18:44] -queuebot:#ubuntu-release- New binary: dlm [i386] (artful-proposed/main) [4.0.7-1ubuntu2] (ubuntu-desktop, ubuntu-server) [18:45] -queuebot:#ubuntu-release- New binary: dlm [arm64] (artful-proposed/main) [4.0.7-1ubuntu2] (ubuntu-desktop, ubuntu-server) [18:45] -queuebot:#ubuntu-release- New binary: dlm [s390x] (artful-proposed/main) [4.0.7-1ubuntu2] (ubuntu-desktop, ubuntu-server) [18:45] -queuebot:#ubuntu-release- New binary: dlm [armhf] (artful-proposed/main) [4.0.7-1ubuntu2] (ubuntu-desktop, ubuntu-server) [19:03] -queuebot:#ubuntu-release- New binary: sassphp [i386] (artful-proposed/universe) [0.5.10-2ubuntu1] (no packageset) [19:03] -queuebot:#ubuntu-release- New binary: sassphp [s390x] (artful-proposed/universe) [0.5.10-2ubuntu1] (no packageset) [19:04] -queuebot:#ubuntu-release- New binary: sassphp [ppc64el] (artful-proposed/universe) [0.5.10-2ubuntu1] (no packageset) [19:04] -queuebot:#ubuntu-release- New binary: sassphp [arm64] (artful-proposed/universe) [0.5.10-2ubuntu1] (no packageset) [19:04] -queuebot:#ubuntu-release- New binary: sassphp [armhf] (artful-proposed/universe) [0.5.10-2ubuntu1] (no packageset) [19:05] -queuebot:#ubuntu-release- New binary: sassphp [amd64] (artful-proposed/universe) [0.5.10-2ubuntu1] (no packageset) [19:07] -queuebot:#ubuntu-release- New binary: linux-signed [amd64] (trusty-proposed/main) [3.13.0-119.166] (core, kernel) === santa is now known as Guest85647 [19:23] -queuebot:#ubuntu-release- New: rejected gcc-7-cross-ports [ppc64el] (artful-proposed) [0ubuntu2] [19:23] -queuebot:#ubuntu-release- New: accepted dlm [amd64] (artful-proposed) [4.0.7-1ubuntu2] [19:23] -queuebot:#ubuntu-release- New: accepted dlm [armhf] (artful-proposed) [4.0.7-1ubuntu2] [19:23] -queuebot:#ubuntu-release- New: accepted dlm [ppc64el] (artful-proposed) [4.0.7-1ubuntu2] [19:24] -queuebot:#ubuntu-release- New: accepted sassphp [amd64] (artful-proposed) [0.5.10-2ubuntu1] [19:24] -queuebot:#ubuntu-release- New: accepted sassphp [armhf] (artful-proposed) [0.5.10-2ubuntu1] [19:24] -queuebot:#ubuntu-release- New: accepted sassphp [ppc64el] (artful-proposed) [0.5.10-2ubuntu1] [19:24] -queuebot:#ubuntu-release- New: accepted dlm [arm64] (artful-proposed) [4.0.7-1ubuntu2] [19:24] -queuebot:#ubuntu-release- New: accepted dlm [s390x] (artful-proposed) [4.0.7-1ubuntu2] [19:24] -queuebot:#ubuntu-release- New: accepted sassphp [i386] (artful-proposed) [0.5.10-2ubuntu1] [19:24] -queuebot:#ubuntu-release- New: accepted dlm [i386] (artful-proposed) [4.0.7-1ubuntu2] [19:24] -queuebot:#ubuntu-release- New: accepted sassphp [s390x] (artful-proposed) [0.5.10-2ubuntu1] [19:24] -queuebot:#ubuntu-release- New: accepted sassphp [arm64] (artful-proposed) [0.5.10-2ubuntu1] === Guest85647 is now known as santa_ [19:59] -queuebot:#ubuntu-release- Unapproved: accepted openssh [source] (zesty-proposed) [1:7.4p1-10ubuntu0.1] [20:01] -queuebot:#ubuntu-release- New binary: gcc-7-cross-ports [ppc64el] (artful-proposed/universe) [0ubuntu3] (no packageset) [20:22] -queuebot:#ubuntu-release- Unapproved: accepted openssl [source] (yakkety-proposed) [1.0.2g-1ubuntu9.2] [20:31] -queuebot:#ubuntu-release- Unapproved: rejected google-perftools [source] (yakkety-proposed) [2.4-0ubuntu5.16.10.1] [20:35] -queuebot:#ubuntu-release- Unapproved: accepted gnome-software [source] (yakkety-proposed) [3.20.1+git20170427.0.3d09239-0ubuntu1] [20:38] -queuebot:#ubuntu-release- Unapproved: accepted gnome-software [source] (xenial-proposed) [3.20.1+git20170427.0.3d09239-0ubuntu1~xenial1] [20:48] -queuebot:#ubuntu-release- Unapproved: accepted nova [source] (xenial-proposed) [2:13.1.3-0ubuntu2] [20:54] -queuebot:#ubuntu-release- Unapproved: accepted neutron [source] (xenial-proposed) [2:8.4.0-0ubuntu2] [20:58] -queuebot:#ubuntu-release- Unapproved: accepted php7.0 [source] (yakkety-proposed) [7.0.18-0ubuntu0.16.10.1] [21:03] -queuebot:#ubuntu-release- Unapproved: accepted muon [source] (yakkety-proposed) [4:5.6.0-0ubuntu1.16.10.1] [21:05] -queuebot:#ubuntu-release- Unapproved: accepted muon [source] (xenial-proposed) [4:5.6.0-0ubuntu1.16.04.1] [21:08] -queuebot:#ubuntu-release- Unapproved: accepted vlc [source] (yakkety-proposed) [2.2.4-4ubuntu0.16.10.2] === gsilvapt_ is now known as gsilva === gsilva is now known as gsilvapt [21:21] -queuebot:#ubuntu-release- Unapproved: accepted nova-lxd [source] (yakkety-proposed) [14.2.2-0ubuntu0.16.10.1] [21:26] -queuebot:#ubuntu-release- Unapproved: accepted sane-backends [source] (yakkety-proposed) [1.0.25+git20150528-1ubuntu2.16.10.2] [21:29] -queuebot:#ubuntu-release- Unapproved: accepted sane-backends [source] (xenial-proposed) [1.0.25+git20150528-1ubuntu2.16.04.2] [21:31] -queuebot:#ubuntu-release- Unapproved: accepted neutron [source] (yakkety-proposed) [2:9.2.0-0ubuntu2] === gsilvapt is now known as gsilva === gsilva is now known as gsilvapt === gsilvapt is now known as gsilva_ === gsilva_ is now known as gsilvapt === gsilvapt is now known as gsilvapt_ === gsilvapt_ is now known as gsilvapt [21:47] -queuebot:#ubuntu-release- Unapproved: accepted pcs [source] (xenial-proposed) [0.9.149-1ubuntu1.1] [21:49] -queuebot:#ubuntu-release- New binary: gcc-7-cross [i386] (artful-proposed/universe) [3ubuntu2] (no packageset) [21:55] infinity: Hi. Just to make sure, are you expecting me to file MPs on the one-line changes to CD Images and livecd-rootfs for Studio we've been talking about last week? [21:58] -queuebot:#ubuntu-release- Unapproved: accepted autopkgtest [source] (xenial-proposed) [3.20.4ubuntu1] [21:59] krytarik: Not necessarily, but you could poke me next week when I'm back from vacation [22:00] krytarik: Running out now to be not at a computer, I'll catch you later. [22:00] Great, will do. Have fun till then! :) [22:13] -queuebot:#ubuntu-release- Unapproved: accepted linux-firmware [source] (xenial-proposed) [1.157.10] [22:14] -queuebot:#ubuntu-release- New binary: kopanocore [s390x] (artful-proposed/universe) [8.1.0-3ubuntu1] (no packageset) [22:17] -queuebot:#ubuntu-release- New binary: kopanocore [ppc64el] (artful-proposed/universe) [8.1.0-3ubuntu1] (no packageset) [22:17] -queuebot:#ubuntu-release- Unapproved: accepted neutron-lbaas [source] (xenial-proposed) [2:8.3.0-0ubuntu3] [22:21] -queuebot:#ubuntu-release- New binary: kopanocore [amd64] (artful-proposed/universe) [8.1.0-3ubuntu1] (no packageset) [22:22] -queuebot:#ubuntu-release- New binary: kopanocore [i386] (artful-proposed/universe) [8.1.0-3ubuntu1] (no packageset) [22:28] -queuebot:#ubuntu-release- Unapproved: gnome-software (zesty-proposed/main) [3.22.7-0ubuntu3.17.04.1 => 3.22.7-0ubuntu3.17.04.2] (ubuntu-desktop) [22:36] -queuebot:#ubuntu-release- New: accepted gcc-7-cross [amd64] (artful-proposed) [3ubuntu2] [22:36] -queuebot:#ubuntu-release- New: accepted gcc-7-cross [i386] (artful-proposed) [3ubuntu2] [22:36] -queuebot:#ubuntu-release- New: accepted kopanocore [i386] (artful-proposed) [8.1.0-3ubuntu1] [22:36] -queuebot:#ubuntu-release- New: accepted kopanocore [s390x] (artful-proposed) [8.1.0-3ubuntu1] [22:36] -queuebot:#ubuntu-release- New: accepted gcc-7-cross [arm64] (artful-proposed) [3ubuntu2] [22:36] -queuebot:#ubuntu-release- New: accepted kopanocore [ppc64el] (artful-proposed) [8.1.0-3ubuntu1] [22:36] -queuebot:#ubuntu-release- New: accepted kopanocore [amd64] (artful-proposed) [8.1.0-3ubuntu1]