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

=== slashd- is now known as slashd
mwhudsonmwhudson@ringil:/opt/opensource/deb/golang-github-prometheus-common-0+git20181119.b36ad28$ openssl x509 -enddate -noout -in ./config/testdata/barney.crt02:17
mwhudsonnotAfter=Jul 13 04:02:47 2019 GMT02:17
mwhudson"lol"02:17
mwhudsonalso lol https://github.com/prometheus/common/commit/a82f4c12f983cc2649298185f296632953e50d3e02:18
alkisgvorlon: thank you, I will send a patch later on today03:55
mwhudsoni think i convinced myself at the time that the chown --reference thing is harmless in this context04:01
alkisgmwhudson: sure, the chmod --reference produces an annoying message but it doesn't hurt much, but the unquoted values do break dns etc04:02
mwhudsonalkisg: yeah that sucks04:03
mwhudsoni presume ipconfig handles it by ignoring all but the first provided nameserver...04:04
alkisgIt supports up to 204:04
alkisgI'll do the same in the patch and discard more than 204:04
mwhudsonah i see you're right04:04
alkisgIs apt source from eoan the correct starting point for a diff? Or is there a launchpad tree that I should clone?04:07
alkisghttps://git.launchpad.net/ubuntu/+source/isc-dhcp => Age: 2019-03-13...04:09
mwhudsonalkisg: seems right04:27
alkisgmwhudson, vorlon, I'm about to propose this in the bug report, unless you see something you don't like: https://termbin.com/w0lf04:28
alkisgI removed some "ifs" as ipconfig wrote empty values in these cases, so let's do the same04:28
mwhudsonalkisg: er can you paste a diff instead?04:28
alkisgAll the lines have changed, but sure :D04:29
mwhudsonalkisg: ah haha04:29
alkisgI removed the constant >>file04:29
alkisgAnd merged in into a single one04:29
mwhudsona git merge proposal in launchpad would be even better04:29
alkisgmwhudson: could you help me with a link there?04:30
alkisgI can clone and commit to https://git.launchpad.net/ubuntu/+source/isc-dhcp, but where is the merge filed?04:30
* alkisg reads https://dev.launchpad.net/UsingMergeProposals ...04:31
alkisg(hope it applies to git too)04:32
mwhudsonalkisg: there is also https://wiki.ubuntu.com/UbuntuDevelopment/Merging/GitWorkflow but i think that's mostly focused on merges rather than general bugfixing04:36
mwhudsonalkisg: a diff is also fine, i can always do the proposal bit :)04:36
* mwhudson has to run now04:36
* alkisg doesn't have snapd, can't use git-ubuntu-clone... oh well sending a diff04:52
oSoMoNmwhudson, are you around? bug #1841191 is breaking firefox/thunderbird builds on eoan, and it would just be a matter of backporting an upstream commit07:28
ubottubug 1841191 in cargo (Ubuntu) ""error: failed to acquire package cache lock" in sbuild" [Undecided,New] https://launchpad.net/bugs/184119107:28
cjwatsonvorlon: Hm, odd.07:31
seb128what keyring is syncpackage using? I'm trying to do a sync that give me a "Signature could not be verified" error07:44
cjwatsonIt's buried in python-debian, but I think it's debian-keyring08:02
rbasakalkisg: you don't need the tool. Just clone the repo from the URL directly08:05
alkisgrbasak: where would I file the merge request? I wasn't able to find the URL for that, in the few minutes I looked for it...08:06
rbasakalkisg: https://help.launchpad.net/Code/Git#Repository_URLs08:06
alkisgrbasak: thank you08:07
rbasakalkisg: once you've pushed, use https://code.launchpad.net/~ to find your branch and file the MP08:07
LocutusOfBorghello vorlon I think a cryptsetup merge might be beneficial for 32bit archs?08:07
rbasakActually it might need to be https://code.launchpad.net/~/+git08:07
* alkisg tests...08:08
alkisgNot sure if I read the docs right, but `git clone https://code.launchpad.net/ubuntu/+source/isc-dhcp` didn't work, so I replaced "code.launchpad..." with "git.launchpad..." there08:10
seb128cjwatson, thx, I just updated that but it doesn't resolve the error, I guess I'm just oging to sync --no-lp08:10
rbasakalkisg: right - if you go to https://code.launchpad.net/ubuntu/+source/isc-dhcp in your browser, the clone URL is displayed08:12
alkisgI'm on 100 mbps optical; but at 22 kbps, this will take hours :D Receiving objects:  77% (9576/12352), 45.47 MiB | 22.00 KiB/s08:14
cjwatsonseb128: Uh, I would have expected GPG verification *only* to happen in the --no-lp case ...08:21
seb128cjwatson, I'm trying to sync iw and it fails, but maybe a bug in the syncpackage code08:22
cjwatsonseb128: It gets as far as the "Sync this package" prompt for me, at least ...08:23
seb128hum, weird08:24
mwhudsonoSoMoN: it's just needed on eoan?08:24
seb128cjwatson, http://paste.debian.net/1097563/ for me on eoan08:25
oSoMoNmwhudson, likely not, but that's where I initially observed it08:26
mwhudsonoSoMoN: well i guess that's where i'll initially fix it :)08:26
oSoMoNyeah :)08:26
cjwatsonseb128: What version of ubuntu-dev-tools?08:26
seb128ii  ubuntu-dev-tools 0.171        all          useful tools for Ubuntu developer08:27
cjwatsonseb128: Hm.  Dunno.  I guess you could hack verify_signature=False into the src_pkg.pull_dsc call at syncpackage:35508:29
alkisgrbasak: it didn't allow me to push to "lp:~alkisg/isc-dhcp" (no such project), so I pushed to lp:~alkisg/+git/isc-dhcp; then I go to the bug report and click "link related branch", but search fails, and manually typing the branch isn't accepted either...08:30
cjwatsonlp:~alkisg/+git/isc-dhcp is wrong and will not work08:31
cjwatsonYou wanted lp:~alkisg/ubuntu/+source/isc-dhcp08:31
alkisgI additionally pushed to lp:~alkisg/ubuntu/+source/isc-dhcp/+git/isc-dhcp, and this shows up in "other repositories" in https://code.launchpad.net/ubuntu/+source/isc-dhcp, but this isn't accepted either08:31
alkisg*without +git: git+ssh://alkisg@git.launchpad.net/~alkisg/ubuntu/+source/isc-dhcp08:32
cjwatsonAnd "link related branch" is not used for git08:32
alkisgcjwatson: I'm failing to find the "merge proposal" UI08:32
cjwatsonYou should put "LP: #nnn" (substituting appropriately) in the commit message instead08:32
alkisgI did08:32
cjwatsonRight, then it will be automatically linked once an MP is created08:32
alkisgThank you :)08:33
* alkisg deletes the wrong +git repository...08:33
cjwatsonmy internet connection is being slow, but you should be able to go to https://code.launchpad.net/~alkisg/ubuntu/+source/isc-dhcp/+git/isc-dhcp, go to the branch you want to propose, select "Propose for merging"08:34
mwhudsonoSoMoN: uploaded08:34
alkisgcjwatson: aaaah, ok, thanks, I wasn't clicking inside the branch08:34
oSoMoNmwhudson, excellent, thanks!08:35
alkisgcjwatson: am I supposed to use another branch name? I just committed over ubuntu/devel...08:35
mwhudsonoSoMoN: i only wanted to stab quilt twice!08:35
cjwatsonThat will work but is bad style since it's unclear08:35
alkisgty08:35
seb128cjwatson, thx, that did it, I will poke a bit more at the code later to see if I find the issue08:35
oSoMoNmwhudson, why is that?08:36
mwhudsonoSoMoN: oh just things like running git reset --hard and then quilt being confused because the .pc directory was still there08:36
oSoMoNah, right08:37
alkisgcjwatson, rbasak, mwhudson, vorlon, thanks, I think I managed to do it as a merge proposal: https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/184096508:41
ubottuLaunchpad bug 1840965 in isc-dhcp (Ubuntu Eoan) "dhclient initramfs code writes invalid net-eth0.conf" [High,Triaged]08:41
alkisg(using branch name lp1840965)08:41
mwhudsonalkisg: thanks, can you "request a review" from mwhudson?08:42
alkisgwill do08:42
mwhudsonto tired to review tonight :)08:42
mwhudsonor spell apparently08:42
cjwatsonvorlon: Ah, I see the problem - initramfs-tools is never installed in buildd chroots, so the conditional deconfiguration of the update-initramfs diversion never happens because update-initramfs.REAL doesn't exist09:39
cjwatsonvorlon: Will fix09:39
cjwatson(by making the deconfiguration more robust)09:39
=== vicamo_ is now known as vicamo
rbalintjuliank, things did not fully clear up with bileto, i see unfinished tests in https://bileto.ubuntu.com/excuses/3789/eoan.html but http://autopkgtest.ubuntu.com/running shows empty queues10:00
rbalintjuliank, could you please take a look again?10:00
rbalintjuliank, maybe iptables migrating to release made a difference10:03
juliankrbalint: Let's take mpd, I see results for amd64 and arm64, but no other archs, and none show up in the page10:06
juliankLaney: ^ Do you have an idea what is happening w/ bileto and autopkgtest?10:06
juliankLooking at journalctl ADT_PARAMS="{'ppas': ['ci-train-ppa-service/3789'], 'triggers': ['systemd/243~rc1+really241-7ubuntu1~rbalint2']}" ADT_PACKAGE=mpd10:07
juliankTo see mpd runs triggered for example, I only see the amd64 and arm64 ones10:07
juliankand they have results, but the bileto excuses are empty10:07
julianks/empty/in progress/10:08
juliankoh I should also look for ADT_PARAMS in the other direction with triggers first10:09
juliankugh, unsorted output10:09
juliankI see mpd on amd64, arm64, s390x, i386, ppc64el10:10
juliankI think that's all10:10
juliankbut the bileto excuses page only sees ppc64el10:10
julianksil2100: maybe you have some more input10:12
juliank?10:12
juliankResults are uploaded into swift, but the bileto excuses page does not show any10:13
juliankno idea how that gets there10:13
juliankautopkgtest side looks fine afaict10:13
=== alan_g_ is now known as alan_g
Laneyjuliank: I have zero visibility into bileto11:27
juliankLaney: Yeah, I thought maybe it was an autopkgtest issue you might have heard about, but after figuring out that my PARAMS query was a bit suboptimal, I realized, that autopkgtest seems fine, and it's bileto11:44
Laneyokey11:44
juliankLaney: I probably should split ADT_PARAMS journal field into ADT_PPAS and ADT_TRIGGERS or something, or print out the dict ordered somehow...11:44
juliankbecause right now you have to query both ADT_PARAMS="{'ppas': ['ci-train-ppa-service/3789'], 'triggers': ['systemd/243~rc1+really241-7ubuntu1~rbalint2']}"11:45
juliankand ADT_PARAMS="{'triggers': ['systemd/243~rc1+really241-7ubuntu1~rbalint2'], 'ppas': ['ci-train-ppa-service/3789']}"11:45
juliankand that sucks a bit11:45
Laneywriting out that dict isn't great even if it is sorted11:47
Laneyis there some kind of fancy list support there or is it string equality only?11:47
juliankI guess strign equality only, but not sure11:47
juliankLaney: Oh I guess the same field can appear multiple times for one entry11:48
juliankso you could have ADT_PPA and ADT_TRIGGER fields for each ppa/trigger11:48
Laneymakes sense if that works like you say11:49
juliankshould test11:49
Laneyand not for example the last one winning11:49
julianksystemd.journal-fields just says "n some cases, fields may appear more11:49
juliank       than once per entry.11:49
cjwatsonvorlon: Could you review https://code.launchpad.net/~cjwatson/livecd-rootfs/+git/livecd-rootfs/+merge/371874 ?11:50
juliankLaney: Ah, but the python api allows you to only specify each key once11:51
juliankUnless I use sendv I guess11:51
juliankso this works journal.sendv("MESSAGE=Hello world", "FIELD=value1", "FIELD=value2")11:52
juliankand I can query both FIELD=value1 and FIELD=value211:52
juliankso yeah, this should work11:52
julianksend() also just does args = ['MESSAGE=' + MESSAGE]11:53
juliankso no special encoding or stuff needed11:53
xnoxvorlon:  Unit193: xfce4-sensors-plugin => well, there are no sensors on s390x that are meaningful.... even if one is running desktops on them =)11:54
juliankSo I guess I'll do this11:54
juliankbut it might need some rework, because we store the fields as a dict right now11:54
juliankgotta use a list of tuples instead11:55
=== ricab is now known as ricab|lunch
=== cpaelzer_ is now known as cpaelzer
=== alan_g_ is now known as alan_g
=== ricab|lunch is now known as ricab
=== ricab is now known as ricab|brb
rbalintjuliank, Laney: have you fond something about the bileto issue?15:27
juliankrbalint: No, it looks ok from our side AFAICT15:27
rbalintjuliank, by our side you mean bileto or bileto+autopkgtest are both fine?15:29
juliankautopkgtest seems fine15:29
juliankas mentioned it uploads the tests for all archs correctly to swift15:29
juliankbut the results do not appear on bileto15:29
rbalintso it is sil2100 who could help?15:45
sil2100uh oh!15:46
vorlonjuliank, rbalint: were the missing bileto test results not the ones where I mentioned they were killing the test runners?15:52
vorlonwhich I flushed from the queue so they would stop eating builders15:52
juliankvorlon: Um, he just started them today, they ran successfully, stored result in swift15:53
juliankWell, he started them again today15:53
vorlonoh ok15:53
rbalintvorlon, juliank: I actually started them yesterday and they were probably killing the runners because it ran all tests for systemd https://bileto.ubuntu.com/#/ticket/3789#audit_log16:14
rbalintvorlon, so if you flushed the queues yesterday, then it could be the cause for me not seeing the results16:16
rbalintvorlon, i'd like to test systemd 241 before landing it in proposed because keeping a failing systemd in proposed affect others16:18
juliankResults were put into swift, so they really should be tehere16:20
rbalintjuliank, all of them are in swift? like do you see results for yder ?16:21
rbalintsil2100, juliank, vorlon: i may have hit LP: #16031216:30
ubottuLaunchpad bug 160312 in conduit (Ubuntu) "Conduit won't do any action" [Undecided,Invalid] https://launchpad.net/bugs/16031216:30
rbalint #160312016:31
rbalintLP: #160312016:31
ubottuLaunchpad bug 1603120 in Bileto "britney explodes when there is a version collision between overlay PPA and archive" [Low,Triaged] https://launchpad.net/bugs/160312016:31
sil2100rbalint: let me look at that, but I thought we ripped out the overlay PPA from bileto - might be some place missing tho16:44
rbalinti now removed iptables from the ppa, so if the tests are triggered again at least i won't hit this bug16:46
rbalintsil2100, i set the destination to the archive, not to an overlay ppa if that matters16:47
sil2100rbalint: ok, I guess the overlay PPA needs some more purging, let me get to that tomorrow16:51
fossfreedomhi all - anyone familiar with the changes in the gtk 3.34 version of gnome-settings-daemon?  budgie-desktop is crashing because it can't find the Clipboard and Mouse components of GSD.16:57
LocutusOfBorgfoka, you there?17:03
LocutusOfBorgautopkgtest for golang-github-xtaci-smux/1.3.4+ds-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Pass, ppc64el: Regression ♻ , s390x: Pass17:03
LocutusOfBorgautopkgtest for golang-github-xtaci-kcp/5.4.4-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Pass, ppc64el: Pass, s390x: Regression ♻17:04
LocutusOfBorgdo you have any idea for ppc64el and s390x regressions of the two above? ^^17:04
LocutusOfBorghttps://people.canonical.com/~ubuntu-archive/proposed-migration/eoan/update_excuses.html#golang-github-google-go-cmp17:04
fokaLocutusOfBorg, Hi!17:04
fokaI am not familiar with golang-github-xtaci-{kcp,smux}, but I can try playing with them on Debian porterbox and see if I could find some clues.  :-)17:05
LocutusOfBorgthat would be awesome!17:06
LocutusOfBorgit is a regression in new releases17:06
LocutusOfBorgbtw I might have fixed notary so lots of others golang packages might migrate17:06
fokaBTW, thank you so much for getting go-cmp and hugo and friends to migrate!17:07
LocutusOfBorg:)17:08
LocutusOfBorgit has been a pleasure!17:08
LocutusOfBorgthanks for the valuable help17:08
LocutusOfBorgmwhudson, appreciated it too I guess :) (I syncd your notary upload)17:08
alkisgvorlon: hi there; I commented on your comments in https://code.launchpad.net/~alkisg/ubuntu/+source/isc-dhcp/+git/isc-dhcp/+merge/371861; not sure if email notifications are generated for these...17:44
alkisgI think our differences originate because  I'm thinking "shell sourceable" and you're thinking "yaml or similar"...17:44
alkisgE.g. VAR=value1 value2 value3 is completely invalid in shell...17:45
alkisgMeh I needed to globally save the inline comments; I just did so17:48
fokaLocutusOfBorg: The regression of golang-github-xtaci-smux on ppc64el turns out to be an infrequent random error (i.e. a test that is a little bit flaky), that happens about 1 out of 10 times.  I was also able to trigger the same error on my amd64 laptop, but again, very rarely.18:21
fokaI'm using something like "while go test -vet=off -p 4 github.com/xtaci/smux; do rm -rf ~/.cache/go-build ; done" for testing, i.e. loop till it fails.18:22
fokaHmm... this time it took a bit longer to trigger it... like 24 times before the test fails again.18:25
juliankrbalint: I only checked mpd, all of which ran, succeeded, and stored the results into swift18:27
juliank(and only ppc64el showed up on excuses)18:28
fokaI suggest taking the easy way out, i.e. just trigger a rebuild on autopkgtest on both golang-github-xtaci-smux and golang-github-xtaci-kcp, and I suspect it will pass this time.  Meanwhile, I'll gather more test results and report this issue to @xtaci the upstream author.18:29
vorlonalkisg: I did get the email, yes.  And I understand the question of shell validity.  My point is that adding quotes when it's invalid for the value to ever contain more than one word is unnecessary, and IMHO is unidiomatic18:36
vorlonalkisg: if a netmask contains a space, something is buggy elsewhere; quoting it changes how the bug manifests, but I don't think that's valuable in itself18:37
alkisgvorlon: the old code wrote 3 dns values in a single variable; that resulted in initramfs errors18:37
alkisg(without spaces)18:37
alkisgWhy would a netmask contain a space?18:37
vorlonalkisg: for *that one variable*.  I was commenting on the use of quotes on all the other variables18:37
vorlonalkisg: if it wouldn't contain a space, why put single quotes around the value in your output?18:38
alkisgThat's what ipconfig does18:38
vorlonok18:38
alkisgIt's normal policy for shell; to quote strings18:38
alkisgSee the examples in my bug description; I'm trying to replicate the output of ipconfig18:38
vorlonit's normal policy to quote strings that may contain embedded spaces18:39
vorlonit's not normal policy to quote bare words :)18:39
alkisgDebatable, but I was trying to replicate ipconfig,18:39
alkisgfor $new_routers or other values it's a problem though; what do we want in this case?18:39
alkisg*that may contain multiple values18:39
vorlonright, in that case I am happy to withdraw my objection to the quoting18:39
vorlonI still don't like it but it shouldn't block on me18:40
alkisgDoes this sound saner?   echo "IPV4GATEWAY='${new_routers%% *}'"18:40
alkisgThis keeps only the first router, if it's a space separated list18:40
vorlonyes, that does sound saner to me18:41
alkisgAre there any other variables there that might have multiple space separated values?18:42
alkisgnew_ip_address => can it ever have 2 addresses? etc18:42
vorlonbryce: I find myself having to repeatedly retry autopkgtests for symphony in response to various php uploads, to test against the version of symfony in -proposed.  This satisfies the proposed-migration policy, but symfony itself is stuck in -proposed long-term because it has reverse-dependencies that are incompatible with the new version (php-nesbot-carbon and its revdeps).  Is this something you18:42
vorloncould look into?18:42
vorlonalkisg: I assume by the name alone that new_ip_address is always a single address :)18:43
alkisgvorlon: great, and about ipv6dns3?18:43
vorlonalkisg: dns3?18:45
alkisgYou suggested that 3 dns values would go to 3 variables, but ipconfig only supports 218:45
vorlonright, I think that should apply to both ipv4 and ipv618:46
alkisgvorlon: but scripts that source net-*.conf don't know about those variables, as ipconfig never generated them18:46
alkisgAre we "extending" the format or are we trying to imitate ipconfig output at this point?18:46
vorlonalkisg: I think the responsibility of this script is to preserve the information received from the dhcp server and pass it on to userspace, regardless of whether any of the scripts in userspace which currently consume it are prepared to handle this particular value18:47
vorlonhaving extra fields that the scripts ignore should be fine18:48
alkisgHopefully they'll ignore unknown variables then18:48
alkisgThanks, I'll push a commit with those changes18:48
brycevorlon, of course, can you point me at more info on the failure?  I'll try to take a look18:48
vorlonbryce:  php-nesbot-carbon : Depends: php-symfony-translation (< 4~~) but 4.3.3+dfsg-3ubuntu3 is to be installed18:49
vorlonbryce: you can see a complete list of packages that would be uninstallable with the new symfony in https://people.canonical.com/~ubuntu-archive/proposed-migration/update_output.txt; I know the php-illuminate-* depend on php-nesbot-carbon, and I haven't looked at the other revdeps18:49
vorlonI was surprised to see no bug filed against php-nesbot-carbon in Debian for the uninstallability - that's probably a good start18:50
alkisgvorlon: "loop over all dns values" is a bit tricky in shell, it either needs eval or set; hardcoding "up to 4 dns servers" is much more readable; is that ok?18:52
vorlonalkisg: why is my pseudocode not sufficient?  "for word in $list; do"18:53
alkisgshellcheck complains for unquoted $list; also globs should be unset; but ok I don't mind having shellcheck warnings if you're ok with that18:54
alkisgI'll also make sure that IPV4DNS0 and 1 are always in the output, even if empty, like ipconfig does it18:55
brycevorlon, ok will take a look after I'm through this batch of php uploads.18:56
keesstgraber, vorlon: tech board meeting! :)19:03
vorlonalkisg: I don't know shellcheck or have any reason to trust it over my own understanding of shell syntax :)19:12
alkisgvorlon: the idea is that `for in $list` can loop over filenames if it contains * etc etc; np, pushing the new commit...19:13
alkisgvorlon: pushed; I guess launchpad supports squashed merges, right?19:15
vorlonit doesn't, really19:15
vorlonit doesn't support server-side merges at all, only client-side merges, for git19:15
alkisgShould I uncommit the 2 last commits and push them as one?19:16
vorlonbut also, these branches are read-only19:16
vorlon--> rbasak, cpaelzer :)19:16
bdmurraycpaelzer: I'm going to add the block-proposed tag to bug 1797926 so it can age a bit, remove it when you think its old enough19:42
ubottubug 1797926 in bind9 (Ubuntu Bionic) "host crashed with SIGABRT in isc_assertion_failed()" [Undecided,Fix committed] https://launchpad.net/bugs/179792619:42
cpaelzerthanks bdmurray, I'll give it an extra week I guess20:14
mwhudsonLocutusOfBorg: yeah, i thing grpc should migrate in next britney run20:57
mwhudsonfoka: oh nice that you fixed the prometheus common thing, i was just going to get britney to ignore the results20:58
mwhudsongetting go packages to migrate is such a game of whack a mole20:59
fokamwhudson: Hoho, I got lucky with golang-github-prometheus-common.  At first I thought it had to do with golang/x/net because that was when the failure began, but at closer look that wasn't it, and I was so lucky to have come across that Pull Request on GitHub.21:02
fokamwhudson: Thank you so much for getting other go packages to migrate!21:03
mwhudsonfoka: we're not done yet :)21:03
mwhudsonhm https://launchpad.net/ubuntu/+source/golang-goprotobuf/1.3.2-2 should migrate with sufficient retrying21:04
mwhudsonnot sure what's up with golang-google-api on arm6421:04
mwhudsoni think it's just timing out21:05
fokaLocutusOfBorg: I just tested v1.1.0 (i.e. older version) of golang-github-xtaci-smux and was able to reproduce the same errors on my amd64 laptop.  See https://github.com/xtaci/smux/issues/54 and https://github.com/xtaci/smux/issues/55 for follow up.21:06
fokaLocutusOfBorg: As for golang-github-xtaci-kcp, I was unable to reproduce the error on s390x.  Perhaps re-run the autopkgtest a few more times and it may automagically work?  (Or, like mwhudson says, get britney to ignore the results?  Hoho!)21:07
fokamwhudson: Oh yeah!  golang-google-api on arm64 is still failing autopkgtest.  That reminds me: I was going to experiment on Debian's arm64 porterbox, which I forgot.  I'll get back to it and see if we're lucky again, hoho!21:10
mwhudsonfoka: would be good to hear what you find indeed21:15
mwhudsoni can test it too but not right now21:15
fokaRegarding golang-github-xtaci-kcp on s390x, perhaps matching it with the latest 1:0.0+git20190811.74dc4d7+dfsg-1 would help?21:20
fokaLocutusOfBorg: Regarding golang-github-xtaci-kcp on s390x, perhaps matching it with the latest golang-golang-x-net-dev 1:0.0+git20190811.74dc4d7+dfsg-1 would help?  (sorry for the repetition, the last message was missing the package name)21:22
* mwhudson looks at why golang-golang-x-net-dev is not migrating and grimaces21:25
mwhudsonblah syncthing needs a GOCACHE fix?21:26
mwhudsonoh toddy fixed that 4 minutes ago :)21:29
mwhudson(in debian)21:29
mwhudsonhttps://launchpad.net/ubuntu/+source/golang-golang-x-sys/0.0~git20190726.fc99dfb-1/+build/17329615 <- i assume this is just the usual "test fails in chroot" thing21:47
mwhudsondid it build in debian i wonder...21:47
mwhudsonyes21:49
mwhudsonhmmm21:49
mwhudsonWorks On My Machine (tm)22:00

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