/srv/irclogs.ubuntu.com/2021/08/20/#ubuntu-release.txt

mwhudsonvorlon: so to justify hinting glibc vs itself: i could reproduce the failures by running autopkgtest --- null in a local lxc container but if i ran it with --shell-fail and ran the test case by itself, it passed00:02
mwhudsonand even ./debian/rules check_libc after removing the stamp file passed00:03
mwhudsonso it's very odd00:03
mwhudsonbut not an indication of a real problem imo00:03
mwhudsoni should try patching the tests to do some stracing i guess00:03
vorlonmwhudson: ok01:07
mwhudsonuh huh01:43
mwhudsondo we think the boost autopkgtests that have been running for 14 hours on arm64 are doing anything?01:43
mwhudsonuh well they took 11 hours to pass on ppc64el once i guess maybe01:44
-queuebot:#ubuntu-release- New: accepted thunderbird [amd64] (impish-proposed) [1:91.0+build1-0ubuntu1]07:55
-queuebot:#ubuntu-release- New: accepted thunderbird [armhf] (impish-proposed) [1:91.0+build1-0ubuntu1]07:55
-queuebot:#ubuntu-release- New: accepted thunderbird [s390x] (impish-proposed) [1:91.0+build1-0ubuntu1]07:55
-queuebot:#ubuntu-release- New: accepted thunderbird [arm64] (impish-proposed) [1:91.0+build1-0ubuntu1]07:55
-queuebot:#ubuntu-release- New: accepted thunderbird [ppc64el] (impish-proposed) [1:91.0+build1-0ubuntu1]07:55
laneyvorlon: no, you can see the worker history on https://ubuntu-release.kpi.ubuntu.com/d/76Oe_0-Gz/autopkgtest?orgId=1&from=now-2d&to=now and there's no problem with the number of workers. If there's a problem then it might be to do with something non-fatal like slow boots or reboots maybe...08:20
laneyI'm going to send the feature freeze announcement email08:21
laneydone, could someone review & moderate please? (cjwatson?)08:24
=== laney changed the topic of #ubuntu-release to: Released: 21.04 Hirsute Hippo | Archive: DIF, FF | Highlight ubuntu-archive for archive admin help | Impish Release Coordination | We accept payment in cash, cheque or gin | melius malum quod cognoscis | infinity, you will be missed
laneyhuh, what, it didn't need moderation, that's new?08:25
laneyapw: can you do me a favour? I just made some discourse tweaks to allow the release team to moderate the release category, want to check if they worked.10:04
laneyCan you see if you see moderator tools like close thread / pin post on threads in that category on discourse?10:04
laneylooks like pin might be in a too-recent release maybe, see if you have /any/ mod tools (https://github.com/discourse/discourse/pull/12325)10:10
ubottuPull 12325 in discourse/discourse "FEATURE: allow category group moderators to pin/unpin topics" [Merged]10:10
xnoxI am having issues trying to retrigger autopkgtest tests. It seems like the request.cgi, when trying to do a login, redirects back to http website, instead of https => meaning my browser prevents completing auth http://autopkgtest.ubuntu.com/login?next=http://autopkgtest is the url i see after sso challenge.10:13
xnoxhas something in the deployment chnaged? or has my browser become "smarter"?10:13
xnoxi wonder if this is an IS problem, because sso login redirect goes to http:// as if it is in the SSO config.10:24
xnox<input type="hidden" name="next" value="http://autop10:25
xnoxnope really broken in the app10:26
laneyfirefox manages to do it, there's a http -> https redirect in place10:29
laneybut fixing sounds neat, can you send a merge proposal?10:29
laneyI'll be doing an upgrade anyway for sil2100's private browsing stuff, now we got a user10:30
laneyI think it's probably because it's proxied using http, so the app thinks that's what protocol it's using (https happens at the haproxy layer)10:42
xnoxlaney:  horum.10:46
laneyxnox: let me have a go, I see a path through maybe10:47
xnoxlaney:  yeah, i'm lost and sceptical. this is the best i can do https://code.launchpad.net/~xnox/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/40744910:59
xnoxbut i don't know which flask we are deployed with, and if rewritting request.sheme like that is allowed or not10:59
laneyheh10:59
laneyI think you have to wrap it and look at the header from the proxy10:59
xnoxcause there is some X-Original-Request-Was-Blah: thing right11:00
xnoxproxied-for-foo11:00
laneyseems like you make it set X-Forwarded-Proto11:00
laneyand then you can poke that in11:00
xnoxand use werkzeug.meddleware.proxy_fix too?! as in https://flask.palletsprojects.com/en/2.0.x/deploying/wsgi-standalone/#proxy-setups11:16
xnoxi'm not sure i understand it.11:17
xnoxothers did the bogus thing i did https://stackoverflow.com/questions/19840051/mutating-request-base-url-in-flask11:17
laneyyes11:18
laneyxnox: can you try on staging?11:19
laneywith gzip or something quick11:21
xnoxlaney:  where is staging?11:22
laneyautopkgtest.staging.u.c11:22
xnoxlaney:  that was all good! and ubuntu sso did have https:// in the url too.11:23
xnoxand it all worked nicely.11:23
laneygood, let me push a merge proposal, maybe you can review11:24
laneyxnox: https://code.launchpad.net/~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/40745011:28
laneymercifully it was packaged11:28
laneysuch fun, xwayland crashed on my laptop11:33
xnoxj'approuve11:41
laneyxz: (stdout): Write error: No space left on device11:44
laneyE: mkinitramfs failure xz --check=crc32 --threads=0 111:44
laneyubiquity's developers in 2015 have a lot to answer for!11:46
laneyI will release that once I get out of this hole11:46
xnoxrelease week devs; or non-release week?12:05
laneywhoever made it create tiny /boots12:09
laneyxnox: deployed12:19
schopinOK so I'm trying the Ubuntu Budgie images out of curiosity (didn't know this DE before yesterday). However the test scenarios on the QA site don't really match what I'm seeing.12:22
schopinWhen I boot up the image I drop directly onto the live desktop, not the installer, whereas the tests seem to assume we land on the installer by default.12:23
xnoxschopin:  the qa tests are a rough guide, which at the moment doesn't match reality of most flavours.13:01
xnoxschopin:  get the .0 release and boot that, is the new point release experience the same or better?13:02
xnoxis kind of what one is benchmarking things against13:02
-queuebot:#ubuntu-release- Unapproved: virtualbox (focal-proposed/multiverse) [6.1.22-dfsg-2~ubuntu1.20.04.1 => 6.1.26-dfsg-3~ubuntu1.20.04.1] (kernel-dkms, ubuntu-cloud)13:06
-queuebot:#ubuntu-release- Unapproved: virtualbox-ext-pack (focal-proposed/multiverse) [6.1.22-1~ubuntu1.20.04.1 => 6.1.26-2~ubuntu1.20.04.1] (no packageset)13:07
-queuebot:#ubuntu-release- Unapproved: virtualbox-ext-pack (hirsute-proposed/multiverse) [6.1.22-1~ubuntu1.21.04.1 => 6.1.26-2~ubuntu1.21.04.1] (no packageset)13:07
-queuebot:#ubuntu-release- Unapproved: virtualbox (hirsute-proposed/multiverse) [6.1.22-dfsg-2~ubuntu1.21.04.1 => 6.1.26-dfsg-3~ubuntu1.21.04.1] (kernel-dkms, ubuntu-cloud)13:07
-queuebot:#ubuntu-release- Unapproved: virtualbox-guest-additions-iso (focal-proposed/multiverse) [6.1.22-1~ubuntu1.20.04.1 => 6.1.26-1~ubuntu1.20.04.1] (no packageset)13:07
-queuebot:#ubuntu-release- Unapproved: virtualbox-guest-additions-iso (hirsute-proposed/multiverse) [6.1.22-1~ubuntu1.21.04.1 => 6.1.26-1~ubuntu1.21.04.1] (no packageset)13:07
LocutusOfBorghello, can anybody put this one in proposed queue to superseed 6.1.24? thanks!13:07
LocutusOfBorgso I can test over the weekend13:07
-queuebot:#ubuntu-release- Unapproved: virtualbox-hwe (focal-proposed/multiverse) [6.1.22-dfsg-2~ubuntu1.20.04.1 => 6.1.26-dfsg-3~ubuntu1.20.04.1] (kernel-dkms)13:07
-queuebot:#ubuntu-release- Unapproved: virtualbox-hwe (hirsute-proposed/multiverse) [6.1.22-dfsg-2~ubuntu1.21.04.1 => 6.1.26-dfsg-3~ubuntu1.21.04.1] (kernel-dkms)13:07
LocutusOfBorgfocal and hirsute, since groovy is EOL13:07
-queuebot:#ubuntu-release- Unapproved: openssl (focal-proposed/main) [1.1.1f-1ubuntu2.5 => 1.1.1f-1ubuntu2.6] (core, i386-whitelist)13:22
-queuebot:#ubuntu-release- Unapproved: thermald (hirsute-proposed/main) [2.4.3-1ubuntu1 => 2.4.3-1ubuntu2] (core)15:04
-queuebot:#ubuntu-release- Unapproved: thermald (focal-proposed/main) [1.9.1-1ubuntu0.5 => 1.9.1-1ubuntu0.6] (core)15:10
vorlonbluesabre: hi, so the Xubuntu daily images have been oversized now for a bit; should the limit be raised, or does someone plan to bring those back down to size?18:30
vorlon(2076698624 vs 2000000000)18:31
bluesabrevorlon: sorry for the noise on that. The realistic limit is 2.0G for now.20:41
bluesabre(just above the 1.9G reported at http://cdimage.ubuntu.com/xubuntu/daily-live/current/)20:42
vorlonbluesabre: do you mean 2.0GiB, rather than the current 2.0GB?20:43
bluesabreYes20:44
bluesabreI think we'll revisit it in the future, but for now we're shipping components across three different GTK toolkits and are pretty happy with the current packageset, trying to avoid ripping anything else out20:46

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