/srv/irclogs.ubuntu.com/2021/05/12/#ubuntu-release.txt

-queuebot:#ubuntu-release- New: accepted llvm-toolchain-12 [amd64] (impish-proposed) [1:12.0.0-3ubuntu1]06:54
-queuebot:#ubuntu-release- Unapproved: accepted nvidia-graphics-drivers-460 [source] (groovy-proposed) [460.80-0ubuntu0.20.10.1]08:01
-queuebot:#ubuntu-release- Unapproved: accepted nvidia-graphics-drivers-460 [source] (focal-proposed) [460.80-0ubuntu0.20.04.1]08:02
Laneyjuliank: fyi, I have cowboyed worker-bos01-arm64.conf to not have bionic08:52
Laneyif this carries on then we'll need to fix the charm to support this better08:52
Laney(have prioritised the ticket too though)08:53
Laneybut (some) charm config updates will cause that to be lost08:53
juliankok08:54
juliankI'm out starting tomorrow, hopefully we can get this resolved by the time I'm back Monday,or well before I break it :D08:55
-queuebot:#ubuntu-release- Unapproved: accepted nvidia-graphics-drivers-460 [source] (bionic-proposed) [460.80-0ubuntu0.18.04.1]09:01
-queuebot:#ubuntu-release- Unapproved: accepted nvidia-graphics-drivers-465 [source] (groovy-proposed) [465.27-0ubuntu0.20.10.2]09:08
-queuebot:#ubuntu-release- Unapproved: accepted nvidia-graphics-drivers-465 [source] (hirsute-proposed) [465.27-0ubuntu0.21.04.2]09:09
-queuebot:#ubuntu-release- Unapproved: accepted nvidia-graphics-drivers-465 [source] (focal-proposed) [465.27-0ubuntu0.20.04.2]09:12
juliankwaveform: So https://autopkgtest.ubuntu.com/packages/apt is slow; I can improve the query time from 0.8s to 0.008s on my laptop by creating an indedx on test(package) - which is char[120]09:12
juliankwaveform: The query is SELECT MAX(run_id), exitcode, release, arch FROM test, result WHERE package = 'apt' AND test.id = result.test_id  GROUP BY release, arch ;09:12
juliankAnd other page queries on package, release, arch all together09:12
juliankso I'm wondering if I should create index on all three fields (package, release, arch)09:12
juliankarch names are like 5 bytes and release names like 10, so performance does not matter much09:13
juliankindex on all three fields improves runtime by another 50%09:13
juliankIndex on all three certainly looks nice https://paste.ubuntu.com/p/qppVsJbWNP/09:15
juliankEverything querying package also seems to query release and arch or group by them09:20
juliankI think let's do all three, even after vacuuming i don't see a size increase, and the queries look a lot nicer09:22
juliankLaney, waveform https://code.launchpad.net/~juliank/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/40263009:37
juliankDon't know performance impact IRL09:40
juliankThe query only takes 0.8s here, but on the cloud the page takes 16s to render09:40
juliankbut cloud is much slower than my i5-8250u09:40
julianklike 6 times slower or so at least09:41
juliankThe rest is just template rendering, and I'd hope that's not super slow09:42
juliankso I expect huge gains to be made there09:42
-queuebot:#ubuntu-release- Unapproved: nvidia-graphics-drivers-465 (bionic-proposed/restricted) [465.27-0ubuntu0.18.04.1 => 465.27-0ubuntu0.18.04.2] (no packageset)09:45
-queuebot:#ubuntu-release- Unapproved: rejected nvidia-graphics-drivers-465 [source] (bionic-proposed) [465.27-0ubuntu0.18.04.2]09:47
-queuebot:#ubuntu-release- Unapproved: accepted nvidia-graphics-drivers-465 [source] (bionic-proposed) [465.27-0ubuntu0.18.04.2]09:49
Laneyjuliank: nice, now do /statistics :D10:01
Laney(but I'd like to wait for w_aveform's review)10:01
juliankLaney: wave form is working on that.one10:02
Laneycool10:03
Laneyprivate chats?10:03
* Laney :(10:03
waveformjuliank, on the index for test -- yes in my current design I've actually got a unique key covering package, release, arch (as it appears that table is basically an optimization converting that "real" key into a surrogate integer for the purposes of making result smaller)10:23
juliankLaney: Last Friday, at ~0900 UTC10:23
juliankwaveform: sounds better :D10:24
waveformincidentally, I'm still working on /statistics -- I can make it *much* faster (and tidy up several issues with the schema, including that several package+versions are duplicated in the triggers columns which also affects the reports) -- unfortunately my current design also turns the database from a slightly chubby 1GB into a truly lumbering 4GB which is ... not ideal10:24
dokorbalint: how did you make the opensaml test pass? ;p10:33
juliankwaveform: Well, I for one would be happy with just faster /packages/<name> for now :D10:34
juliankwaveform: so the unique key/index; because that's a common workflow :D10:35
waveformyeah -- I'll review your MP in a mo10:35
juliankwaveform: I can add UNIQUE to the CREATE INDEX, too :D10:35
waveformjuliank, actually -- I'd just use ALTER TABLE test ADD CONSTRAINT test_package_uk UNIQUE KEY (package, release, arch) because firstly a unique key always implies the create of a unique index (in practice anyway) and secondly that permits us a foreign key to that unqiue key should we happen to need it in future (I don't seem to recall there's any further differences between unique keys and indexes in SQLite -- there are in some other engines10:36
waveformthough)10:36
juliankwaveform: sqlite does not support ADD CONSTRAINT, though, so ...10:38
juliankSo create unique index it'd have to be, or create new table and copy over madness :D10:39
waveformargh -- that's annoying (almost as annoying as the continuing lack of RIGHT+FULL JOIN)10:40
juliankBut adding the unique constraint on the index seems sensible10:40
waveformyes - that'll do for now10:40
waveformjuliank, MP reviewed10:42
juliankwaveform: thanks10:46
juliankLaney, waveform Published, check this speed out: https://autopkgtest.ubuntu.com/packages/apt10:49
juliank0.3s10:50
juliankdown from 14s or so10:50
Laney:D10:50
Laney...databases, eh...11:01
juliankcrazy world11:07
dokobryce, cpaelzer: please subscribe server to the php8.0 package. I've promoted it now, to resolve the components mismatch after the php-defaults upload11:34
cpaelzerdoko: bryce: done12:07
-queuebot:#ubuntu-release- Unapproved: accepted nfs-utils [source] (bionic-proposed) [1:1.3.4-2.1ubuntu5.4]12:47
rbalintdoko, i've added it to the tests requiring a big vm13:59
rbalintdoko, at least filed an mp for that, i can't add packages on my own for the record14:00
rbalintsil2100, could you please process LP: #1928202 to let glibc migrate?14:07
ubot3Launchpad bug 1928202 in r-cran-treespace (Ubuntu) "Please remove1.1.4.0+dfsg-1 from impish" [Undecided, New] https://launchpad.net/bugs/192820214:07
sil2100o/14:07
sil2100rbalint: I'm always a bit weary about package removals - does this mean the package as-is is completely broken and unusable?14:09
rbalintsil2100, yes14:10
rbalintthere may be working bits in it, but unit tests failing does not promise a log14:11
rbalintsil2100, it has a low popcon as well14:11
sil2100Okay o/14:15
sil2100Should be done14:18
-queuebot:#ubuntu-release- Unapproved: accepted gtk+3.0 [source] (hirsute-proposed) [3.24.25-1ubuntu4.1]15:06
-queuebot:#ubuntu-release- Unapproved: accepted livecd-rootfs [source] (bionic-proposed) [2.525.53]15:26
brycecpaelzer, doko thanks15:49
cpaelzeryw16:03
-queuebot:#ubuntu-release- Unapproved: rejected ubuntu-advantage-tools [source] (groovy-proposed) [27.0.2~20.10.1]17:18
-queuebot:#ubuntu-release- Unapproved: rejected ubuntu-advantage-tools [source] (hirsute-proposed) [27.0.2~21.04.1]17:18
-queuebot:#ubuntu-release- Unapproved: rejected ubuntu-advantage-tools [source] (bionic-proposed) [27.0.2~18.04.1]17:19
-queuebot:#ubuntu-release- Unapproved: rejected ubuntu-advantage-tools [source] (focal-proposed) [27.0.2~20.04.1]17:19
-queuebot:#ubuntu-release- Unapproved: rejected ubuntu-advantage-tools [source] (xenial-proposed) [27.0.2~16.04.1]17:20
-queuebot:#ubuntu-release- Unapproved: ubuntu-advantage-tools (bionic-proposed/main) [27.0~18.04.1 => 27.0.2~18.04.1] (core)17:27
-queuebot:#ubuntu-release- Unapproved: ubuntu-advantage-tools (groovy-proposed/main) [27.0~20.10.1 => 27.0.2~20.10.1] (core)17:27
-queuebot:#ubuntu-release- Unapproved: ubuntu-advantage-tools (focal-proposed/main) [27.0~20.04.1 => 27.0.2~20.04.1] (core)17:27
-queuebot:#ubuntu-release- Unapproved: ubuntu-advantage-tools (hirsute-proposed/main) [27.0~21.04.1 => 27.0.2~21.04.1] (core)17:28
-queuebot:#ubuntu-release- Unapproved: accepted ubuntu-advantage-tools [source] (hirsute-proposed) [27.0.2~21.04.1]17:30
-queuebot:#ubuntu-release- Unapproved: accepted ubuntu-advantage-tools [source] (groovy-proposed) [27.0.2~20.10.1]17:31
-queuebot:#ubuntu-release- Unapproved: accepted ubuntu-advantage-tools [source] (focal-proposed) [27.0.2~20.04.1]17:31
-queuebot:#ubuntu-release- Unapproved: accepted ubuntu-advantage-tools [source] (bionic-proposed) [27.0.2~18.04.1]17:32
-queuebot:#ubuntu-release- Unapproved: accepted evolution-data-server [source] (focal-proposed) [3.36.5-0ubuntu1]18:12
-queuebot:#ubuntu-release- Unapproved: cloud-init (groovy-proposed/main) [21.1-19-gbad84ad4-0ubuntu1~20.10.2 => 21.2-3-g899bfaa9-0ubuntu2~20.10.1] (core, ubuntu-cloud)18:24
-queuebot:#ubuntu-release- Unapproved: accepted libsecret [source] (focal-proposed) [0.20.4-0ubuntu1]18:45
-queuebot:#ubuntu-release- Unapproved: cloud-init (focal-proposed/main) [21.1-19-gbad84ad4-0ubuntu1~20.04.2 => 21.2-3-g899bfaa9-0ubuntu2~20.04.1] (core, edubuntu, ubuntu-cloud)19:47
-queuebot:#ubuntu-release- Unapproved: nvidia-modprobe (hirsute-backports/multiverse) [460.32.03-1 => 465.24.02-1~ubuntu21.04.1] (no packageset)20:15
-queuebot:#ubuntu-release- Unapproved: nvidia-modprobe (groovy-backports/multiverse) [460.32.03-0ubuntu20.10.1 => 465.24.02-1~ubuntu20.10.1] (no packageset)20:15
-queuebot:#ubuntu-release- Unapproved: nvidia-modprobe (focal-proposed/multiverse) [460.32.03-0ubuntu20.04.1 => 465.24.02-1~ubuntu20.04.1] (no packageset)20:19
Eickmeyer[m]^ nvidia-modprobe: SRU bug 192814620:20
ubot3Bug 1928146 in nvidia-settings (Ubuntu Hirsute) "Please SRU nvidia-modprobe 465.24 and nvidia-settings 460.73" [High, New] https://launchpad.net/bugs/192814620:20
-queuebot:#ubuntu-release- Unapproved: cloud-init (bionic-proposed/main) [21.1-19-gbad84ad4-0ubuntu1~18.04.2 => 21.2-3-g899bfaa9-0ubuntu2~18.04.1] (edubuntu, ubuntu-cloud, ubuntu-server)20:47
blackboxswbdmurray: if there is time for an SRU review of ubuntu-advantage-tools 27.0.2 for Bionic -> HIrsute it would be much appreciated. We are holding on Xenial SRU of 27.0.2 until we sort whether it is ok to depend on golang-1.10-go/universe on Xenial (instead of golang-1.6-go which is in main).  The previous SRU of 27.0.1 was held up on bionic due to the same changeset causing FTBFS on riscv64 focal.21:38
* blackboxsw rbasak: uploaded this morning and I just got through verification now21:38
* blackboxsw our hope with 27.0.2 is to avoid aging since the changes 27.0(.1) changes were aging for 11 days until we rejected them in order to provide 27.0.2 package build fixes21:41
* blackboxsw I will now search for why that /me prefix keeps getting injected by my client21:42
-queuebot:#ubuntu-release- Unapproved: rejected ubuntu-release-upgrader [source] (hirsute-proposed) [1:21.04.12]21:52
mwhudsonvorlon: https://bugs.launchpad.net/ubuntu-cdimage/+bug/192826422:14
ubot3Launchpad bug 1928264 in Ubuntu CD Images "release ISOs can contain phasing" [Undecided, New]22:14
vorlonmwhudson: ta22:14
bdmurrayblackboxsw: I was in a meeting let me see about this.22:28
* blackboxsw thanks bdmurray. 22:28
* blackboxsw darnit22:28
bdmurrayblackboxsw: 27.02 is stuck in -proposed for impish due to an autopkgtest failure. Do you know anything about this?22:30
* blackboxsw bdmurray: if it was i386 robie tried to put a hint to ignore22:31
bdmurrayno its armhf22:32
blackboxswahh we looked at that too. let me recall22:32
* blackboxsw we did see something earlier, I thought robie re-kicked the job as it looked like it may have been related to old update_motd which I think changed this week per a fix from rb_alint . Right now I see success on https://autopkgtest.ubuntu.com/packages/ubuntu-advantage-tools22:33
blackboxswahh it's <ctrl> enter adds the /me.22:33
blackboxswMM vs IRC fail22:34
bdmurrayhttps://autopkgtest.ubuntu.com/packages/u/update-motd/impish/armhf22:34
blackboxswahh yes his comment was, looks unrelated to any of our changes in 27.0.2 and we also know that update-motd was just updated a couple days ago22:35
blackboxswI'm looking over update-motd changes now to see what recently landed22:36
bdmurrayupdate-motd 3.8 passed w/ u-a-t/27.0.1 though22:36
blackboxswour changes 27.0.1 impish vs 27.0.2 would just be package build diffs that include or exclude our apt hook on powerpc + riscv64. hrm. I'll try grabbing the arm debs build in ppa:ua-client/staging22:37
* blackboxsw not certain as the apt-esm-json-hook was properly built/tested and included in https://pastebin.ubuntu.com/p/qzJ23cGDp3/22:40
blackboxswtrying to see if I can get an autopkgtest env together for arm22:40
bdmurrayblackboxsw: I have something I can try22:44
blackboxswI'm reading through update-motd/debian/tests/wait-for-apt-update-to-finish now to see what's up22:48
blackboxswable to run on clean impish machine root@dev-i:~# /wait-for-apt-update-to-finish22:52
blackboxswAttempting to lock /var/lib/apt/lists/lock to wait for any currently running apt updates to finish... locked, exiting.22:52
* blackboxsw also if no apt lock is held that test gives a traceback https://pastebin.ubuntu.com/p/zQtRFvbCf4/22:54
bdmurrayblackboxsw: when you said "sru review" I interpreted that to mean a review of the package in the unapproved queue not release of a package in -proposed.23:04
* blackboxsw bdmurray: probably needs a more full day do you think? I know sil_2100 looked intially over 27.0.1 and raised the build failures, maybe it's worth pinging for review start of sil's day do you think? 23:06
blackboxswif I cut off my left pinky I may avoid the /me23:06
bdmurrayblackboxsw: also bug 1927795 isn't tagged verification-done-groovy23:07
ubot3Bug 1927795 in ubuntu-advantage-tools (Ubuntu Xenial) "27.0 package build failures focal riscv64 architecture" [Undecided, New] https://launchpad.net/bugs/192779523:07
blackboxswbdmurray: I wasn't sure why verification-needed-groovy wasn't an included tag on the bug. I did confirm package builds succeed both in  the ppa, plus confirmation that sbuild locally on hirsute riscv64. I can run through sbuild groovy too if that further confirms no pkg build failures.23:10
blackboxswper this comment https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1927795/comments/723:11
ubot3Launchpad bug 1927795 in ubuntu-advantage-tools (Ubuntu Xenial) "27.0 package build failures focal riscv64 architecture" [Undecided, New]23:11
bdmurrayblackboxsw: Is it building in the archive not enough? https://launchpad.net/ubuntu/+source/ubuntu-advantage-tools/27.0.2~20.10.1/+build/2154008523:11
bdmurrayThere was probably an LP timeout so the groovy verification needed comment and tag were not added.23:11
blackboxswright that is enough. was just doubling the effort.23:11
blackboxswand doubling the logs to read23:12
bdmurraybut not doublemint gum23:12
blackboxswhah!23:12
blackboxswI am still trying to reproduce the lock failure in update-motd impish23:13
bdmurrayIDK that would have been a blocker / concern for me accepting it into -proposed, less for accepting it into -updates.23:14

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