/srv/irclogs.ubuntu.com/2019/10/08/#ubuntu-devel.txt

=== tacocat is now known as e[_]
=== e[_] is now known as c[_]
=== c[_] is now known as e[_]
=== e[_] is now known as tacocat
seb128hum, some autopkgtest seem to be failing due to 'rules extract failed with exit code 1' errors, does anyone know what's that's about? e.g https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-eoan/eoan/amd64/s/systemd/20191008_021409_ed1a2@/log.gz07:13
seb128Laney, juliank, vorlon, ^ do you know?07:13
seb128https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-eoan/eoan/amd64/f/flatpak-builder/20191007_190748_9c67a@/log.gz is another one with another package07:13
juliankseb128: looking07:14
seb128hey juliank, thx07:14
juliankseb128: I can't find that phrase in the code, ugh07:17
juliankso I'm confused :D07:17
juliankah found i07:18
juliankit's rules %s failed07:18
seb128what is a rule in this context?07:18
seb128it seems to just want to unpack a source from the archive07:18
juliankseb128: it's a complex shell/awk script combo that's embedded int he autopkgtest code07:20
seb128did it change recently?07:21
juliankseb128: i see a change from ddstreet on sep 26 for https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/184515707:22
ubottuLaunchpad bug 1845157 in autopkgtest (Ubuntu) "runner/autopkgtest fails to setup env with binary packages moved to another packge, and different source/binary versions" [Undecided,Fix committed]07:22
juliankseb128: this commit https://salsa.debian.org/ci-team/autopkgtest/commit/020ec6285a836d20ab799742649712f7224d61c807:23
seb128pitti, ^ is that a regression from that commit07:24
juliankI really should make it print the output of the failing script07:25
pittiseb128: bonjour, ça va ?07:29
juliankseb128: acked in debugging, rerunning07:29
seb128pitti, salut, très bien et toi ?07:29
pittiseb128: Dan indeed found a regression, he sent a follow-up to fix it07:29
seb128juliank, thx07:29
seb128pitti, ah, would it match those  'rules extract failed with exit code 1' errors I mentioned before?07:29
pittiseb128: je vais bien aussi ! on a passé un grand week-end dans les Alps07:30
seb128ah, chouette :)07:30
pittiseb128: hmm, I don't think so -- he sent https://salsa.debian.org/ci-team/autopkgtest/merge_requests/6407:30
pittiwhich would be about grabbing a binary package from the wrong source07:30
seb128ah07:31
seb128pitti, the error I saw are like https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-eoan/eoan/amd64/s/systemd/20191008_021409_ed1a2@/log.gz07:31
juliankok https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-eoan/eoan/ppc64el/s/systemd/20191008_073006_b5371@/log.gz07:31
seb128'autopkgtest [02:13:58]: @@@@@@@@@@@@@@@@@@@@ apt-source systemd07:31
seb128blame: systemd07:31
seb128badpkg: rules extract failed with exit code 1'07:31
seb128juliank, ah07:31
seb128pkgs=07:31
seb128not good :p07:31
juliankSo the awk returns no result07:32
pittiI don't think that systemd has that complex "same binary from different sources on different architectures" structure07:33
pittiI merged Dan's fix in the meantime07:33
pittiI suggest running the command locally with -d, to see what it's doing07:34
pittithe log has the exact command line for that reason07:34
seb128pitti, julian just did that in the url he shared07:35
seb128seems like he's debgging now so let's see if he figures out why the awk call is return an empty set07:36
juliankI cherry picked that commit, and will retry now07:36
juliankthe binaries are all linux-any so it makes sense they fail07:39
julianksort of07:39
juliankalso that's what was discussed in #ubuntu-release last night07:40
seb128juliank, let me know if/when you test if that fixes it so I can retry other things :)07:48
juliankseb128: well, systemd on ppc64el is still running, so it seems fine07:49
seb128juliank, it's taking longer than the previous try for sure, good sign then :)07:49
juliankseb128, Laney: I rebased our branch in https://code.launchpad.net/~juliank/autopkgtest/+git/development/+merge/373801 and pushed that to the (cloud) worker, please reset branch to it08:03
juliankseb128: FWIW, I need to apply this on armhf lxd builder too08:03
Laneyyeah they were fixing that when I left off last night08:03
juliankand done08:03
Laneygood that it got done :>08:03
juliankI forwarded both workers to that branch08:04
Laneythe branch format that LP generates08:05
Laneywith a : separating the repository and branch name08:06
Laneyis it possible to paste that into git somehow?08:06
juliankno08:06
juliankyou gotta replace the : with a space and then pass it to git fetch08:07
juliankor pull08:07
Laneyright08:07
Laneythat's what I do08:07
LaneyI was just wondering if there was some trick I didn't know, which is why LP renders it in that way08:07
cjwatsonNo, I picked that format as a concise way to represent the repository/branch combination that also made sense when rendering things like lists of merge proposals08:17
cjwatsonIIRC GitHub uses a similar format08:18
cjwatsongit has no native equivalent that doesn't involve awkward spaces so it was a compromise08:18
* Laney nods08:27
jamespagedoko: looking that that pbr test regression for python-defaults - python-stestr py2 support was dropped via autosync from debian afaict08:48
jamespagewhich is blocking the autopkgtest and rebuilding the package08:48
jamespagechoices are - drop py2 support from pbr (lots of reverse-depends still, near release so discounted), drop py2 testing from python-pbr (minimal change, unblocks proposed)09:04
dokojamespage: I'd say reduce the testing ...09:14
jamespagedoko: agreed - its the minimal impact change for this point in the cycle - just uploaded09:24
jamespageI'm not quite sure how python-stestr got into the release pocket bearing in mind there where still reverse-build-depends09:25
jamespagebut hey ho09:25
=== cpaelzer__ is now known as cpaelzer
cjwatsonI don't think proposed-migration considers build-depends09:53
dokoand autopkg test dependencies either10:22
mwhudsoni don't think britney looks at Sources at all does it?10:23
mwhudsonoh no, it does10:24
mwhudsonnot sure what for, mind10:24
RikMillsjibel: LP: #184722810:55
ubottuLaunchpad bug 1847228 in ubiquity (Ubuntu) "Installer crashes at partitioning stage" [Undecided,New] https://launchpad.net/bugs/184722810:55
RikMillslooks like impact of the xfs changes on KDE front end10:56
RikMillss/xfs/zfs10:56
jamespagedoko: we're seeing https://bugs.python.org/issue38368 from python-pysnmp4 under the 3.7 rc in eoan10:58
jamespagesahid: I've updated https://bugs.launchpad.net/ubuntu/+source/python3.7/+bug/1847036 with those details10:59
ubottuLaunchpad bug 1847036 in python3.7 (Ubuntu) "changeme.py crashed with SIGSEGV" [Undecided,New]10:59
dokook10:59
jamespagedoko: https://bugs.launchpad.net/ubuntu/+source/python3.7/+bug/1847036 covers it11:00
ubottuLaunchpad bug 1847036 in python3.7 (Ubuntu) "changeme.py crashed with SIGSEGV" [Undecided,New]11:00
dokojamespage: yes, I also something similar in python-ipaddress11:01
RikMillsjibel: in kubuntu, the minimal install option has also vanished11:03
Laneyknown11:06
Laneywe've been discussing it in #ubuntu-desktop11:07
RikMillsAh, I missed that. Sorry. There has been a lot of chat in there this morning11:10
Laneystupid installers /o\11:14
mwhudsonmaybe we can just ship ssds with ubuntu on to everyone11:25
Laneymail -s "great idea to reduce installer development costs" mark@ubuntu.com11:26
=== ricab is now known as ricab|lunch
rbasakxnox: another claimed fallout from the OpenSSL Bionic update: bug 1832998. Please could you take a look?13:16
ubottubug 1832998 in pure-ftpd (Ubuntu) "Pure-FTPd Breaks with OpenSSL v1.1.1" [Undecided,Confirmed] https://launchpad.net/bugs/183299813:16
xnoxrbasak:  sure13:18
rbasakTa!13:19
xnoxrbasak:  upstream refactored and fixed everything in .48, fedora disabled tlsv1.3 at first, and then backported all the fixes.13:30
xnoxrbasak:  not sure if those backports apply cleanly to 4613:30
xnoxrbasak:  i am thinking to just disable tlsv1.3 with a smalish patch13:31
rbasakxnox: sounds reasonable13:31
rbasakEspecially to fix the regression - if someone wants to work harder to enable it later, then we could do that as a separate future upload13:31
rbasakmdeslaur: ^ any opinion please?13:32
mdeslaurdisabling tlsv1.3 sounds reasonable to me too13:39
rbasakThanks!13:39
paridecpaelzer, what do you think of qemu-system-X recommending (=> installing by default) qemu-system-gui, which in turn has a bunch of GUI related dependencies (gtk, fonts, x11 stuff...)?14:10
=== ricab|lunch is now known as ricab
cpaelzerparide: I think that is how we recently do it14:19
cpaelzerparide: there was a bug, it sounds familiar14:19
paridecpaelzer, found it https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/178967014:20
ubottuLaunchpad bug 1789670 in qemu (Ubuntu) "qemu-system-* Recommends qemu-system-gui" [Wishlist,Won't fix]14:21
cpaelzeryep, the default is make it work nice14:21
cpaelzerpeople interested in minimizing can remove it (as it is a recommends)14:21
cpaelzerwow was that discussion that long ago ...14:21
paridealmost 1 year :)14:22
rcjCan I get a sponsor for https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1847300 as I can't do the merges/uploads?16:07
ubottuLaunchpad bug 1847300 in livecd-rootfs (Ubuntu) "[backport] magic-proxy: dump proxy log to stdout on failure" [Undecided,New]16:07
rcjCan I get a sponsor for https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1847300 as I can't do the merges/uploads?16:08
rcjwhoops (sorry on the double post)16:08
rbasakthedac: o/16:16
rbasakthedac: any chance you can retest from my PPA please?16:16
rbasakthedac: this one is very close to my intended upload to the archive today/tomorrow for Eoan.16:16
thedacrbasak: Sure, I'll kick off a test right now.16:17
rbasakThanks!16:20
Odd_BlokeCan packages in main Recommend packages in universe, or does that prompt promotion of the Recommend'ed package?16:24
LaneyThe second one :(16:27
Odd_BlokeThanks!16:30
infinityOdd_Bloke: Recommends prompts promotion because we install recommends by default, and we don't want the behaviour to change depending on if you did or didn't enable universe.16:50
infinityOdd_Bloke: Suggests doesn't prompt promotion because it's not installed by default.16:51
Odd_BlokeYep, makes sense!16:51
Odd_BlokeThanks! :)16:51
infinityrcj: Why have you not at the very least applied for PPU for livecd-rootfs by now? (or, roll up your sleeves, get a little dirtier in the archive in general, and go for core-dev)16:53
infinityrcj: Which is to say, sure I can look at those MPs and sponsoring, but also, SLAAAAACKER.16:53
thedacrbasak: 8.0.17-0ubuntu2~dev2 for mysql-server-8.0 and mysql-router looks good to me. My tests pass.16:59
rcjinfinity: thank you on both counts17:14
infinityrcj: I've never been thanked for calling someone a slacker before.  This is new territory.17:15
rcjI keep telling myself that I've been too busy but it's annoying me and I just need to make time.17:23
rcjAnd if I had PPU for livecd-rootfs I wouldn't be wasting you on sponsorship when I need an SRU for this infinity ;)17:24
vorloninfinity, kees, stgraber, mdeslaur: TB meeting in 10?  (we have agenda items)18:51
mdeslaurack!18:51
kyrofaHey juliank, we chatted a few weeks back about https://bugs.launchpad.net/ubuntu/+source/urdfdom-headers/+bug/1817595 . It should be in a better state now, and Jose is a DM and is happy to help with any autopkgtest regressions that may pop up with it18:56
ubottuLaunchpad bug 1817595 in urdfdom-headers (Ubuntu Bionic) "[SRU] urdfdom-headers and urdfdom should not use locale dependent parsing for floating point numbers" [Undecided,Confirmed]18:56
juliankkyrofa: sponsored19:26
kyrofaThank you juliank :)19:33
Odd_Blokercj: You still need the SRU team and AAs even with PPU, so it's not a surefire way of avoiding infinity. ;)19:40
rcjOdd_Bloke: I don't want to avoid infinity, I just don't want to waste him unnecessarily.  Also, I'd like to scratch my own itches.19:41
seb128cking, hey, would be nice if you reported your gnome-calendar/disk issue upstream on https://gitlab.gnome.org/GNOME/gnome-calendar/issues19:51
mwhudsoncan i get a core-dev review on https://code.launchpad.net/~mwhudson/livecd-rootfs/+git/livecd-rootfs/+merge/37378920:26
juliankmwhudson: lgtm20:36
rbasakxnox: here's another one incoming via ddstreet: bug 179934521:09
ubottubug 1799345 in sylpheed (Ubuntu Eoan) "Sypheed not (or no longer) using SNI for SSL connections" [Medium,In progress] https://launchpad.net/bugs/179934521:09
rbasakDo we have a tag for these? I'd like to create one if not. "bionic-openssl-1.1" OK?21:10
xnoxrbasak:  "IMAP connection to imap.gmail.com over SSL returns self-signed certificate." ergh whaaaaaat?!21:41
xnoxha21:42
xnoxthat's neat21:42
xnox"connecting to imap.gmail.com over SSL, I get a warning embedded in the SSL certificate: "Subject: /OU=No SNI provided; please fix your client./CN=invalid2.invalid ""21:42
xnoxrbasak:  anyway, providing SNI is the right thing to do, and that's in unapproved queue already?!21:44
Unit193Yeah, I've seen that before.21:54
sarnoldcute :)22:04
Unit193https://repo.or.cz/alpine.git/commit/08fcd1b86979b422eb586e56459d6fe15333e500 would likely fix it, but that doesn't directly apply I don't think.22:15

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