=== doko_ is now known as doko === locutus_ is now known as LocutusOfBorg1 [09:55] I download http://cdimages.ubuntu.com/daily-live/current/utopic-desktop-amd64.iso and i get sha256 checksum failure. (does not match SHA256SUMS) [09:57] gosh, that's impressive [09:57] broken on the master - how on earth did that go wrong [09:58] ok, i thought maybe just the wire-tap wonky on my connection =) [09:58] (edward snowden interview on TED was funny) [09:59] c960526985ce357b51feb961d4c80cd9ce060ddde43d34ed06de5dbb5080a2d3 www/full/daily-live/20140520/utopic-desktop-amd64.iso [09:59] I'll force a rechecksum for now [09:59] so SHA256SUMS for current contains the checksum of 20140520 but the symlinks points to 20140515 [10:00] /pending/ is all correct. [10:00] yes, 20140515 and 20140520 are fine in isolation [10:00] do we have locking to prevent a race between a new build and jenkins marking a new image as current? [10:01] there's no race there [10:01] mark-current from ordinary builds won't update things that are expected to be updated by jenkins [10:02] hm, I guess actually there is a possible race [10:02] might be worth a lock there, though it seems very rare, can somebody file a bug? [10:03] xnox: should be fixed nowish [10:03] * stgraber volunteers xnox [10:04] stgraber: i can honestly say, i did not touch/code any components involved in all of this =) [10:05] cjwatson: stgraber: are trusty dailies not enabled? or am i just failing to find them? [10:05] i am expecting something like http://cdimages.ubuntu.com/trusty/ but that's 404 [10:09] cjwatson: daily-live/current - all is good. ubuntu-server/daily/current still fails verification. [10:10] same issue?! [10:11] They aren't enabled right now [10:11] Since we're still building precise, I'd kind of like to wait until the LP livefs code is in place before starting that, if possible [10:12] ScottK, can you copy ifupdown for the other releases besides trusty? [10:12] (BTW the canonical hostname is cdimage.ubuntu.com) [10:12] cjwatson: ack. [10:14] * xnox wishes to know how to unteach my browser history.... [10:18] xnox, https://launchpadlibrarian.net/175890344/buildlog_ubuntu-utopic-amd64.autopilot-gtk_1.4%2B14.04.20140107-0ubuntu3_FAILEDTOBUILD.txt.gz [10:18] doko: yes, there is a better fix by pitti (either MP or upload, not sure) [10:18] doko: https://code.launchpad.net/~pitti/autopilot-gtk/update-tests/+merge/220075 [10:19] I prodded the AP guys about landing it; I was promised "this week" [10:19] if it becomes a blocker, I can also upload directly and then we just use the MP to sync back bzr [10:20] well, gcc-4.9 will take a while to build, but not more than 8 hours [10:41] cjwatson: did you want to review my cdimage MP some more? [10:44] that reads like a prod to do it now - I meant it to read as a question :) [10:46] ah, thanks [10:47] Laney: done anyway. one mistake I noticed after merging - "daily" should've been "daily-live", but I just made it a wildcard since there's no reason to limit it [10:47] oh yes, in default-arches [10:49] where do the seeds live? [10:49] and does this need any debian-cd handling? [10:50] inside ubuntu-touch.utopic [10:50] and I'm not sure, how do I answer that question? [10:50] is the image an ISO? [10:50] yes [10:51] right, then it will need some more work [10:51] let me see [10:52] Happy to look given pointers [10:54] I've done the boring and fiddly debian-cd bits [10:55] but we need to educate this about seed locations [10:55] Laney: I think you need something in lib/cdimage/germinate.py:Germination.seed_dist [10:55] Okay, it wasn't clear how this all fit together [10:56] Cases where one flavour is embedded in another's seed collection are exceptional and seed_dist needs to be told about those [10:57] Laney: Also I suspect that this flavour needs universe enabled, so add it to the list of flavours that have CDIMAGE_UNSUPPORTED set to 1 in lib/cdimage/build.py:configure_for_project [10:58] I see, touch wasn't in seed_dist because it fits the default case [10:59] I've just added a branch for ubuntu-desktop-next → ubuntu-touch [10:59] Also touch is simpler than this because it doesn't build an ISO [10:59] does it need to know that we're using "desktop-next" within ubuntu-touch? [10:59] Something like ubuntu-gnome is probably a better template [11:00] Err is there any chance that you could harmonise the seed names instead? [11:00] list_seeds is roughly what controls all this [11:00] (lib/cdimage/germinate.py) [11:01] In fact pretty much the whole GerminateOutput class there [11:01] It's probably mainly the ship-live seed that matters [11:02] We're going to need at least some things in ship-live, such as grub-efi/grub-efi-amd64-signed [11:02] So copy that seed over from ubuntu.utopic and cut it down as you see fit [11:03] Given that the desktop-next seed is in a different seed collection, is there any reason not to just call it desktop? [11:03] That would be easier to cope with [11:03] Sorry this is a bit opaque to me currently [11:03] I was following the name of the project [11:03] OK, if you don't have a good reason just rename it to desktop :) [11:03] We're also going to need a Launchpad change to make it generate tasks for the ubuntu-touch seed collection [11:03] ship-live> can we just use the ubuntu one? [11:04] You can probably just copy it [11:04] Can't use it directly from ubuntu.utopic because the seed inheritance would be all wrong [11:05] For Launchpad, you'll want to change cronscripts/publishing/cron.germinate and add ubuntu-touch to the FLAVOURS list [11:05] I don't think there are any meaningful tests for that but it doesn't much matter [11:06] That will bloat up Packages a bit more with the other touch tasks, but that's probably a drop in the ocean and arguably they should be there anyway [11:09] Is that enough to be going on with? [11:10] I'll see what I can do, not confident I'm going to get the germinate part in cdimage right first time but we'll see [11:12] The best way to make it simple is to have the seed collection as much like others as possible [11:12] So it's probably enough to rename desktop-next -> desktop and add ship-live, and the associated STRUCTURE tweaks [11:13] I don't mind if it goes wrong a couple of times in production and we need to rerun :) [11:14] In ubuntu.utopic/STRUCTURE ship-live inherits from boot and live [11:14] do we need to take care of that here? [11:15] Probably, yes [11:15] You need a live seed because otherwise there's no way to avoid having the installer still exist on the installed system [11:16] boot is in platform.utopic so you don't need to copy it (unlike live), but you probably do want to mirror ubuntu.utopic's STRUCTURE inheritance for the relevant seeds as closely as possible unless you enjoy debugging thoroughly obtuse bits of germinate [11:48] bdrung_work: I'll get to the other releases. I only had time for trusty last night before I went to bed. [12:17] bdrung_work: Done. [12:22] ScottK, thanks [12:39] can someone please take a look at golang-udm (source) in the utopic queue? [12:51] stgraber, Is now a better time to look at the SRU in bug #1275656? This is regarding the port of trusty's open-vm-tools to precise as a new package for HWE support [12:52] rcj: yep, I'm around now [12:54] stgraber, great. This is the package we spoke about in person. I tried to capture everything in the SRU template but I'm sure there will be questions. [12:55] rcj: reading the bug report now [13:00] rcj: I think I'd have preferred the prefix be -lts-trusty to be in line with what's done for the kernel, the X stack and openvswitch but since there won't be any further backports, it's not critical [13:01] stgraber, I didn't use that because it would work with the the saucy hwe kernel as well. I thought that trusty was in early test and wouldn't be supported until 12.04.5. [13:02] well, the trusty X stack also works fine with the saucy kernel :) I usually assume the -lts-X to simply be an indication of the source of the package more than a requirement that they all be installed together [13:02] stgraber, ah, good to know. [13:03] but anyway, it really doesn't matter this time around since it's just a single backport and we won't be backporting from utopic to precise [13:03] sure, but I'll keep it in mind for the future [13:04] rcj: so I assume you already test built all of those locally, made sure that installing the -hwe packages on a machine which already has the non-hwe bits work fine and that upgrading a machine with those -hwe to trusty works with your updated trusty package? [13:05] Yes. Tested each of those scenarios. [13:08] rcj: ok, so one problem with the precise backport is its version number. You should upload with something like ~precise1 as a prefix to avoid the case where we need to fix a bug in open-vm-dkms-hwe in precise, therefore bumping the version and as a result end up with binary packages that have an higher version number than those on trusty (breaking the transition) [13:09] (when a binary is moved from one package to another as is the case here with your transitional package, the version of the new source package must be higher than that of the old one for an upgrade to happen) [13:09] stgraber, so '2:9.4.0-1280544-5ubuntu6~precise1', correct? [13:09] yep [13:10] okay, I can fix that. [13:10] I'm taking a quick look at the source too to see if there's anything else that should be fixed at the same time [13:13] rcj: so the debdiff from the precise hwe to trusty is: http://paste.ubuntu.com/7492904/ [13:13] quickly going through it, there appears to be some missing conflicts [13:14] unless it's indeed possible to co-install open-vm-tools-desktop and open-vm-tools-hwe-desktop for example [13:15] stgraber, that's the correct debdiff. I'll fix that and figure out why I didn't catch that in testing [13:18] rcj: cool, I'll reject what's in the queue, let me know when you have an updated package uploaded. (Note that I'm not working the rest of the week, so you may want to catch someone else if you don't want to wait until next week) [13:19] rcj: apw pointed out in private messages that ~precise1 is a suffix not a prefix, though you apparently assumed as much since your proposed version string was correct :) [13:20] stgraber, thanks for the review. I'll get this fixed up. [13:41] infinity: FYI, between didrocks and I, I believe we now have it so that people will be notified if there's some kind of error from the async copy job when they publish a package from the CI Train. [13:42] cjwatson: I need to dedicate some time to do the modification, but I'll before EOW [13:43] didrocks: I thought you already did [13:43] I wasn't highlighting you to request that you did anything :-) [13:43] not that one, only the assigning to landers that we discussed on thursday and friday [13:44] Oh, right [13:44] but not about the async copy [13:44] Well, at least a real person gets the mail now, even if it's the wrong real person [13:44] yeah [13:44] if it's a rejection, not if the async job is stuck or anything (we need someone to ssh to the machine for now) [13:45] I'll expose some logs, just need to find what level is suited to append to a file [13:48] Hm, rejections might be a different matter [13:48] # This possibly should be sending a rejection email but I [13:48] # don't think we need them for sync rejections. [13:48] return [13:48] Thanks, whoever wrote that [13:49] oh, yeah, as it's a sync… [13:51] I was looking at actual errors or OOPSes [14:02] stgraber, I'll make the change to -lts-trusty as well with this. Is there a preferred naming for this... open-vm-tools -> open-vm-tools-lts-trusty, but for open-vm-tools-dkms I used open-vm-tools-lts-trusty-dkms. Any preference against the -dkms suffix after -lts-trusty? === jhodapp__ is now known as jhodapp === jhodapp is now known as jhodapp|mtg [14:37] rcj: looking at our existing examples (X stack), we currently always put the -lts-trusty after the normal package name so it'd be open-vm-tools-dkms-lts-trusty but I'm not too attached to it personaly so whatever [14:38] yeah except for -dbg :p [14:38] stgraber: okay [14:39] stgraber, I'll make sure that -lts-trusty comes last on all of the packages === Ursinha is now known as Ursinha-afk [14:40] stgraber, re-reading that. -dbg must come last. right? [14:42] rcj: yeah [14:42] I did that just in case, to keep symmetry [14:42] stgraber, mlankhorst; thanks. I'll clean this up to make it sane and consistent. [14:47] stgraber, and when you asked about the missing conflicts I was forgetting that those packages don't exist in the precise open-vm-tools so that's deliberate. [14:48] rcj: do you want to add those packages to xorg-lts-transitional perhaps? :p [14:48] in trusty [14:50] rcj: ah, ok, makes sense then, sorry I didn't check for that particular case. [14:51] mlankhorst, I don't believe so. This package backport enables some additional guest customizations when running in a vmware vCHS host environment. It needs a 3.9 or later kernel but doesn't relate to anything in the X stack. [14:53] mlankhorst, the backport is to support that env for cloud images and otherwise I would rather that users need to install it manually so that they know what they're getting with this. [14:54] rcj: xorg-lts-transitional is a package in trusty, and used when upgrading from precise to trusty [14:54] and contains dummy packages with epoch 3 (bigger than anything in the xorg stack) so all the xorg lts-* packages get upgraded to the unrenamed xorg packages :) [14:55] mlankhorst, I'm confused as to what it gets me for open-vm-tools? They would be upgrades to open-vm-tools in trusty per the packaging changes I'm making for that package. [14:56] typo.. The precise packages would be upgraded to open-vm-tools in trusty per the packaging changes I'm making for that package. [14:58] ok === Ursinha-afk is now known as Ursinha [15:13] Hello. Anyone happen to know when the trusty X stack is expected in -proposed? [15:13] precise-proposed [15:15] it's in NEW, just pending review === seb128_ is now known as seb128 [15:25] thanks mlankhorst [15:27] slangasek: hey, do you mind looking at golang-udm? We uploaded it directly instead of through the train since the changelog it created for the new package didn't look that nice === jhodapp|mtg is now known as jhodapp [18:08] Hi, is there a reason the i386 iso image 20140520 for ubuntu-desktop hasn't been promoted from pending/ to current/ but the rest of the images have been? (Also, partially promoting images like this breaks the checksum files) [18:20] sbeattie: Thought I fixed the checksums this morning, and it isn't supposed to break them, we think it might be a race [18:21] sbeattie: The amd64 and i386 images go through automatic testing before they're promoted to current/; the others don't have automated testing set up so they go straight through [18:21] (autotesting was the entire point of the pending/current split) [18:21] sbeattie: https://bugs.launchpad.net/utah/+bug/1199349 has been blocking autotesting [18:22] And I see that http://ci.ubuntu.com/smokeng/utopic/desktop/ shows a pass on amd64 now which is probably why only i386 is held back now [18:23] So yeah, I see that the i386 checksums are broken again. We need to figure out what's causing that, since now I don't buy the race theory any more [18:23] cjwatson: thanks. It's the broken checksum issue that made me ask. [18:24] (but I have to run, so not right now) [19:41] I uploaded a utopic package (openipmi) that should also be in trusty. is it sufficient to request a pocket copy, or should I futz with the trusty version and re-upload ? [19:46] rtg: If you uploaded to utopic first, we won't copy it backward. [19:47] rtg: So, yes, if it's an SRU we should have, please SRU it in the usual fashion. [19:47] infinity, ok, I'll swizzle the version and SRU it. [19:48] * rtg should have done trusty first. oops. [19:55] we're far enough along that two uploads are preferred anyway [19:55] it's just that we *never* copy backwards, whereas we *sometimes* copy forwards [19:55] (except, er, for shim) === beidl_ is now known as beidl