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

xnoxmwhudson, wasn't there an environment variable that one can use to mask cpu features to like disable avx2 at runtime or some such?!00:09
* xnox ponders if i am mistaking this with like ldconfig variables to lookup libraries by cpu feature00:09
mwhudsonxnox: dunno00:10
xnoxi think, i'm thinking of clearcpuid=BITNUM [X86]00:16
xnoxDisable CPUID feature X for the kernel. See00:16
xnoxarch/x86/include/asm/cpufeatures.h for the valid bit00:16
xnoxnumbers. Note the Linux specific bits are not necessarily00:16
xnoxstable over kernel options, but the vendor specific00:16
xnoxones should be.00:16
mwhudsondoes that just make it look like the processor can't execute some class of instructions, rather than actually causing the execution of them to fail?00:21
xnoxwell, imho selecting at testing only the best simd is bogus; it should actually try to execute all simd that are supported on a given machine at runtime.00:32
xnoxand yes, we need to figure out which one is crashing and/or is bogusly implemented.00:32
xnoxi've launched i386 instance in canonistack. let's see if that yields anything good.00:32
xnoxexcellent, it dies.00:33
xnox$ ./simdtest00:34
xnoxUsing SSE42.00:34
xnoxSegmentation fault (core dumped)00:34
vorlonambiguous antecedent. did you kill the testsuite, the instance, or the cloud?00:34
vorlonok :)00:34
mwhudsonyes, hacking out the avx detection makes sse42 fail locally too00:34
xnoxthus possibly their increment_sse42 is borked00:35
mwhudson=> 0x56557883 <+299>:movaps %xmm0,(%eax)00:35
xnoxlet's see how other things of theirs are doing00:35
mwhudson(gdb) p/x $eax00:36
mwhudson$2 = 0xffffd65800:36
mwhudsondoes that need to be 16 byte aligned or something?00:36
* vorlon wonders if someone nuked his previous libtest-valgrind-perl test from the queue or if he mis-queued it00:38
vorlonmwhudson: shouldn't produce a segfault if that were the case, but SIGBUS?00:38
mwhudsonvorlon: i never understand when you get one of those vs the other00:39
mwhudsonbut i think this is the problem anyway00:41
dokomwhudson: according to the tracker http://people.canonical.com/~ubuntu-archive/transitions/html/python3.7-only.html  we are done (diffoscope is a false positive, alternative dependency). but it's a pain to continue without python3-defaults migrating00:41
mwhudsondoko: well i think i got vorlon to agree to force-badtest meson00:41
vorlonyes00:42
mwhudsonand i think dbusmock should get the same00:42
mwhudsonruffus on ppc64el and arm64 is afaict ooming the test instance00:42
dokothat leaves systemd and python-ruffus00:42
mwhudsonsystemd is the usual crackpottery i guess00:42
mwhudsonruffus is actually failing a unit test on armhf and i38600:43
dokopoettery?00:43
mwhudsonheh heh00:43
mwhudsonso this patch fixes it: https://paste.ubuntu.com/p/SM2BQP6nSW/00:47
dokoanyway, I'm afk00:50
-queuebot:#ubuntu-release- Unapproved: python-cpl (disco-proposed/universe) [0.7.3-1build1 => 0.7.4-1] (no packageset) (sync)00:52
-queuebot:#ubuntu-release- Unapproved: accepted python-cpl [sync] (disco-proposed) [0.7.4-1]00:53
xnoxmwhudson, vorlon - so on amd64, all of them pass (modified the test to run _all_ simd checkers available at runtime)00:56
mwhudsonxnox: yeah, stack is 16 byte aligned by default on amd64 isn't it?00:56
xnoxmdeslaur, vorlon - on i386 kernel, i386 toolchain (launched cosmic cloud image in canonistack) only MMX and fallback work00:56
xnoxeverything else segfaults00:57
xnoxSSE SSE2 SSE3 all of them00:57
xnoxmwhudson, i guess i can use the __align keywords on the four[4] thing that is being incremented?00:57
mwhudsonxnox: http://paste.ubuntu.com/p/cRQmwrgScz/00:58
mwhudsonxnox: your modification to test sounds good, want to combine it with my patch and send it to the debian bug or upstream?00:59
mwhudsonor i can i guess00:59
xnoxmwhudson, hm, why are you not using alignas(16) ?00:59
xnoxhttps://en.cppreference.com/w/c/language/_Alignas00:59
xnoxmwhudson, or am i hipster, and you are classic and more portable?00:59
mwhudsonxnox: because i didn't know that existed!00:59
vorlonocsinventory-agent needs an autopkgtest fix; uploading01:00
mwhudsonxnox: that looks llike it would be better indeed01:00
xnoxhmmmm01:00
xnoxwarning: implicit declaration of function ‘alignas’ [-Wimplicit-function-declaration]01:00
mwhudson#include <stdalignh.h> ?01:01
mwhudsonwithout the typo01:01
xnoxyes01:02
xnox#include <stdalign.h>01:02
-queuebot:#ubuntu-release- Unapproved: rejected llvm-defaults [sync] (disco-proposed) [0.45]01:02
-queuebot:#ubuntu-release- Unapproved: ocsinventory-agent (disco-proposed/universe) [2:2.4.2-1 => 2:2.4.2-1ubuntu1] (no packageset)01:02
-queuebot:#ubuntu-release- Unapproved: accepted libreoffice-l10n [source] (disco-proposed) [1:6.1.3-0ubuntu1]01:02
-queuebot:#ubuntu-release- Unapproved: accepted libreoffice [source] (disco-proposed) [1:6.1.3-0ubuntu2]01:02
-queuebot:#ubuntu-release- Unapproved: accepted nova [source] (disco-proposed) [2:18.0.1-0ubuntu2]01:03
-queuebot:#ubuntu-release- Unapproved: accepted chromium-browser [source] (disco-proposed) [70.0.3538.77-0ubuntu1]01:04
-queuebot:#ubuntu-release- Unapproved: accepted ubuntu-release-upgrader [source] (disco-proposed) [1:19.04.3]01:04
-queuebot:#ubuntu-release- Unapproved: accepted ocsinventory-agent [source] (disco-proposed) [2:2.4.2-1ubuntu1]01:04
-queuebot:#ubuntu-release- Unapproved: accepted ubuntustudio-meta [source] (disco-proposed) [0.183]01:04
mwhudsonxnox: so you'll send a patch to someone?01:04
-queuebot:#ubuntu-release- Unapproved: accepted firefox [source] (disco-proposed) [63.0.1+build4.1-0ubuntu1]01:05
* mwhudson heading afk for a little bit01:05
xnoxmwhudson, hmmmmm why do we use double darr[4] to increment float arr[4] ?01:05
xnoxmwhudson, yeah, once i get it to build everything.01:05
mwhudsonxnox: nfi01:05
-queuebot:#ubuntu-release- Unapproved: accepted ubiquity [source] (disco-proposed) [19.04.1]01:05
mwhudsoni wonder if i should start timesheeting the time i spend on i386 problems01:06
xnoxmwhudson, just grep your irc logs for "i386"01:06
xnoxand count each instance as 3h + 3h of drinking01:06
mwhudsoni prefer to call it "therapy" but yes01:07
tsimonq2Just try teward's coffee diet and you'll be fine. :P01:07
* tsimonq2 ducks.01:07
xnoxhmmmmm01:08
tsimonq2xnox: 20 cups a day keeps the doctor away. ;)01:08
xnoxmwhudson, that fixed sse42, sse41, ssse3 - but not sse301:08
xnoxthat still core dumps =/ sign01:08
xnoxthat still core dumps =/ sigh01:08
xnoxdarn01:09
xnoxtyppo01:09
vorlonsignh.h01:09
xnoxmwhudson, all good.01:10
xnoxmwhudson, vorlon - quilt and patch cannot handle correctly filenames with spaces01:23
mwhudsonxnox: lolz01:27
xnoxmwhudson, submitted upstream https://patch-diff.githubusercontent.com/raw/mesonbuild/meson/pull/4482.patch01:38
xnoxwill email the debian bug report.01:38
mwhudsonxnox: nice01:40
mwhudsonoh dear, the python-ruffus regression on i386 (and presumably armhf) is real01:41
mwhudsonah luckily https://github.com/cgat-developers/ruffus/commit/bdae5c89f87adaf319a21ce4b1799276f20a893601:43
xnoxmwhudson, and you did notice that python-dbusmock from you FTBFS because stupid systemd, right?!01:47
mwhudsonxnox: well it was something like that but i certainly didn't understand why01:48
mwhudsonunluckily that ruffus patch does not apply01:48
mwhudsonand the toddler is awake so i'm gone again01:49
xnoxi bet that ...............................SSSSSSSSSSS.........SSS......SSSSSSSSSSSSSSSSSS....SSSSSSSSS...... in previous build means that loginctl was not installed01:50
xnoxhmmm but it must have, there is systemd installed01:50
xnoxnot it01:50
xnoxmwhudson, regression / incompat with systemd v239 https://github.com/systemd/systemd/commit/fb507898a3a697697173a3f6010f51166803489b02:06
xnoxwill skip, unless sd_booted, and autopkgtests should catch this, i think.....02:06
mwhudsonxnox: ah ha02:10
xnoxwill upload a botch02:12
xnoxand i guess i should upload meson too02:12
-queuebot:#ubuntu-release- Unapproved: python-dbusmock (disco-proposed/universe) [0.18-1ubuntu1 => 0.18-1ubuntu2] (no packageset)02:17
-queuebot:#ubuntu-release- Unapproved: meson (disco-proposed/universe) [0.47.2-1ubuntu3 => 0.47.2-1ubuntu4] (no packageset)02:34
jbichaxnox: did you want to sync the latest meson?03:17
xnoxjbicha, no, why?03:18
jbichaI guess merge now then03:18
jbichawhy? because we didn't have any remaining diff, until now though03:19
xnoxjbicha, upstream is broken. and we knew it is broken on i386....03:19
xnoxjbicha, and it's broken with python3.7 as default... which debian doesn't have....03:19
xnoxjbicha, well if debian would test things =) or like keep up ;-)03:20
xnoxwe can be in sync again.03:20
xnoxjbicha, at the moment all i care about is perl & python3-default migrating, and operning the archive for autosync.03:20
jbichaok sure, we can look at merging after we get disco opened03:20
xnoxmwhudson, updating ruffus is the only way forward that I see. upstream is fun https://github.com/cgat-developers/ruffus/pull/102/files03:56
gitbotcgat-developers issue (Pull request) 102 in ruffus "Test_shorten_filenames_encoder: enter deep enough subdir" [Open]03:56
-queuebot:#ubuntu-release- Unapproved: python-ruffus (disco-proposed/universe) [2.7-1 => 2.8-0ubuntu1] (no packageset)03:58
xnoxmwhudson, ^03:58
mwhudsonxnox: yeah that was kind of where my thinking was going before i had to run away04:35
-queuebot:#ubuntu-release- Unapproved: postfix (disco-proposed/main) [3.3.0-1ubuntu2 => 3.3.1-1] (core) (sync)04:57
-queuebot:#ubuntu-release- Unapproved: accepted meson [source] (disco-proposed) [0.47.2-1ubuntu4]05:07
-queuebot:#ubuntu-release- Unapproved: accepted python-dbusmock [source] (disco-proposed) [0.18-1ubuntu2]05:07
-queuebot:#ubuntu-release- Unapproved: accepted postfix [sync] (disco-proposed) [3.3.1-1]05:07
-queuebot:#ubuntu-release- Unapproved: accepted python-ruffus [source] (disco-proposed) [2.8-0ubuntu1]05:07
mwhudsonxnox: well python-ruffus didn't work so well :(07:34
LocutusOfBorgdoko, please kick openmprtl out of the world, thanks08:42
LocutusOfBorgany AA ^^08:50
-queuebot:#ubuntu-release- Unapproved: unattended-upgrades (disco-proposed/main) [1.5ubuntu3 => 1.7] (desktop-core, ubuntu-server) (sync)08:51
LocutusOfBorgno AA around to remove openmprtl? it follows debian removal and makes llvm stack finally migrate10:49
apwLocutusOfBorg, is there a removal bug ?10:50
-queuebot:#ubuntu-release- Unapproved: gnome-shell (bionic-proposed/main) [3.28.3-0ubuntu0.18.04.2 => 3.28.3-0ubuntu0.18.04.3] (desktop-extra, mozilla, ubuntu-desktop)10:54
LocutusOfBorgapw, it has been removed from debian unstable and testing... no need to file one?11:04
apwLocutusOfBorg, can you point me at their bug ?11:04
LocutusOfBorgdoko, didn't remove it yesterday because intel-mkl was depending on it, but now it is fixed11:04
LocutusOfBorghttps://bugs.debian.org/91216311:05
ubot5Debian bug 912163 in ftp.debian.org "RM: openmprtl -- ROP; Merged into llvm-toolchain-7" [Normal,Open]11:05
LocutusOfBorgyou might also steal the message from libc++ removal, same issue11:05
LocutusOfBorgDeleted on 2018-11-05 by Matthias Klose11:06
LocutusOfBorgremove libc++, removed from Debian, integrated in llvm-defaults11:06
LocutusOfBorgsame applies ^^11:06
apwLocutusOfBorg, if it has been absorbed by llvm-defaults would i not expect it to naturally become NBS and not block migration ?11:09
LocutusOfBorgapw, libiomp-dev is now removed, libomp-dev is absorbed11:10
apwlibmlk-rt seems to still depend on libomp511:11
LocutusOfBorgrmadison -u ubuntu libomp511:12
LocutusOfBorg libomp5 | 1:7.0-44      | disco-proposed/universe | amd64, arm64, armhf, i386, ppc64el11:12
LocutusOfBorgthat is now provided by libomp5-${pv:llvm} -> libomp5-7, from src:llvm-toolchain-711:12
LocutusOfBorgI can install it correctly in proposed11:13
apwLocutusOfBorg, what are trying to promote here as llvm-toolchain-7 is in the release pocket11:15
apwwhen you say libomp-dev is absorbed, it is absorbed into what11:18
LocutusOfBorg libomp-dev | 1:7.0-44      | disco-proposed/universe | amd64, arm64, armhf, i386, ppc64el11:19
LocutusOfBorgllvm-defaults11:19
apwah ok moved, so that seems fine, so ... what isn't moving here11:20
LocutusOfBorglibiomp-dev11:20
LocutusOfBorg    * ppc64el: libiomp-dev, libiomp5-dbg, libomp5-dbg11:20
LocutusOfBorgactually the libiomp is even provided inside the libomp-dev package as symlink :) I think the goal is to not have libomp and libiomp because the do the same stuff11:21
LocutusOfBorgso, as said, removing openmprtl should make britney happy11:21
apwwell that would leave the release pocket in a mess in the short term, anyhow sorting11:27
LocutusOfBorgwhy?11:28
LocutusOfBorgrelease pocket is self consitent when defaults migrate11:29
LocutusOfBorgintel-mkl is already migrated11:29
LocutusOfBorgand llvm-toolchain-7 too11:29
LocutusOfBorgso, remove+migration leaves the archive ok11:29
ahasenackhi, are seed changes allowed in disco, or is that also frozen for the moment?11:30
ahasenackhttps://code.launchpad.net/~ahasenack/ubuntu-seeds/+git/ubuntu/+merge/358160 specifically11:30
-queuebot:#ubuntu-release- Unapproved: snapd (disco-proposed/main) [2.35.5+18.10ubuntu1 => 2.35.5+18.10ubuntu2] (desktop-core, ubuntu-server)11:32
Laneyahasenack: Don't see why not11:33
ahasenackthx11:35
LocutusOfBorgxnox, I'm going to upload a fix for ruffus11:47
xnoxLocutusOfBorg, i am preparing it.11:48
LocutusOfBorgI already have it...11:48
xnoxit is test building....11:48
LocutusOfBorgand it works11:48
xnoxLocutusOfBorg, fine, submit it upstream too11:48
LocutusOfBorgI already did that :)11:48
LocutusOfBorgat least I'm doing it now, I noticed you were the uploader after fixing the package lol11:49
LocutusOfBorgso, can I upload?11:49
LocutusOfBorghttps://github.com/cgat-developers/ruffus/pull/10311:53
gitbotcgat-developers issue (Pull request) 103 in ruffus "Fix python3.7 sadness due to __future__ not being imported at the begin of the file" [Open]11:53
xnoxLocutusOfBorg, yes upload....11:55
xnoxLocutusOfBorg, it's not like this is the first time you do this.11:55
LocutusOfBorgafter you asked me, I stopped doing uploads when I see your name in the previous changelog entry11:59
LocutusOfBorgthis is why after doing all the work I stopped and asked you here.11:59
LocutusOfBorgI uploaded in a ppa https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/locutusofborg-ppa/+sourcepub/9559113/+listing-archive-extra12:02
LocutusOfBorgfeel free to change your name and upload in the archive, so it doesn't show up in my merges page :)12:03
* LocutusOfBorg goes to grab some food12:03
-queuebot:#ubuntu-release- Unapproved: gnome-shell (disco-proposed/main) [3.30.1-2ubuntu1 => 3.30.1-2ubuntu2] (desktop-extra, mozilla, ubuntu-desktop)12:11
-queuebot:#ubuntu-release- Unapproved: gnome-shell (cosmic-proposed/main) [3.30.1-2ubuntu1 => 3.30.1-2ubuntu1.18.10.1] (desktop-extra, mozilla, ubuntu-desktop)12:21
-queuebot:#ubuntu-release- Unapproved: gnome-shell (cosmic-proposed/main) [3.30.1-2ubuntu1 => 3.30.1-2ubuntu1.18.10.1] (desktop-extra, mozilla, ubuntu-desktop)12:21
xnoxLocutusOfBorg, dude.... one looks and asks TIL before doing the work. You should have seen previous uploader right after pull-lp-source.12:22
xnoxppa diff is hard to review12:23
xnoxplease dput into ubuntu.....12:23
Laneyfirst gnome-shell/cosmic unapproved has no lp-bugs-fixed, please reject12:24
-queuebot:#ubuntu-release- Unapproved: maas (disco-proposed/main) [2.5.0~beta2-7291-gd0345ced5-0ubuntu1 => 2.5.0~beta2-7291-gd0345ced5-0ubuntu2] (ubuntu-server)12:25
rbasakLaney: done12:26
-queuebot:#ubuntu-release- Unapproved: rejected gnome-shell [source] (cosmic-proposed) [3.30.1-2ubuntu1.18.10.1]12:27
LaneyTa very much12:28
ginggsxnox: are you looking at python-ruffus?  i have a patch that passes tests locally, shall i upload?12:44
xnoxginggs, so do i, so did LocutusOfBorg. technically i think LocutusOfBorg was the first to get to it.... and he should be uploading it, but no idea why he stopped. even when confirmed that he should upload.12:45
xnoxginggs, and LocutusOfBorg submitted his pull request upstream.12:45
ginggsxnox: lol, just looked at backlog now :) nvm!12:45
apwLocutusOfBorg, ok llvm-defaults migrated, so i think i can now RM that13:06
-queuebot:#ubuntu-release- Unapproved: accepted snapd [source] (disco-proposed) [2.35.5+18.10ubuntu2]13:09
-queuebot:#ubuntu-release- Unapproved: accepted maas [source] (disco-proposed) [2.5.0~beta2-7291-gd0345ced5-0ubuntu2]13:10
LocutusOfBorgginggs, can I see the patch? lets upload your version if it does look better13:16
LocutusOfBorgxnox, I honestly tried, but dch inside the chroot doesn't work, and I didn't install vim, and I was too lazy to check from outside or do "head"13:16
ginggsLocutusOfBorg: I ended up with the same as https://github.com/cgat-developers/ruffus/pull/103/files13:18
gitbotcgat-developers issue (Pull request) 103 in ruffus "Fix python3.7 sadness due to __future__ not being imported at the begin of the file" [Open]13:18
LocutusOfBorgok, because I only checked if the package was building and installing correctly, and looked at build logs13:19
LocutusOfBorgI didn't run any kind of autopkgtests...13:19
-queuebot:#ubuntu-release- Unapproved: rejected bolt [source] (bionic-proposed) [0.5-0ubuntu0.18.04.1]13:40
-queuebot:#ubuntu-release- Unapproved: accepted bolt [source] (bionic-proposed) [0.5-0ubuntu0.18.04.1]13:40
xnoxLocutusOfBorg, please dput into archive13:40
xnoxLocutusOfBorg, this is like the last thing holding up python3-defaults.13:40
dokokindergarten, already done13:41
LaneyO_O13:42
Laneyyou guys seem to be treading on each others toes a bit13:42
LocutusOfBorg4 people working on the same package? yes I guess so :)13:43
LocutusOfBorgunfortunately before starting I checked the backlog, and I only found doko mentioning "hey this is the last blocker", this is why I worked on it without looking at too much about who was holding/delaying/doing it13:44
rbasakThis sort of thing used to be coordinated in #ubuntu-+1-maint, didn't it? That channel looks empty now.13:45
xnoxdoko, thanks.13:47
-queuebot:#ubuntu-release- Unapproved: libnet-server-mail-perl (disco-proposed/universe) [0.25-1 => 0.25-4] (no packageset) (sync)13:54
xnoxdoko, ^ should fix autopkgtest failure13:55
apwrbasak, i think that is #ubuntu+1-maint14:05
rbasakHmm, thanks.14:15
-queuebot:#ubuntu-release- Unapproved: webkit2gtk (disco-proposed/main) [2.22.2-1ubuntu2 => 2.22.3-1] (desktop-core) (sync)14:27
dokoLaney, apw: please could you update the hint: ubuntu-release:force-badtest python-scipy/1.1.0-1ubuntu1/i38614:33
dokoto -1ubuntu2. same failures14:33
-queuebot:#ubuntu-release- Unapproved: python-ruffus (disco-proposed/universe) [2.8-0ubuntu2 => 2.8-0ubuntu3] (no packageset)14:38
xnoxdoko, ^14:39
-queuebot:#ubuntu-release- Unapproved: accepted python-ruffus [source] (disco-proposed) [2.8-0ubuntu3]14:40
apwdoko, looking14:40
-queuebot:#ubuntu-release- Unapproved: shotwell (disco-proposed/main) [0.30.1-0ubuntu2 => 0.30.1-0ubuntu4] (ubuntu-desktop)14:40
-queuebot:#ubuntu-release- Unapproved: shotwell (cosmic-proposed/main) [0.30.1-0ubuntu2 => 0.30.1-0ubuntu3] (ubuntu-desktop)14:41
apwdoko, done14:42
dokohow do I have to read the failing automake-1.16 test on arm64? is it just running too long?14:56
-queuebot:#ubuntu-release- Unapproved: accepted libnet-server-mail-perl [sync] (disco-proposed) [0.25-4]14:59
LocutusOfBorgxnox, missing pytest to run testsuite makes ruffus look sad?15:39
xnoxLocutusOfBorg, of course it does!15:39
xnoxbecause fixing things once in debian/rules debian/control is not enough when one has to redo all that in debian/tests/*15:39
LocutusOfBorgI retried against proposed, because also python3.6 testsuite was ran...15:39
LocutusOfBorgxnox, I know that feeling ;)15:40
xnoxi'm gonna run adt tests locally this time15:42
xnoxinfinity, is TIL documented anywhere? or is it just one of those things one is expected to know?15:56
tsimonq2(TIL usually means Today I Learned, does it not?)16:01
Laneytouched it last16:05
LaneyI only know about it as a "formal" policy in the context of package merges16:06
tsimonq2ahh, ambiguous terms are ambiguous...16:06
tsimonq2Especially because we have #debian-til too. :P16:06
ahasenackTIL TIL16:11
ahasenackwas also wondering what it meant16:12
tsimonq2HAH, I like it.16:12
coreycbvorlon: did you get my response to your question on octavia-dashboard?16:13
LaneyNow I'm the granddad16:14
xnoxargh16:22
xnoxrun-unit-test        FAIL non-zero exit status 216:22
xnoxstill, at least this is local this time around16:23
xnoxgiving it more ram16:25
xnoxok it passed17:05
-queuebot:#ubuntu-release- Unapproved: python-ruffus (disco-proposed/universe) [2.8-0ubuntu3 => 2.8-0ubuntu4] (no packageset)17:07
-queuebot:#ubuntu-release- Unapproved: accepted python-ruffus [source] (disco-proposed) [2.8-0ubuntu4]17:10
xnox4th time lucky17:10
dokoLaney, infinity: please update ubuntu-release:force-badtest yorick/2.2.04+dfsg1-7 yorick/2.2.04+dfsg1-917:11
dokoto yorick/2.2.04+dfsg1-9build1, same test failures17:12
infinityxnox: I don't think we have any formal policy on how we manage TIL, no.17:28
infinityxnox: But if you're wondering if you can take s390-tools back, HECK YES. :P17:29
xnoxinfinity, it's just there is finally an explanation why this recentish generation of developers are stealing TIL because they have no idea what TIL stands for.17:30
xnoxthey think it means "today i learned"17:30
infinityIt also means that.  Context is important. :P17:30
infinitydoko: python3-defaults makes idle-python3.6 uninstallable (python3-tk no longer Provides python3.6-tk, which idle-python3.6 depends on)18:16
xnoxinfinity, can you like override libnet-server-mail-perl ?! no idea why it's broken.18:25
xnoxand lintian too and thus make perl a candidate?18:25
infinityxnox: Except perl is entangled with python3-defaults, and see above. :P18:30
infinityxnox: Also, I'm not sure "I have no idea what's wrong" is a valid analysis.18:31
xnoxLaney, i fear we may need to make python-ruffus be "big"18:32
xnoxE       OSError: [Errno 12] Cannot allocate memory18:32
infinityxnox: Also, also, making perl a candidate won't help unless the rest of the transition are candidates (and there are still a few more things to clean up)18:32
xnoxadt run passes locally when i give it 4GB of ram =(18:32
infinityxnox: FWIW, I agree that the libnet-server-mail failure makes no sense, and it's weird that it passes during build, but not on autokgtest (even with --all-proposed)18:34
stokachujamon: can you add k8s.gcr.io to the jenkaas firewall rules?18:34
-queuebot:#ubuntu-release- Unapproved: ubuntu-image (disco-proposed/main) [1.4+18.10ubuntu4 => 1.4+18.10ubuntu5] (desktop-core)18:34
xnoxat least maas has migrated, and subiquity images should be buildable now.18:40
dokoinfinity: ok, I'll re-add 3.6 support for python3-stdlib-extensions19:07
dokobut you'll have to give these autopkg tests against python3-defaults from proposed19:07
dokoopenstack unfortunately has some hidden 3.6 dependencies, so 3.6 removal is out of scope for now19:12
-queuebot:#ubuntu-release- Unapproved: accepted ubuntu-image [source] (disco-proposed) [1.4+18.10ubuntu5]19:17
-queuebot:#ubuntu-release- Unapproved: germinate (disco-proposed/main) [2.28 => 2.29] (core) (sync)19:19
-queuebot:#ubuntu-release- Unapproved: accepted germinate [sync] (disco-proposed) [2.29]19:20
-queuebot:#ubuntu-release- Unapproved: python3-stdlib-extensions (disco-proposed/main) [3.7.1-1ubuntu2 => 3.7.1-1ubuntu3] (core)19:21
-queuebot:#ubuntu-release- Unapproved: accepted python3-stdlib-extensions [source] (disco-proposed) [3.7.1-1ubuntu3]19:21
-queuebot:#ubuntu-release- Unapproved: ceilometer (disco-proposed/main) [1:11.0.0-0ubuntu2 => 1:11.0.0-0ubuntu3] (openstack, ubuntu-server)19:56
-queuebot:#ubuntu-release- Unapproved: accepted ceilometer [source] (disco-proposed) [1:11.0.0-0ubuntu3]19:59
-queuebot:#ubuntu-release- Unapproved: murano-agent (disco-proposed/universe) [1:3.5.1-0ubuntu3 => 1:3.5.1-0ubuntu4] (no packageset)20:08
-queuebot:#ubuntu-release- Unapproved: heat (disco-proposed/main) [1:11.0.0-0ubuntu2 => 1:11.0.0-0ubuntu3] (openstack, ubuntu-server)20:11
-queuebot:#ubuntu-release- Unapproved: nova (disco-proposed/main) [2:18.0.1-0ubuntu2 => 2:18.0.1-0ubuntu3] (openstack, ubuntu-server)20:11
-queuebot:#ubuntu-release- Unapproved: accepted heat [source] (disco-proposed) [1:11.0.0-0ubuntu3]20:17
-queuebot:#ubuntu-release- Unapproved: accepted nova [source] (disco-proposed) [2:18.0.1-0ubuntu3]20:17
-queuebot:#ubuntu-release- Unapproved: accepted murano-agent [source] (disco-proposed) [1:3.5.1-0ubuntu4]20:17
=== chrisccoulson_ is now known as chrisccoulson
-queuebot:#ubuntu-release- Unapproved: lintian (disco-proposed/main) [2.5.111ubuntu1 => 2.5.111ubuntu2] (core)22:03
-queuebot:#ubuntu-release- Unapproved: accepted lintian [source] (disco-proposed) [2.5.111ubuntu2]22:06
infinitytsimonq2: ^ Fixed lintian uploaded, will make sure that gets pushed to Debian when autopkgtest proves I was right. :P22:12
tsimonq2522:13
tsimonq2argh22:13
tsimonq2Thanks.22:13
-queuebot:#ubuntu-release- Unapproved: lxcfs (xenial-backports/main) [3.0.1-0ubuntu2~16.04.1 => 3.0.2-0ubuntu1~16.04.1] (edubuntu, ubuntu-server)23:36
-queuebot:#ubuntu-release- Unapproved: lxc (xenial-backports/main) [3.0.1-0ubuntu1~16.04.2 => 3.0.2-0ubuntu4~16.04.1] (ubuntu-server)23:43
-queuebot:#ubuntu-release- Unapproved: lxd (xenial-backports/main) [3.0.1-0ubuntu1~16.04.4 => 3.0.2-0ubuntu1~16.04.1] (edubuntu, ubuntu-server)23:56

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