/srv/irclogs.ubuntu.com/2018/02/22/#ubuntu-devel.txt

bdmurraynacc: So something was wrong with the Contents.gz file on the retracer which caused the retrace to fail because it couldn't find the package for the executable.01:37
naccbdmurray: interestin01:49
naccxevious: i'll ping you when i'm in tmrw03:08
=== led_ir23 is now known as led_ir22
=== FauxFaux is now known as Faux
=== rmk` is now known as rmk
=== stokachu_ is now known as stokachu
=== DalekSec_ is now known as DalekSec
=== flixr_ is now known as flixr
=== cjwatson_ is now known as cjwatson
=== stub` is now known as stub
Mirvmitya57: tsimonq2: looks like Qt LTS for Ubuntu LTS, right? nice to finally have that combination :)12:16
acheronuk_Mirv: that is the idea :)12:25
Mirv:)12:25
tsimonq2Mirv: yep :D12:30
tsimonq2Mirv: #ubuntu-qt is a thing btw :D12:31
seb128wgrant, cjwatson, do you have any idea why recent bionic uploads for e.g gnome-sudoku or gtk+3.0 don't have their translations getting imported? for example https://translations.launchpad.net/ubuntu/bionic/+source/gtk+3.0/+imports is empty? the build have what looks like valid translations tarball exported, like https://launchpad.net/ubuntu/bionic/+upload/17639672/+files/gtk+3.0_3.22.28-1ubuntu2_amd64_translations.tar.gz12:46
Mirvtsimonq2: oh!12:49
cjwatsonseb128: The job that processes translations uploads seems to have been stuck in some kind of rather sad state since we rebooted our master DB server overnight.  I've got the stuck job killed and we'll see if the next run gets anywhere.  (I'm not sure whether any failures will be retried, though.)13:07
seb128cjwatson, ok, thanks. So if it's not sorted out by itself in a few hours I should reupload those? When was the reboot in question (just to know what uploads to check)13:08
cjwatson0400 UTC ish13:09
seb128k, thanks13:09
coreycbhello release team, please can someone take a look at promoting libapache2-mod-auth-mellon and lasso to main for bug 1610286?13:22
ubottubug 1610286 in libapache2-mod-auth-mellon (Ubuntu) "[MIR] libapache2-mod-auth-mellon, liblasso3" [Medium,Triaged] https://launchpad.net/bugs/161028613:22
coreycbthey've already received security team ACK13:22
jamespagecoreycb: lets seed those packages so they appear on the mismatches reqport14:25
jamespagecoreycb: have you done that before? (seeding)14:26
coreycbjamespage: i think so, let me dig up my notes14:26
coreycbjamespage: ok i'll do that, i may ask you for a review later14:27
jamespagecoreycb: np - I think you'll probably just want to seed libapache2-mod-auth-mellon14:27
coreycbjamespage: ok14:28
seb128cjwatson, you are sure that job isn't still (or again) stucked? I re-uploaded gnome-sudoku and I still see nothing in the import queue, it could be pending but usually things show up in the queue without too much delay after build14:33
cjwatsonseb128: there's definitely something stuck, but the way our logging currently is doesn't allow me to tell whether it's just trying to import some huge package or is genuinely stuck :-(14:37
cjwatson2018-02-22 12:55:22 INFO    Running <lp.soyuz.model.packagetranslationsuploadjob.PackageTranslationsUploadJob object at 0x7f02085ef4d0> (ID 41183883) in status Waiting14:38
cjwatson^- shall I compare thee to a chocolate teapot?14:38
seb128cjwatson, well I guess let's wait a couple of hours and see if things moved?14:40
cjwatsonseb128: it's importing libreoffice, apparently that takes eons14:53
seb128cjwatson, libreoffice challenging our infras, as always :) thanks for figuring that out!14:54
cjwatsonseb128: I've just proposed https://code.launchpad.net/~cjwatson/launchpad/ptuj-repr/+merge/338559 which will make this less annoying to diagnose next time14:55
seb128cjwatson, great14:56
coreycbjamespage: does this look ok? https://bazaar.launchpad.net/~corey.bryant/ubuntu-seeds/platform.bionic/revision/216615:25
jaltHi, is there a place where I can see daily commits towards the upcoming 16.04.4 point release? Basically, a centralized way to see what went into building the daily ISOs, kinda like https://wiki.ubuntu.com/XenialXerus/ReleaseNotes/ChangeSummary/16.04.4 but daily, and with the detail of https://launchpad.net/ubuntu/+source/ubiquity/+changelog15:39
cjwatsonhttps://lists.ubuntu.com/archives/xenial-changes/ isn't commit-level but is probably your best bet15:42
=== lool- is now known as lool
jaltthanks cjwatson. sorting that by date basically works for my needs.15:56
jamespagecoreycb: I'd stick it in the OpenStack section16:04
jamespageso its clear its to support that16:04
coreycbjamespage: ok i'll do that and push. wasn't sure where to put it.16:05
coreycbjamespage: thanks for reviewing16:05
naccxevious: hey16:21
xeviousGood morning. I'm looking at kronolith now.16:23
naccxevious: thanks -- do you want my debdiff as it is now?16:24
naccxevious: to start from, i mean16:24
xeviousI got it to the same point already.16:25
naccxevious: ah great16:25
xeviousnacc: I'm in a meeting now...16:33
naccxevious: np, me too :)16:33
zygathere's something weird in grub when booting on an efi system (on 18.04), there's clear double-redering of everything and the rendering's don't quite match16:39
zygalike one has larger font than the other16:39
zygathe one that is visible in stable state looks like regular grub on efi systems (native panel resolution, etc)16:39
zygathe other one looks like it's blurry or lower res16:39
zygaI'll try to grab some images but I was curious if this is known16:39
zygathe malformed one has black background16:40
zygathe non-malformed one has aubergine background16:40
xeviousnacc: Ok, I'm back on it.16:41
naccxevious: thanks!16:44
naccxevious: kronolith is the one that just need something similar to what you did for the tests but to the constructor itself, right?16:46
naccxevious: i read somewhere else that many folks switched to using a factory16:46
naccbut that would change the API, which implies we can't just change it directly16:46
xeviousIt looks like it just needs a `@runInSeparateProcess` annotation on a couple tests.16:47
xevious...however, if the other tests depend on the on that needs to be run in a separate process, then I'll need to make more extensive changes to the tests.16:47
xeviouss/on that/one that/16:48
xeviousI really wish IRC supported vim-style corrections. :)16:48
xeviousIf only Quassel supported plugins, I'd make one to allow it.16:48
zygahttps://twitter.com/zygoon/status/966716431483265024 (for lack of better way to attach movies)16:49
naccxevious: yeah, i can see that16:49
xeviousnacc: I sure wish someone had answered this: https://github.com/horde/kronolith/commit/d996704daca092d92144f10d9f3d12e04f2b9dcb#r2767817217:15
naccxevious: yeah, i had to do the proper change locally for that part to pass17:16
naccxevious: but it's not clear what upstream wants to do17:16
xeviousIt passes for me if I just move the closing paren to where it's supposed to be.17:17
naccxevious: yeah, that's what i did17:17
naccxevious: rather than their upstream fix, which doesn't work17:18
naccafaict17:18
xeviousYikes17:18
naccxevious: yeah, it's weird17:18
tjaaltonnacc: hi, have you looked at libglvnd MIR yet?17:55
nacctjaalton: was going to today17:55
xeviousnacc: Found one deprecated line in sessionhandler.17:56
tjaaltonnacc: ok, thanks17:57
xevious...so far.17:58
sil2100smoser: hey! Could you verify the grub2 uploads you made to xenial?18:02
sil2100smoser: we'd like to make place for another grub2 SRU18:03
smoserddstreet: yeah... meant to look at taht.18:06
smosersil2100: oh. yeah i can . i''m sorry.18:06
smosersil2100: bug ?18:06
smoserhttps://bugs.launchpad.net/ubuntu/+source/grub2/+bug/152772718:07
ubottuLaunchpad bug 1527727 in grub2-signed (Ubuntu Xenial) "grub-probe for zfs assumes all devices prefix with /dev, ignoring /dev/disk/..." [Medium,Fix committed]18:07
smoserthanks. i'll  look to verify18:07
smoserrharper: ^18:07
smoserhow can we easily do that...18:07
rharpersmoser: I think run our vmtest without the export and as a late_command installed the proposed package18:08
smoserbut late command woudl be too late18:08
smoserno ?18:08
rharperactually, install it into the ephemeral, sorry18:08
rharperand then the grub install without the env setting will fail to install18:08
smoser? no the target grub is used18:09
smoserhm...18:09
smosersuck18:09
tjaaltondpkg-source failed for xorg-server_1.19.6-1ubuntu2.dsc [return: 2]18:10
rharperwell, alternative is to post install, remove the env setting file, add proposed package18:10
tjaaltonwhat the..18:10
rharperand then run install-grub via cloud-init commands18:10
tjaaltonupload to bionic rejected18:10
ddstreetsmoser yeah let me know if you have any concerns about lp #171856818:20
ubottuLaunchpad bug 1718568 in isc-dhcp (Ubuntu Bionic) "dhclient-script fails to wait for link-local address" [Medium,In progress] https://launchpad.net/bugs/171856818:20
=== acheronuk_ is now known as acheronuk
xeviousnacc: Another meeting... sorry for the delay!18:33
naccxevious: np! please don't apologize!18:34
=== deltab_ is now known as deltab
smoserddstreet: i did wonder what happens if ipv6 is not enabled18:36
smoserlike in kernel or something.18:36
ddstreetsmoser well it should time out in that case18:36
smoseri think you'll loop to timeout where as before it would be ok.18:37
smoserbefore it'd quickly exit18:37
ddstreetand if someone is trying to set up dhcpv6 when ipv6 is disabled, a timeout shouldn't be unexpected18:37
smoserfair point18:37
smoser:)18:37
smoseris this down a ipv6 dhcp only path ?18:37
ddstreetyeah, waiting for dad only makes sense for dhcpv618:38
ddstreetthere is no dad in ipv418:38
ddstreetwell, dad is ipv6 in general, but as we're talking about dhclient, it would be when it's doing dhcpv6, not dhcpv418:39
smoserright. yeah, so yeah. this gets called in PREINIT618:39
smoserso it is.18:40
naccLaney: how long does it typically take for passes to show up on excuses?19:14
naccLaney: context> i'm clicking through the php regressions currently listed and all seem to have passed from my massive retry yesterday, but only some arches are showing pass19:15
naccslangasek: --^ you might know as well19:15
slangaseknacc: if you can see the pass on the autopkgtest web ui, it will also show up in update_excuses in the first full britney run that starts after the website was updated.  So something else is askew and it's not a stale-data issue19:17
slangaseknacc: specific example?19:18
naccslangasek: i wonder if it's because some of the triggers (before I tried with all-proposed=1) were still in the retry attempt?19:18
naccslangasek: php-horde-listheaders19:18
slangaseknacc: are you looking at http://autopkgtest.ubuntu.com/packages/p/php-horde-listheaders/bionic/armhf for example?19:19
naccslangasek: right19:19
naccis it becuase it didn't do an all-proposed=1 run with the listheaders trigger?19:19
slangaseknacc: note that, pathologically, php-horde-listheaders itself is not in the list of triggers, despite it being the correct version being tested19:20
naccmaybe these came in after my last retrigger blast19:20
naccslangasek: yeah, i see what happened, i think19:20
slangasekso britney fails to credit it to php-horde-listheaders/1.2.5-1ubuntu1 as a "pass", even though the version number listed means it clearly is19:20
naccyeah19:21
naccslangasek: i think it's because some i had manually done that for, and some i hadn't, so when i used retry-autopkgtest-regressions, some had the correct triggers and some didn't19:21
naccslangasek: what's the best way for me to resolve this? retrigger again correctly?19:21
slangaseknacc: yeah - if it was just the php-horde-listheaders tests showing as regressions currently, I would offer to just skiptest; but since there are several other packages listed as regressing, better to just work through retries in order to get it into a clean state19:22
naccslangasek: ack, i'll do that now19:22
xeviousnacc: kronolith is just about done and required updating the patch for sessionhandler.19:30
xeviousI'm running tests now to compare two potential fixes for sessionhandler.19:30
naccxevious: thanks!19:31
slangaseknacc: how close are we to getting php7.2 to migrate?  We need to do a curl migration for openssl1.1, and it'd be nice to have either php7.2 or libunistring out of the way before we start that19:38
naccslangasek: well, php7.2 is through, we're working on php-defaults right now19:40
naccxevious: is working on the last few19:40
naccslangasek: Laney: urgh server error again from request.cgi19:41
slangaseknacc: oh, I see; so php7.2 7.2.2-1ubuntu1 doesn't really get caught up in anything.  Any concerns about a re-upload of that package while it's in -proposed?19:41
naccslangasek: if php-defaults goes through, it's just a matter of migrating these retries through19:41
naccslangasek: no, i think that's fine19:41
xeviousnacc: Did you resolve all the stuck packages?19:41
naccxevious: i think so, i need to retrigger them correctly and they should migrate19:42
naccxevious: well, other than the three you know about in php-defaults19:42
xeviousCool19:42
naccxevious: two of which you seem to have a handle on :)19:42
xeviousYeah they'll be ready shortly19:42
xeviousMulti-package ADT runs take soooo long19:43
naccyeah19:43
naccxevious: actually, no, wait, they shoudn't take noticeably longer19:43
naccxevious: oh you need to build them both?19:43
naccxevious: i use sbuild to build locally and then just pass the deb in19:43
sunweave1hi! has the sync of new packages between sid and bionic already been frozen?19:56
sunweave1I have uploaded x2goserver to sid, bt it does not land in bionc?19:57
sunweave1is there still a chance to get it in?19:57
sarnoldsunweave1: looks like debian import freeze is march 1 https://wiki.ubuntu.com/BionicBeaver/ReleaseSchedule19:59
sarnoldafter that syncs have to be made by hand20:00
sunweave1that affects packes already in unstable for a while...20:01
sunweave1x2goserver ust entered unstable (was in exp before)20:01
sunweave1sarnold: is there a difference between pkgs already there and pkgs just entering?20:02
sarnoldsunweave1: I haven't heard of one, but I'm not too experienced here20:02
=== sunweave1 is now known as sunweaver
sunweaveranyone else around who can provide info or even tag X2Go Server for syncing?20:04
sarnoldsunweaver: sweet, looks like the import already happened: https://launchpad.net/ubuntu/+source/x2goserver20:08
sarnoldsunweaver: hrm, looks like nxagent is needed but missing http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#x2goserver20:10
sarnoldI don't know if one uninstallable binary package is sufficient to block the others or not20:11
sunweavernx-libs src:pkg is in unstable, too20:12
sunweaverwhich provides bin:pkg nxagent20:12
sarnoldcurious. launchpad knows about that in debian https://launchpad.net/debian/+source/nx-libs but doesn't have it imported into ubuntu yet20:14
sunweaverand that page says it is supposed to go into release(main)20:19
sunweavernot universe20:19
sarnoldI think the /debian/+source/ pages reflect where it lives in debian20:19
sunweaverflexiondotorg: ^^^20:20
sunweaverxnox: ^^^20:20
sunweavercan you shed some light on the above issue?20:20
sunweaversarnold: thanks!20:21
=== zyga_ is now known as zyga
xeviousnacc: I'm seeing something weird... adt-run gets all the way through kronolith's phpunit tests, then it dies. I'll make a pastebin of the last few lines.20:42
naccxevious: ok20:43
xeviousnacc: https://paste.ubuntu.com/p/BwZKND8SQZ/20:43
naccxevious: weird, maybe a bug, want to pass me your debdiff and i can tes locally?20:43
xeviousI'm running adt-run with two `--source` parameters, the first pointing to my sessionhandler .dsc and the second pointing to my kronolith .dsc20:44
xeviousYeah, I'll make debdiffs and pop them on the ticket.20:44
naccxevious: that's fine, i hav eyour sessionhandler alreayd built here20:45
xeviousI had to change it.20:45
nacci guess i need to rebuild, but sure20:45
naccyeah20:45
nacci'm going to walk the dogs, i'll check in when i'm back20:45
xeviousSounds good.20:45
xeviousnacc: Delete the sessionhandler debdiff you've currently got because I changed it: https://bugs.launchpad.net/ubuntu/+source/php-horde-sessionhandler/+bug/1749783/comments/2120:48
ubottuLaunchpad bug 1749783 in php-horde-sessionhandler (Ubuntu) "php-defaults stuck in bionic-proposed" [Undecided,New]20:48
xeviousnacc: Here's the kronolith package debdiff: https://bugs.launchpad.net/ubuntu/+source/php-horde-sessionhandler/+bug/1749783/comments/2220:49
xeviousI'm gonna go put some food in my face hole.20:49
naccxevious: ack on both21:29
xeviousI'm back now.21:29
naccxevious: any ideas on the horde-kolab-storage?21:37
naccxevious: i'm building/testing your two now21:37
xeviousI'll start looking at that now.21:37
naccxevious: thanks21:38
naccxevious: nice, i can confirm both pass now!21:42
naccxevious: uploading21:42
sil2100smoser: hey! The grub2 SRU for xenial you made seems to have gotten an automatic verification-failed due to a possible regression found by the bot22:43
sil2100smoser: could you look into that?22:43
sil2100smoser: LP: #152772722:44
ubottuLaunchpad bug 1527727 in grub2-signed (Ubuntu Xenial) "grub-probe for zfs assumes all devices prefix with /dev, ignoring /dev/disk/..." [Medium,Fix committed] https://launchpad.net/bugs/152772722:44
naccxevious: any luck with kolab-storage?22:52
naccxevious: i just retriggered the php-defaults tests with the two uploaded22:52
xeviousHad to do a few code reviews. Getting back to it now.22:52
naccxevious: note that even with the dep8 tests working, we'll need to unblock gosa and cakephp from LP: #1749745 I expect22:53
ubottuLaunchpad bug 1749745 in gosa (Ubuntu) "php7.2 has removed the mcrypt module" [Undecided,Incomplete] https://launchpad.net/bugs/174974522:53
naccsince they will be come uinnstallable22:53
naccluckily both upstreams have issues/trackers for them22:53
xeviousWill that prevent php-defaults from moving out of proposed?22:54
naccxevious: yeah22:54
naccthat's what update_output.txt is (will) show22:54
naccslangasek: --^ do you have an opinion on that (beyond observing the current situation)? I'm tempted to remove gosa*, zoneminder and cakephp23:02
slangaseknacc: I have no opinions, I merely identified that there were revdeps not named in your removal request :)23:13

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