/srv/irclogs.ubuntu.com/2017/06/19/#ubuntu-devel.txt

KurousagiMK2Hi to all. I have a problem when updating dbus https://paste.ubuntu.com/24895832/ it should be?01:38
jbichaKurousagiMK2: you probably should not have proposed updates enabled during the development cycle01:44
jbichabut thanks for mentioning the issue, it should be fixed soon01:51
jbichahttps://launchpad.net/ubuntu/+source/dbus/1.10.18-1ubuntu201:52
KurousagiMK2no problem01:53
pittijbicha: argh, again? I just fixed it for 1.606:12
pittijbicha: ah, seems to be simple enough, but a bit awkward as the type is version specific06:14
infinityjbicha: They don't have both installed...07:08
infinityjbicha: Unless you mean gcc-7-base, which isn't gcc-7 at all.07:08
infinityjbicha: And gcc-7-base is there because gcc-7 builds libcc1, libstdc++6, etc.07:09
pittijbicha: fixed in https://github.com/martinpitt/python-dbusmock/commit/763d0b3 and I also added a G_DEBUG=fatal-warnings,fatal-criticals07:37
rbalint jamespage: thanks!, merged09:50
=== NCommander is now known as mcasadevall
=== grumble is now known as Guest38774
=== rumble is now known as grumble
cpaelzerpitti: does the cockpit i386 test timing out after Barney Bär ring a bell ? https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-artful/artful/i386/c/cockpit/20170619_084158_c430e@/log.gz12:15
cpaelzerI don't think I could have affected this particular test, but at least 2/2 retries now blocked on that12:15
cpaelzerpitti: starting local repro now, but if something seems to be a known issue to you let me know12:16
sil2100smoser: hey!12:34
sil2100smoser: I'm reviewing curting right now for xenial and I see it has a change to the new-upstream-snapshot script that's not in any other series - was wondering why is that so?12:35
sil2100smoser: is the tarball only removed on file cleaning on xenial?12:36
pitticpaelzer: hm no, I haven't seen this before12:41
cpaelzerpitti: thanks for the reply, I'll let you know what I find debugging this12:44
pitticpaelzer: consistently only on 32 bit?12:44
cpaelzerI didn't rerun the others that worked12:45
cpaelzerbut I had it locally with adt on 64 bit12:45
pitticpaelzer: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-artful/artful/amd64/c/cockpit/20170615_142334_6e4d7@/log.gz looks similar, so smells like a race, not a regressino12:45
cpaelzerI'm currently trying to identify if it is 100% repro locally and if so what change it could have been12:45
cpaelzeryeah that looks the same, that was network manager  ... hmm12:47
sil2100chrisccoulson_: hey! Just a quick question - the firefox armhf FTBFS is a known issue I guess, right? Is there a bug for that one?13:02
sil2100chrisccoulson_: I see all the SRUs were released with the build failure so I assume it's known and identified, just wanted to get some context13:03
pittijbicha: 0.16.9 now released and uploaded to debian, so it should clear itself up from here on13:18
cpaelzerpitti: it was a transient issue after all, but with a >50% hit rate at the moment as it seems13:18
pitticpaelzer: http://autopkgtest.ubuntu.com/packages/c/cockpit/artful/amd64 looks much better than 50%, but indeed as I said this isn't new13:18
pittiso retry button short-term for unblocking13:19
cpaelzeryeah that is what i have chosen for now13:19
pittiI'll try to reproduce it and see what's wrong13:19
cpaelzerpitti: maybe scalingstack is busy atm and this increases the chance13:19
cpaelzerlocally I'm pretty much swapping 2-3G already - so when I say reproducable locally it is under constrained conditions13:19
jbichapitti: thank you! btw, autosync from sid seems a bit delayed, probably because of the stretch release and so on13:20
pittijbicha: at least dbusmock isn't the final/only blocker of NM :)13:21
jbichapitti: are you partially responsible for nplan's flaky tests too? ;)13:22
pittinot any more :)13:22
pittithey were quite robust when I handed stuff over13:22
jbichahttp://autopkgtest.ubuntu.com/packages/n/nplan/zesty/amd6413:23
jbichaI think they've always been flaky, at least on a.u.com13:23
jbichait does look like they were less flaky in December, convenient! ;)13:25
seb128wgrant, hey, when do you think we can get artful open for translation on launchpad?13:28
seb128jbicha, ^13:28
cjwatsonjbicha: Should start in a few hours.  It was delayed because of needing to upgrade debian-archive-keyring before it could verify the signature on dists/stretch13:40
cjwatsonstgraber: Is there some way to ask lxd to abort an image download in progress, or do I have to restart the daemon?13:41
jbichacjwatson: thanks!13:42
cpaelzerjamespage: would you mind looking at http://paste.ubuntu.com/24899381 for a short review before I upload?13:43
cpaelzerjamespage: the openvswitch-testcontroller dependency is still needed in the test, it really is about stopping the default service to avoid conflicts13:43
xnoxjuliank, reading https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863859 does this mean unattended-upgrade needs to grow more options?13:55
ubottuDebian bug 863859 in apt "apt: runs unattended-upgrades in debug mode" [Normal,Fixed]13:55
xnoxand we need to sru them?13:55
juliankxnox: Yes, one additional option, but it's a tiny change. If we don't apt downloads upgrades in the install service, rather the download service13:56
juliankxnox: We could have used the apt dist-upgrade -d code path, but that might have downloaded updates that were not going to be installed with unattended-upgrades anyway.13:57
juliankxnox: There's a patch somewhere13:57
xnoxhm.13:57
xnoximho dist-upgrade -d would have been fine.13:57
juliankxnox: It's a tiny diff: https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=863911;filename=unattended-upgrade.diff;msg=5 - in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=86391113:58
ubottuDebian bug 863911 in unattended-upgrades "unattended-upgrades: Needs a --download-only mode" [Important,Open]13:58
juliankxnox: The diff contains the change twice, because symlinks...13:58
juliankThat said, the changes are independent, so we can go ahead with one without the other13:59
xnoxyes and no.13:59
xnoxwe want an sru of everythings to solve everything =)13:59
jamespagecpaelzer: +114:00
juliankxnox: Well, at least the change is just three logical lines long :)14:02
juliankIt's literally just an early exit14:03
juliankxnox: I wasn't not sure if we want to split the unattended-upgrade part into its own bug RE bug verification, I think I asked that a few weeks ago14:06
xnoxjuliank, i'm ok with a massive bug, then again i'm not ~ubuntu-sru team member.14:08
xnoxjuliank, bdmurray can advise as to how to keep him sane =)14:08
juliankI think we left sane territory a long time ago14:09
naccslangasek: looks like we should have synced on python-django's merge :) LP: #160527815:20
ubottuLaunchpad bug 1605278 in python-django (Ubuntu Artful) "Merge python-django 1:1.11-1 from Debian unstable" [Wishlist,In progress] https://launchpad.net/bugs/160527815:20
dokojbicha: they don't, unless you b-d on gcc-7 explicitly15:24
jbichaok, it's just confusing right now, looking at the build logs15:24
slangaseknacc: ah hmm. I picked it off because it was blocking other packages in proposed-migration; 1.11 has been pushed to unstable now and should be an easy sync.  But why are django syncs blocked by maas? I see no failing autopkgtests15:30
elopioinfinity, sil2100: can one of you let snapcraft and click into -updates please?15:30
naccslangasek: functionality not reflected in a dep8 test :/15:30
sil2100elopio: which series?15:30
naccslangasek: they use it and when django updates, their UI breaks :)15:30
elopiosil2100: xenial, yakkety and zesty.15:30
sil2100hm, I don't remember seeing it as ready when I was scanning pending today15:31
slangaseknacc: so... when are they adding dep8 tests for this?  roaksoax15:31
sil2100elopio: was it recently verified?15:31
elopiosil2100: I marked snapcraft verified yesterday. I've just marked click.15:31
slangaseknacc, roaksoax: because the last delta that was still there when I did the merge is unexplained and serves no purpose I can discern, so this *almost* became a sync, and then what would we do?15:32
sil2100elopio: is there any exception for snapcraft? Since it's not aged for 7 days yet15:32
sil2100Same for click15:32
naccslangasek: :) right, that's why i haven't merged it since I started :)15:32
sil2100elopio: for almost all packages there's a usual 7-day aging period in -proposed after which we release the update to users15:32
naccslangasek: openstack also has dependencies not reflected in dep8 tests, i believe, and jamespage already tested 1.10 (still waiting on testing on 1.11)15:33
sil2100I never released snapcraft or click before so I don't know if there's some special case here? Was it usually released earlier?15:33
elopiosil2100: we have an exception for snapcraft: https://wiki.ubuntu.com/StableReleaseUpdates#Snapcraft15:33
sil2100elopio: ok, see it being mentioned that it can be released earlier15:33
elopiosil2100: we don't have one for click, but the change is only a rename on the python package, and I've tested both for more than 7 days now. It would be great if we could land it soon.15:34
sil2100elopio: I'll release the snapcraft one and look at click, but considering the lack or real consumers of that package I might just release it as well15:34
slangaseksil2100: nack, click has to be released *first*15:35
sil2100slangasek: snapcraft depends on it?15:35
slangasekthe click rename is done so that the snapcraft upgrade doesn't go pear shaped15:35
slangasekthe snapcraft SRU introduces a dep on the /other/ click; the move of the python module in click is so we can lift the conflicts, so that upgrades will work for people who have click installed15:36
sil2100Ah, ok, so there's a dep change in snapcraft too, makes sense15:37
sil2100elopio: btw. the zesty autopkgtest snapcraft regressions are known?15:37
elopiosil2100: all the failures I looked at were because the proxy was not working nicely. Which one are you looking at?15:39
sil2100elopio: the zesty ones, there's a lot of failures, indeed from the logs I see those are network errors - please make sure to re-run them in this case so that we make sure they're passing15:40
sil2100Like, in the future I mean15:41
elopiosil2100: we run them in the pull request, and don't proposed until we are sure there are no test regressions in x, y, z and a.15:42
elopiolast week it was hard, but we got all greens.15:42
sil2100Ok, hm, I also see ubuntu-image autopkgtests in zesty failed with the new snapcraft, looks like some of our unittests failed, looking into that15:43
elopioNot all at the same time, because the proxy was not happy. But all good there.15:43
sil2100Those could be because of networking, but hm, not entirely straightforward from the logs as those are our unittests failing15:43
sil2100Looks unrelated to snapcraft anyway15:44
sil2100elopio: for click, could you also verify/find someone to verify https://bugs.launchpad.net/ubuntu/+source/click/+bug/1696402 ?15:45
ubottuLaunchpad bug 1696402 in click (Ubuntu Zesty) "chroot configuration strictly depends on overlayfs" [Undecided,Fix committed]15:45
sil2100elopio: looks like the yakkety and zesty click updates also had this fix in them15:46
sil2100I don't want to release something without any testing15:46
sil2100elopio: actually, since the autopkgtests passed, I'll just mark it as verified myself15:46
elopiosil2100: ah, right. I keep forgetting about that one. I already verified everything last week. I was just waiting for today, in case somebody else wanted to give it a try. That one in particular is just a test fix, so we checked that the tests are green.15:47
elopiosil2100: I don't see how those unit tests of ubuntu-image are related to snapcraft.15:48
sil2100elopio: yeah, true, just be sure to poke people to re-run or investigate any test failures and document them on the SRU bugs15:50
elopiosil2100: do you know who is in charge of ubuntu-image now?15:50
sil2100elopio: me and slangasek basically15:51
sil2100elopio: now that I know about this I'll investigate tomorrow15:51
sil2100;)15:51
slangasekI've just retried that failed ubuntu-image test; the errors don't make sense, it could be test runner flakiness15:51
sil2100Yeah, most probably, although I've never seen those to be flaky, which made me a bit worried15:51
sil2100Still, not related to snapcraft15:52
sil2100elopio: anyway, done15:53
elopiosil2100: :D thank you!15:54
elopiothanks everybody who helped here. It was a long journey.15:55
sil2100yw! :)15:56
stgrabercjwatson: you have to restart the daemon. We have a pull request currently in flight which adds the ability to cancel background operations, so LXD 2.15 or 2.16 should finally let you cancel those with a good old ctrl+c.16:15
cjwatsonbrilliant, thanks16:15
cjwatsonyeah, I restarted lxd in the end and it recovered16:15
jbichayay, autosync from sid :|17:31
=== powersj_ is now known as powersj
=== Tribaal_ is now known as Tribaal
=== ulkesh_ is now known as ulkesh
jackpot51How would this be rolled out? It appears that gnome-control-center depends on it18:58
rbasak!dmb-ping19:00
ubottubdmurray, BenC, cyphermox, infinity, micahg, rbasak, sil2100: DMB ping.19:00
jbichaslangasek: I'm going to do a libepc upload today, is "Ubuntu Developers" ok for the maintainer?19:36
jackpot51How does this look - GNOME initial setup with encrypted home: http://imgur.com/a/Bbzp219:44
jackpot51It has been themed, but that is not part of the change ;)19:44
slangasekjbicha: glom is Ubuntu Desktop Team; is that appropriate for libepc as well?  Because I don't think saying 'ubuntu-devel' is the maintainer is in practice much of a committment19:48
jbichajackpot51: It may be a little more complex, but what about moving the Encrypt Home switch to the Privacy page?19:49
jbichaslangasek: thanks, I'll ask the Desktop Team tomorrow if they're ok with that then19:50
jackpot51No, I can't really do that simply.19:50
jbichaok19:51
=== herb_ is now known as herb
jackpot51The issue is that the setting is utilized when adduser is called, or immediately after. I could move it to the password page, or leave it on the account page19:52
jbichaI think the Privacy page comes first so it might still be doable, just more complicated19:53
jbichaI believe the order is at https://git.gnome.org/browse/gnome-initial-setup/tree/gnome-initial-setup/gnome-initial-setup.c#n6719:53
jbicha(some pages are skipped in some modes)19:54
jackpot51I need to work on the implementation as well - so maybe come back to where it should be?19:55
acheronukmapreri: you about?20:14
acheronukhttps://launchpad.net/ubuntu/+source/libkf5kface/16.12.3-0ubuntu220:14
acheronukchanges like that, could you maybe let kubuntu know when such uploads happen on our packages?20:16
LaneyI don't think glom should be maintained by the desktop team20:16
acheronukwe keep our packaging in git, and use automation tools to do application uploads, so unless we know of and incorpoate such changes, they might get lost in our next apps release upload20:17
acheronukthink there is some scripting in the pipeline to check consistency against the archive to catch stuff like that, but not implemented quite yet20:19
acheronukclivejo: read up ^^^ ;)20:37
jbichaslangasek: what if the Desktop Team doesn't want to be listed as the glom maintainer either?20:57
slangasekjbicha: well, then why would glom be kept in the archive either if they're not willing to maintain its dependency?21:10
slangasekjbicha: perhaps listing ubuntu-desktop as maintainer of glom is also a bug; if there is some other team that is going to maintain both glom and libepc, that's fine too21:10
jbichaglom is probably maintained about as well as anything else in universe21:12
jbichameaning the packaging itself is pretty good but nobody reads the bug reports (but upstream is subscribed :) )21:16
=== JanC_ is now known as JanC
mapreriacheronuk: yap21:30
maprerisorry, missed the highlight21:30
nacccyphermox: fyi, i'm very close to having isns upstream dep8 tests22:04
cyphermoxnacc: cool, thanks for the update22:06
cyphermoxI'm trying to figure out why ubiquity isn't removed from the desktop image after install, and kinda stumped22:06
nacccyphermox: in all releases?22:09
cyphermoxjust in the artful desktop images22:09
cyphermoxit's a side-effect of some of the changes in livecd-rootfs, but not sure yet how to fix it, things looks like they "should" work22:09
jackpot51jbicha: I have a patch for gnome-control-center and gnome-initial-setup to add encrypted home, but it requires a breaking API change for accountsservice22:17
jackpot51What should I do?22:17
jackpot51ls22:19
mapreriUnit193: care to send https://bugs.launchpad.net/bzr-fastimport/+bug/1014291 debian's way at least?22:35
ubottuLaunchpad bug 1014291 in bzr-fastimport (Ubuntu) "Export from bzr / Import to git results in a deleted file re-appearing" [Undecided,New]22:35
mapreriacheronuk: ah, and now I read that you actually wrote something after a ping…22:37
Unit193mapreri: That's to say, I looked for it and didn't see the Ubuntu one, just where I went upstream and had also poked bzr/Debian maintainers, so thanks for asking.  I mean I suppose I could look into it, not had the best of luck with him in the past...22:37
jbichajackpot51: open an Ubuntu bug with the attached patches and then you can ping the Desktop Team during Europe work hours22:37
mapreriacheronuk: ack, I'll notify you next time.  FWIW, I also uploaded digikam, you might want to sync that too.22:38
mapreriacheronuk: even if "you"… where should I go write, even…22:38
jbichajackpot51: there's a bzr branch https://code.launchpad.net/~ubuntu-desktop/gnome-control-center/ubuntu/ but I don't think Initial Setup or accountsservice are currently in a VCS22:39
mapreriacheronuk: I can dump a line #debian-qt-kde @ oftc, dunno whether that's what you mean22:39
mapreriUnit193: I know what you mean…  but still, I'd try to file a bug with the patch, could also happen you catch him in a moment he is bored and he just upload it…22:41
mapreriacheronuk: actually, I'm happy to work on git myself, if you can point me at those git repos (for the next time I'll have upload something like that).  Also, are you interesting in having those commits for no-change rebuilds?22:49
bdmurraysarnold: I heard you had some questions about some openssl apport-package bug reports. Could we look at one together?23:01
sarnoldbdmurray: sure23:03
bdmurrayDo you have one at hand?23:03
sarnoldbdmurray: here have thirty :) https://bugs.launchpad.net/ubuntu/+source/openssl/+bugs?orderby=-date_last_updated&start=023:04
* bdmurray drowns23:04
sarnoldthis one's in english https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/169811323:04
ubottuLaunchpad bug 1698113 in openssl (Ubuntu) "package libssl1.0.0:i386 1.0.2g-1ubuntu4.6 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration" [Undecided,New]23:04
bdmurrayso the DpkgTerminalLog.txt shows it being a follow up error23:05
bdmurrayand DpkgHistoryLog.txt shows openssl first being upgraded on 2017-06-1323:06
sarnoldI think the ones I inspected looked similar23:06
bdmurrayapport trims DpkgTerminalLog.txt to the most recent package activity so we don't have a log of what happened on 2017-06-1323:06
bdmurrayYou could ask the reporter for their log dpkg log file which covers that period.23:07
bdmurrayOr search to see if the reporter reported other reports. Roger?23:08
sarnoldbdmurray: is this one a 'live' bug? https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/169679923:09
ubottuLaunchpad bug 1696799 in openssl (Ubuntu) "package libssl1.0.0:i386 1.0.2g-1ubuntu4.8 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration" [Undecided,Confirmed]23:09
sarnoldthat one's got some unfortunate bleachbit nonsense that makes me want to disregard the bug entirely, but its log does include "Preparing to unpack ..."23:10
bdmurraysarnold: the dpkghistorylog.txt shows an upgrade of openssl and then later "apt-get -f install ..." so no "not live"23:13
sarnold:(23:13
bdmurrayI'd expect some dpkg bug reports given "Error: Sub-process /usr/bin/dpkg exited unexpectedly"23:13
sarnoldthe dpkg bug list is overwhelmed with the "is already installed and configured" bugs; 1692322 is a half-installed bug but that's for dpkg itself. hehe.23:15
bdmurraysarnold: I think just asking for people's full /var/log/apt/term.log file is the best idea. I'll have a look to see if the dpkg deaths are getting surpressed somehow.23:18
sarnoldbdmurray: will do. thanks.23:18

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