[00:56] robru: What does “diff missing” mean [00:56] ? [00:57] michi: it means the diffs are missing :-P [00:57] No kidding! :) [00:58] What diffs? For what? [00:58] I mean, all I did was hit “Build” after pushing a change. [00:58] michi: it's the diffs between what's in the silo and whats in distro. [00:58] I didn’t see this previously, which is why I’m asking. [00:58] So, how does this happen? [00:58] Sorry, this is a bit of a black box to me. [00:59] Just wondering whether I should worry. [00:59] michi: what's happening here is that there's a race condition in the script that updates the silo status. the build job deletes the diffs first then regenerates them at the end. the status update shouldn't be running when the build job is [00:59] Aha. [00:59] OK, fair enough. I guess it means I can safely ignore that message then. [00:59] but the status updater started just before the build did, so it ran and was like "hey the diffs are gone' [00:59] but it's ok because the buld job will regenerate them later [00:59] Cool, thanks! [00:59] michi: you can ignore it for now. if you hadn't just started a build you'd have to worry about it [01:00] OK, no prob, thanks! [01:00] michi: fixing that race condition is on my to-do list. [01:00] yw [01:00] Because you have hardly anything to do at the moment… :( [01:00] Thanks again for your herculean effort yesterday! [01:14] oh man, yeah, yesterday was nuts. every possible thing that could go wrong, did. [01:14] Yes, I got that impression. [01:14] Well, all is well again. The train is ticking over very nicely, and it’s really easy to use. [01:15] Thanks for making a great tool. And one that was actually built with the needs of poor sods like myself in mind! [01:15] michi: oh, you like it? thanks. some days I'm like "man this is crap" [01:15] I guess it beats the spreadsheet ;-) [01:15] No. I think this is a great example of how to get it right. [01:15] I can throw a silo together in two minutes flat and it just works. [01:16] that’s really nice. [01:16] wow, cool [01:16] And it’s easy to see what’s going on with the build, and upgrade the phone once things are done. [01:16] I really like it. [01:16] thanks dude, that's awesome [01:16] My pleasure! [01:17] just wait until we get rid of jenkins. then it'll be really streamlined! no more "assigning", you just click build and a PPA will be created automatically. I can't wait for that! [01:17] that's a few months out yet though, lots of prerequisites to clean up first [01:17] Would love to have that. [01:17] I’m a little concerned about the proposal for us to create our own Jenkins builds. [01:17] the instructions are awfully complicated. [01:18] And copying and pasting a large script around hundreds of times is probably not a good thing. [01:18] oh yeah, I was really surprised by that [01:18] I think if we need to look after our own Jenkins jobs, we’ll need something more like citrain. [01:18] I was thinking s-jenkins would be around forever. [01:18] Where I can fill in a handful of fields and just press “Go". [01:18] michi: yeah I'm hoping to make the train faster & easier so you don't need s-jenkins at all [01:19] What we would need is essentially what s-jenkins does for us now though. [01:19] Automatic build/test whenever I push a branch. [01:19] hmmm, yeah auto build when a branch is pushed could be a bit trickier. [01:19] If there is a manual step involved (however small) after a push to get the testing happening, the testing won’t happen most of the time. [01:20] This is one strength of Jenkins. [01:20] I just do an MP, and it gets built and tested automatically. [01:20] I actually don’t mind Jenkins all that much. [01:20] Sure, the UI sucks. [01:20] And when something goes wrong with one of the builders, it’s hell for us. [01:20] But, when Jenkins is working, it’s really nice to have. [01:21] From where you sit, it’s an entirely different story, I’m sure. [01:21] michi: yeah, I didn't used to mind jenkins, but the longer I am stuck maintaining one the more flaws I find in it and the more powerless I am to do anything about those flaws. train can't continue being a wrapper around jenkins for much longer [01:21] I believe you. [01:21] But, whatever the replacement, it has to be at least as automatic as Jenkins is now. [01:21] Otherwise we’ll lose. [01:22] michi: I think we're talking about two different jenkinses ;-) [01:22] ? [01:22] you're talking about s-jenkins which does the auto-testing of your merges [01:22] Yes. [01:22] OK, so you are using a different instance underneath the train? [01:22] I'm talking about ci-train.ubuntu.com which is itself a jenkins, which I plan to get rid of and incorporate into bileto [01:22] Ah [01:23] Well, I don’t really care how the train does its thing, as long as it keeps moving :) [01:23] yeah, having the train do auto-rebuilds would be a new feature that we could look into doing, but that's separate from what I'm talking about with "replacing jenkins" [01:23] Right [01:24] michi: but yeah, jenkins is holding us back in a lot of ways. for one it's preventing us from having unlimited silos. the main goal of getting rid of jenkins is to have unlimited silos. but it will also clean up a huge amount of smaller bugs that the train has hobbled through for years [01:25] I didn’t know that it was Jenkins that limited the number of silos. [01:25] michi: well, indirectly so [01:26] michi: what happened was that the lp people made it possible for us to create ppas dynamically, which is amazing. [01:26] michi: but in jenkins we have 4 jobs per ppa("silo") and we don't have a great way of generating those dynamically. basically jenkins needs to be restarted in order to see when new jobs are made. there's kind of a way around that but it's not great and blah blah blah so we're kind of stuck with this. [01:27] urgh [01:27] so if we get rid of jenkins, we don't need to "create jenkins jobs" for every new silo, and we gain a ton of flexibility [01:27] Well, from what I’ve heard, you wouldn’t be the only one to see it go. [01:28] only one to be happy to see it go. [01:28] heh, yeah [01:47] trainguards: Sorry for this... [01:47] Would it be possible to delete the s390x packages in silo 26 to stop them from getting published? [01:47] After some deliberation, we decided to not try and make the builds/tests succeed for s390x. [01:49] michi: uh I'm not able to delete binaries, only sources [01:49] Aargh. [01:49] michi: if you're going to change something that prevents s390x from building you'll need to rebuild anyway. [01:50] michi: because if you just delete s390x, then all that happens is it'll be rebuilt in proposed [01:50] robru: After talking with jamesh, he pointed out this: https://lists.launchpad.net/ubuntu-phone/msg17189.html [01:50] the problem is that we can’t really test with s390x, except in a silo. [01:50] robru: the package has never been built in proposed [01:50] If something breaks on us all of a sudden on that arch, we are toast. [01:51] robru: michi had disabled some tests to get s390x to build in the silo, but we think it is better to leave things broken since it won't hide the problems should someone want to get this working on that platform [01:52] jamesh: michi: right so just re-enable those tests, rebuild, make sure s390x is broken, then you're good to go [01:52] robru: Cool, about to do that. [01:52] robru: my fear was that there would still be an s390x binary package in the silo from the previous build with the tests disabled [01:53] robru: or does that get ignored during publishing? [01:53] jamesh: publishing only looks at the most recent silo contents [01:53] robru: great. That makes things easy [01:54] jamesh: michi: thumbnailer does not have a s390x binary in xenial so publication will not block on that being failed. [02:24] ok, off to the gym, back in ~2 hours [04:18] robru: is thre a way to just merge the branch and not to release to Xenial? Or how big problem is if the package stucks in the proposed pocket if the next release comes in a day a or two? [04:20] bzoltan_: yeah having stuff in proposed isn't horrible. you can't just include your s390x fix in the same silo? [04:33] robru: QA does not like rebuilds after QA validation [04:33] robru: but let me try that... maybe QA will not be badly pissed [04:36] robru: I pushed a single line change to the landing branch ... It will take some time to build all arches, but it will be fine after that. [04:43] bzoltan_: oh I didn't realize it had qa already. ok well if it builds you can publish it after that [04:44] robru: All right then :) [04:44] robru: I will still need a jedi's ack on the debian/ changes I guess [04:45] right [05:42] robru: all good, but I am not authorized to publish the ubuntu-themes package from that silo60 [05:42] ERROR Publish failed: bzoltan not authorized to upload ubuntu-themes [06:04] bzoltan_: there's uitk packaging change too so needs coredev [06:16] Mirv: Do we have any of the coredevs active in this time? [06:33] bzoltan_: not really, sometimes I've pinged RAOF but sil2100 should be here in 2h or so [06:34] and I'd have the uitk rights if the last meeting had been held, but alas it was not [09:06] Mirv: have you seen sil2100 aready? [09:18] bzoltan_, Mirv: what's up? [09:18] sil2100: I would like to publish the silo60 UITK [09:18] sil2100: and it has debian/ space changes [09:19] Let me look at it between promotion preparations [09:20] bzoltan_: yep, soon there. and btw great that the s390x issue was solved (weird that the same trick that fixed other archs didn't work there) [09:21] Mirv: This fix is a permanent one at least It is a nice and clean landing... I see the chance to spin off one more UITK before the weekend [09:22] Mirv, bzoltan_: looking at the packaging diff now, but we'll need to get an ubuntu archive member reviewing it as well [09:22] sil2100: for me the Overlay PPA and the merge are the most critical [09:23] hmmm [09:24] Mirv: do you remember if anyone of us got 1.3.1742+16.04.20151209-0ubuntu1 reviewed by an archive admin when we landed it overlay-only? [09:26] seb128: hey! Sorry to bother you once again with binNEW reviews - we have 2 packages (the base and its -gles equivalent) adding two new binary packages each [09:26] seb128: diffs here https://ci-train.ubuntu.com/job/ubuntu-landing-060-2-publish/3/artifact/ubuntu-ui-toolkit_xenial_packaging_changes.diff and https://ci-train.ubuntu.com/job/ubuntu-landing-060-2-publish/3/artifact/ubuntu-ui-toolkit-gles_xenial_packaging_changes.diff [09:27] seb128: could you take a look and give us a sign if it's good to publish with the new binary packages? [09:30] just had a look, the descriptions could be better "Ubuntu gestures library with SwipeArea" doesn't really explain well what that library is, what is "SwipeArea"? [09:30] that's not a blocker [09:30] also "libubuntugestures" should include the soname and be "libubuntugestures5" [09:30] that's a blocker [09:30] so please fix that before archive upload [09:30] bonus if you improve the description [09:30] otherwise looks fine [09:31] seb128: ACK! [09:31] bzoltan_: ^ [09:31] seb128: sil2100: fantastic! Thank you gents. [09:32] sil2100: I don't really remember that. I think maybe, but then again I may mistake it with another earlier landing. but all done now anyhow :) [09:32] seb128: the next landing will fix those issues [09:32] thanks [09:32] bzoltan_, Mirv: if you could change and fix that, rebuilt and I guess no re-testing will be needed [09:33] Since it's generally just a library package name change [09:34] sil2100: Let me look after it [09:34] * sil2100 goes back to his OTA-8.5 promotion hole [09:34] zsombi: the archive core devs require a better package description for the libubuntugestures package [09:35] zsombi: not here [09:37] The biggest blocker is the library package name if anything ;) [09:37] Description can be changed later [09:37] sil2100: so simple s/libubuntugestures/libubuntugestures5/ will do it? [09:44] seb128: do you mean to simple change the package name to libubuntugestures5 [09:44] ? [09:45] bzoltan_, http://ubuntu-packaging-guide.readthedocs.org/en/latest/ubuntu-packaging-guide/libraries.html [09:46] bzoltan_, but yes, best practice is to use "libname" so when the abi/soname change the packages are co-installable which makes transitions easier [09:48] seb128: makes sense [10:22] hmm hmm, where are the packages from https://requests.ci-train.ubuntu.com/#/ticket/725 ?? [10:24] trainguards ↑↑ did that get published at all? there are per-silo excuses now, but those are not visible in xenial excuses... are autopkgtests ran on silos now or something? [10:25] * Saviq happy if that's the case, but who can retrigger the failed test? :) [10:26] Saviq: yes autopkgtests for silos were rolled out on Monday, i forgot to make a big announcement because there was a huge outage at the same time, and also it's a bug experimental as well [10:26] robru, nice one, /me planned to do that in our Jenkaas, much happier if that's global [10:26] Saviq: i know pitti can retry autopkgtests, I'm not sure who else though. New uploads will trigger new tests ;-) [10:27] right, new uploads will also require manual re-tests and QA ;P [10:27] robru, thing is, https://requests.ci-train.ubuntu.com/static/britney/xenial/landing-021/excuses.html shows qtmir-gles regression, but http://autopkgtest.ubuntu.com/packages/q/qtmir-gles/xenial/amd64/ does not [10:27] Not if it's a no-change rebuild! But seriously speaking, just poke pitti on -devel, maybe he can retry it for you for now [10:28] jibel, can't you restart autopkgtests, too? /me hopes pitti's not our single point of failure ;) [10:28] Saviq: oh yeah no, the autopkgtest.u.c site doesn't show the silo results at all. Click the "regression" link to see the full test run log [10:29] robru, ok, the invalid links should be stripped, then, if possible :) [10:29] same with version links pointing to void [10:29] Saviq: what? [10:29] robru, https://requests.ci-train.ubuntu.com/static/britney/xenial/landing-021/excuses.html [10:30] What broken links? [10:30] robru, "amd64", "0.4.7+16.04.20151214.1-0ubuntu1" [10:30] for qtmir-gles in this case [10:31] Saviq: links work for me, not sure what you're seeing [10:31] robru, v [10:31] https://launchpad.net/ubuntu/+source/qtmir-gles/0.4.7+16.04.20151214.1-0ubuntu1 [10:32] that version is nowhere in ubuntu yet [10:32] robru, and as you said, http://autopkgtest.ubuntu.com/packages/q/qtmir-gles/xenial/amd64/ does not show results for silo tests [10:32] both are links out of silo excuses [10:33] Saviq: hmm, you'll have to raise that with pitti, he maintains the code that generates that page. [10:33] ok, not important enough :) [10:35] robru, can you tell when are they ran? only before publishing or for all builds in silo? [10:36] (/me only found first in mir QA-Granted silo) [10:37] Saviq: currently they are only run if the qa state is "ready for qa" buy that will change soon, we're working out how to streamline the process a bit [10:37] Saviq: oh hmmm if qa granted that means the excuses will stop updating ;-) [10:38] robru, sneaky [10:39] * Saviq thought silo 21 was waiting for a +1 from autopkgtests, but will it ever get it, then? [10:39] Saviq: yeah if it's in granted state the page will never update [10:40] Saviq: ideally qa shouldn't grant before the tests are passing, this is what i mean by the process needing streamlining ;-) [10:40] robru, agreed, ideally we shouldn't put "ready for QA" unless it's passing, chicken'n'egg! :) [10:41] robru, all in all, best xmas gift ever! :) [10:41] Saviq: yeah i need to invent a new state that means "lander approved, go for autopkgtests" and then it only promotes to ready if the tests pass [10:41] Saviq: thanks! That was a huge project! [10:42] and a surprise, too ;) [10:54] I wonder what's up with my silo publishing to xenial [10:54] https://ci-train.ubuntu.com/job/ubuntu-landing-025-2-publish/lastSuccessfulBuild/artifact/packagelist_rsync_ubuntu-landing-025/*view*/ [10:55] sil2100: did you have any visibility to what happens after ^ or would we need eg cj_watson? [10:56] Mirv: hmm, sadly not, I don't think our copy2distro scripts have user-visible logs (I think) [10:57] Strange that it would get rejected [10:58] cjwatson: could you check the above ^ rsync, not found in any queue [10:58] sil2100: well it's not rejected either, more like these /dev/null:s for some reason [10:58] By rejected I mean rejected by the script too, but hmmm [11:00] it should have mailed whatever the address of the requesting bot is [11:01] sil2100: did we still have anyone with access to the bot emails.. [11:05] Odd, I'm not seeing any cicopy logs from today [11:05] Oh, I bet it's locked [11:05] * cjwatson clears the lock [11:06] Mirv: may work in a few minutes [11:08] ok [11:14] Mirv: that seems to have sorted it out; the train should catch up in a bit [11:14] I removed /tmp/.cu2d.lock on snakefruit, which was stuck after the train incident last night [11:22] sil2100: The issues pointed out by seb128 are fixed in the silo60 UITK and the new build is all fine. Would you please publish the packages. I have no right to publish the ubuntu-theme [11:24] bzoltan_: let me just grab my food and publish, since I'm done with OTA-8.5 now :) [11:24] sil2100: are you? Congratulations for that! [11:25] bzoltan_, small issue (not need to respin for that), usually the -dev depends on the lib (= ${binary:Version}) [11:26] seb128: I will fix that for the next release (eta tomorrow). Thank you. [11:26] trainguards, can we publish https://requests.ci-train.ubuntu.com/#/ticket/725 please? or is it waiting on something? [11:29] bzoltan_, thanks [11:32] cjwatson: looks good, thanks! there were indeed another landing stuck there too but they're now all in [11:33] Saviq: a core-dev, so sil2100 could publish it [11:33] I pinged RAOF earlier but he was probably already gone [11:33] Mirv: right, ubuntu-push too [11:34] Mirv, ah, tx [11:37] xavigarcia, charles, could you look at bug #1502094 for indicator-sound? it's probably just changing gee-1.0 to gee-0.8 in the Makefile and debian/control, would be nice to have that done in one of the next landings if we can [11:37] Saviq: on it in a minute, was a bit busy in the morning ;) [11:37] bug 1502094 in unity-lens-files (Ubuntu) "libgee-0.8-dev should be used, libgee-dev will be removed from the archive" [High,In progress] https://launchpad.net/bugs/1502094 [11:37] xavigarcia, charles, and yeah, the versionning is backward, 1.0 is old and 0.8 newer [11:41] seb128: sure, I will take a look [11:42] xavigarcia, thanks [11:42] xavigarcia, it's probably trivial, https://code.launchpad.net/~seb128/unity-lens-files/use-gee-0.8/+merge/280696 is one example [11:43] seb128: I see... I need to check the state of the repository, though, as we had a rolled back landing last month [11:43] seb128: and it seems we are delaying some fixes in the sound indicator until a pulseaudio issue is fixed [11:44] k [11:44] well no hurry [11:44] that needs to be done for the LTS [11:46] seb128: okay [11:54] seb128: hey! Have time for another binNEW ;) ? This time quite trivial as it's a standard mir soversion bump: https://ci-train.ubuntu.com/job/ubuntu-landing-021-2-publish/1/artifact/mir_xenial_packaging_changes.diff [11:54] +1 [11:55] (are we sure the .pc removed is not used?) [11:56] lunch now, bbiab === mzanetti_ is now known as mzanetti [12:16] trainguards, silo 21 is still undergoing testing, found an 11th hour bug... please don't publish just yet [12:17] Saviq, Mirv: ^ [12:17] I wanted to publish but wanted one of the merges approved, and good thing it was unapproved as it wasn't ready for release ;) [12:17] seb128: thanks! :) [12:18] thanks kdub [12:18] I'm not sure how it went to QA granted yet, it was toggled to "QA needed" briefly, and then back to "QA required" a few minutes later when the bug was found [12:23] We had a train derailment, maybe it got switched back then === alan_g is now known as alan_g|lunch [13:45] sil2100, kdub, ack :( === alan_g|lunch is now known as alan_g [14:13] "jenkins is preparing to shut down", should I not start jobs? [14:14] or will they just get picked up when it's back up again? [14:17] sil2100, the release notes for OTA 8.5 don't mention background playlists in media-hub [14:18] jhodapp: ah, right, we had to pull that in with the fixes, right? [14:18] sil2100, yes indeed [14:36] sil2100, can you please dput the qtmultimedia source pkg from ppa:jhodapp/ubuntu/ppa to silo 34 please? [14:37] jhodapp: sure [14:37] ooh, double please :) [14:37] thanks [14:38] nerochiaro, the lp:camera-app/staging and lp:qtubuntu-camera/staging branches are now setup. Please let us know if there are any changes necessary [14:40] sil2100, let me know when I can do a watch only build on that silo [14:41] fginther: where do i get the packages ? [14:41] jhodapp: 5.4.1-1ubuntu19, right? [14:42] yes [14:42] jhodapp: ah, we'll need the ~overlay1 appended, right? Can I do it, or do you keep normal versioning for the overlay? [14:42] charles: you've held to this silo for two months, do you still need it or can it be abandoned to free up silos? https://requests.ci-train.ubuntu.com/#/ticket/507 [14:42] sil2100, hmm, robru has never had to do that before [14:43] Not sure what's the notation for qt packages [14:43] sil2100, pretty sure he just uploaded it as is [14:43] Mirv: hey! You append ~overlay to qt packages released to the overlay? I don't think so, right? [14:44] sil2100: usually nowadays yes, like the today's qtdeclarative was ~overlay2 [14:44] hm hmmm [14:44] and same for qtbase + qtpim [14:44] Ok, so let's do it here too [14:44] jhodapp: no worries, taking care of it :) [14:44] sil2100: here as in where? [14:45] sil2100, thanks! [14:45] Mirv, a new qtmultimedia upload from me [14:45] Mirv: qtmultimedia-opensource-src [14:45] sil2100: jhodapp: ah ok, yes, better there too [14:45] Mirv, and all of these changes are already upstreamed :) [14:45] \o/ ;) [14:46] Mirv, would you be able to push the -gles package after sil2100 is done? [14:46] silo 34 [14:47] jhodapp: great! I hope all of them would be soon merged too in upstream so that we know they're happy with them [14:47] jhodapp: ok, package pushed [14:47] jhodapp: ok [14:47] Mirv, they already are happy with them, they just literally need to merge it [14:47] thanks sil2100 [14:51] jhodapp: I've bookmarked the following three at least: https://codereview.qt-project.org/#/c/138927/ + https://codereview.qt-project.org/#/c/142109/ + https://codereview.qt-project.org/#/c/142334/ all need formal code-review approval, after which you can also yourself click a button to try merging them to staging [14:52] anyway, let's hope they're getting there soonish [14:53] Mirv, yes they're in Yoann's hands [14:54] jhodapp: btw I'm not sure if you noticed but tsdgeos filed bug #1523407 - since Unity 8 is doing dual landings (=same code for vivid + xenial), they will need the code to be exactly as it is in upstream also for xenial before they can start utilizing features. so there's some work for January there, to make vivid even more identical upstream and then of course syncing up everything to xenial [14:54] bug 1523407 in Canonical System Image "Playlist support in vivid+overlay and Xenial is different/non compatible" [High,Confirmed] https://launchpad.net/bugs/1523407 [14:55] and I think it was the comment #1 that they then agreed is the correct way, unlike what Albert wrote in the description :) [14:55] otherwise xenial would need to lie about its version [14:55] Mirv, yes that's a story currently in progress for my team's current sprint [14:55] jhodapp: yw! [14:56] jhodapp: ok! anyway, uploading the gles now to the same silo [14:56] Mirv, thanks! [14:56] Mirv, we did the first steps already of syncing media-hub and gstreamer versions across vivid and xenial, next comes the higher level stuff like qtmultimedia and qtubuntu-media [14:58] nerochiaro, oh, let me fix that [15:00] jhodapp: ok, I noticed the gstreamer ones. I think with time you could even move to dual landings (or even the next one could be such potentially). [15:00] the teams that are doing those generally seem pretty happy with the less complexity [15:01] Mirv, yes indeed [15:01] Mirv, oh I really want to get there, it is a little annoying because we used to be told to just ignore wily landings [15:01] now it's the opposite [15:36] nerochiaro, I fixed the missing debs. I've retriggered the build for https://code.launchpad.net/~uriboni/camera-app/no-permissions-dialog/+merge/279260 [15:36] fginther: ok, so every MR that is submitted against these two branches will have packages rebuilt automatically and jenkins will post a note on the MR ? [15:37] nerochiaro, yes, that should all be working now [15:37] fginther: thanks [15:39] jibel, does this bug only happen on arale or have you seen it on krillin as well? https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1479036 [15:40] Ubuntu bug 1479036 in media-hub (Ubuntu RTM) "/usr/bin/media-hub-server:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::ubuntu::media::HashedKeyedPlayerStore::player_for_key" [Critical,Confirmed] [16:19] Mirv, why do we need silo 5 at all on the overlay? it has nothing to do with the phone, does it? [16:29] trainguards, I would need a silo for https://requests.ci-train.ubuntu.com/#/ticket/793 [16:29] sil2100, Mirv ^ [16:29] On it! [16:29] * tvoss making sure the request is seen [16:30] trainguards, what does "Diff missing" mean when in silo status for a set of packages? [16:33] can we get the ubuntu-ui-toolkit/ubuntu-themes silo force merged? [16:33] Saviq: not sure what causes that to happen, but usually a DIFF_ONLY build should help in that case [16:33] I want to do another ubuntu-themes landing today before holidays and it's getting tight ... that one already migrated but I guess no way to force merge one component only? [16:34] uitk is still doing autopkgtests [16:34] jibel: it's for people like kenvandine who run overlay on their desktop for development purposes. [16:34] seb128: yeah, no standard way of doing that, safest bet is to merge everything [16:34] sil2100, can you do it? [16:35] seb128: let me look into that [16:35] sil2100, I think it might be a failed build job causing it [16:36] seb128: hmm, I see it's landed, the changes should be merged? [16:36] https://requests.ci-train.ubuntu.com/#/ticket/778 ? [16:36] Saviq: train's diffs are not there. either run build job normally or with DIFF_ONLY for a no-op [16:36] I just had a build with that bombed because of conflicts [16:36] Mirv, ack [16:38] seb128: hmm, interesting! The landing didn't have an ubuntu-theme merge in it [16:38] hum? [16:38] seb128: or maybe it did but during the train outage it got nuked... [16:38] seb128: it did have the ubuntu-theme package tho [16:38] so we need to manually merge? [16:39] https://code.launchpad.net/~ci-train-bot/ubuntu-themes/ubuntu-themes-ubuntu-xenial-landing-060 [16:39] sil2100, ^ [16:39] I suppose we need to manually merge as the train obviously forgot about this merge completely [16:39] A bzr push --overwrite is what the train usually does [16:40] k, I can do that that [16:41] seb128: thanks! And sorry for this, I suspect the derailment to be the cause of this situation [16:42] trainguards, could you assign this silo for me? https://requests.ci-train.ubuntu.com/#/ticket/794 [16:42] renatu: assigning! === sil2100 changed the topic of #ubuntu-ci-eng to: Train trouble? ping trainguards | CI problems? ping cihelp | Train: http://bit.ly/1hGZsfS | QA Signoffs: http://bit.ly/1qMAKYd | Known Issues: CATASTROPHIC TRAIN FAILURE restored from stale backup, please do your best, I'm sorry. Please run "DIFF_ONLY" build job on your silos. Also, low on silos! [16:45] sil2100, thanks [17:33] bfiller, renatu silo 55 approved [17:35] jibel: thanks [17:37] jibel: looks like 45 landing as well, hope we don't have to rebuild 55 as 45 has address book as well? [17:52] trainguards: I would like to ask for a silo - https://requests.ci-train.ubuntu.com/#/ticket/796 [17:54] Mirv: sil2100: ^ === alan_g is now known as alan_g|EOD [18:14] Is here a trainguard at this hour? [18:44] bzoltan_: all 60 are assigned right at the moment [18:44] bzoltan_: I'll clean my qtdeclarative one since I follow up it anyway [18:46] bzoltan_: ok you have silo [18:47] bzoltan_: kicked a build too [18:53] Mirv: thank you! [20:40] trainguards: can i get a retry on https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-041/+build/8448901 please? [20:47] dobey: on it [20:50] robru: thanks [20:50] dobey: yw