[00:05] ribru: yep. i think that's i386 [00:05] ribru: we'll see if it'll succeed. anyway, i'm going to watch a bit of the world series and check in now and then [00:06] barry: ok cool. I'm nearing EOD but should be around later if anything comes up [01:06] trainguards: any idea what this is about: https://ci-train.ubuntu.com/job/ubuntu-landing-026-1-build/12/console ? === fginther changed the topic of #ubuntu-ci-eng to: Need a silo? Ping train support: trainguards | Need help with something else? Ping vanguard: cihelp | Train Dashboard: http://bit.ly/1mDv1FS | QA Signoffs: http://bit.ly/1qMAKYd | Known Issues: robru broke 3 ribs [01:23] boiko: no, I've seen that before but haven't been able to figure it out yet. I think the package was uploaded in the PPA though, so if you just do a WATCH_ONLY it should be fine. [02:56] barry: just noticed your build failed with a bunch of timeouts, so I retried it [03:04] === trainguards: RTM IMAGE 138 building (started: 20141030 03:05) === [03:05] You know you need to go to bed when... "imgbot says..." [04:21] ribru: hey, still around? thanks for the retry. looks like it's now built === chihchun_afk is now known as chihchun [05:11] mornings [05:19] barry: bedtime soon ;-) need something? [07:16] sigh for adding new Qt private header users [08:53] sil2100: ^ so Zoltan is on holiday, I made a branch and preparing for landing. I just don't have any history on the topic other than I remember he mentioned it during the spring and there is a "stupidly easy fix". at least it affects only tests, so maybe if UITK AP is fine it could be considered for releasing... [08:55] * sil2100 looks at the change [08:56] Mirv: yeah, I think it's reasonable to only check autopilot results for UITK in this case [08:56] that's the comment #5 from dandrada on bug #1382414 [08:56] bug 1382414 in Ubuntu UI Toolkit "New qtmir makes UITK AP tests fail" [Critical,In progress] https://launchpad.net/bugs/1382414 [08:56] But I already remember a branch from ricmm I think [08:56] sil2100: but but, are "our" blockers approved by product team, I was wondering? [08:57] sil2100: there's nothing attached to the bug report though. [08:57] no UITK branches at https://code.launchpad.net/~ricmm/ [08:57] Mirv: infrastructure blockers are a bit different, but I'll make sure PT is aware [08:57] sil2100: ok, thanks === chihchun is now known as chihchun_afk [09:09] hmpf ... seems we have lockfile issues on the image builder === karni is now known as karni-brb [09:17] Morning all [09:19] Morning [09:19] davmor2: good to hear that currently we have just that unity8 blocker :) [09:19] + the autopilot one I personally added [09:20] hmm, i just got an SMS with no sound [09:21] oh, volume was turned down ... [09:21] (turning it up again restarted my session though) [09:22] ogra_: haha yeah that fix really needs to land :) [09:23] davmor2, well, if we only could build any images now :P [09:23] ProtocolError: for all images ... yay [09:24] ogra_: man you developers you are set on destroying the world with your code ;) [09:24] lol [09:24] this time it is datacenter admins, not developers [09:25] yay for lockfiles [09:25] ogra_: yeah cause there is no code stored in a datacenter right.......wait a minute, you're trying to trick me ;) [09:25] :P [09:30] woah [09:30] my session *didnt* restart [09:30] * ogra_ just noticed the phone is still on the spinner [09:30] * ogra_ reboots hard === karni-brb is now known as karni [09:48] o_O [09:55] ogra_, who's the best person to ask how to deal with the idle level issue? [09:55] ogra_, assuming it's being calculated correctly [09:56] brendand, i guess plars has dug deepest into it from a test side ... or do you mean for deciding about raising the value ? [09:57] ogra_, yeah - if the test is telling the truth then we either need to fix something in the system to make it better, or raise the value [09:58] ogra_, do we even know if one component is at fault? or it could be many [09:59] brendand, well, i think we should invest a day and go through all topbefore/after logs and grep out the top consumers to get some heuristics [09:59] and on that base make a decision [10:00] (assuming the numbers are right) [10:02] ogra_, http://dev-jenkins.ubuntu-ci:8080/job/utopic-touch_stable-krillin-smoke-daily/433/artifact/clientlogs/sudoku_app/topbefore.log/*view*/ [10:03] ogra_, unity8-dash - 81.8%! [10:03] yeah [10:03] the question is for how many iterations [10:03] ogra_, nearby 64, news 34 [10:03] remember, each top loop is only a snapshot [10:05] brendand, we should grep the first 5 lines out of each loop, collect the top consumers from that and take the average ... [10:05] if we do that for a bunch of runs we should find the bad guy [10:05] (thats why i said we should invest a day, i meant that literally, it will take time to collect) [10:06] ogra_, hmm yeah. it's only that high for the last couple of iterations [10:06] and we should compare to mako === chihchun_afk is now known as chihchun [10:06] if the same process does the same there but simply stelles faster then i guess we cant do much about it (except make the app faster or some such) [10:07] *settles [10:07] in that case i would vote for adjusting the value (but also let the app owner know) [10:09] wget -O- -q http://dev-jenkins.ubuntu-ci:8080/job/utopic-touch_stable-krillin-smoke-daily/433/artifact/clientlogs/sudoku_app/topbefore.log/*view*/|grep PID -A3|grep -v ^PID [10:09] brendand, that gives us the three top consumers of each run [10:10] ogra_, is mako ok? [10:10] hmmmm I guess this is a bad thing right 15138 phablet 20 0 275220 48168 25044 S 95.5 4.9 17:55.60 system-set+ [10:10] how do you mean ok ? [10:11] ogra_, i'm wondering is the negative value in this run being ignored? http://dashboard.ubuntu-ci:8080/smokeng/utopic/touch_stable/krillin/136:20141029.1:20141028-3ca60be/643/sudoku_app/225287/ [10:11] ogra_, by ok i mean do settle tests fail there or not? [10:11] it think they do but sinificantly less [10:11] ah, wait [10:11] wget -O- -q http://dev-jenkins.ubuntu-ci:8080/job/utopic-touch_stable-krillin-smoke-daily/433/artifact/clientlogs/sudoku_app/topbefore.log/*view*/|grep -v "top -c -b -d 6 -n 5"| grep PID -A3|grep -v ^PID [10:12] this is a better command ... filterin out top itself first [10:16] wget -O- -q http://dev-jenkins.ubuntu-ci:8080/job/utopic-touch_stable-krillin-smoke-daily/433/artifact/clientlogs/sudoku_app/topbefore.log/*view*/|grep -v "top -c -b -d 6 -n 5"| grep PID -A3|grep -v ^PID|cut -d' ' -f9,12 [10:16] and that gives us a nicer formatting [10:16] * Saviq split up the unity8 mega silo, only includes what's already in rtm now [10:16] (cpu percentage and processname) [10:17] brendand, so using that line above over a bunch of topbefore/topafter logs should give an impression what is keeping the system busy [10:18] * ogra_ ponders ... [10:18] how about we cut out everything starting with 0. [10:20] brendand: https://code.launchpad.net/~psivaa/ubuntu-test-cases/skip-unity-8-for-utopic/+merge/235791 is a sample of how we skip tests for a certain channel. similar could be done but as you could see it's a little ugly [10:21] psivaa_, well yeah it is a bit hacky, but if that's the best we can do for now with the system we have [10:21] sil2100: this is what i have for the vivid test setup from plars: [10:21] plars> fginther|away, josepht: so it looks like we might have vivid images in devel-proposed soon, going to try to update stuff tonight but there's no new distro-info-data package yet, so have to hack around that for now [10:21] ogra_: if you cut out 1's too that get rid of all the binary ;) [10:22] sil2100: plars is at a conference, i'll ping him about the progress when i get hold of him later [10:22] psivaa_: ok, thanks :) [10:22] davmor2, lol [10:24] brendand, so looking at it with the ablve command (and ignoring the first three runs where the session still settles down) i see dbus-daemon, upowerd and indicator-power being the busy ones ... with an occasional spike of unity8 [10:25] which makes me think if mako would look different that krillin is simply very chatty with upowerd [10:25] keeping the dbus noisy [10:25] thats just a guess thogh, we have to compare mako [10:32] ribru: Binary syncs aren't discouraged in any kind of long-term way, and are often still appropriate; the probability of failure is just a bit higher than usual since vivid and 14.09 are diverging a fair bit at the moment. I'd appreciate you not ripping out that code. [10:32] A package with long build times but uncomplicated and easily-analysed dependencies is still likely to be appropriate for binary syncing. [10:33] ogra_, i run it on my krillin and nothing seems to ever take more than 2% [10:34] ogra_, except for unity8 on a couple of occasions [10:34] ogra_, but it still fails [10:34] ogra_: any news on the image builds? [10:36] ogra_, i think i understand what's going on now [10:40] sil2100, can I get silo for row 30 please [10:40] ogra_, so basically the script wants the system to reach a certain idle level, for some reason krillin can't do that [10:40] ogra_, spikes shouldn't affect the outcome [10:41] Saviq: oh no, is that a new one? [10:41] ogra_, rather one of the things you mentioned is keeping krillin constantly above that level [10:41] * sil2100 prepares the manual prepare_silo job [10:41] sil2100, it is, I needed to split the big one [10:41] ogra_, the question is whether we can fix that or it's just something we need to accept [10:42] sil2100, it was too big to understand issues that we've noticed [10:42] ogra_, i'm not that knowledgable about these things, but any chance the lower clock speed could make a difference? [10:43] Saviq: assigning [10:43] Mirv, ogra_, asac, ribru: I guess it's time to draw the line [10:44] NOTICE! Landings going on halt! === sil2100 changed the topic of #ubuntu-ci-eng to: Need a silo? Ping train support: trainguards | Need help with something else? Ping vanguard: cihelp | Train Dashboard: http://bit.ly/1mDv1FS | QA Signoffs: http://bit.ly/1qMAKYd | Known Issues: CI Train on halt! No non-blocker landings accepted until image promotion! [10:44] sil2100, awwww [10:47] Mirv, did that camera-app landing make it in? [10:47] sil2100, thanks [10:47] Mirv, it has test fixes that are wanted [10:51] brendand: I published it since that was a pre-requirement for newer .click to build, kicked a .click build and asked bfiller to have it uploaded when it's ready. I'm not sure if it made it in, but if not I can also upload it. [10:51] it's over here http://s-jenkins.ubuntu-ci:8080/job/camera-app-click/149/ [10:52] Mirv, yeah it would be nice to fix those tests - but i guess landings are frozen? [10:53] sil2100: are they ^ [10:54] Mirv: see topic [10:54] oh, topic [10:54] :) [10:54] * sil2100 prepares an announcement e-mail [10:55] can I have a silo for row 92 please [10:55] there are two bugs from the wishlist list and three bugs not there [10:57] correction, three bugs from previously accepted rtm critical fixes, two not === psivaa_ changed the topic of #ubuntu-ci-eng to: Need a silo? Ping train support: trainguards | Need help with something else? Ping vanguard: psivaa | Train Dashboard: http://bit.ly/1mDv1FS | QA Signoffs: http://bit.ly/1qMAKYd | Known Issues: CI Train on halt! No non-blocker landings accepted until image promotion! [11:01] sil2100: will you send mail on the halts? [11:01] thanks [11:01] or are we happy enough with /topic nowadays [11:01] (could be :)) [11:02] psivaa_, how does ci handle the lock screen? [11:02] psivaa_, does it disable that completely? [11:02] brendand: that's unlocked for every test suites [11:02] reboot and unlock [11:03] psivaa_, ah - and what kind of security is set for it? is it passphrase? [11:04] brendand: i think it's u-d-f --password [11:04] psivaa_, yeah - this is bad [11:04] psivaa_, there is a huge bug ATM caused by that [11:05] psivaa_, it could have an unknown impact on our smoke tests [11:05] brendand: bug caused by using password? [11:05] psivaa_, any chance it can be changed to pin? [11:05] psivaa_, https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1373985 [11:05] Ubuntu bug 1373985 in maliit-framework (Ubuntu) "foreground app doesn't get activated after we leave the lock screen" [Undecided,In progress] [11:06] asac: yes, just sent one :) [11:06] psivaa_, it's a maliit bug so doesn't happen with pin [11:07] As mentioned above, it was still in the works [11:07] brendand, davmor2, ToyKeeper, elopio: just so you remember - no landings besides blocker landings o/ [11:07] * sil2100 is still waiting for some info from ogra_ regarding image builds [11:07] brendand: i dont think changing it to pin is difficult, but altering the flashing just to overcome a bug does not seem to be right [11:08] psivaa_, no far better to fix the bug [11:08] i'm sure i'll be asked a lot of questions when i try to do this change :) [11:08] sil2100, this bug is causing smoke testing failures too now - and lot's of functional issues - https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1373985 [11:08] Ubuntu bug 1373985 in maliit-framework (Ubuntu) "foreground app doesn't get activated after we leave the lock screen" [Undecided,In progress] [11:08] sil2100, would be good to have it on the email [11:09] * sil2100 looks [11:18] sil2100, should work again [11:18] sil2100, colin removed the isotracker check for the moment [11:19] === trainguards: RTM IMAGE 138 DONE (finished: 20141030 11:20) === [11:19] === changelog: http://people.canonical.com/~ogra/touch-image-stats/rtm/138.changes === [11:19] see :) [11:20] You don't have permission to access /~ogra/touch-image-stats/rtm/138.changes on this server. [11:20] because it doesnt exist :P [11:20] checking [11:20] heh [11:21] pardon my ignorance - so the train is on halt, does this also affect click on vivid? i.e. I would like to make a new release soon(ish) of click. but the train on halt means that we also stop vivid images, right? [11:22] i would hope vivid is still flowing :) [11:22] but i might be wrong [11:22] what is vivid? [11:22] hmm [11:22] * Wellark hides [11:22] * ogra_ doesnt see 1030 at http://cdimage.ubuntu.com/ubuntu-touch/ubuntu-rtm/14.09/daily-preinstalled/ [11:24] trainguards: I have fix for two top blockers for RTM waiting for a silo and I see plenty of them available for rtm. *wink* *wink* :) [11:24] i wonder if there is more fallout from the inccident :/ [11:24] line 92 [11:25] ogra_: seems we can build images again? [11:25] well done! [11:25] ogra_: which incident? [11:25] asac, well, only partially ... seems the roootfses dont reach the cdimage server ... [11:26] kk [11:26] there is a lot of stuff down atm [11:26] (no idea how that would affect rsyncing the images from nusakan to cdimage though, it shouldnt) [11:26] ogra_,sil2100: for the record I didn't remove it, I just made cdimage carry on if it can't contact the tracker at all [11:27] cjwatson, ah, thanks ... would perhaps be good to have a switch for the future in case you are not around [11:27] ogra_: (a) you could have made the very same change, it didn't particularly require me (b) no need for a switch [11:27] ok [11:29] Hm, I wonder if I didn't quite get it right [11:29] is sync-mirrors using similar checks [11:29] or the wrapping call ... [11:29] Not sync-mirrors, but there's a stage in between I missed [11:31] ogra_: fixed harder, synced mirrors [11:31] thanks :) [11:33] popey, try now [11:33] It's there! [11:33] :) [11:33] and indeed system-image goes off the local filesystem so should have been unaffected [11:33] yeah, only the changelog generation uses cdimage [11:34] i should move that some day ... [11:34] Wellark: you have silo rtm-003. rtm-013 is probably not going to land. [11:34] (like i should move the bot) [11:34] Mirv: not going to land? [11:34] tvoss: ^ [11:34] Mirv: thanks! [11:35] * ogra_ points to Wellark's inbox :) [11:40] Wellark: word back, 013 might land too but it's anyway not yet upstream tested so if you're quick 003 might land first... [11:41] psivaa_, did one krillin (krillin-09) fall over in 138 smooketesting ? [11:41] or is that an older dashboard entry [11:42] oh, seems to be older [11:42] ogra_: so, is the 138 progressing? [11:42] seems like [11:42] i dont see all tests listed yet [11:43] ogra_: yes, it did. let me kick that one again [11:43] Wellark, on rtm-proposed, my sim is not recognized anymore. Is that a known issue? [11:43] did you run out of credit ? [11:43] tvoss: krillin? [11:44] Wellark, ack [11:44] * ogra_ has both sims here (though i'm one image behind) [11:44] ogra_, sim with contract [11:44] ah [11:45] * ogra_ upgrades to 138 [11:45] ogra_, my sim is pin-locked, too [11:45] i have one locked and one open ... [11:45] (open one is prepaid ... the other one is contract) [11:46] tvoss, some people had that issue in mako, but never ran into it with krillin [11:46] tvoss, what does indicator-network show? [11:46] abeato, offline for both sims [11:47] sil2100: it does not look like I'm getting a full UITK AP run.. I've now been running after --bootstrap flashing my mako with latest rtm release, but it simply seems to stop at some point. do you think someone else could test it? maybe krillin, if the results would be easier to obtain than on mako? [11:47] tvoss, ok, could you paste the output of /usr/share/ofono/scripts/list-modems ? [11:47] abeato, Wellark http://pastebin.ubuntu.com/8745974/ [11:48] sil2100: among symptoms I have /lib/systemd/systemd-udevd keeps respawning all the time, while when it "halts" (Unity8 still works, but tests don't proceed) there seems to be a mirscreencast process that doesn't go away (hanged?) [11:48] ogra_: "The Product Team will probably still consider some exceptions" [11:48] if I kill the mirscreencast process (needs -9), I get unity-system-compositor crash and unity8 restarts [11:48] sure [11:49] please considersilos rtm 013 and rtm 003 as exceptions [11:49] tvoss, hm, looks like you were in flight mode [11:49] Wellark, we are not the product team [11:49] tvoss, is that the case? [11:49] wrong channel [11:49] ogra_: who is? [11:49] dude [11:49] the guys that bllock your landings since two weeks :P [11:49] sorry, haven't seen a org chart [11:49] nobody has blocked anything on me [11:49] I only have TOP BLOCKERs ;) [11:49] victor, olli, pmcgowan as announced serveral times over the last two weeks [11:50] well stuff in 013 and 003 fix only top blockers [11:50] so if anyone krillin wants to test UITK, please see silo https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu-rtm/landing-011 to your sources.list , apt upgrade to it, apt install ubuntu-ui-toolkit-autopilot, and run phablet-test-run [11:50] they decide what goes in ... talk to one of them to get an exception [11:50] doesnt help to moan in here ... [11:51] * ogra_ notes his location indicator is gone on 138 [11:52] tvoss, smells like there still is some race [11:52] ogra_: they are all offline, so where else could I moan ;) [11:52] dis/enabling location in system-settings makes it show up [11:53] + they usually hang out on this channel, so.. [11:53] Wellark, victorp usually comes online around this time ... try #phablet [11:53] ack. [11:54] ogra_: if it is disabled in system-settings and you open a location based app does it show up then? [11:54] davmor2, dunno, i just tied to get the indicator back ... now it is there again [11:55] let me reboot, perhaps i hit the same race again [11:55] it wasnt off or anything ... just the indicator missing [11:56] nope, this time it is there [11:59] * Mirv physiotherapist, and Qt telco immediately after that [11:59] * sil2100 goes off to prepare lunch [12:00] abeato, probably [12:01] tvoss, then just unset flight mode ;) [12:01] abeato, flight mode isn't active in the indicator and urfkill says false for flight mode [12:02] tvoss, using the urfkill script? [12:03] abeato, according to http://pastebin.ubuntu.com/8746071/ [12:03] ok [12:05] tvoss, following in #phablet? [12:06] abeato, sure === chihchun is now known as chihchun_afk [12:29] sil2100, is vivid silo 12 configured correctly https://ci-train.ubuntu.com/job/ubuntu-landing-012-1-build/55/console ? [12:43] brendand, http://paste.ubuntu.com/8746386/ .... (i guess i should one day make a branch of all these tools i use) [12:44] brendand, very interesting: the last mako rtm build had a dropping-letters hang that has systemsettle issues ... the output is pretty informative with that: http://paste.ubuntu.com/8746387/ [12:50] Mirv: shall I upload the camera click now? [12:53] bfiller: according to topic we'd be frozen for blockers only, so my understanding would be that no [12:54] Mirv: ok, I think I'll upload it and then we can wait to approve until deemed open. I was approved for the wishlist anyway.. [12:57] ogra_: on 138 if you slide down the battery indicator do you see auto brightness? [12:57] trainguards, can you please publish vivid silo 9 for me [12:57] davmor2, yep [12:57] trainguards, and reconfigure vivid silo 5, added qtmir there [12:58] then how come I don't sanity test blocker number 2 :( not looking good guys [12:59] davmor2, i think the autobrightness thing is old ... there was a thread about it on ubuntu-hone quite a while ago (two weeks perhaps) [13:02] Saviq: o/ [13:03] ... [13:04] Saviq: ok, so I reconfigured the wrong silo, but well, nevermind that! [13:04] sil2100, should be fine after a watch_only, no? [13:04] Saviq: yeah, let's wait for it to finish reconfiguring, but my brain mixed up the order [13:04] Good thing I didn't publish the other one [13:04] ;) [13:08] hey trainguards, is there a chance that I can get a vivid silo for line 94 (click)? [13:08] mvo_, you have access to the assign function no? ;-) [13:09] bfiller: ok. [13:09] seb128: hmmmmmmm [13:09] seb128: I guess I do === alan_g is now known as alan_g|lunch [13:11] mvo_: ;) [13:12] * mvo_ assigns himself a silo or two === josepht changed the topic of #ubuntu-ci-eng to: Need a silo? Ping train support: trainguards | Need help with something else? Ping vanguard: josepht | Train Dashboard: http://bit.ly/1mDv1FS | QA Signoffs: http://bit.ly/1qMAKYd | Known Issues: CI Train on halt! No non-blocker landings accepted until image promotion! [13:14] https://docs.google.com/a/canonical.com/document/d/14L2Be36VRMQoWvbhguQu4D_lNQlhtmb3oMwbaGsAj2M/edit#heading=h.z2457fdjyl35 [13:14] zbenjamin, Mirv ^^ [13:16] Mirv, is that you? hard to hear [13:17] sil2100, publish 9 please [13:17] pmcgowan: android emulator based [13:18] ribru, olli so, rtm/4, what's next? === karni is now known as karni-lunch [13:23] pmcgowan: ^^ perhaps [13:27] pmcgowan: thanks for the doc [13:27] ogra_, so that looks like an actual bug [13:27] ogra_, whereas the krillin thing is maybe something more fundamental [13:28] brendand, yeah, just wanted to demo how it looks with an actual hanger [13:29] brendand, if i find time on the weekend i'll probably write a parser that pulls all top logs autmatically and generates us a regular report [13:29] (for one image run) [13:30] Saviq: puiblishing! [13:30] Saviq: btw. spreadsheet was b0rked and your silo didn't want to get marked as ready for release [13:30] thostr_, silo 15 doesn't look related to what we discussed? [13:30] sil2100, ^ [13:30] sil2100, b0rkiness! [13:31] sil2100, ah, unapproved, checing [13:31] sil2100, ready agan [13:31] +i [13:32] olli: why 15? [13:32] thostr_, because i can't read [13:32] I guess you said 5 [13:32] oops [13:32] sil2100, ^ [13:32] :) [13:33] thostr_, but how does #5 relate to blank scopes? [13:33] olli: that's the qtmir fix to not suspend dash [13:34] silo 5... I read ubuntu-push-qml [13:34] Saviq, ^ is that possibly #10 [13:34] olli: it's vivid silo 5 [13:35] and rtm silo 13 [13:35] that's the kind of mess... [13:35] olli, thostr_, yes vivid 5 (that's in flux right now) and rtm 13 [13:36] *no* [13:36] rtm 10 [13:36] 13 is just for crashes [13:36] :) [13:36] so, to summarize: rtm 5 and 10 is what we need to make the image stable...hopefully [13:36] no [13:37] f..ck [13:37] lol [13:37] nice... [13:37] that's blank scopes, totally no scopes aka black scopes is something I don't know yet where's it coming from, but both rtm 10 and 13 have potential there [13:37] straightforward as it seems [13:37] Silo 13 is what we need for unity8 crashes [13:37] rtm 10 and 13 that is [13:37] ↑ [13:37] thostr_: what does silo 10 fix? [13:38] sil2100: that's the qtmir things, no? saviq? [13:38] sil2100, yeah, that's me, it's syncing rtm with unity8 trunk [13:38] sil2100, and now's the time when you tell me I can't do that [13:38] and I go to a corner and slit my wrists [13:39] * ogra_ brings a bucket [13:40] this got real dark real fast [13:40] i just want to save the carpet of our chatroom [13:44] sil2100, I'll have to redo vivid silo 5 then to only include changes relevant for rtm blockers [13:44] sil2100, and do a sync silo from that [13:45] * olli hands ogra some episodes of Dexter [13:45] :) [13:49] traingaurds: what do i need to do to actually rebuild the packages in a silo ppa that have already built/published in that ppa? i can't seem to get the train to force new package uploads [13:49] tvoss, is 13 going to be ready for sign off soon? [13:49] dobey, which silo? [13:49] brendand, yup [13:50] Saviq: ubuntu/landing-014 [13:50] brendand: once 13 is in, you might want to champion 3 :) [13:50] brendand: has a fix for this: https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1374419 [13:50] Ubuntu bug 1374419 in indicator-network (Ubuntu RTM) "[TOPBLOCKER] Threading issue with the MenuModel Updates" [Critical,In progress] [13:50] but needs 13 to go in first [13:50] Wellark, i do like 3 (and not just for the gratuitous Symbian reference) [13:51] Wellark, but i think we want to land just the blocker fixes first [13:51] dobey, that's a sync silo [13:51] dobey, once it's built, it's there [13:51] dobey, you'd have to bump version to rebuild [13:52] dobey, why do you need to rebuild it btw? [13:52] brendand, so i went though all systemsettle issues on 137 with my script ... upower clearly keeps dbus busy ... sometimes there is pulse on the list ... i think we shoulld a) raise the threshold a slight bit ... *but* ... have a bug to reaserch why upower keeps the bus so busy ... [13:52] ogra_, let's drag rsalveti in :) [13:52] Saviq: it was built before the new u-d-m landed in vivid, and now that it's in vivid, we need to rebuild against it as it was an abi break [13:52] brendand, i think ondra- did some reasearch of that before [13:53] brendand, and here is the topafter from the unity8 test on krilllin rtm 137 ... this is really interesting http://paste.ubuntu.com/8747221/ [13:53] dobey, then you need to ask a trainguards to bump the ubuntu$ version in there and reupload to force a rebuild [13:54] ogra_, that's our friend unity8 crash no :) [13:54] yeah [13:54] dobey, and then you'll have to sync that bump to your trunk [13:54] the interesting bit is that it keeps media-hub runnint at 100% [13:55] *running [13:55] that is broken :-/ [13:55] which will most likely cause later crashers [13:56] brendand, but this is the only systemsettle where we really have some high consumer ... all the others are just upower dbus noise [13:57] Saviq: why can't the jenkins build job just grab the existing builds through launchpad api, and do retry() on them? [13:57] so i think we are good for adjusting the test as long as we keep an eye on that bit [13:57] (and if we find something ... lower tthe test value again) [13:57] dobey, because they're not failed? [13:58] dobey, and you can't have two binary packages with the same version in any ubuntu archive [13:58] sil2100, see backlog of the last ten mins (about systemsettle) [13:58] dobey, there's no "overwriting" packages [13:58] ogra_: doing in a moment [13:58] take your time, not urgent :) [14:00] * sil2100 has a meeting now so it might take a moment [14:00] ;) [14:03] * Mirv back from meeting [14:04] === trainguards: IMAGE 299 building (started: 20141030 14:05) === [14:04] maybe we should just cheat here, since u-d-m cheated too [14:04] davmor2: brendand: do you have any krillin free time to test (UITK AP only) the rtm-011? [14:05] davmor2: brendand: on mako I'm not getting them to finish, even if unity8 would not crash. seems a possible Mir(screencast) issue or such. [14:05] ogra_, sergiusens: should we just copy+rebuild unity-scope-click from rtm -> vivid directly, since ubuntu-download-manager was done that way? [14:05] Mirv: nope I'm testing on mine [14:05] uh [14:05] ignore the imgbot [14:05] * ogra_ is switching it over to vivid [14:06] davmor2: ok [14:06] Mirv, can you publish vivid silo 9 for me please [14:07] Saviq: yes [14:07] Mirv, maybe - just double checking a few things for davmor2 [14:09] brendand: ok, thanks for trying. I'll experiment with UITK testing with ro image, but I guess that's not possible since we don't have autopilot on the image anymore. [14:10] Mirv, thanks! [14:12] dobey, is unity-scope-click newer inr rtm than it was in utopic ? [14:13] ogra_: yes [14:13] if it doesnt have a ~rtm version string etc that should be doable then [14:13] ogra_: and new udm breaks abi, and autopkgtest for unity-scope-click fails now [14:13] ogra_: i think it has the ~rtm because ci train :( [14:14] hmm, thats bad, then i would suggest rather a vivid silo [14:14] Mirv: hey, since I was away at lunch - how's the UITK test fix going? [14:14] * dobey bangs his head against a train car [14:15] sil2100: no update from my update to you 1.5h ago, ie I'm not able to get the tests to finish on mako, therefore asking for any krillin user ^ to try it. [14:15] oh, 2.5h ago, that is [14:16] sil2100: it's probably not related to the change in anyway, but Mir or Unity8 or such [14:16] so it might be it'd work on krillin [14:19] dobey, basically, seems like now's the time to split trunk and rtm branches === karni-lunch is now known as karni [14:33] or having things not break underneath me while trying to get stuff done, would also be nice [14:34] trainguards: can you destroy ubuntu/landing-014 silo? this is apparenlty not going to work and now we have to do extra work to get the fix into vivid. :-/ [14:38] Mirv: if I have a moment after the meeting I could try that on krillin [14:38] Mirv: any specific way of running it required? [14:38] ribru, think we could make 123456 strings in the train dashboard active, opening the bug in target=_blank [14:38] ? [14:39] for the description that is [14:40] should be simple to just point to http://pad.lv/$bugnumber [14:44] sil2100: not that I'm aware off. about this http://pastebin.ubuntu.com/8747718/ ie usual [14:45] Mirv: oh, you not using the citrain tool? :) [14:47] sil2100: "the citrain tool"? if you mean Zoltan's script, no I've not modified it to run UITK tests only. [14:47] tvoss: how's silo 13? [14:47] Mirv: no no, phablet-tools-citrain I mean [14:47] sil2100, building [14:48] Mirv: like, citrain device-upgrade [14:48] sil2100: eh.. installing [14:48] sil2100: I did hear people using something like that, it didn't occur to me it's in archives! [14:48] and dont step on the tracks :) [14:48] Mirv: hah ;) [14:48] sil2100: oh right, but it uses the apt trick from me anyway :) [14:52] Mirv, i can try that silo now - which one was it? [14:52] trainguards: could I please get a reconfiguration of silo rtm-3 ? [14:53] Wellark: sure [14:53] sil2100: thanks! [14:53] jhodapp: hi! I made a small branch for this: https://bugs.launchpad.net/mediaplayer-app/+bug/1387691 [14:53] Ubuntu bug 1387691 in unity8 (Ubuntu) "Media Player should not be visible in the app scope and launcher" [Undecided,Incomplete] [14:53] sil2100: also could you check (when you have a minute) why the Status field in line 92 is not updating [14:53] Wellark: so, I see it has dbus-cpp - remember that we have a critical landing for dbus-cpp in the works [14:53] alecu, excellent...is it ready for testing and approval? [14:53] sil2100: oh, you are good. now it updated [14:54] Yeah, just fixed it ;) [14:54] sil2100: yes. tvoss requested I get one of the MP's out of that pending dbus-cpp silo [14:54] sil2100: and in the comments the dbus-cpp silo is mentioned [14:54] jhodapp: yes, I think it's ready to build on an rtm silo and test it [14:54] alecu, alright, can you get an rtm silo requested? [14:54] Wellark: reconfigured o/ [14:55] alecu, let me know when the ppa is ready [14:55] sil2100: thanks! [14:57] jhodapp: sure. I'll get it built then ask you to do the usual tests for it, and I'll test that click scope still works fine with that change. [14:57] jhodapp: nothing's really changing in that branch, but just to be sure. [14:57] brendand: rtm-011 [14:58] alecu, indeed...last time that landed I assumed everything would be ok but there can be unexpected bugs from that [14:58] alecu, with how url-dispatcher works [14:58] right [14:58] jhodapp: I checked that local videos can be launched from the video scope [14:59] and that seems to be working right (unlike with the NoDisplay=True change, I tried that before and it broke) [15:03] jhodapp: btw, what's the url for the media player test plan? [15:04] alecu, don't have it offhand, just navigate to the top of all test plans on the wiki and you'll find it [15:04] I guess it's this: https://wiki.ubuntu.com/Process/Merges/TestPlan/mediaplayer-app [15:05] yes [15:06] oSoMoN, on krillin, twitter webapp seems to load the static version now. it was loading the dynamic version just last week. [15:06] do you know what changed ? see: http://i.imgur.com/5SfomgK.png [15:06] dbarth, ^ [15:09] om26er_: checking [15:10] om26er_: it's the browser, not the webapp [15:10] dbarth, right, its the same there as well. [15:11] loads fine here [15:11] om26er_: which image # are you on? [15:11] Mirv, so just run the uitk AP tests? [15:12] brendand: yep. [15:12] brendand: that's what I'm seemingly unable to get done on my mako. [15:12] dbarth, r138 [15:13] barry: looks like we're waiting for qa signoff on rtm4 [15:13] Saviq: yeah I'm a little behind on the dashboard to-do list sorry [15:13] brendand: if they pass, then we have something probably worth landing. the only change was this https://code.launchpad.net/~timo-jyrinki/ubuntu-ui-toolkit/modify_test_desktopfile_lp1382414/+merge/240079 [15:13] ribru, just asking, if that's there on your list already, I'm game [15:14] ribru: yep [15:15] josepht: hi, can you reconfigure jobs like https://code.launchpad.net/~laney/libaccounts-glib/libtool-and-gi/+merge/240116/comments/590222 to run on vivid instead please? [15:16] Laney: we're in the process of adding vivid support now [15:16] ok === josepht changed the topic of #ubuntu-ci-eng to: Need a silo? Ping train support: trainguards | Need help with something else? Ping vanguard: cihelp | Train Dashboard: http://bit.ly/1mDv1FS | QA Signoffs: http://bit.ly/1qMAKYd | Known Issues: CI Train on halt! No non-blocker landings accepted until image promotion! [15:17] sil2100: did you notice yet that our vivid builds are getting versioned as 14.10.YYYYMMDD? ;-) [15:18] ribru: didn't have time to notice that, sorry ;p [15:18] Why vivid isn't set to 15.04? [15:18] Was that a mistake I made? [15:18] sil2100: dunno, I'll have to dig in that code today. [15:18] Maybe I did that by mistake when I added it [15:19] Like, in the big trance [15:19] Just typing random things on a meeting [15:19] ;) [15:19] (like now) [15:19] sil2100: there's a weird bug where vivid builds have an unhandled exception trying to open the dsc file, but I've confirmed the dsc file exists with the exact name... but it's marked 14.10 ;-) [15:20] sil2100: I've failed miserably in getting the citrain tool to work, it always tries to add wrong PPA :) [15:20] Mirv: hah! [15:20] on the last attempt it did add a PPA, for rtm, but set the series to "devel" instead of "14.09" [15:20] Mirv: did you enter the silo name as 007? [15:20] i thought that was fixed with ribru's llast changes [15:20] Mirv: since no pending zeroes! DO not add those [15:20] sil2100: I did that too, getting some funky calculation of 011 becoming 009 [15:20] Mirv: what do you mean "set the series"? citrain tool doesn't change the image series [15:20] Mirv: just use '7' instead of 007 [15:21] no james bond silos ! [15:21] Mirv: are you using the latest version? also wtf [15:21] sil2100: so I ended up then with the correct silo but with 'devel' indeed, and I don't know where it's picking that up [15:21] ribru: in the apt line, ended with "devel" [15:21] huh? [15:21] wtf [15:21] latest rtm image, citrain device-upgrade 11 0000 ubuntu-rtm [15:22] Mirv: did you try setting the distro manually? [15:22] Mirv: well that's a bug in phablet-config then, which citrain tool just wraps [15:22] Like attaching ubuntu-rtm to the end? [15:22] Mirv: ah, right... [15:22] "devel" is a fallback in add-apt-repository when working with a different distribution [15:23] and "devel" should work just fine for ubuntu-rtm/14.09 [15:23] since that's the latest series in that distribution [15:23] I got 403 Forbidden with that [15:23] that's an LP bug then [15:23] deployment bug rather than code bug, I think [15:23] it's meant to work [15:23] been outstanding for a while, didn't realise it still was, we'll need to investigate that [15:24] sil2100: with and without setting the distro [15:24] yeah, s/devel/14.09/ works, but it's unclear to me how that tool works for anybody testing rtm silos [15:24] I'll chase it up [15:24] we shouldn't change add-apt-repository, we should fix ppa.lp.net :) [15:24] lool marked bug accordingly [15:24] thanks cjwatson, something worthwhile from this experimentation (I wouldn't have needed the tool but sil2100 suggested it) [15:25] MIrwell, it definitely worked once [15:25] Mirv, ^^ [15:25] orwell, mirwell [15:25] davmor2: thanksely [15:25] * ogra_ has seen is working [15:25] *it [15:25] but thats a while ago [15:26] Mirv, we're using it all the time [15:26] brendand: I thought so, that's why it's curious why it works for you [15:27] brendand: which image channel exactly you're using? I wonder if it has anything to do with that. I'm currently using --channel=ubuntu-touch/ubuntu-rtm/devel-proposed [15:27] since I think ogra at some point stated one should not use release names preferably [15:28] Mirv, ooooh [15:28] Mirv, interesting [15:28] Mirv, try ubuntu-touch/ubuntu-rtm/14.09-proposed [15:28] Mirv, right, do not end up in a situation where you need to switch channels [15:29] once there is a new versioned one [15:29] ogra_: yeah, that's what I thought [15:29] * ogra_ would very much prefer if we could make the versioned or named channels just invisible on the server [15:29] brendand: I might, although I fail to see how phablet-config or anything could get the "devel" from somewhere related to that [15:29] and only stay with devel and devel-proposed [15:29] * Mirv grepped "devel" at /etc/ and didn't find anything [15:30] Mirv, iirc from system-image-cli -i [15:30] if i remember roberts code snippet right [15:30] ogra_: true! channel: ubuntu-touch/ubuntu-rtm/devel-proposed, alias: ubuntu-touch/ubuntu-rtm/14.09-proposed [15:30] right [15:30] not sure if it has anything to do with this, but at least there's one place a tool could pick up devel instead of 14.09 [15:31] yeah, we might want to force it using the alias if there is one ... for the moment at least [15:31] and not tthe actual channel name [15:34] Mirv, should I be worried http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#unity8 - unity-scope-click test failed [15:35] ogra_: er, wut? I grep the output of system-image-cli for whether or not it's ubuntu/ubuntu-rtm. nothing to do with series. [15:35] or channel name. [15:36] alecu, does that ring any bell http://d-jenkins.ubuntu-ci:8080/view/Vivid/view/AutoPkgTest/job/vivid-adt-unity-scope-click/lastBuild/ARCH=amd64,label=adt/console ? [15:36] ribru, the channel name is the only place to get that info from in system-image-cli [15:37] sil2100: seriously the function that generates version numbers is 100 lines long and that doesn't even include the logic for determining which series to put in the version (that's passed in). this spaghetti is terrible. [15:37] so you do grep for the channel name if it has rtm [15:37] ogra_: yeah but I grep it for rtm, not for what series it says [15:37] right [15:37] and we might need to add that for the moment until LP can act properly on "devel" === alan_g|lunch is now known as alan_g|tea [15:40] sil2100, we're putting a halt on image testing until 13 lands [15:41] brendand: o> [15:42] ribru: it should just use the number that's taken from settings.py, no? Like, the one that's related to the series name === alan_g|tea is now known as alan_g [15:42] ribru: but hmmm, that's correct there: "'vivid': '15.04'," [15:42] So it should just work [15:43] Has to be some bug somewhere else [15:44] === trainguards: IMAGE 3 DONE (finished: 20141030 15:45) === [15:44] === changelog: http://people.canonical.com/~ogra/touch-image-stats/3.changes === [15:44] \o/ [15:44] yay [15:44] so the both knows vivid now :) [15:45] sil2100: yes that's how I thought it worked... but indeed vivid builds are not picking that up correctly. [15:46] o_O [15:48] ogra_: is devel-proposed not meant to point at image 3 now? [15:49] davmor2, it should (accordign to slangasek ) [15:49] sil2100, silo 13 built, retesting [15:49] Saviq: someone on some channel was taking about unity-scope-click tests failing because of xyz. does that help you? :) [15:49] ogra_, davmor2: maybe it's still importing? [15:49] Mirv, kinda, probably won't help me migrate though ;( [15:50] Mirv, right, because of u-d-m [15:50] slangasek, no, the bot checks the external http server if it announces it it is definitely there [15:50] slangasek: still points to utopic 299 as of my flash this morning [15:50] slangasek, but i dont think davmor2 meant to say it isnt [15:50] mandel, alecu, hey, any resolution on unity-scope-click tests vs. ubuntu-download-manager [15:50] davmor2, with image 3 this should have changed [15:51] only right now [15:51] ah, so the bot only sees it once it's on the channel [15:51] this morning it was still pointing to the old one [15:51] ogra_: ah right I will update and check then [15:51] right [15:51] ah, yes [15:51] ogra_, should we rope someone into the landing meeting to give feedback on the settle/powerd issue? [15:51] an OTA or a fresh flash should get you vivid #3 [15:52] ogra_, not sure who's a good candidate [15:52] tvoss: keeping my fingers crossed! We're all anticipating silo 13 eagerly [15:52] sil2100: https://ci-train.ubuntu.com/job/ubuntu-landing-003-1-build/63/console figures I run a build job with DEBUG and it gets the 15.04 version. damnit [15:52] brendand, well, i know that ondra- looked at upower and dbus stuff not to far ago ... and i knwo hhe talked about it with rsalveti ... but the latter is gone this week ... [15:53] ogra_, yeah [15:53] ogra_: ota version 3 [15:53] ogra_, i guess for now we could try and ignore them [15:53] brendand, the core question was if we should adjust the systemsettle value ... [15:53] ogra_, since they manifest as errors not failures it's a bit easier to filter them out [15:53] brendand, and i think we have the answer ... as long as we keep an eye on upower [15:53] slangasek: too ^ [15:54] thats true [15:54] davmor2, cool ! [15:54] so its all working then :) [15:54] hmm? [15:54] ogra_, well if we adjust the value to say - 96.5 then most of the tests should pass, and if anything else apart from upower goes haywire it will make it fail anyway [15:54] ogra_: no idea it has to download the whole image a fresh [15:54] * ogra_ likes that our software always works and never has bugs :) [15:54] ogra_, so as long as we don't think the upower thing is an issue we should probably do it [15:55] brendand, yeah ... 96.5 would still have catched the media-hub [15:55] Mirv, hey there, I'm having problems downloading packages from a ppa [15:55] Mirv, tells me: W: Failed to fetch http://ppa.launchpad.net/ci-train-ppa-service/landing-013/ubuntu-rtm/dists/devel/main/binary-armhf/Packages 403 Forbidden [15:55] Mirv, i ended up with 3 failures on uitk [15:55] i think the upower thing is an issue that deserves a bug filed ... and fixed ... but it shouldnt make the dashboard uglier than it already is [15:56] ogra_ brendand lastest measurements were fine, there wasn't much traffic on dbus, more like 10s with no traffic [15:56] tvoss: we just discussed that. s/devel/14.09/ in /etc/apt/sources.list.d/*. there's a bug. [15:56] ondra-, did you ever compare to mako ? [15:57] ondra-, the point is that our idle measurement before and after smoke tests never hits the same low value as mako does ... and looking at the logs it seems upower and dbus simply keep it slightly more busy [15:57] brendand: excellent! excellent for a) being able to finish the tests, b) having only 3 failing tests instead of ~70. 0 would have been perfect of course. [15:57] sil2100: ^ [15:57] maybe there's a mako specific issue then, but krillin fine [15:57] Mirv: for me that's perfect, let's get that to the QA queue then [15:57] ogra_, so i did say earlier, and maybe you didn't answer me because it was a stupid question - but given two pieces of hardware running the same code, would the one with the lower clock speed end up with less idle time? [15:57] ogra_ hmm, there was not much from upower since last update [15:57] Mirv, brendand: so, silo 11 (UITK AP fix) got a +1 from management [15:58] brendand, migh, yes [15:58] *might [15:58] Mirv, brendand: it's not a promotion blocker, but can land during the landing lock if we make it in time before the dbus-cpp fix [15:58] ondra-, no, thats there since forever [15:58] ogra_, and krillin is slower than mako [15:58] ogra_, i totally realise that it's a bit apples and oranges, but just worth considering [15:58] yes [15:59] its not really apples vs oranges ... [15:59] more like beetel vs porsche 911 [15:59] *beetle [15:59] there is indeed a significant performance difference [15:59] sil2100: ok. well, I simply marked as brendand as having "upstream tested" it since my AP results weren't too good, even though yes I've been using it the whole day. the question is what QA sign-off would need this time, but now it's in the queue anyway. [15:59] sil2100, are there no uitk code changes in there, just Mirv 's test fixes? [16:00] brendand: sil2100: this time the PPA diff is correct: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu-rtm/landing-011/+files/ubuntu-ui-toolkit_1.1.1298%2B14.10.20141016.1-0ubuntu1_1.1.1298%2B14.10.20141030%7Ertm-0ubuntu1.diff.gz - noise because of translation updates. [16:00] sil2100, if so then i wouldn't even bother with QA sign-off [16:01] Mirv, lol - is this the fix :) [16:01] -Exec=Not important [16:01] +Exec=/usr/bin/whoami [16:02] brendand: yes! :D [16:02] brendand: the new qtmir desktop parses requires a valid file [16:02] bug : identity crisis in desktop file [16:03] brendand: yep [16:03] sil2100, just land it [16:03] brendand: well, I would want someone to do some random exploratory tests maybe - Mirv did you have a moment to play around with it for a moment? [16:03] Just to make sure no new deps didn't cause it to break after rebuild [16:03] sil2100: I've played around with it on mako, browsing the web et cetera. [16:04] sil2100, i could do that [16:04] cjwatson, since i get poked about it all the time and am not sure ... people ask me about package copies from rtm to vivid ... i tend to refuse copying anything with ~rtm in the version, is that correct or would that be a safe thing to do ? [16:04] sil2100, i have it installed on my krillin now [16:04] I'll do that as well, don't want brendand to waste his time ;) [16:04] some exploratory tesitng on krillin wouldn't hurt [16:04] I have it on krillin too [16:04] sil2100, actually i'd prefer it if someone pored over the translation updates and make sure they look sensible [16:05] ogra_: it's not unsafe, though some people might find it confusing maybe [16:05] ogra_: (not unsafe as long as it's a binary copy, anyway) [16:05] brendand: I think translations are gotten from LP to the language packs regardless of what's in the .deb, although pitti might confirm that. [16:06] Mirv, true [16:06] ah, no, i always do a source copy to -proposed to make sure possible toolchain or dep changes get picked up [16:06] binary copy please! [16:06] i just wasnt sure about the versioning and if that might get in our way when merging the distros back later [16:06] ok [16:06] don't rebuild packages with the same version in ubuntu vs. ubuntu-rtm [16:07] if you're going to rebuild, change the version please [16:07] it's not a problem to not pick up toolchain changes, after all most packages aren't rebuilt from utopic to vivid [16:07] and if a dependency change is required then proposed-migration will notice that [16:07] ok [16:09] sil2100, so I couldn't get the indicator network to crash, wizard worked for me and I could enter my pin [16:09] ogra_: so you're going to bincopy udm and unity-scope-click then? [16:09] brendand: I looked through them now. it doesn't look anything would be broken and I even partially know da/sv/no/en/de/fi (well I made the fi translations myself) + can evaluate indo-european languages' sanity. [16:09] dobey, udm again ? [16:09] i did that yesterday [16:09] additionally, my understanding is UI Toolkit translations are only used in the UI Toolkit gallery test application [16:09] ogra_: you did a source copy to proposed [16:10] ogra_: and i presume it's blocked due to unity-scope-click autopkgtest failing? [16:10] dobey, right ... but thats surely built now [16:10] Mirv, sil2100 - it's in the QA queue now which means i get the final say :) [16:10] Mirv, sil2100 - well that's not actually true ;) but... [16:10] brendand, is silo 13 in the queue, too? [16:10] ogra_: yep, it's still sat in proposed because of the autopkgtests [16:10] brendand: right, are the Cancel/Confirm things used eg. somewhere in apps via UITK? [16:10] tvoss, not yet - it will be when you mark it testing passed [16:11] dobey, proposed = after building [16:11] tvoss, eagerly awaiting that [16:11] oh, sure [16:11] brendand: so, I played around with the image with an UITK now and it seems to be good [16:11] dobey, i'll bin copy the scope then [16:11] brendand: you want to additionally dogfood or should I just land it? [16:11] ogra_: ok, great. thanks [16:11] I dont see anything modifying existing translations of those key strings, just adding translations to new languages [16:12] sil2100, i'm going to set it to granted now [16:12] \o/ [16:12] tvoss: excellent [16:13] Saviq: hey, regarding bug LP: #1386653 ... [16:13] Launchpad bug 1386653 in unity8 (Ubuntu) "Scopes fail to launch when the network stack is not up" [Critical,Confirmed] https://launchpad.net/bugs/1386653 [16:13] Saviq: so, could you maybe install silo 13 on you machine and take a further look into this bug? Since the instabilities should be gone after installation of that one [16:14] sil2100, I fail to see how 13 should fix that [16:15] sergiusens: ^^ so if it's being bin copied to vivid now, what does that mean for the silo/spreadsheet? clean out the silo, delete the spreadsheet row, and act like nothing ever happened? :) [16:15] tvoss, stop trashing peoples hopes !!! [16:15] sil2100, not gonna happen today I'm afraid [16:15] sil2100, and it's silo 10 that fixes blank scopes [16:15] tvoss: it won't, but one of the problems with testing that bug was that unity8 was crashing and introducing noise [16:15] sil2100, okay [16:16] Saviq: ok, silo 10 is another one that product management is waiting on too [16:16] Saviq: any ETA for silo 10? [16:16] Since it's on the list of 'needing to land before promotion' from the product team [16:16] sil2100, well, yeah, it needs to be redone after you guys locked the doors [16:16] Redone? [16:16] sil2100, sure, but there's changes unrelated to blockers [16:17] Ah [16:17] sil2100, and in any case I'm blocked in proposed for vivid now [16:17] sil2100, so can't land into vivid/trunk [16:17] Crap, then we need to inform olli and others [16:17] sil2100, until vivid 14 gets published (which needs a rebuild) [16:17] wazzup [16:18] olli, long story short, unity8's silo not gonna land today [16:18] dobey, http://paste.ubuntu.com/8748693/ is that the right version ? [16:18] Mirv: we need https://code.launchpad.net/~timo-jyrinki/ubuntu-ui-toolkit/modify_test_desktopfile_lp1382414/+merge/240079 approved [16:18] Saviq, what is it fixing? [16:18] olli: silo 10 [16:18] olli: it was supposed to help with blank scopes [16:18] olli, blank scopes (not sure about black ones though) [16:18] ogra_: it is, yes [16:19] cjwatson, hmm, it just strikes me that when i do binary copies from rtm we will miss ppc and arm64 [16:19] what about the crashes? [16:19] olli, that's 13, dbus-cpp [16:19] ogra_: they'll build as needed [16:19] cool [16:19] ogra_: unity-scope click isn't building on those anyway [16:19] * ogra_ presses y then [16:19] olli, the unity8 one had a slew of rtm fixes apart from the blocker ones [16:20] dobey, yeah, thats was more in general [16:20] Saviq, mind expanding the short story [16:20] olli, sure [16:20] Saviq, are you saying the silo has more than what's approved? [16:20] 13 packages successfully copied. [16:20] olli, not more than approved, more than blocker-fixes [16:20] dobey, enjoy [16:20] ogra_: danke! [16:20] :) [16:21] olli, so according to the rules I'd need to redo that silo to only include promotion blocker fixes [16:21] olli, but before I can do that (or well, before I can land anything in rtm) [16:21] olli, I need to land in vivid [16:21] * dobey goes to land some lunch [16:22] olli, and I'm blocked in proposed for vivid (ogra just uploaded something that will unblock me) [16:23] olli, but still I need to land another vivid silo before being able to cherry-pick from there to rtm [16:23] sil2100, kgunn is running the unity8 ap test suite [16:24] sil2100, once that is done, we set it to tested. Qa could probably start testing in parallel, though [16:24] brendand, ^ [16:26] sil2100: yeah, bzoltan_ just is the only one who knows the background of the bug I think [16:27] Mirv, of the 70+ AP failures ? [16:27] ogra_: well yeah I guess everyone is aware of the problem. I'm currently trying to get t1mp to approve it :) [16:28] Mirv, the fix comes from ricmm [16:28] brendand: ^ what do you think? [16:28] Mirv: I approved the -gles one, but we need someone to approve the main one :) [16:28] * sil2100 feels trigger happy today [16:28] ogra_: according to bug report it was dandrada originally, although not sure [16:28] since he made the patch attachment [16:28] well, i sat next to ricmm when he fixed it on monday at the sprint [16:29] hehe [16:29] sil2100: approved! [16:29] or researched it and found the issue ... but it might well be that he gave the actual code change and landing into other hands [16:29] Saviq, olli: maybe we could do an exception for this particular silo - Saviq what bug fixes are in silo 10? Maybe we can get olli and the others looking through them and giving an exception to land [16:29] sil2100, it's not even that [16:29] sil2100, I need to land into vivid first [16:30] To save up time, as time is what we don't have [16:30] sil2100, and am blocked in proposed currently [16:30] Ah, right... [16:30] Mirv: o/ [16:30] sil2100, and have another silo to land in vivid before I have things in trunk that I want to land into rtm [16:30] Saviq, sil2100 happy to look at it this way to unblock a timely promotion, but as I understand from Saviq it seems a waiver won't help atm [16:31] now only fatsre infra will help [16:31] *faster [16:31] ogra_, faster people too, if I'm supposed to test it actually [16:32] so my click vivid is sitting in silo30, does that need some manual approving step before it gets build or is stuff just a bit on the slow side right now ? [16:32] sil2100, obviously I can't reproduce the "black scopes" issue in rtm with flight mode [16:32] sil2100, so can't even see if 10 is helping [16:32] mvo_, was that a dput ? [16:33] or an MP [16:33] ogra_: no, MP [16:33] Saviq, do you need me to test something [16:33] then just clicking the build button should do [16:33] I was able to reliably repro [16:33] olli, if you still can repro, you could try with rtm silo 10 to see whether it helps (we'll still need to fix the silo, but at least we'll know it helps) [16:34] olli, you can install silo 10 on top of rtm + silo 13 just fine [16:40] sil2100, i totally missed the context [16:41] sil2100: I've clicked publish, the -gles packages needed ack_packaging for the "debian/watch" file change. [16:46] Mirv: ok :) Thanks! [16:47] brendand: so, tvoss's silo 13 is almost ready, kgunn is just running final unity8 AP tests, so tvoss asked if QA could start the sign-off in parallel [16:47] sil2100, tvoss - set it to testing passed then [16:52] Saviq, I can do that in ~30min [16:52] Saviq, silo 10 and which build? [16:52] just latest? [16:53] olli, yeah [16:53] k/ me updates [16:58] Saviq, PES was asking for a new ETA to align their testing teams [16:58] sil2100, [17:00] landing call? [17:00] olli, my estimate before noon UTC tomorrow [17:01] john-mcaleely, ^ [17:01] hm, problems with the hangout [17:01] Saviq, thx [17:01] One min, need to restart FF [17:01] yeah, google is acting up today [17:01] * Saviq needs afk for now, back later [17:01] olli: anyway, we'll spin out an image with the unity8 crashed and UITK fix in case you want to have that as the promoted [17:01] And ask QA to do the promotion testing on that [17:02] * ogra_ wonders if google uses drupal :P [17:02] olli, thanks [17:03] sil2100: re: 013 do note https://code.launchpad.net/~thomas-voss/dbus-cpp/fix-1361642/+merge/236820 is not approved yet [17:03] tvoss: ^ [17:04] the issue reported is however handled in 003 [17:20] Mirv, I removed that MP from the silo [17:21] brendand, set to testing pass [17:21] tvoss: oh, ok [17:21] sil2100: unping re: 013 [17:21] brendand, you don't need to run the entire location service test suite, just focussing on the bug reports should be fine. Feel free to run the location service stuff, though :) [17:22] Mirv, sil2100, brendand I'll be around in 30 minutes again === tvoss is now known as tvoss|food [17:29] hey guys [17:29] i have a problem with line 28 of the spreadsheet [17:29] it says the silo was landed; but the branch was not merged afaict [17:30] i'm about to land another change of the same package, but if i do, i risk loosing the rest [17:32] dbarth: so line 28 is just a sync, it doesn't have any branches to merge. line 27 has the branch and it says it was freed without landing. [17:33] ah, so i can land silo 29, and then i will re-attempt landing that one [17:33] ribru: thanks for the clarification [17:41] dbarth: ribru: the 029 would look like removing a fix already made https://ci-train.ubuntu.com/job/ubuntu-landing-029-2-publish/lastSuccessfulBuild/artifact/packaging_changes_ubuntu-system-settings-online-accounts_0.5+15.04.20141029.1-0ubuntu1.diff (see the 1023 changelog entries, and the fact libapparmor-dev build-dependency is being removed) [17:42] Mirv: hmm, i had not spotted that one [17:43] Mirv: we were clarifying the status of this other silo landing attempt [17:43] Mirv: dbarth: not sure about 29, it's just a sync? [17:43] no it's a real landing [17:45] Mirv: those -- lines look like the one was half merged, or present in mardy's branch when he mp'ed it [17:49] Mirv: the issue is that the other branch was approved and merged on master, and that's what mardy based his other branch on [17:50] Mirv: so really i need to land the other password prompt first, and then the one in silo 29 :/ [17:50] or ribru ^^ [17:51] so that means i will need to reload a silo with the content of line 28-27, targetting vivid [17:51] land that, rebuild 29, test and reland [17:51] oh joy ;) [17:51] dbarth: ok well it's no trouble to retarget line 27 at vivid [17:52] dbarth: ok you got vivid 27, please build [17:52] heh line 27 got silo 27 [17:56] ribru: thanks [17:56] yeah, neat ;) [17:58] heh [18:01] ribru: yeah, it's already in vivid [18:01] https://launchpad.net/ubuntu/vivid/+source/ubuntu-system-settings-online-accounts/+changelog [18:01] that very branch [18:02] dbarth: ok merge the branch normally but make sure you also get the changelog from distro synced into trunk [18:02] "merge manually" [18:02] ribru: the silo 29 one, you mean [18:03] we'll need to go master -> trunk i think that'll be easier [18:03] still not sure why master exists, but that's another story [18:03] i'll see with alex_abreu [18:03] dbarth: uh no? I mean the line 27 one, I guess that sync was already landed to vivid, but because it was a sync the branch didn't get merged. so merge that branch, sync the changelog from distro to trunk, then you're back in a consistent state there [18:03] oh my, yes [18:04] ok, makes sense now [18:04] (or so i hope) [18:05] cjwatson, slangasek: Would you know if --channel=ubuntu-touch/devel-proposed-customized-here is meant to be updated as often as vivid-proposed? [18:07] lool: in principle it should be; at the moment only devel-proposed has been switched to vivid, we haven't made any changes to the customized channels because that needs to be coordinated with the custom.tgz owners [18:07] lool: in theory yes; in practice it's still pointing at utopic, I think until we get a clear statement that the custom tarballs are ready for vivid [18:07] snap [18:07] :-) [18:08] lool: so since you're the owner of that particular tarball, you can tell us when you want it updated [18:08] slangasek: I'm the owner? crap [18:09] slangasek: yeah, totally, it should be forward compatible with vidid [18:09] *vivid [18:09] this was tracking utopic til the end, and should now track vivid just the same [18:09] ok [18:10] I keep typing "vidid" too ... [18:15] ribru: i'm done with the manual merge; so i think silo 27 can be removed, and i will then rebuild 29; ok? [18:16] dbarth: sure [18:18] dbarth: http://bazaar.launchpad.net/+branch/ubuntu-system-settings-online-accounts/revision/203 I think you made a copy&paste error here (launchpad's fault, I think you just copy&pasted directly from lp, which is wrong). you're missing a blank line before the '--' line, and there should be just 2 spaces, not 3, in between the > and the Thu. [18:18] ah yeah, i took it from lp [18:18] dbarth: yeah lp helpfully mangles the changelog into an invalid format [18:19] like, that will fail to build because the package builders can't parse that [18:19] fixing, and i'll re-rebuild next [18:19] brendand, ping [18:20] tvoss|food, hey [18:21] dbarth: also everything got shuffled around in the spreadsheet, line 29 we were talking about is now 22. [18:21] sil2100, ^ [18:21] ah, to further confuse me [18:21] but i'll make it [18:22] dbarth: lol, silo 29 is row 62. was row 29 ever relavent? ;-) [18:26] tvoss|food: give me a sign once you're back :) [18:26] Saviq: same for you, give me a sign once you're back [18:31] sil2100, here we go [18:32] tvoss|food: o/ so, I had a question: silo 13 is fixing the unity8 crashiness first thing, right? But does it also help with the network indicator stability? [18:33] tvoss|food: since I heard that thostr_ mentioned that some merge has been taken out of it or something [18:35] sil2100, it helps, yes. But: we migrated one fix to wellark's silo [18:36] sil2100, wellark tried the silo (with the other fix taken out) and +1ed that it fixes the crash [18:38] tvoss|food, sil2100: silo 13 as it's current state fixes: https://bugs.launchpad.net/ubuntu/+source/dbus-cpp/+bug/1382595 [18:38] Ubuntu bug 1382595 in indicator-network (Ubuntu RTM) "[TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed." [Critical,In progress] [18:38] which affects i-network and location-service [18:39] the MP that was pulled out helps i-network on couple of cases not to do controlled restart (user sees the menu repopulate itself) [18:39] Ah, ok [18:40] But in overall the situation will be much better I suppose [18:40] well, at least we get both location-service and indicator-network not to report crashes (and kill the performance on phones while apport runs) on that assertion error causin a plain abort() [18:41] in silo 13 that is [18:41] so yes. it's a very important fix in there [18:42] silo 3 has the important fix for wifi list getting "corrupted" but that can't land before 13 is in [18:44] olli: ^ === dpm is now known as dpm-afk [18:46] sil2100, I not having silo 3 is imho fine if that's all it fixes... in case that was the q/fyi [18:46] Yeah, just wanted clear out the situation, just need to catch thostr_ still [18:48] olli: ok, to be clear: silo 13 fixes: https://bugs.launchpad.net/ubuntu/+source/dbus-cpp/+bug/1382595 [18:48] Ubuntu bug 1382595 in indicator-network (Ubuntu RTM) "[TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed." [Critical,In progress] [18:48] olli: silo 3 fixes: https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1374419 [18:48] Ubuntu bug 1374419 in indicator-network (Ubuntu RTM) "[TOPBLOCKER] Threading issue with the MenuModel Updates" [Critical,In progress] [18:48] Wellark, how exposed is x419 ^ [18:49] happening everytime? [18:49] olli, for better or for worse we already shipped that issue in the last promoted image [18:49] exactly [18:49] olli: you get it by hitting "Cancel" on wifi password dialog [18:49] but yes. it's been in since the infamous urfkill landing [18:50] ok, brendand's rationale holds true... it was good enough for the last promotion, so let's not risk the current promotion with rushing it in [18:50] unfortunate but the safe bet [18:50] olli: ack. reasonable. [18:50] I just need silo 13 to land at some point so I can land 3 :) [18:51] Wellark: 13 will land tomorrow - if, of course, it indeed fixes the unity8 crashness as well [18:51] Scratch that [18:51] s/tomorrow/today [18:51] -_- [18:53] sil2100, i nearly had a heart attack :P [18:54] brb, lunch [18:54] sil2100, be careful, brendand needs to finish his testing [18:54] sil2100: ack. thanks! [18:54] sil2100: olli: Wellark: so no silo 3 then [18:54] sil2100: anything else you need from me? [19:00] tvoss|food, ToyKeeper is doing the bulk of the testing now [19:00] brendand, ack [19:01] ToyKeeper, hey there :) [19:01] Hmm? Should I hide? [19:02] run ! [19:02] ToyKeeper, nope, did you start testing, yet? [19:02] thostr_: no, just wanted to clear this out :) [19:02] I'm testing rtm-013, if that's what you mean. [19:02] ToyKeeper, yup :) [19:03] So far, I've managed to crash the dash, but unity8 itself kept going. [19:04] ToyKeeper, ack [19:04] sil2100: sure. everything should be clear now. [19:13] sil2100, this time we should really make sure that sommeone does at least a boot test of emulator and mako btw :) [19:13] (before we promote them) [19:15] ogra_: where would be the fun in that? ;) [19:15] heh [19:16] ogra_, leave that to you :) [19:16] nah [19:16] my line is way to slow [19:17] sil2100, where's silo 10! [19:17] sil2100, hurry up :) [19:17] that needs someone with british gigabit :) [19:17] ogra_, Ha! [19:17] ogra_, that someone is not me [19:17] heh [19:17] ribru: can I get silos for line 75 and 76 please? [19:19] sil2100, are we landing 10 as is? it's a bit of a beast [19:23] uh oh! [19:23] brendand: yeah, so we want to land that, product team gave it a +1 [19:23] But Saviq is not around to clear some doubts about us waiting on vivid [19:24] btw. why silo 006 got signed off? [19:24] Oh, it was just the bot being silly it seems [19:25] ogra_: +1 on that [19:26] * sil2100 repokes Saviq [19:27] kgunn: hey! Do you know why Saviq mentioned that landing silo 10 is blocked on it landing for vivid? Is it just because of the formal rules? [19:27] Or is there something more to it? [19:30] olli, sil2100 - it seems like we need a contingency plan for silo 10 [19:32] brendand: could you explain? [19:32] sil2100: last i spoke with him, he was struggling with some AP tests on vivid [19:32] i know he broke up the silo [19:32] into ~1/2 [19:33] to make it easier to "fix" along the way to land it all [19:33] kgunn: yeah, remember that too... but he mentioned that the vivid silo got published, but is blocked in -proposed [19:33] * davmor2 lends sil2100 his big pointy prodding Saviq stick try this [19:33] kgunn: and that he's now waiting with setting the rtm equivalent as ready to land for the vivid one to migrate [19:33] sil2100: blocked on a autopkg test that isn't unity8 related afaik [19:33] kgunn: so I was wondering: why is the vivid one needed? [19:34] sil2100: also, saviq's understanding was that we can't land until we clear blockers [19:34] I know we have the rule: first vivid, then rtm - but in case of blockers like these this is exception-happy [19:34] first one being dbus / unity8 crasher [19:34] second being empty scope on rboot [19:34] Yeah, that's being fixed - but the empty scope on reboot is indeed in Saviq's silo 10 [19:34] + other changes [19:34] BUt those other changes have been +1'ed by the product team [19:34] sil2100: he'll almost certainly be on again in a bit... [19:35] he can't control himself and always checks [19:35] So from what I see, silo 10 is good to hand-off to QA :) [19:35] kgunn: heh ;) [19:35] kgunn: he mentioned he'll be in a bit so I'm waiting [19:35] i'd prefer to get his info [19:41] sil2100, looks like it's ok anyway [19:42] brendand: silo 10? [19:42] sil2100, yeah [19:43] brendand: by ok what do you mean? [19:43] sil2100, you said it's good to hand off right? [19:44] tvoss|food: what if you try strace -f -p PID [19:44] tvoss|food: see if that gives any info [19:44] brendand: I said I 'think' it's good to hand off, since there's no Saviq that would double confirm that ;p That's what I understood from him a few hours ago [19:44] brendand: you doing sign-off for it now? [19:44] wrong channel [19:44] sil2100, no [19:44] heh [19:44] sil2100, how long will we wait before deciding to go ahead with or without it? [19:45] I think we'll wait until silo 13 passes sign-off - if Saviq doesn't get back by then, we'll probably just skip it... [19:45] bfiller: rtm 11 and vivid 27, and congrats on being the 3000th silo assigned ;-) [19:46] ribru: yay! [19:46] bfiller: on a down side what you win is the opportunity to land another 3000silos [19:48] ogra_: Can you remind me where the click rules went that we removed from the autopilot-touch package? dbus-properties or something similar? [19:48] veebers, dbus-property-service [19:48] ogra_: awesome, thanks! [19:50] ogra_, where does dbus-property-service hold it's bugs? [19:50] * balloons notes this may or may not be related to above :p [19:50] balloons, bug 1385475 ? [19:51] bug 1385475 in dbus-property-service (Ubuntu) "error processing archive /var/cache/apt/archives/dbus-property-service_0.7_all.deb (--unpack): trying to overwrite '/usr/share/autopilot-touch/apparmor/click.rules', which is also in package autopilot-touch 1.5.0+14.10.20140812-0ubuntu1" [Critical,Confirmed] https://launchpad.net/bugs/1385475 [19:51] ogra_, no I'm trying to keep track of the click.ruled so they can be updated once https://bugs.launchpad.net/autopilot/+bug/1379488 [19:51] Ubuntu bug 1379488 in Autopilot "apparmor denial during test runs for /home/phablet/autopilot/fakeenv/*/.cache/QML/" [Undecided,Triaged] [19:51] balloons, ah [19:52] balloons, well, but the bug should at least answer your question where to file :) [19:52] so I stuck in on the bug, but you won't see it [19:54] ogra_: regarding that bug (1385475), what needs to happen on the autopilot side? Are you still taking care of it or does there need to have more happen? [19:55] veebers, dbus-property-service misses a breaks and i didnt add the complete version ... i'll try to get to it tomorrow (for vivid at least) [19:55] i think AP should be fine [19:55] ogra_: awesome, thanks :-) Just making sure I didn't miss something. [20:15] Ok, I go out now for a walk with my gf [20:15] Be back in some hour or so [20:15] ribru: hi, can you take care of the comment on row 36 in spreadsheet please? [20:20] dobey: oh ok sure [20:20] thanks [20:21] ribru: and if on another silo, i want to change the target from rtm to vivid, to i just change that column, then ask for a reconfigure, and then rebuild? [20:22] i guess it's more than a reconfigure though, as the silo would need to be changed to ubuntu instead of ubuntu-rtm [20:23] dobey: yeah I'll have to free it and reassign it, but yeah just change the row to say vivid and tell me which row [20:23] ribru: ok, row 65 [20:26] dobey: erk, no silos free, but 2 are freeing, one sec before I can assign [20:26] okay, I'm off. o/ [20:26] ribru: sure, no problem. :) [20:33] ok dobey, vivid 9 [20:34] ribru: thanks. building now [20:35] dobey: you're welcome [21:32] olli: hey, so I contacted Saviq [21:32] k [21:32] olli: he'll be around in a some time, but he mentioned that silo 10 in overall is not entirely ready [21:32] That it needs some fixes still [21:32] ok [21:33] So I wouldn't count on landing it now [21:33] agreed [21:33] ToyKeeper: how's silo 13? [21:33] pointless [21:33] Published? :) [21:33] Ok, I see it's ready to be published [21:33] ribru: publishing silo 13 [21:34] k [21:34] crap, unapproved merge... [21:36] Ok, approving that one, it's only a packaging change [21:36] sil2100, olli, am around, can do a cherry-pick silo for rtm if we need [21:37] or land vivid 5 and sync that [21:38] olli, ogra_: silo 13 publishing, we just need to wait for it to migrate [21:39] awesome [21:39] Saviq: o/ how much more work would silo 10 need? [21:39] Saviq, does it make sense to do that [21:39] olli: how urgent is the scope bug? [21:39] not sure what vivid 5 fixes [21:39] scope blank is a promo blocker [21:39] olli, that it does [21:39] scope black can be argued [21:40] olli, so with 10 you still got black scope? [21:40] http://people.canonical.com/~platform/citrain_dashboard/#?distro=ubuntu&q=landing-005 [21:40] the description should hopefully be complete enough [21:41] sil2100, so, I either need to rebuild/sync rtm 10 from vivid 5, or redo rtm 10 to just be cherry-pick of the promo blocker [21:41] Saviq, so I think we already have accepted the fact that it won't make it [21:41] landing vivid 5 seems rushed and increases risk [21:41] ^my view [21:41] happy to hear differently [21:42] olli: then maybe just cherry-picking the blank scopes fix? [21:42] olli, that's why I'm saying we can cherry-pick for rtm [21:42] olli, that could be done in... I'll venture to say ½h, in parallel with vivid 5 [21:42] 45mins [21:42] if I start right now [21:42] Saviq: what's the branch that would be cherry picked? [21:42] pfffff [21:43] alecu, https://code.launchpad.net/~ted/qtmir/ual-pause/+merge/236033 and https://code.launchpad.net/~ted/unity8/dash-oom-score/+merge/238888 [21:44] Saviq, that'd fix blank scopes, i.e. https://bugs.launchpad.net/bugs/1382039 [21:44] Ubuntu bug 1382039 in qtmir (Ubuntu) "[TOPBLOCKER] Apps scope empty on boot" [Critical,Triaged] [21:44] olli, yes, *black* scopes I don't know of a fix for, if it's a different cause [21:45] correct [21:45] olli, mostly because I could not repro / things are in flux too much [21:45] if yu don't do it now for the next 45min then it won't land until noon utc tomorrow [21:45] pmcgowan, ^ [21:48] olli, you are suggesting not talking all of rtm-10//vivid-5? [21:48] pmcgowan, debating [21:48] man thats a lot of good fixes [21:48] I am weak [21:48] saviq is offering to cherry pick from 5 to unblock timely promotion [21:49] right, promote then land the rest would work for me [21:49] if we go with rtm10 then that's only done earliest noon tomroorw [21:49] Saviq, let's do that [21:49] if you have the time & energy [21:50] olli, pmcgowan, if you guys want vivid 5/rtm 10 [21:50] that we can do, too [21:50] it's just a bit more testing [21:50] but by tomorrow noon only, right? [21:50] olli, well, no, say, an hour+ [21:50] or what was the noon utc statement referring to [21:50] olli, that was referring to me not coming back to work tonight, that ship has sailed ;) [21:50] olli, but I'd actually rather land it whole [21:51] k [21:51] if you guys ok with that [21:51] that would mean less time spent testing on mine and QA's side [21:51] well, it's going to get screwed up it's back with you anyways [21:51] k [21:51] go! [21:51] ok, need to wait for vivid 5 to build sources then [21:51] and sync 10 [21:52] * sil2100 feels responsible now for bringing poor Saviq back here [21:52] Saviq, want me to still test 10 on latest rtm? [21:52] :< [21:52] sil2100, don't be [21:52] sil2100, if I wasn't who I am, I wouldn't come ;) [21:53] sil2100, there's some leftover unity-notifications in https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-005 [21:53] sil2100, if you could drop that [21:53] Saviq: ah, teh bug in CI Train - yeah, let me remove that [21:54] sil2100, your look at https://code.launchpad.net/~mir-team/qtmir/gles-sync/+merge/240182 then, please [21:54] Saviq: just remember - in case of blocker fixes it's not required to land in vivid first, just so you know :) [21:54] sil2100, I know, but since it's a sync, I need to build the sources at least [21:55] sil2100, I'll test rtm first [21:55] assuming it does come first [21:55] Ok, looking good [21:55] Approving [21:56] sil2100, cheers [21:56] Thanks! :) [21:56] Saviq: to my defense I must say that I only wanted to call you to know if we can land silo 10 as it is ;) [21:56] sil2100, no need [21:57] (for defence) [21:57] sil2100, we're all in the same boat [21:57] sil2100, keep rowin' [21:57] hah ;) [22:17] sil2100, can we make it so it syncs vivid silo 5 + unity-notifications from vivid (that'd actually be a no-change rebuild, just wanted to get versions in sync... but maybe not worth it) [22:24] hmmm [22:25] It can be made, but we'd have to build in 2 steps [22:25] i.e. first sync:5 then change to sync:ubuntu,vivid etc. [22:25] Saviq: want to do it that way? [22:25] Versions in sync sound like a good idea [22:25] sil2100, yeah, let's do that then [22:26] sil2100, I think we can sync:5 now, let me see [22:26] sil2100, yeah, doing [22:26] Saviq: ok, once it's done let me reconf and resync [22:27] * Saviq starts testing vivid + 5 then [22:32] ah, just publish already... [22:33] ;) [22:34] Ok, so it's still preparing packages, keeping an eye on that [22:36] Ok, I see silo 10 just uploaded sources to the PPA, should be safe to reconfigure in a moment [22:39] sil2100, it's ready for you [22:39] Saviq, sil2100 testing black scopes with silo 10 finally [22:39] Saviq: ok, so now you want unity-notifications synced from vivid, right? [22:39] From the archives? [22:39] olli, you might wanna wait 20mins [22:39] * sil2100 double-checks [22:39] sil2100, yes [22:39] Ok, reconfiguring [22:39] And I'll rebuild as well [22:39] * olli is divorced when still around in 20 min [22:39] :) [22:39] olli, or not, your call, contents should really be the same [22:40] * ogra_ hugs olli [22:40] Saviq, I can test tonight [22:40] olli, ok, good feedback anyway [22:40] olli, i really didnt mean to frustrate you ! [22:40] from what's in silo 10 now [22:40] (to have) [22:40] it's not a blocker but a curiousity anyways [22:40] ogra_, you are not frustrating me per se [22:40] it's the gesamtsituation I am not happy with [22:41] yeah, lets fix it then ... ;) [22:41] Saviq, sil2100, didn't realize how late it is... I have to run now already [22:41] sil2100, Saviq I'll test later [22:41] o; [22:41] o/ [22:41] olli: ok! [22:41] o/ [22:41] call my cell (801 210 0647) if you need anything [22:41] Have fun :) [22:42] Saviq: so, syncing sources from vivid as we speak [22:42] thx guys! [22:42] Saviq: just remember that now this silo is configured as a sync from vivid, so any 'build' press will sync from vivid [22:42] olli: yw! [22:42] sil2100, but we'll only build unity-notifications, right? [22:43] sil2100, yeah, it's good [22:43] Saviq: yeah, we're only building unity-notifications right now :) [22:43] sil2100, will keep in mind [22:43] Since I specified it directly [22:43] sil2100, Saviq pls ping me with what silo I should test then [22:43] It's a bit of a hack, but at least it works ;D [22:43] olli: sure thing, thanks o/ [22:52] queuebot: where dbus-cpp [22:52] stupid.. [22:52] Wellark: queuebot doesn't have that functionality ;) [22:53] Wellark: but the dashboard should [22:53] sil2100: :) [22:53] could someone merge and clean silo 13 (rtm) please.. [22:54] so I can kick a rebuild on silo 3 [22:55] Wellark: oh, it landed? Let me do that [22:55] Yay for fast migration [22:55] Love ubuntu-rtm for that [22:59] sil2100: thanks! [23:07] trainguards: Am I able to get a silo assigned for line 77? [23:11] veebers: sorry, there are no free vivid silos [23:11] ribru: ah, no worries. [23:12] ribru: Would it be possible to get one at your EOD tomorrow? (as tomorrow is my Sat) so I can do testing on Sunday and should have it freed up on my Monday? [23:12] veebers: sure, but let me just see if I can't free one up now [23:13] ribru: if silos are tight it would probably be better to get it tomorrow arvo as it will take at least ~6 hours of testing to clear it out (which is past my EOD today) [23:13] and thus don't want to clog up the silos for tomorrow etc. [23:14] veebers: hmm ok, can you just send me an email to remind me to assign it? or ping me at my EOD (2 hours from now tomrrow) [23:14] ribru: can do. thanks [23:15] veebers: you're welcome [23:15] ribru: just to clarify, silo numbers are pretty tight right? It's not that I asked at the wrong time? [23:16] veebers: yes there are literally zero free for vivid. but I think there's some confusion going on, because there's a bunch that were assigned and then *never built* when we switched them from utopic to vivid. not sure why they're not built, trying to figure out if any are just abandoned or what [23:16] ribru: ack [23:18] bfiller: bzoltan_ cyphermox lool: hey you guys have vivid silos assigned to you that were never built. what's going on? can I free them? are you waiting for something? [23:22] veebers: just found one spreadsheet row that had two silos assigned to it somehow, so that's a thing. freeing... [23:23] Saviq: anything else we need to do besides waiting for things to build re: silo 10? :) [23:25] sil2100, it's already built, I'm running ap on vivid 5, should finish within 5 mins, then 3 mins of playing around and it'll be good, then I'm jumping onto rtm10 [23:26] some half hour later we should be able to ACK it [23:26] \o/ [23:26] ToyKeeper: are you around? [23:41] sil2100: I'm kinda waiting until the build with rtm-013 is done. [23:42] (have a lot of things to do today, and it seems the best time to do everything else is during the build) [23:50] sil2100, vivid is +1 [23:51] ↑ [23:51] * Saviq flashes rtm [23:54] Yay [23:54] ToyKeeper: we waiting for silo 10 to land before kicking a new image [23:54] ToyKeeper: so we'll actually need someone to sign off that silo... [23:55] sil2100: Er, I thought rtm-013 was the only one going in and we were totally done with silos for now. [23:56] sil2100: So, someone needs to test 10 first? [23:56] sil2100, is 10 still not ready? [23:56] ToyKeeper: yeah, so there was a final decision here that we want 10 before an image [23:56] So the promotion testing might not be finished today even I suppose [23:57] brendand: it's built, but Saviq is testing it, as it required some changes from the previous state [23:57] ToyKeeper, when are you planning to EOD? [23:58] brendand: Looks like it'll be a few hours later than planned. [23:59] No need for staying longer - in case there's no time to finish the promotion testing, we can just leave it for the EU morning