/srv/irclogs.ubuntu.com/2014/03/18/#ubuntu-ci-eng.txt

robrucyphermox, can you do a packaging review for mir? http://162.213.34.102/job/landing-019-2-publish/00:11
cyphermoxok00:11
robruthanks00:11
robrucyphermox, seems mostly fine, but there was some stuff that i wasn't sure about00:13
cyphermoxthat override for dh_install looks wrong00:17
cyphermox override_dh_install:00:17
cyphermox-dh_install --fail-missing00:17
cyphermox+dh_install --fail-missing \00:17
cyphermox+  -Xusr/lib/$(DEB_HOST_MULTIARCH)/libmirplatformgraphics.so \00:17
cyphermox+  -Xusr/lib/$(DEB_HOST_MULTIARCH)/libmirclientplatform.so00:17
cyphermoxthe files are created in the CMakeLists as a symlink, it probably shouldn't be excluded.00:17
robrucyphermox, yeah, that confused me a bit.00:17
cyphermoxI haven't dug more deeply00:17
robrukgunn, can you explain this? ^^00:17
robrucyphermox, I mean, I installed and ran it myself, it's all *working*...00:18
cyphermoxwhat landing is this?00:19
robrucyphermox, silo 1900:19
robrucyphermox, row 5100:19
cyphermoxgood00:19
robru?00:20
kgunnrobru: oh, that's because there are different platforms....one for mesa (desktop) and one for android (mobile)00:23
kgunnat least that's my educated guess00:24
robrucyphermox, what do you think? can we accept that? i don't really understand the issue00:24
cyphermoxjust a second I'm checking00:25
cyphermoxI think it's fine, but I want to make sure00:25
cyphermoxkgunn: that's not really the issue though, it's that these files are getting explicitly ignored from the install. are the symlinks just there for tests?00:27
cyphermoxwait no that wouldn't make any sense, the symlink would just get overwritten00:28
robrukgunn, it is a bit odd that you're creating the symlinks in cmake and then ignoring them from debian/rules. better would be to just not create them in the first place.00:29
robrucyphermox, but I don't think we should block on that, do you? maybe just submit a quick branch for the next landing00:29
cyphermoxit's relevant if it breaks upgrade from one mir to the next on desktop00:30
cyphermoxkgunn: so the issue I have is that there is a symlink made from each platform to the file in /usr/lib/$triplet, and it's not being installed in the packages00:31
veebersrobru, cyphermox: Would you know which project to use to file a bug for ci-train? I seem to recall that it's perhaps cupstream2distro or something similar00:37
robruveebers, yep, exactly that one00:37
veebersrobru: awesome, thanks00:37
robruveebers, you're welcome00:37
sergiusensrobru, ok, I'm tired of the changelog mess; can you dput lp:~phablet-team/ofono/ubuntu to silo 7?00:38
robrusergiusens, sure, sorry00:38
cyphermoxveebers: let us know what your bug is though, maybe we can fix it now00:38
cyphermoxsergiusens: heh?00:38
sergiusensrobru, I haven't run reconfig yet00:39
robrusergiusens, ok00:39
veeberscyphermox: just posting it, it's re: closing bugs that are attached to MRs that are in the silo and then merged.00:39
cyphermoxah, ok00:39
sergiusenscyphermox, the changelog generated goes to the beginning of times it feels00:39
robrucyphermox, yeah, it's a known bug with the changelog logic.00:39
cyphermoxok00:39
imgbot=== trainguard: IMAGE 242 DONE (finished: 20140318-00:40) ===00:39
robrusergiusens, wait, did you merge the MP manually into that branch? because that's the destination branch right?00:40
sergiusensrobru, yeah; that's why I said; do a source upload into the train instead of an MR00:41
robrusergiusens, ok no worries00:42
sergiusensrobru, I might be doing it wrong; for which we can course correct00:42
robrusergiusens, yeah i'm not sure whats going on. need didrocks to investigate. i reported that bug already and assigned it to him00:43
robrucyphermox, so what, did we decide to block mir then?00:51
robrusergiusens, ok, uploaded00:51
cyphermoxrobru: no, I just want to understand what's going on00:52
robrucyphermox, thing is, I gotta run for dinner in about 15. i vote for publishing since it looked good in my testing on the device00:52
cyphermoxrobru: if you've tested it on desktop too then I guess it's fin to releady00:52
sergiusensrobru, thanks00:52
robrucyphermox, yeah, didn't test on desktop :-/00:53
cyphermoxok00:53
cyphermoxalright, publish00:53
cyphermoxI believe in sharing the pain, people should be responsible for the code they break00:53
robruheheh00:53
cyphermoxI think it's probably safe, but I'm worried about upgrade path00:54
robrucyphermox, ok, i hit publish, when didrocks reverts it overnight i'll blame it all on you. thanks ;-)00:54
cyphermoxhehe00:54
cyphermoxthat's not what I meant by sharing the pain ;)00:54
robrucyphermox, :-P00:54
sergiusensrobru, cyphermox you can say you pushed it together :-P00:55
robrucyphermox, et al ok I gotta run for dinner for a couple hours, i'll check in a bit later but it'll probably be around when the europeans are waking up anyway.01:00
cyphermoxok01:03
bfillerrobru: can you make a silo for line 50 (and press build) when you come back?01:15
bfillerrobru: also, silo-15 gallery-app, seems it's failing arm64, powerpc and ppc64el. We have to support those arch's now?01:21
=== bfiller is now known as bfiller_afk
cjwatsonWe should support all the arches we can, but you only have to support ones that previously built in trusty01:22
cjwatsonhowever:01:23
cjwatson gallery-app | 0.0.67+14.04.20140307-0ubuntu1   | trusty/universe          | source, amd64, arm64, armhf, i386, powerpc, ppc64el01:23
cjwatsonthat's an odd set of failures though.  what's adding the -lz?01:30
cjwatsonthe -lz is present on amd64 too, but there, zlib1g-dev is installed as a build-dep (maybe not direct)01:32
cjwatsonlibgles2-mesa-dev -> libmirclient-dev -> [...] -> zlib1g-dev, so it'll only work on arches with mir the way it is at the moment01:35
cjwatsonI blame libmediainfo01:41
cjwatsonCould somebody please retry the failing gallery-app builds in silo-15 once "rmadison -s trusty libmediainfo-dev" reports 0.7.67-2ubuntu1 on those architectures?01:46
cjwatsonhttps://launchpad.net/ubuntu/+source/libmediainfo/0.7.67-2ubuntu101:46
cjwatsonAnd let bfiller know about that when he comes back01:46
cyphermoxcjwatson: ok02:29
thomidoanac`: plars: Are there known issues with the mako-06 device in the lab? I'm seeing this: http://q-jenkins.ubuntu-ci:8080/job/autopilot-release-gatekeeper/label=mako-06/78/console02:52
thomiI guess rfowler_ might know as well ^^02:52
thomi"ERROR:phablet-flash:Device either not connected, doesn't have adb enabled or the property system cannot be accessed. Make sure the device is booted into the operating system and that adb is working correctly."02:53
=== Ursinha-afk is now known as Ursinha
plarserror: device not found02:58
plarsthomi: looks like it died02:58
thomiplars: what can I do to get a device for that job again?02:58
plarsthomi: open an RT for rfowler_ to take a look at it in the morning, and we can try to find a different one for it to use02:59
thomiplars: ok, what's the rt address again?02:59
plarsthomi: ubuntu-platform@rt.canonical.com and cc him on it03:00
thomiplars: thanks. I guess I'll give up for today then :)03:00
plarsthomi: let me see if we can get it on a different device for now03:01
plarsthomi: ok, retry now, I moved it to mako-0703:04
thomicool, thanks, I'll re-run03:04
plarsthomi: oh, that's not going to work03:06
plarslet me look at this job03:06
thomiyeah, it didn't like that03:07
plarsthomi: they moved everything around today, and it wasn't linked the way we thought it would be03:07
imgbot=== trainguard: IMAGE 243 building (started: 20140318-03:10) ===03:09
plarsthomi: oh, I see the problem03:13
plarsthomi: do you know why it's pulling a specific revision of the touch branch?03:13
thomiplars: ahh, I think that's because doanac`broke something, and said we should use a specific revision that wasn't broken03:14
thomiIf that's been fixed, I guess we can remove that03:14
plarsthomi: ok, well I don't know what was broke before, but I know that the version you are on is incompatible with the way they moved images around now03:14
thomiplars: the thing that broke was that PPAs weren't getting installed03:15
plarsthomi: so we can try the latest if that won't cause you problems, and if it still causes problems we can just override the image_opts03:15
plarsah03:15
plarsthomi: well, nothing new was checked in before today since...03:16
plarsthomi: March 7th?03:16
plarsthomi: was this before then?03:16
thomiveebers: you dealt with that ^^03:16
* veebers reads backlog03:16
veebersone sec03:16
veebersplars: I was told revno 190 was the one we needed to use as 191 broke what we were doing03:20
veebers(i'm just digging through my logs to try get more details)03:21
veebersplars: in case it helps, this is the bug that was filed: https://bugs.launchpad.net/ubuntu-ci-services-itself/+bug/129093703:22
plarsdoesn't look like there was a fix since then03:22
ubot5Error: Could not gather data from Ubuntu for bug #1290937 (https://launchpad.net/bugs/1290937). The error has been logged03:22
plarsok, let me just try overriding the image opts03:22
plarsthat should get us through for now03:22
plarsthomi: try again?03:24
thomisure03:24
* thomi watches http://q-jenkins.ubuntu-ci:8080/job/autopilot-release-gatekeeper/80/label=mako-07/console03:25
thomilooks happier plars, thanks for your help.03:30
plarsthomi: anytime :)03:31
thomiveebers: I gott go AFK for a few minutes, I wonder if I could get you to keep an eye on that please?03:31
thomiplars: careful, I live in an odd timezone. "anytime" for me probably means something very different than it does to you :)03:31
veebersthomi: sure03:31
thomithanks03:31
imgbot=== trainguard: IMAGE 243 DONE (finished: 20140318-04:15) ===04:14
robruhey i'm back briefly, anybody need anything?04:37
Mirvhello05:10
rsalvetiMirv: hey, had to push an update to qtbase, to make the emulator to work again: https://launchpad.net/ubuntu/+source/qtbase-opensource-src/5.2.1+dfsg-1ubuntu805:12
rsalvetinext time we should also put the emulator to the list of required targets to be tested05:12
rsalvetiMirv: it's a simple fix, as most of that patch was already upstream, but it was missing one piece that is only available in the android backend05:13
rsalvetiand in our case we need to use it with the generic one05:13
rsalvetiwould be nice to get this to upstream as well, will check tomorrow05:13
Mirvrsalveti: ok, I'll fetch it to the the bzr05:14
Mirvit seems another upload may be needed, there's a fix for the font glyph problem appearing from upstream05:14
Mirvrsalveti: the qtlocation/qtpositioning is.. complicated. they both come from upstream tarball 'qtlocation', but all the while qtlocation5-dev has included the headers for both. but Debian changed this, since in addition to all that, upstream only supports Qt Positioning at this time, so Debian split the headers05:21
Mirvall things counted, when we sync with Debian, I expect we'll have qtlocation5-dev depending on qtpositioning5-dev05:21
Mirvand Debian isn't shipping the "Qt Location" part of "qtlocation" upstream even, since it depends on qt3d which isn't released or maintained and is being rewritten :P05:22
Mirvin short, qtpositioning is what people are mostly probably using but they think it's called qtlocation05:22
Mirvrsalveti: reading the next lines, yeah probably SDK should be updated somehow, I guess we should be shipping the positioning part at least now, since we've a plugin for it even in qtubuntu-sensors05:23
Mirvaha, and Zoltan will take care of it :D backlog reading...05:24
Mirvoh, right the module thing ybon found out about.. yep, it's probably QtPositioning, coming from qtdeclarative5-qtpositioning-plugin, related to the confusion described above ^05:25
Mirvall our git snapshot modules had the text "WARNING: This module is not an official part of Qt 5, but instead a gitsnapshot of an ongoing development. The package is very likely tochange in a binary incompatible way, and no guarantees are given.", and indeed qtlocation now gives an example of why05:27
Mirvat least now the Positioning is released by upstream05:27
rsalvetiyeah05:40
Mirvrobru: if you've gone to sleep as you should be I'll run merge and clean for the friends06:35
robruMirv, sure, thanks06:35
robruMirv, I tried to do it earlier but it was stuck in proposed for *so* long.06:35
robruMirv, also only 11:30 here ;-)06:35
robruMirv, working on a personal thing though, not a workaholic ;-)06:36
Mirvrobru: bah :D06:36
Mirvrobru: good that you've switched to hacking on personal stuff at least :)06:37
robruheheh06:37
Mirvmerge&clean running06:37
didrockscihelp: seems we didn't get the last 2 images test results, mind looking?06:56
didrocksMirv: maybe you already ask and got some infos?06:56
ybonbackloging… Mirv: so at this time I still should be importing QtLocation 5.0 to get the QML Map type?06:56
Mirvdidrocks: no, I only just a moment ago started boggling that the 241 results are quite old06:56
Mirvybon: ..right, the qtlocation itself still seems to have that, and it's called QtLocation 5.0 still because it's not "released" (supported) by upstream, while QtPositioning is 5.207:01
viladidrocks, Mirv: heads down for the demo but lp had a *massive* breakage yesterday including the buildds and giving non-sense feedback, I don't have precise timing but most of last night builds are borked07:01
didrocksvila: can you try just a rerun on the tests to see if they starts?07:01
viladidrocks: nope, sorry07:02
ybonMirv: ok, thanks for the clarification :) I've a strange error about a Nokia key missing since I've upgraded to 5.2 my libs, but I will have a better look at this tonight07:02
ybonthanks again :)07:02
didrocksvila: who can do that or will be the vanguard to help and unblock the touch image today?07:04
Mirvybon: np, thanks for asking :)07:08
viladidrocks: no idea, I have barely started my day, ev is on site, psivaa will be the vanguard but given wgrant's explanations in #ci (Everything was broken when some LP machines ENOSPCd for 90 minutes and IS didn't notice.), just re-runs may not be enough07:23
viladidrocks: I haven't even checked yet if lp is back for good07:23
didrocksvila: lp is good, packages are building in distro as well07:24
wgrantvila: LP's been fine for just under 10 hours now07:24
wgrantAny builds started in the last 10 hours - 5 minutes are fine07:24
vilawgrant, didrocks: great, one less issue to care about07:25
didrocksok, I guess there is no other option than waiting on psivaa then (and loose 1h30 of testing)07:25
didrocksasac: FYI, I don't feel confident as we are blind for the past 10h in term of publication and image building (and quite a lot entered, including a new Mir), so holding up on releasing07:26
sil2100psivaa, didrocks: what's up with test results for 20140318 on smoketesting?07:46
didrockssil2100: yeah, we don't know, see http://irclogs.ubuntu.com/2014/03/18/%23ubuntu-ci-eng.html#t06:5607:47
didrockssil2100: seems nobody looked at that, even if LP and IS is up for the past 10h07:47
didrocksand nobody in the CI team is available right now to help us07:48
sil2100Crap07:48
sil2100But I see we had a similar problem yesterday with the 20140317 image - wonder what's causing the provisioning to fail07:49
didrocksyeah07:51
MirvFYI rsalve_ti landed a qtbase change with an emulator fix, while the one in the CI Train is from me picking up upstream patches to fix the newline glyph issue07:54
didrocksah great!07:55
didrocksso one less on the critical list?07:55
Mirvyes, now that it was made critical yesterday. I also marked terminal as fixed as it seems to work on #24307:56
didrocksgreat07:57
Mirvweird that the calendar app AP problems didn't show up in pre-landing testing, it was run as part of elopio's AP test runs07:57
Mirvalso, the music app was supposed to have only one AP problem with a proposed fix, but it seems to be more than that07:58
* sil2100 is upgrading to latest image07:59
asacdidrocks: ok07:59
asacvila: can you learn what to resurrect our test infra? Seems we have a too light know how spread in EU timezone on this07:59
asacpsivaa: ^07:59
sil2100Now this is strange - #241 theoretically has the new unity8 but still the url-dispatcher test is failing08:02
vilaasac: it's not about learning, it's about available time, our on site demo is today and guess what, we have some firedrills ;) OTP right now with hp support08:02
sil2100Even though psivaa ran the branch last week and it didn't encounter the failure08:02
asacogra_: ^^08:03
asacvila: ic08:03
asacogra_: so nothing works in infra for 2 images08:03
asacogra_: i supposed this has to do with the system-image update thingy?08:03
* sil2100 would really appreciate some latest-image test results08:05
asacguess you have to run locally08:06
asacvila: can you give us the old phablet-flash of raring that is used in the infra?08:07
asacwould be cool if sil could try that locally08:07
asacsil210008:07
tvossgood morning08:09
asachttps://jenkins.qa.ubuntu.com/job/trusty-touch-mako-smoke-daily/159/console08:09
asaclooking at that it feels the device just died08:09
asacand adb is not avail08:09
didrocksI wonder about 2 things08:11
didrockslet me try if phablet-flash is still working today08:11
* didrocks tries on his device08:11
vilaasac: hp issue escalated, I'm blocked on that front :-( I may as well try to help here but I may switch again on short notice08:11
vilayup mako-11 is dead according to nagios08:11
didrocksah, so should be only that, no device08:11
vilaasac: raring ? or trusty ?08:13
vilaoh raring08:13
vilavila@ashes:~$ apt-cache policy phablet-tools08:13
vilaphablet-tools:08:13
vila  Installed: 1.0+14.04.20140122-0ubuntu108:13
vila  Candidate: 1.0+14.04.20140122-0ubuntu108:13
vila  Version table:08:13
vila *** 1.0+14.04.20140122-0ubuntu1 008:13
vila        500 http://ppa.launchpad.net/phablet-team/tools/ubuntu/ raring/main amd6408:13
asacdidrocks: seems so08:14
asacdidrocks: do you know how to reroute device?08:14
didrocksasac: no, I don't have that knowledge08:14
asacdidrocks: do you have the old phablet-flash?08:15
asacthe one above?08:15
asacit is still suspicious that all devices died08:15
didrocksasac: not the raring one, I can easily downgrade to try to flash I guess08:15
didrockslet me try with that old version08:15
didrocksso the flashing happens on raring machines, right?08:15
asacdidrocks: yeah :/08:16
didrockshum, but launchpad doesn't have them at it's EOL08:16
asacdidrocks: right08:16
wgrantYou can still grab the binaries if you look08:16
* didrocks digs to archives08:16
wgrantIIRC we haven't completely killed them from LP yet08:16
didrockswgrant: is there any url pattern in LP?08:16
didrocksor I need to poke at random strings in librarian? :p08:16
asaci am seeing phablet-flash ubuntu-system -b --channel ubuntu-touch/trusty-proposed ... who knows if that option really follows the compatibility links08:16
wgrantWhat's the binary name?08:17
didrockswgrant: source package is phablet-tools08:17
didrockswe want 1.0+14.04.20140122-0ubuntu108:17
didrockshttps://launchpad.net/ubuntu/+source/phablet-tools/1.0+14.04.20140122-0ubuntu108:17
didrockswgrant: ah, you're right, no spring cleaning yet! :)08:17
wgrantdidrocks: phablet-tools never existed in raring08:17
asacwgrant: ppa08:17
didrockswgrant: yeah, it was a ppa08:17
asac09:13 < vila>         500 http://ppa.launchpad.net/phablet-team/tools/ubuntu/ raring/main amd6408:18
didrocksbut no worry, it was in saucy08:18
asacwgrant: ^08:18
asacsh cool08:18
wgrantUnless you mean in a PPA, in which case it's under the normal PPA expiry rules -- nothing to do with raring's obsolescence :)08:18
asacah08:18
didrockswith the same version08:18
asac:)08:18
didrocksso I got it08:18
asacwgrant: it was the last version in raring ppa pocket (so without EOL it wouldnt get removed)08:18
asacanyway, seems we have the same code08:18
* didrocks installs old version08:18
asaccould still be adb incompatible :)08:18
wgrantWe don't (yet) erase stuff from PPAs on EOL, for this sort of reason.08:18
asacah so we could find it?08:19
asaclet me dig08:19
didrocksI have it :p08:19
didrocksif you read me08:19
didrockshttps://launchpad.net/~ubuntu-unity/+archive/daily-build/+build/548890608:19
asachttp://ppa.launchpad.net/phablet-team/tools/ubuntu/pool/main/p/phablet-tools/phablet-tools_1.0+14.04.20140122-0ubuntu1_all.deb08:19
asacseems its still there08:19
asacgood to know08:19
didrocksso, it's downloading08:20
didrocksthe image08:20
didrocksand INFO:phablet-flash:Device detected as mako08:20
Mirvsil2100: do you know about those thostr's old landings toward the beginning of the spreadsheet? I'm not sure what's up with them, so I've only assigned silos to the new requests08:20
asacdidrocks:  with the command above?08:20
didrocksasac: yeah, that exact command08:20
asacthen i guess something in infra happened physically and rerouting device would do08:21
didrocksyep08:21
asacunless everything is off of course08:21
sil2100Mirv: most of them aren't ready, as Ready is No - there is one that was 'Yes' but it said it's been pushed back08:21
asacdidrocks: https://wiki.canonical.com/UbuntuEngineering/CI/Playbook08:21
Mirvalso, thomir's line 40 landing is blocking two more upstart-app-launch landings, but apparently all upstart-app-launch updates are thought to be a bit tricky so they're blocked until green image?08:21
didrocksasac: jenkins isn't, it's in the same lab and network IIRC08:21
asacdidrocks: https://wiki.canonical.com/UbuntuEngineering/CI/Playbook#Touch_Image_Smoke_Device_Offline08:21
sil2100Mirv: I didn't assign them because of those reasons - I guess it's best if we wait for thostr to pop up and decide the fate of those landings08:21
asacdidrocks: that recipe might help08:22
Mirvsil2100: ok, line 11 and 12 are both "Yes". I'm just curious, thostr can request when he needs them of course.08:22
didrocksasac: I looked at it already, it's only about rerunning the tests08:22
didrocksasac: I don't see a reprovision or did I miss anything?08:22
asacdidrocks: you miss it08:22
asacdidrocks: #Touch_Image_Smoke_Device_Offline08:23
didrocksasac: setting the node offline?08:23
asacyes08:23
asacthats what it is it seems08:23
asacNext, report the failure to Rick Fowler, so he can take a look and recover the device if possible08:23
vilamako-11 has just been marked offline08:23
asacvila: nice08:23
asacnow someone need to rerun08:23
asacNext, report the failure to Rick Fowler, so he can take a look and recover the device if possible08:23
asacNext, report the failure to Rick Fowler, so he can take a look and recover the device if possible08:23
asaclol08:23
asachttp://q-jenkins.ubuntu-ci:8080/job/trusty-touch-mako-smoke-daily/08:23
didrocksvila: you are running this job? ^08:24
sil2100Mirv: line 12 is a bit risky I would say in the sense that url-dispatcher is not on the touch standing FFe, and I would need to check those two merges closer08:24
sil2100Mirv: since on my first look they didn't seem to be bug-fixes, that's why I skipped that - but maybe it's best to simply look into those08:24
didrocksasac: yeah, so that's what I told, I maybe don't have the jenkins right to set a node off (as I don't see them)08:24
sil2100Mirv: (no bugs assigned to those merges)08:25
asacdidrocks: ok, but you can rerun job, right?08:25
didrocksyeah08:25
didrocksI was wondering if vila wasn't on that as he started the recovery procedure08:25
asacdidrocks: he is on a call08:25
didrocksok, running it then08:26
asacso guess might not see the pings quickly08:26
asacthanks08:26
asaclets cross fingers :)08:26
asacotherwise reread the log08:26
asacmust be reproducible08:26
viladidrocks: thanks08:26
didrockslet's see08:26
didrocksasac: sounds good08:26
didrocksvila: ^08:26
didrocksvila: I'll let you finish the procedure quietly08:26
vilasry filing ticket for rfowler08:26
didrocksweird that manta as well08:27
asacright08:27
didrocksI only look at mako for now, I'll let the CI team recovering from the rest if they analyze it08:27
didrocksbut this phablet-flash thing will shoot in our feet soon08:27
asacof coruse08:28
asacthats well known08:28
asacthats why i triple asking yesterday to pipeclean test it08:28
asacwhile stgraber was still on08:28
asacso they could roll back08:28
didrocksyeah :)08:28
asacbut lets hope its not that08:28
didrocksasac: was the change announced anywhere and I missed it?08:28
asacoth i dont see a pipeclean run that succeeded08:28
asacotoh08:28
asacdidrocks: i picked it up on IRC08:29
didrocksI'm not even sure what's changed08:29
asacdidrocks: was meant to be a silent compatible change with zero impact08:29
asac:)08:29
didrocksok, that's… well… reconforting :)08:29
asacdidrocks: i think reorg of folder structure with compatibility links was the plan08:29
didrocksah, that one08:29
didrocksok, it was discussed some weeks ago08:29
asacseems the job picks up the data from system image08:29
didrocksjust not about the D day08:29
didrocksyeah08:29
asaccool08:30
asaclets see if it trashed08:30
didrocksit's not the raring version in fact08:30
asacbut guess we should just offline the other 2 types as well08:30
didrocksit's a version which is picking the real infos08:30
didrocks(the first ones hardcoded the paths)08:30
asacdidrocks: could be they hacked it08:30
asacseems its going good enough08:31
asacrestart manta and flo?08:31
asacwait08:31
asaclets see how the first fail looked08:31
didrockswithout the device being offline?08:31
mhr3sil2100, ok to publish 001?08:31
asac15808:31
sil2100mhr3: looking08:31
asacdidrocks: righyt08:31
asacso dont do that08:31
asacdidrocks: http://q-jenkins.ubuntu-ci:8080/job/trusty-touch-mako-smoke-daily/158/console08:31
asacdidrocks: that thing also downloaded, but then trashed the device08:31
sil2100mhr3: let me do a test spin of that and then release08:32
asacso lets see if mako goes dead now again08:32
didrocksasac: yeah, so first time it was picked up08:32
didrocksand then dead08:32
didrocksit went further at least :p08:32
didrockson mako08:32
asacfurther?08:33
asacsure?08:33
* asac wits for a few more lines before claiming success08:33
didrocksasac: yeah, it was blocked on the reboot to recovery08:33
didrockshere, it rebooted to recovery and flash08:33
didrocksso let's see if full install is done08:34
Mirvsil2100: ok, thanks for the analysis08:34
didrockssil2100: mind deploying latest cu2d to preprod and prod? I'm watching now for arm6408:35
didrocksthe diff is:08:35
didrocks-ARCHS_TO_UNCONDITIONALLY_IGNORE = set(['arm64'])08:35
didrocks+ARCHS_TO_UNCONDITIONALLY_IGNORE = set([])08:35
didrocksasac: tests starting08:37
asacdidrocks: cool. so maybe one more device offline?08:39
didrocksasac: yeah, I don't find access to the nodes on that jenkins, so I guess we'll need vila or psivaa to set them back up08:39
didrocksasac: at least, the primary target, mako is back08:40
asacvila: can you offline manta and flo too?08:40
psivaadidrocks: asac: just logging in to the server,08:40
asacvila: when convenient08:40
asacvila: ah ignore08:40
asacpsivaa: :)08:40
asachigh08:40
asachi08:40
asachehe08:40
psivaa:)08:40
asacpsivaa: we need manta and flo offlined08:40
asacand rerun08:40
asacseems mako recovered that wayt08:40
sil2100didrocks: ok, been testing something on my phone08:40
didrocksasac: mako rebooted multiple times successfully08:41
asacright08:41
sil2100didrocks: by cu2d you mean, citrainish?08:41
didrockssil2100: yep08:41
psivaaasac: ok, let me take a look08:41
asacdidrocks: so i think the image that busted stuff was bogu08:41
didrockssil2100: deploy-deploy job :)08:41
asacs08:41
didrockscan be08:41
asacdidrocks: guess someone did a direct injection of something and fixed it but didnt know how to Fix the infra08:41
asaclxc-android-config08:42
asachttp://people.canonical.com/~ogra/touch-image-stats/20140317.3.changes08:42
asachmm. but tahts still 14908:42
asacso guess not:)08:42
sil2100didrocks: so, preprod, prod and deploy_deploy :) ?08:42
didrockssil2100: yeah08:42
sil2100Running!08:42
didrocksasac: well, the issue started 2 images ago actually08:43
viladidrocks: http://q-jenkins.ubuntu-ci:8080/computer/flo-01/ ? From http://q-jenkins.ubuntu-ci:8080/computer/08:43
vilaasac, didrocks : which manta and flo ? All of them ?08:43
asacdidrocks: the changs is from 2 times ago08:43
asacafaics08:43
asacotherwise it woudl be http://people.canonical.com/~ogra/touch-image-stats/20140317.2.changes08:43
asacvila: no08:43
asacvila: ignore08:43
asacvila: psivaa is on it08:43
didrocksasac: yeah, it will be 20140317.208:44
asacdidrocks: ok so guess nothing on software side08:44
asacmust be power or something in lab08:44
asacwho knows :)08:44
asacor jenkins was temp down or so08:44
didrocksI doubt that node connection is bound to that08:44
didrocksit's really weird, I don't trust in coincidence for the 3 being offline at the same time08:45
asacright08:45
asacdidrocks: could still be system-0images08:45
asacthat got fixed after08:45
vilaasac: right, just sync with him, switching back08:45
viladidrocks: good luck !08:45
didrocksvila: thanks :)08:46
viladidrocks: and sorry08:46
asacthanks108:46
asacdidrocks: whatever it was is fixed or its a second-time flash thing08:47
asacand was introduced one image before the one going red :)08:48
didrocksyeah08:48
psivaadidrocks: asac: some other devices of manta and flo are flashing with 243.. looks like 242 had flashing issues?08:53
sil2100mhr3: 001 looks good!08:57
sil2100mhr3: publishing08:57
sil2100didrocks: packaging ACK -> http://162.213.34.102/job/landing-001-2-publish/51/artifact/packaging_changes_unity-scope-click_0.1+14.04.20140317-0ubuntu1.diff <- there seems to be dh_auto_test removed, checked the related commit and the rationale is: "Don't run the vala tests during package build any more"09:03
didrockssil2100: did you ask upstream why first?09:04
didrocksat least, start with the lander :p09:04
sil2100mhr3: my man!09:06
sil2100mhr3: y u not like runnin' vala tests?09:06
sil2100mhr3: y u do dis?09:06
=== psivaa changed the topic of #ubuntu-ci-eng to: Ubuntu CI Engineering Team | Vanguard: psivaa | CITrain support - US: robru, cyphermox, rsalveti - EU: sil2100, Mirv, didrocks | CITrain support no answer: use mup bot after 30 minutes, but choose right timezone
=== alan_g is now known as alan_g|reboot
didrockspsivaa: "due to a bad image", the image didn't boot up at all?09:21
psivaadidrocks: i have not seen the devices, but given that all 3 devices failed after 'INFO:phablet-flash:Clearing /data and /cache' it's most likely the image was bad someway09:23
psivaadidrocks: this was image with image 242.09:24
asacsee -touch09:25
asacseems there was an issue09:25
didrockspsivaa: do we know exactly why/how? seems it worth an investigation09:25
didrockshere09:25
didrocksok09:25
asaccode was shared, probably even deployed09:25
asacbut not more09:25
ogra_right, i know that plars and sergio shared a chnage for theior phablet-flash since they  wouldnt have the time to do the swiatch to ubuntu-device-flash09:26
ogra_sigh, cant type today09:27
psivaadidrocks: i still dont have the invite for the LTF meeting09:29
didrockspsivaa: did you accept the meeting?09:30
psivaadidrocks: there was no email for me09:30
didrocksseems only davmor2 accepted it09:30
didrocksargh09:30
sil2100hmmm09:30
sil2100I don't see an invite09:30
didrocksnot sure why google didn't send it…09:30
sil2100duh ;)09:30
didrockshttps://plus.google.com/hangouts/_/canonical.com/landing-meeting09:31
sil2100Found it through google09:31
didrockspopey: ^09:32
ogra_asac, so looking closer, image 242 and 243 *should* have the fix in the infra ... but apparently there are actual devioce issues09:42
ogra_phablet-flash ubuntu-system -b --channel ubuntu-touch/trusty-proposed09:47
ogra_error: device not found09:47
ogra_asac, from the 243 logs ^^^^09:47
ogra_(so the new channel prefix hack is in but there is no device)09:47
ogra_(and it is the same for all devices)09:48
seb128you guys should think about archiving some of the landed lines on the CI train list09:49
seb128it would make the list easier to browse09:50
ogra_on the spreadsheet you mean09:50
ogra_?09:50
seb128yes09:50
ogra_didrocks, ^^^^09:50
sergiusensdidrocks, ogra_ is the expectation that now all debs have to build for all arches?09:56
ogra_sergiusens, well, at least all that have built before, not sure if the expectation for the initial build has changed, cjwatson might know09:57
sergiusensI can see it as a goal that by x date they should; but not sure people had plans for it09:58
davmor2ogra_, popey: open settings/terminal and rotate the phone on both of those apps do they align corrently for me it gets nearly upright and stalls and then a few seconds latter will be fully upright09:59
* sergiusens is glad to see a run with the gallery at 100%09:59
ogra_davmor2, i have to wait til after the meeting ... hangouts and flashing/downloading at the same time dont work great here :)09:59
cjwatsonogra_: it's still all that have built before10:04
cjwatsonogra_:10:04
cjwatsonhttps://wiki.ubuntu.com/ProposedMigration10:04
ogra_yup10:04
cjwatsonah, nobody rebuilt gallery-app10:04
cjwatsonlet me fix that10:04
asacogra_: my understanding is that we busted the device, then noone put that device offline10:05
asacnow the new build is spinning10:05
ogra_well, i dont get how we busted the device ... the foremer installs worked10:06
ogra_*former10:06
bzoltan1asac:  the newline glyph bug is fixed and verified10:06
asacbzoltan1: nice one... the MP up?10:06
asacalreadyu in landing train?10:06
bzoltan1asac: Mirv is about to land it10:06
sil2100mhr3: hey!10:06
ogra_+ phablet-flash ubuntu-system -b --channel ubuntu-touch/trusty-proposed10:06
ogra_INFO:phablet-flash:Device detected as mako10:06
bzoltan1asac: Silo2 has it10:07
plarsogra_, asac, psivaa: so after applying all the fixes yesterday, we saw image 241 run through successfully10:07
ogra_asac, thats 241 ^^^^10:07
plarsso my guess is that something fell apart at 24210:07
plarsin the image10:07
popeyhttp://popey.com/~alan/phablet/device-2014-03-18-100621.png go home settings, you're drunk!10:07
ogra_which is interesting since manual installs seem to work10:07
didrocksasac: FYI, possible Mir regressoin10:07
didrocksasac: getting confirmation10:08
asacplars: that image doesnt really look suspicious, but yes, could be the reason10:08
asacmust be something that busted mako and maguro though10:08
asacand flo :)10:08
davmor2popey: that looks straight10:08
plarsit seemed to affect us across the board, so rfowler_ is going to be busy today I think10:08
asacdidrocks: was there a mir landing?10:08
ogra_asac, that image was the first one after stephanes change10:08
popeydavmor2: you need your eyes tested ☻10:08
asacplars: ogra_: so who is right of you? :)10:08
didrocksasac: yeah, I really warned Keving about it10:08
popeydavmor2: it straightens up when i run mirscreencast10:08
ogra_asac, so the issue isnt caused by the s-i change at all10:08
asacok10:08
asacgood10:08
didrocksasac: but he told it was mostly affecting desktop only and really really testing it10:08
asacthen what happend in 242?10:08
ogra_but there is an issue still :)10:09
didrocksasac: and we were doomed to block him10:09
asacmir landed?10:09
didrocks24310:09
didrocksmir landed10:09
ogra_yup10:09
didrocksbut now apps are really slow to start10:09
asacbut 242 also failed?10:09
davmor2popey: it's not perfectly straight but it's closer than I get sometimes :)10:09
ogra_http://people.canonical.com/~ogra/touch-image-stats/20140318.changes10:09
ogra_243^^^10:09
didrocksare some apps don't show up until you touch the screen10:09
didrocks(all blank)10:09
ogra_http://people.canonical.com/~ogra/touch-image-stats/20140317.3.changes10:09
ogra_242^^^10:09
didrockssystem-settings and click-update10:09
asacright. so 242 somewhat failed after downloading bits10:10
asacto install10:10
didrocksseb128: FYI, if you see some issues at startup, it's known ^10:10
* ogra_ will hack the bot today to put proper symlinks in place for the changelogs so we have the right numbers10:10
asac243 then couldnt connect anymore10:10
asaci really suspect the problem was injected in 24210:10
ogra_yes10:10
asacbut *shrug*10:10
asacso http://people.canonical.com/~ogra/touch-image-stats/20140317.3.changes10:10
ogra_but the package changes in 242 look harmless10:10
asacnot much was going on there10:10
asacright10:10
asacthats why i dont know10:10
didrocksseb128: ogra_: I'll archive the spreadsheet soon10:10
asacstill feels like something in the lab happened10:11
asacor with system-image :)10:11
asachehe10:11
asac(j.k.)10:11
didrocksasac: we are focusing on the regression for now10:11
seb128didrocks, thanks10:11
didrocksasac: but reverting Mir isn't easy…10:11
didrocksif needed10:11
didrocksas per ABI break10:12
asacright10:12
didrocksdavmor2: confirming regression btw10:12
didrocksand yeah, all apps are really slow to start as well10:13
psivaadidrocks: as to why the results are not syncing to the dashboard, there seems to be an issue and i dont have access to the server that's running the dashboard.10:13
didrockscome on, how that was tested!10:13
didrocksand then, the same people are arguing on the "risk" terminology10:14
didrocksasac: oh as well, we don't have CI results on the dashboard anymore10:14
ogra_check for apparmor denials in syslog10:14
psivaadidrocks: all those that have access are now in US timezone. cjohnston should be up soon, i'll ask him10:14
didrockspsivaa: ok, thanks for tracking that10:14
ogra_http://people.canonical.com/~ogra/touch-image-stats/20140318.changes has a new apparmor-easyprof-ubuntu10:14
popeydavmor2: yeah, I get the same as you, but as I said, when I run mirscreencast it straightens before I get a screenshot10:15
didrocksogra_: no DEN in my syslog10:15
popeydavmor2: i think this is related to the app being blank, i suspect the screen isn't updating but the content being displayed is there, correct and straight10:15
ogra_k, just checking10:15
popeylike we're dropping frames10:16
didrocksogra_: let me open an app and seeing10:16
didrockspopey: yeah, °110:16
didrocks+110:16
popeydavmor2: got a bug filed? If not i'm happy to file one10:16
didrockssil2100: keep us posted, the system settings one is the easiest to reproduce and get a feel on the image startup10:17
didrocksbut it's all seem linked10:17
didrocksogra_: yeah, nothing weird in syslogs or upstart logs10:18
ogra_good10:18
Saviqhey, who apart from fginther can help with a -ci mako testrunner https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/5917/console ?10:18
didrocksit's an initial "damage" on the apps that is missing IMHO10:18
ogra_didrocks, so given that 241 looks really good, should we focus on that for possible promotion ?10:20
didrocksogra_: hum?10:20
didrocksogra_: did you see my list of regressions?10:20
didrockson the phone ML?10:20
ogra_(while debugging 242 and 243)10:20
* ogra_ checks10:20
didrocksI don't think we should promote before getting those fixes10:20
ogra_i dont see a mail from this monring10:20
didrocksogra_: the one from yesterday10:21
didrocksogra_: the issues are not fixed (we discussed in the meeting one by one)10:21
ogra_hmm, k10:22
sil2100It's almost flashed10:22
* didrocks hopes in sil2100 to confirm what broke it :)10:23
* ogra_ wonders why 241 shows 6 crashes on the dashboard while there are only the 3 known ones10:24
dbarthhi10:24
dbarthsil2100: can i get a silo for line 13; the FFE has been acked, and we'd like to also land the multi-arch fix (just added on the list of MPs)10:25
sil2100dbarth: excellent, let me see10:25
asacdidrocks: we can still look at jenkins?10:26
asac:)10:26
LaneyCan I have a silo for line 68 please? It should be a noop for all existing arches - just enabling new ones.10:26
asachope so10:26
didrocksasac: that's exactly what I was typing to psivaa10:26
didrocksif he can fetch results manually for us then10:27
sil2100Laney: looking in a moment10:27
Laneysil2100: ta10:27
psivaadidrocks: asac: the results will be available once the tests complete but only the instantaneous syncing is not working, which i can do for now :)10:27
sil2100uuuh, silos are oversaturated!10:27
sil2100didrocks: on 242 system settings opens up quite fast, like 5 seconds10:28
sil2100didrocks: by quite fast I mean faster than 243, let me upgrade Mir now10:29
ogra_"fast" :P10:29
sil2100;p10:29
didrockspsivaa: ah ok10:31
cjwatsonsergiusens: gallery-app has built everywhere now modulo PPA publishing, assuming that's what you were concerned about10:33
sergiusensyeah, just following up on an email bill sent me10:33
cjwatsonBill left IRC last night before I could explain the situation properly10:34
cjwatsonI was working on it while he was leaving10:34
cjwatsonIt was libmediainfo's fault, and https://launchpad.net/ubuntu/+source/libmediainfo/0.7.67-2ubuntu1 fixed it10:34
sergiusensfrom the failing build logs seems that should fix it10:35
sergiusensin any case; you have boxes for people to use and check their builds, right?10:36
cjwatsonYes10:38
cjwatsonNo need to invoke the failing build logs, https://launchpad.net/~ci-train-ppa-service/+archive/landing-015/+packages is green now10:38
cjohnstonpsivaa: what tests aren't being seen10:39
sil2100didrocks, ogra_, davmor2: upgrading libmirserver17 and a few other Mir packages didn't make the problem appear, hm, will look closely into the package diffs and upgrade some more10:39
sil2100didrocks: btw. regarding that packaging diff for unity-scope-click, mhr3 told me that all the tests are still ran, just manually as part of make test in the debian/rules10:40
psivaacjohnston: the results on image 243, whilst it's running are not seen.10:40
psivaacjohnston: we normally see those results whilst the are running. but that bit is not happening10:40
didrockssil2100: hum apparmor-easyprof-ubuntu?10:41
mhr3sil2100, i didn't say all10:41
mhr3sil2100, they did disable the old vala ones indeed10:41
mhr3sil2100, the c++ ones run though10:41
sil2100mhr3: but only the c++ ones are relevant right now, right?10:43
sil2100didrocks: trying some more, that one as well10:43
mhr3sil2100, right, the vala scope will be removed as soon as new-scopes are used10:43
didrocksmhr3: desktop as well?10:44
mhr3didrocks, click scope was never relevant for desktop10:46
didrocksah, it's only on click10:46
ogra_hmm, on 243 the hud misbeahves for me (hangs when collapsing it) i wonder if thats related10:46
cjohnstonpsivaa: I'm not sure.. we will have to wait for doanac`10:47
psivaacjohnston: ack, thanks for looking into it10:47
sil2100didrocks: can I treat this as a +1 for that package? ;)10:50
didrockssil2100: yep10:50
sil2100didrocks: (still downgrading stuff for the settings issue)10:50
sergiusenscjohnston, what happened yesterday was that the links changed to trigger jobs (they have full paths to the device specific channel); not sure if the dashboard depends on something like that as well10:52
sil2100didrocks: I don't get it... I upgraded everything from the list here http://people.canonical.com/~ogra/touch-image-stats/20140318.changes (by everything I mean copy-paste everything) and settings still opens up after 4-5 seconds for me10:53
sil2100ah10:53
sil2100Wait, I might know what's up10:53
sil2100didrocks: let me upgrade to 243 and do a 'downgrade'10:53
didrockssil2100: oh?10:53
sil2100didrocks: since I think the reason might be that the system settings app has a notification of an update on it10:53
didrockssil2100: wdyt?10:53
didrocksoh right10:54
didrockssil2100: you can fake the version10:54
sil2100didrocks: and because of that, it forces a 'refresh' after appearing10:54
didrockssil2100: it will be easier10:54
sil2100oh, how?10:54
didrockssil2100: I would say edit /etc/system-image/channel.ini10:54
davmor2Morning all10:59
sil2100didrocks: ok, so, after 'faking' the version, yes, I can reproduce - so I guess one of the packages I upgraded was at fault ;p10:59
davmor2popey: did you file one if not I can?10:59
didrocks:p10:59
sil2100Too bad I upgraded like, ALL OF THEM10:59
sil2100geh, I could have noticed this earlier ;)10:59
ogra_fun10:59
popeydavmor2: no, thats why I asked ☻10:59
davmor2haha11:00
davmor2popey: I was checking that you hadn't filed one in the meantime :)11:00
popeydavmor2: nope11:02
sergiusensdidrocks, wrt to changelog generation; is the bootstrapping process documented anywhere?11:02
didrockssergiusens: not with CI Train, I asked some LT member, if they have time, to do it11:02
didrockssergiusens: basically, it's just "ensuring that bzr bd is working" and "tagging previous release"11:03
sergiusensdidrocks, the stub release was just a test fwiw; not what triggered creating that bug in the first place11:03
didrockssergiusens: there was no tag for the previous release11:03
didrockssergiusens: and that's something robru knows from the code itself, not sure why he didn't check11:03
didrockssil2100: trying to upgrade Mir11:04
didrocks(with the version hack)11:04
davmor2popey: I'm assuming unity8 right?  I doubt it's the sensors11:04
popeydavmor2: either unity8 or mir11:05
didrockssil2100: davmor2: popey: confirming, it's Mir for the bug11:05
sil2100didrocks: I tried downgrading stuff now, but I guess you'll be faster then I will be11:05
didrocksand slowliness of app startup11:05
davmor2didrocks: \o/11:06
didrockspopey: davmor2: do you have a bug for this?11:06
sil2100didrocks: did you check if on 242 with the version hack without mir being upgraded?11:06
didrockssil2100: yep11:06
davmor2didrocks: filing it as we speak11:06
sil2100didrocks: to check if 242 was free of the bug11:06
sil2100ACK11:06
didrocksand then I upgraded it11:06
sil2100Ok... too bad then that it's mir, but at least we know now11:06
sergiusensdidrocks, the previous release didn't have the expected format; that stub version was something I just added later in the night11:06
sil2100didrocks: thanks!11:06
didrockssergiusens: hum? there is no exceptation on the format, what do you mean?11:07
sergiusensdidrocks, the previous tagged release was 1.12+bzrXXXXX-0ubuntu1 and it is tagged11:08
didrockssergiusens: saw the bug report?11:08
sergiusensdidrocks, the version with  1.12.bzr6858+14.04.20140316-0ubuntu1 is something I made up much later in the game11:08
sergiusensmuch after the bug report was created11:09
sergiusensdidrocks, yes; that's why I'm bringing this up :-)11:09
didrockssergiusens: hum, I will need to have the initial state to see why the tag wasn't picked up then11:09
didrocksdo you have it somewhere?11:09
sergiusensdidrocks, no but I can recreate it11:09
didrockssergiusens: yeah, if we can simuate that in a silo, I would be interested11:10
didrockssimulate*11:10
didrockssergiusens: because there is no format or whatsoever expectation, not sure why you created 1.12.bzr6858+14.04.20140316-0ubuntu111:10
didrocksprobably some miscommunication making people believe that :)11:10
sergiusensdidrocks, because I didn't have a clear answer on how it worked so I was experimenting ;-)11:11
didrockssergiusens: yeah, basically, it just bzr tags -> pick the revison and work from it11:11
sergiusensdidrocks, this is the original lp:~sergiusens/ofono/citraintest11:14
sil2100Laney: ok, so we have too many landings pilled up it seems11:14
didrockssergiusens: can you make a MP against it then?11:14
didrockssergiusens: to really recreate the situation11:15
sil2100Laney: there is no free silo - I'm even freeing one to have it as a 'safety net'11:15
sergiusensdidrocks, ok; I'll clear up the target as well11:15
sil2100Mirv, didrocks: just so you guys know - we have currently all 20 silos assigned, I'm even freeing up the ubuntu-keyboard one for now because it wasn't 'touched' yet and I really would like to have at least one silo free for emergency uses11:17
didrockssil2100: hum, IIRC, I repeated multiple times to have at least 4-5 available11:17
didrockswhat happened?11:17
didrockswhy did we assign more?11:18
cjwatsonlanding-015 could be poked into noticing that everything is built11:18
davmor2popey, didrocks: rotate issue https://bugs.launchpad.net/mir/+bug/1294048  , apps slower to open https://bugs.launchpad.net/mir/+bug/1294051  ,  grey screen on settings https://bugs.launchpad.net/mir/+bug/129405311:18
ubot5Ubuntu bug 1294048 in Mir "Touch has a rotate issue" [Undecided,New]11:18
ubot5Ubuntu bug 1294051 in Mir "Apps are much slower to open" [Undecided,New]11:18
sil2100didrocks: I don't know, it was like that when I appeared in the morning11:18
ubot5Ubuntu bug 1294053 in Mir "Settings app opens to a blank screen unless given enough time to render or the app is touched" [Undecided,New]11:18
Laneysil2100: bah11:18
sil2100didrocks: I thought we had many free, wanted to assign a silo and see uh - assigning silo 2011:19
cjwatsonas could landing-01611:19
didrockssergiusens: you have 5 silos11:19
Laneyseb128 has a couple of landings that aren't tested yet ;-)11:19
cjwatsonI suspect several silos were broken by the librarian ENOSPC last night and just need to be prodded11:19
didrockssil2100: weird, so you had many frees in the previous assignement? (you have the whole list of free ones when assigning)11:19
seb128Laney, they finished building like half an hour ago, I'm on it11:19
Laneyexcellent!11:19
didrockssil2100: some are "silo ready", please flush them maybe11:20
sil2100didrocks: ok, that's what I did with ubuntu-keyboard just now11:20
sil2100Will free up more11:20
seb128I'm going through mines, those should keep moving/be freed soon11:21
* sil2100 freed 2 more silos11:21
sil2100mhr3: I freed one of your silos as it wasn't moved and we're currently low on silos11:22
sil2100seb128: I also freed one of your silos for the very same reason ^11:22
mhr3sil2100, which one?11:22
seb128sil2100, which one?11:22
sergiusensdidrocks, https://code.launchpad.net/~sergiusens/ofono/citraintest/+merge/21149811:22
sil2100mhr3: line 2611:23
sergiusensdidrocks, is there an easy way to view them?11:23
didrockssergiusens: ok, this is the exact same sate, right?11:23
didrockssergiusens: just look at "sergiusens" I guess on the spreadsheet11:23
didrocksyou have 5 :)11:23
sil2100mhr3: will re-assign once some of the currently built ones are flushed out11:23
seb128sil2100, which one for me? I didn't have any silo ready to be freed I think11:23
mhr3sil2100, ok11:23
popeythanks davmor211:23
sil2100seb128: aaarght, sorry!11:23
sil2100seb128: didn't mean you11:23
sergiusensdidrocks, yes; originally everyone would have preferred to keep the original versioning with the two '+'11:24
sil2100I meant sergiusens11:24
sil2100;)11:24
seb128sil2100, what did you do?11:24
seb128sil2100, oh, ok11:24
sil2100sergiusens: ^11:24
seb128good ;-)11:24
sergiusenssil2100, didrocks I have 5 silos but am the lander for like 50 trunks11:24
sergiusenskeep that in mind ;-)11:24
sil2100sergiusens: I also freed one of your silos for the very same reason ^11:24
sergiusensmandel, hurry your silo ^^11:24
didrockssergiusens: ok, I'm simulating your merge11:25
mandelsergiusens, well, I have tested it, but I'd like barry to take a look too11:25
mandelsergiusens, is not that I can bully him to do it, but only because it is to early for him :)11:25
sergiusensmandel, if he doesn't get to it today; I'm afraid it will be freed up11:25
mandelsergiusens, ok, I'll make sure of it being done asap11:25
sergiusenssil2100, didrocks fwiw l20 is free11:27
sergiusenssil2100, didrocks feel free to release l30/silo 411:27
sil2100sergiusens: ACK11:28
* sergiusens wants out from the landing business11:28
sil2100seb128: checking your landning 014 in a moment11:29
seb128sil2100, what about it?11:29
seb128sil2100, I just published it, is there an issue?11:29
didrocksseb128: ok, reproduced btw11:30
seb128didrocks, reproduced what?11:31
didrocksargh11:31
didrockssergiusens*11:31
sil2100seb128: oh, ok, nevermind then - I thought we were required to test eveyrhing ourselves as well11:31
didrocksse<tab> isn't possible anymore11:31
sil2100seb128: but I guess we trust you enough ;)11:31
seb128sil2100, thanks ;-)11:31
sergiusensdidrocks, so it doesn't work?11:32
didrockssergiusens: yeah, it's because you have in the destination a version number that will never be released11:34
didrockssergiusens: as there were direct push to trunk11:34
didrocksand the fallback which is to find a "Releasing <previous version>" couldn't work as well11:34
cyphermoxmorning!11:35
didrockshey cyphermox (it's early for you)11:35
didrockssergiusens: I need to find a way to rely on something else I guess11:35
cyphermoxwell, it's a reasonable morning hour really11:35
cyphermoxI've been up for four hours already :)11:35
ogra_didrocks, hmm ? xchat has heiristics for se<tab> to only complete the nick you talked to last11:35
ogra_*heuristics11:35
ogra_just use a sane client ;)11:36
sergiusensdidrocks, so what should I do?11:36
didrockssergiusens: nothing, keep it like that, I have some ideas how to fix that11:36
sergiusensdidrocks, ok, we can reconfigure silo 007 then to use the MR11:37
psivaadidrocks: ogra_: so the flashing of image 242 failed soon after 'phablet-flash:Clearing /data and /cache' could the issue have been injected in 241?11:37
ogra_psivaa, well, to my knowledge you are having your own hacks to phablet-flash11:38
ogra_sergiusens, ^^^  ?11:38
didrockssergiusens: this worked for everyone who didn't push to trunck directly while changing the changelog version :p11:39
didrocksor had a previous release of CI Train/Daily release as it's the fallback11:39
sergiusenspsivaa, ogra_ only reason for that to fail is to have been disconnected11:39
psivaaogra_: afaik, that is not in the way of flashing. 243 is being flashed in the same way11:39
psivaasergiusens: but all the 3 devices got disconnected after clearing the /data and /cache step11:40
sergiusensdidrocks, I know; rsalveti wanted this to start using the train to get the other arches built for for testing11:40
sergiusenspsivaa, oh; then no11:40
psivaasergiusens: and they dint happen at the same time for me to suspect any activity on the server side11:41
Mirvsil2100: that was probably me, although I think we were quite full before I assigned 3 more11:42
Mirv(in the morning)11:42
davmor2didrocks: so the phone works but I really, really wouldn't promote it till those issues with mir are resolved.11:42
sergiusenspsivaa, anyways if there's anything needed in phablet-tools; you are sort of blocked as the infra is on raring11:42
didrocksdavmor2: yeah, no new regression to mention at least?11:43
psivaasergiusens: yea, we are moving to saucy this weekend11:44
davmor2didrocks: no same faults as in yesterdays tested image just with the slowness and quirkiness added in for good measure :)11:44
sergiusenspsivaa, not sure how it failed; where is this log?11:44
psivaasergiusens: http://q-jenkins.ubuntu-ci:8080/job/trusty-touch-mako-smoke-daily/158/console11:45
sil2100Mirv: let's just remember about leaving like 3-4 silos free ;) The number of assigned silos can be seen either by looking at the peoples backend or the metadata sheet11:45
davmor2didrocks: well there are the mir regressions of course :)11:45
Mirvsil2100: ok. remember I'm actually relatively "new" to CI Train now that I have that monster of Qt 5.2 mostly behind me... sorry about that.11:46
didrocksdavmor2: yep11:46
didrockssergiusens: hum, so I have a quick fix for your case, but potentially, it will create other issues to other cases, thinking about it11:46
didrockssergiusens: like releasing something else11:47
didrocksthe issue is really that trunk have an UNRELEASED changelog change11:47
sil2100Mirv: no problem! Nothing bad really happened, it's anyway just a safety bubble ;)11:47
didrockshum11:47
didrockswe can do a 3 way falling down11:48
sergiusensdidrocks, ok; so my best bet is to rewrite the target branch to only have the latest released and bring that into the MR?11:48
didrockssergiusens: no, I'll try to handle this case11:48
sergiusensah, ok11:48
didrockssergiusens: I have an idea, it might duplicate some lines, but not everything11:48
didrocksat least, not 100 commits11:48
sergiusenspsivaa, ogra_ right above that error you gave me I see 'error: device not found'11:50
sergiusenspsivaa, ogra_ it's not a phablet-flash problem it seems11:50
ogra_right11:50
sil2100didrocks: huuum, I'm not up-to-date with the CI smoketesting infra stuff, but what happened to 242 test results?11:51
ogra_(thats what i pointed out a few hours ago already)11:51
sil2100Ah, wait11:51
psivaasergiusens: ogra_: but that's right after the clear commands from phablet-flash.. on all 3 devices11:51
sil2100Right11:51
ogra_(i thought psivaa had found something new)11:51
sil2100didrocks: nevermind!11:51
* sil2100 mixed up version numbers11:51
sil2100We only had for 241 before anyway11:51
sergiusenspsivaa, ogra_ my best bet is that you lost your udev rules to run adb commands against a root adb11:52
ogra_on the server ?11:52
ogra_hmm11:52
sergiusenspsivaa, reboot into recovery and see if you can run adb commands11:52
ogra_why would thy vanish while the machine is running11:52
sergiusensogra_, because it rebooted into recovery11:53
psivaasergiusens: the devices have flashed successfully with 243 on the same server11:53
sergiusensogra_, when you reboot into recovery; the device IDs change11:53
ogra_oh, right11:53
psivaasergiusens: not the same devices though11:53
ogra_but there were no changes for ages11:53
sergiusenspsivaa, with no access to the server or a changelist there I can't really know11:54
ogra_is the code cleaning cache and data new ?11:54
sergiusenspsivaa, can you try flashing 241 again with --revision 241?11:54
sergiusensogra_, no; phablet-flash hasn't changed for 4 months iirc11:54
ogra_sergiusens, i mean on the server :)11:54
ogra_i know they applied manual changes yesterday for the channel change11:55
sergiusensogra_, that's phablet-flash at work11:55
didrockssergiusens: didrocks@tidus:~/work/cupstream2distro/trunk11:55
didrocksargh11:55
didrockssergiusens: http://paste.ubuntu.com/7113642/11:55
sergiusensogra_, yeah, it shouldn't be related to that11:55
didrocksbetter?11:55
sergiusensdidrocks, well that's exactly what we want :-) so of course ;-)11:55
didrockssergiusens: deploying from preprod to prod11:56
didrockssergiusens: done!11:56
sergiusensdidrocks, let me reconfigure that silo now11:56
sergiusensdidrocks, is this common btw?ERROR:root:ofono is already prepared for the same serie and destination in landing-00011:59
sergiusensI get that here: http://162.213.34.102/job/landing-007-0-reconfigure/12/console11:59
sil2100seb128: you can merge and clean some of your landings :)12:00
sil2100mhr3: merge and clean your landing for click scope!12:01
=== cjohnston changed the topic of #ubuntu-ci-eng to: Ubuntu CI Engineering Team | Vanguard: cjohnston | CITrain support - US: robru, cyphermox, rsalveti - EU: sil2100, Mirv, didrocks | CITrain support no answer: use mup bot after 30 minutes, but choose right timezone
didrockssergiusens: yeah, it's a real error when you don't reconfigure12:01
sergiusensdidrocks, but that's what I just did12:01
didrockssergiusens: basically it means 2 silos are using the same components, which isn't available by default12:01
didrocksand landing-000 was what I was testing :)12:01
sergiusensoh...12:02
sergiusensok12:02
sergiusensso when you free that up; I'll reconfigure ;-)12:02
didrockssergiusens: I should in the "reconfigure" case, downgrade the error to a warning in the ouput12:02
seb128sil2100, thanks for watching but no need to watch my stuff, I'm usually pretty good at getting them moving, I published before going to eat, just back12:02
* sil2100 shouldn't inform about that but we have a silo shortage ;)12:02
didrockssergiusens: oh no worry, all was fine12:02
* sergiusens builds12:02
didrockssergiusens: only when we assign, it's a blocking error (and the job fails in that case)12:02
sergiusensok, makes sense; the 000 seemed like a problem12:03
sergiusensbut I guess it's your hidden test lab :-P12:03
didrockssergiusens: exactly :p12:04
didrockssergiusens: using the preproduction code12:04
didrocks(so only on request)12:04
seb128didrocks, sil2100: is there a summary of the silos available somewhere? looking to the list it seems like there should be at least 6 available now12:04
seb128rather closer from 812:04
sil2100seb128: now it's fine12:04
sil2100seb128: I usually use this: http://people.canonical.com/~platform/citrain/12:05
seb128sil2100, so stop pinging 5 minutes after stuff get ready :p12:05
sil2100seb128: hey hey, it was just temporary, wanted to buffer up stuff since I have some silos to assign ;)12:05
seb128k, cool, you have them now ;-)12:05
* seb128 goes to add some more requests to the list12:05
sil2100There are 4 silos free right now, and I want to keep having 3 silos free all the time12:06
sil2100Since that's the theoretical buffer we want to have12:06
seb128right, 3 silos are being cleaned12:07
seb128so you are going to have some spare room soon12:07
sil2100Thanks!12:07
Mirvseb128: whee, thanks. I assigned yours in the morning but should have waited a bit.12:08
seb128Mirv, well, early assignement is fine, if you don't want to lock for nothing you can start the builds though ;-)12:09
seb128so when I start I've builds results to test12:09
seb128which reduce the turnaround12:09
didrockssergiusens: ok, it will only show it as a warning if you reconfigure a silo having the conflict (as it is in that case a warning only)12:10
Mirvsil2100: didrocks: ok AP testing good on the qtbase + 3 testers tested manually the text rendering, so I'll be releasing it12:30
didrocksMirv: excellent, one less!12:30
Mirvsil2100: didrocks: meanwhile, because there's a lack of image test results, it's notable that I only had failures in music-app - not in calendar app or unity812:30
didrocksok12:32
renato_didrocks, hi, yesterday my Mr (https://code.launchpad.net/~renatofilho/address-book-service/create-source/+merge/206832) get block due a tests failing on powerpc. I did some fixes how I can test it? I tried a powerpc chroot but it crashes when I try to run cmake command12:33
didrocksrenato_: one of the cheapest way is to ask the lander (seems it's boiko), to rebuild address-book-service in the landing silo12:36
didrocksrenato_: oh, are you sure it didn't build?12:36
didrocksrenato_: ah, your branch already landed btw12:36
didrocksit's just that boiko didn't merge and clean12:36
renato_didrocks, humm ok I will talk with boiko, thanks12:37
didrockshum, the check migration job isn't running anymore12:38
didrocksrenato_: ah no, it's blocked on proposed for other reasons12:39
didrocksaddress-book-app/powerpc unsatisfiable Depends: qtcontact5-galera12:39
didrocksrenato_: I misread address-book-app, address-book-service12:40
didrocksrenato_: so you can say him to rebiuld address-book-service from the same silo and try to reland that12:40
didrocks(with your new merge)12:40
renato_ok thanks12:40
didrocksyw ;)12:40
alan_gcjohnston: we're seeing CI failures, but can't work out from the logs why libmirserver16 is installing can you help? https://jenkins.qa.ubuntu.com/job/mir-mediumtests-runner-mako/788/console12:42
cjohnstonalan_g: looking12:43
cjohnstonalan_g: is this for an MP or something?12:45
Mirvdidrocks: sil2100: what's "reconfiguresil"? :) http://162.213.34.102/job/prepare-silo/556/console12:45
alan_gcjohnston: All the MPs are failing this way12:45
didrocksMirv: a o is missing12:45
MirvI guess typo in a recent deployment, and should be silo?12:45
didrocksMirv: with the prod I did12:45
Mirvdidrocks: right o12:45
didrocksyeah12:45
didrockslet me fix it, one sec12:45
cjohnstonalan_g: could I get a link to one please12:45
* didrocks wonders why pyflake didn't yell12:46
alan_gcjohnston: https://code.launchpad.net/~vanvugt/mir/version-0.1.8/+merge/21124912:46
cjohnstonta12:46
didrocksMirv: done and deployed on preprod and prod12:47
Mirvdidrocks: looking good! thank you.12:48
cjohnstonalan_g: not sure if its related but are you aware of whats going on http://people.canonical.com/~ubuntu-archive/testing/trusty_probs.html12:48
* alan_g looks12:49
alan_gcjohnston: well, I'd seen https://code.launchpad.net/~cjwatson/mir/stdint-include/+merge/211340 if that's what you mean by "aware"12:52
MirvLaney: landing-001 assigned to your qtbase change and I uploaded it there already. armhf expected build time a jolly 3.5h - https://launchpad.net/~ci-train-ppa-service/+archive/landing-001/+packages12:52
cjohnstonalan_g: ack.. still looking12:53
LaneyMirv: sweet, thanks12:54
sil2100o_O12:58
=== alan_g is now known as alan_g|lunch
psivaadidrocks: The dashboard now has the results for 243 on mako and manta.. flo is yet to finish13:07
didrockspsivaa: yeah, saw that. Thanks for the head's up13:07
psivaasergiusens: ogra_: so i flashed 241 and 242 on another device in the lab and that flashed ok..13:07
psivaasergiusens: ogra_: something must have happened on the server side as you said at that time interval, which i am looking at now. and sorry for the noise :)13:08
ogra_np13:09
sergiusenspsivaa, this makes me think something was going on at the server during these flashes13:09
sergiusenspsivaa, no worries13:09
ogra_good that you could exclude the images themselves13:09
sergiusenspsivaa, it wouldn't be a surprise to me to know that someone tripped over a cable either ;-)13:10
ogra_lol13:11
psivaaogra_: sergiusens: was too late in night for anyone to be awake :)13:11
ogra_these are toe worst ones ... sleepwalking people tripping over cables !13:11
ogra_*the13:11
psivaatoe would suite as well :)13:12
didrocksok, I need to go for a run13:26
didrockssil2100: cyphermox: can you let kgunn knows about the issues with the Mir landing if he shows off before?13:26
didrockshttps://bugs.launchpad.net/mir/+bug/129405113:27
ubot5Ubuntu bug 1294051 in Mir "Apps are much slower to open" [Critical,New]13:27
didrockshttps://bugs.launchpad.net/mir/+bug/129405313:27
ubot5Ubuntu bug 1294053 in Mir "Settings app opens to a blank screen unless given enough time to render or the app is touched" [High,Confirmed]13:27
didrockshttps://bugs.launchpad.net/mir/+bug/129404813:27
ubot5Ubuntu bug 1294048 in Mir "Touch has a rotate issue" [Medium,Confirmed]13:27
didrockswe can't revert, so he needs to fix that ASAP13:27
bzoltan1asac: ping13:28
didrocksalso, tests in their QA process needs to be added (manually or automatically)13:28
cjwatsoncjohnston,alan_g|lunch: arm64 aside, that actually looks like an override bug.  checking13:32
sil2100didrocks: ok13:33
cjwatsoncjohnston,alan_g|lunch: yep - I've moved libmirserver17 from universe to main, that should help13:33
sil2100didrocks: so for now we're not reverting because it's troublesome and give them some time to get it fixed ASAP?13:33
didrockssil2100: because of ABI break leading to package rename, reverting can bring more issues13:34
cjwatsonMirv: /wg 2313:34
cjwatsonMirv: sigh, sorry13:34
didrocksor we need to add another binary package13:34
sil2100Righto13:35
cjohnstoncjwatson: ack13:35
didrockssil2100: so, they took the risk, I told I wasn't thrilled, now it's time for them to take responsibility for their decisions and shine13:35
=== cjohnston changed the topic of #ubuntu-ci-eng to: Ubuntu CI Engineering Team | Vanguard: cjohnston | CITrain support - US: robru, cyphermox, rsalveti - EU: sil2100, Mirv, didrocks | CITrain support no answer: use mup bot after 30 minutes, but choose right timezone | Known issues: touch-flash- jobs are broken
sil2100didrocks: let's wait for their sunrise then!13:35
didrocksheh13:36
Mirvwg, wg13:37
bfillerdidrocks: silo-15 is failing to buid on some arches (arm64, powerpc, pp64el) and it's blocking the landing. Are these required now to be able to land something?13:39
didrocksbfiller: they only block normally if they built previously in the release pocket successfully13:39
didrockshey btw13:39
sergiusensbfiller, fwiw gallery was fixed by cjwatson13:40
bfillerdidrocks: hmn, ok13:40
bfillersergiusens: oh cool, I see that now. thanks cjwatson13:40
didrocksbfiller: btw, any update on messaging-app flaky test failure?13:41
bfillerdidrocks: the sheet still says the build failed though, do I need to rebuild?13:42
didrocksbfiller: just rebuild with "watch only", I guess you built during the launchpad outage and the source package wasn't published13:42
bfillerdidrocks: the guys looked at it yesterday for quite some time and do not yet have a solution13:42
didrocksbfiller: ok, please if you have any info, update on the ML13:43
bfillerdidrocks: will continue to look at it and could use some help from elopio13:43
didrocksthanks13:43
didrocksbfiller: so yeah, watch only (if there is no new commits in)13:43
bfillerdidrocks: got it, thanks13:43
cjwatsonbfiller: it was a libmediainfo bug13:43
didrockscjwatson: arm64 is still stuck13:44
cjwatsondidrocks: uh, it wasn't last I looked13:44
* didrocks opens update-excuse13:44
didrockscjwatson: I just rmadison13:44
didrockscjwatson: did you just fixed it? maybe arm64 didn't publish yet13:44
cjwatsondidrocks: I fixed it last night13:45
didrocks gallery-app | 0.0.67+14.04.20140307-0ubuntu1   | trusty-proposed/universe | arm6413:45
cjwatsongallery-app/arm64 is in both trusty and trusty-proposed13:45
didrocksoh right13:45
Mirvdidrocks: rsalveti: qtbase 5.2.1+dfsg-1ubuntu9 now in release pocket, probably time for image build13:45
cjwatsonno idea why, I expect it'll clear itself up13:45
rsalvetiMirv: great13:45
didrockscjwatson: ok then13:45
cjwatsonnot a problem, anyway13:45
t1mpI'm getting weird failures in jenkins CI - https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/5926/console13:46
didrocksrsalveti: letting you starting it?13:46
rsalvetialright, starting it now13:46
* didrocks really goes for a run now :)13:46
t1mp^ apparently the result of devices not being clean (leftovers of packages that are not merged yet)13:46
cjwatsondidrocks: actually maybe not, I'll remove it from -proposed by hand13:46
t1mpwho can I ask to clean the devices? Or can this be done automatically?13:46
cjwatsondidrocks: might have been due to it being copied from citrain before the arm64 build finished (that was actually this morning, when I retried everything)13:46
didrockscjwatson: ok, maybe it was during the outage and something isn't completely transactional…13:46
cjwatsondidrocks: oh, landing-015 hasn't actually landed13:47
cjwatsonthat gallery-app 0.0.67+14.04.20140307-0ubuntu1 is from some time back13:47
didrockscjwatson: yeah, it's not the new one (and there is only one copy from CI Train)13:47
cjwatsonso when landing-015 is landed, it should clear this up13:47
cjwatsonbfiller: ^-13:47
didrocksok ;)13:47
Saviqdidrocks, so, manta failures: there's no bluetooth indicator on manta, should there be?13:48
didrocksbfiller: packages built btw13:48
cyphermoxSaviq: most likely yes13:48
didrocksSaviq: ogra_ looked at that IIRC (I don't have manta and unsure but I guess it should have bluetooth)13:48
cjwatsonbfiller: you might want to prod landing-016 too - citrain tried to upload it during the LP outage and got confused when it took too long to be processed, but it's in the actual PPA13:49
Saviqso yeah, if it should - it doesn't13:49
bfillerdidrocks, cjwatson : thank you13:49
ogra_Saviq, cyphermox needs to make it work ... BT isnt available at all on manta atm :=13:49
bfillercjwatson: looking13:49
cyphermoxgah13:49
Saviqok /me needs to skip that test on manta13:49
ogra_Saviq, i guess we need to send him a manta ... i tried my best to get it up here13:49
imgbot=== trainguard: IMAGE 244 building (started: 20140318-13:50) ===13:49
ogra_but no dice13:49
cjwatsonI don't know exactly what citrain needs to become less confused there13:49
Saviqogra_, ok thanks, clears one thing up13:50
ogra_Saviq, we should skip such tests on devices where they cant be run13:50
ogra_oh, you said that already13:50
Saviqogra_, yeah, of course, just I never knew that :)13:50
ogra_i fixed it on flo ... but manta didnt like to cooperate13:50
Saviqogra_, is there a bug maybe?13:51
cyphermoxogra_: what's the device like on the manta?13:51
ogra_cyphermox, some samsung chipset13:51
cyphermoxoh cool13:51
ogra_havent found out which exactly13:51
cyphermoxthat one might actually not be retarded13:51
ogra_not broadcom13:51
cyphermoxmanta is nexus 5?13:52
* cyphermox looks to acquire one13:52
didrockscjwatson: actually, I'm waiting for 20 minutes13:52
sil2100I thought nexus 5 was manta13:52
didrockscjwatson: and then, give up (to not have stalled build job, as it's not a daemon)13:52
sil2100I mean13:52
sil2100No, nexus 10 was manta13:52
didrockscjwatson: this was more relevant for daily-release than CI Train though13:52
sil2100Nexus 5 is flo, right?13:53
Saviqsil2100, Nexus 7 is flo13:53
Saviqsil2100, we don't support Nexus 513:53
didrocksnot sure, it needs to surface on the UI that "nothing showed up on the ppa, you should have a look"13:53
sil2100Saviq: ah, right13:53
sil2100Saviq: but manta was 10, right?13:53
didrocks(which is why it's failing)13:53
Saviqsil2100, yes13:53
Laneysil2100: can I have a u-s-s silo now please? ;-)13:54
cjwatsondidrocks: sure, I'm not saying your current check is wrong13:55
sil2100Laney: ah, righto! Let me do that ;)13:55
cjwatsondidrocks: just that the silo needs to be deconfused in this particular case13:55
Saviqcjohnston, hey, apparently phablet-flash got deprecated, so the flash jobs in -ci don't do nothing any mroe13:55
Saviqmore13:55
Saviqcjohnston, which results in "dirty" devices in test runs13:55
=== alan_g|lunch is now known as alan_g
cjohnstonSaviq: yup13:55
didrockscjwatson: ah, FYI, it's quite easy, if there is nothing to rebuild, run the build job with "watch only" which only look at the current state and scan ppa (and eventually wait for what remains to be built)13:55
cjwatsondidrocks: (this sort of situation should be exceptional)13:55
Saviqcjohnston, is there something we could do to fix this?13:56
cjwatsondidrocks: ah right13:56
cjwatsonbfiller: ^- I'll do that for you then13:56
cjohnstonSaviq: I'm working on it13:56
alan_gcjohnston: what's the best way to verify? Reschedule an MP?13:56
cjwatsonbfiller: oh, somebody already did :)13:56
Saviqcjohnston, oh great, thanks13:56
t1mpSaviq: there is an e-mail about it, see [Ubuntu-phone] phablet-flash deprecated reminder13:56
Saviqt1mp, ↑13:56
t1mpcjwatson: ^13:56
Saviqt1mp, wrong cj13:56
sil2100Laney: hmmm, actually13:56
bfillercjwatson: I did it13:56
t1mphehe :)13:56
* Saviq would hate it if my IRC client did autocompletion like that13:57
cjohnstonalan_g: I'll ping you when I'm done13:57
asacbzoltan1: whats up?'13:57
* didrocks really really exercising now :)13:57
t1mpSaviq: I'm stuck in the past's "client of the future" (irssi)13:57
bzoltan1asac: good news... you might now some of it. The #1285184 is fixed and on its way to land. The #1288876 is cornered and the fix will come tomorrow.13:59
asacbzoltan1: amazing. is the train open for this?13:59
asacdidrocks: ?13:59
sergiusensSaviq, xchat's autocomplete sucks and these past days of everyone going crazy has proven that :-P14:00
bzoltan1asac: the #1285184  is handled by Mirv14:00
didrocksasac: it's in the building image already14:00
Mirvbzoltan1: asac: it was landed via CI Train already14:00
Saviqsergiusens, I'm in xchat-gnome, and it will only autocomplete when unambiguous, works for me14:00
Saviqi.e. shell behaviour14:00
bzoltan1asac:  this Mirv guy is just awsome14:01
asacack :)14:01
sil2100;)14:01
bzoltan1asac:  the #1285184 was solved by loicm and timp and by the upstream.14:01
sil2100Laney: so, the problem with that landing is that it's already part of an existing silo ;)14:02
sil2100Laney: which is strange!14:02
Saviqdidrocks, so, the other manta fail is reproducible, need to dig in, and the last one is common between the three (the tmp app), and that's still not reproducible locally...14:02
Laneysil2100: umm which one?14:02
cjwatsonboiko: any progress on address-book-service/powerpc, or am I going to need to apply some kind of brute force to proposed-migration?14:02
sil2100Laney: landing-02014:02
sil2100Laney: strange, because it seems to be some unrelated landing?14:02
boikocjwatson: renato is working on trying to fix the issues, he has requested access to the porter boxes14:03
boikocjwatson: but will only get access in half an hour or so14:03
Laneysil2100: yes, wtf14:03
Laneydbarth: what's that about?14:04
cjwatsonboiko: ah, right, it's just waiting for userdir-ldap propagation14:04
t1mpMirv: wow. "Fix Released". Does that mean that there is a new image where the font rendering is fixed?14:05
boikocjwatson: so, hopefully we will get that sorted out soon14:05
Mirvt1mp: image building, #244 will be it14:05
cjwatsonboiko: well, I *can* apply force if need be; I prefer not to because with the way proposed-migration works it would loosen its constraints and allow it to make more bad decisions, possibly, but it's possible14:05
t1mpMirv: awesome :)14:05
sil2100t1mp: Fix Released means that the fix is in the archive ;)14:06
cjwatsonso let me know14:06
t1mpsil2100: thanks. does that always mean that it will be in the next image?14:06
boikocjwatson: we still have the possibility of disabling the failing tests if nothing else works14:06
elopiobfiller: I'm here. Do you need help with the messaging app?14:06
sil2100t1mp: basically yes14:06
bfillerelopio: yes please14:07
cjwatsonboiko: ew, but yes :)14:07
bfillerelopio: we need help figuring out the intermittent issue with messaging-app test (the one where sleep was added)14:11
elopiobfiller: the only error I see on the latest mako run is on settle after: http://ci.ubuntu.com/smokeng/trusty/touch/mako/243:20140318:20140304/7236/messaging_app/14:11
elopiobfiller: ah, ok, but the test is passing?14:11
bfillerelopio: it is passing now, but didrocks concerned because it failed on Friday after your fix was in14:12
bfillerelopio: but not failing currently, so don't really know where we stand, might still be a race14:12
elopiook, let me check that run.14:12
elopiobfiller: ok, I see it. Here I suspect that the problem is that sometimes autopilot is too fast and gets the element before the sorting proxy is applied. Then, the list is sorted, and autopilot has a reference to a stale object.14:14
elopiobut I don't know enough QML to confirm that, or make a proper workaround.14:14
elopiobfiller: can one of the messaging devs help me here?14:14
bfillerelopio: yes, boiko or tiago can help you if you point them in right direction14:15
elopiook, going to app-devel to talk with them.14:16
sil2100psivaa: piing ;)14:16
boikoelopio: I'm heading for lunch now, but after I'm back I can work with you on that, does that work for you?14:16
elopioboiko: that's perfect. I have a meeting in 1.5 hours, but I'm mostly available for this any other time. Please ping me when you are back.14:17
psivaasil2100: poong :)14:17
boikoelopio: great! thanks14:17
sil2100psivaa: hi! Do you know if we have a free CI mako to run a modified unity8 test ;p? And if you have a moment to run it?14:18
psivaasil2100: yea, give me the changes14:19
elopiobfiller: can you please mark this bug as confirmed instead of fix released?14:20
elopioI don't have permission.14:20
stgraberjust added click to the landing spreadsheet, would be nice if someone could get me a silo14:20
bfillerelopio: what's bug number?14:20
sil2100psivaa: http://paste.ubuntu.com/7114291/ <- a new test_url_dispatcher.py14:20
sil2100psivaa: we would also need to install python-dbus on the device14:20
elopiobfiller: https://bugs.launchpad.net/messaging-app/+bug/129139414:20
ubot5Ubuntu bug 1291394 in messaging-app "One messaging-app AP test failing with Qt 5.2" [Critical,Fix released]14:20
sil2100(if not installed before)14:20
sil2100stgraber: looking14:21
bfillerelopio: done14:21
sil2100stgraber: silo 008 assigned14:23
sil2100psivaa: thanks!14:23
psivaasil2100: python-dbus(1.2.0-2build1) is installed. let me do the run14:23
sil2100o/14:24
elopiosil2100: the weird error with the url dispatcher test in unity disappeared, right?14:24
elopiocan I abandon this branch?: https://code.launchpad.net/~elopio/unity8/alternate_focused_window/+merge/21095614:24
sil2100elopio: no no14:24
sil2100elopio: please leave it, this very instance I asked psivaa to run it on our CI infra14:24
sil2100elopio: sadly, the error is back :( Which is strange, as when running it earlier on the CI infra the refactoring seemed to fix the test failure14:25
sil2100elopio: but on the latest images we noticed it appearing again14:25
elopiosil2100: should I merge it with trunk?14:25
elopioalbert sait it's now not a clean merge.14:26
sil2100elopio: you can, but for now I'm simply using the test_url_dispatcher.py from your branch instead14:26
elopio*said14:26
elopiosil2100: ok. Let me know the results.14:26
stgrabersil2100: thanks14:26
sil2100elopio: sure14:26
sil2100kgunn: hi!14:27
kgunnmorning14:27
sil2100kgunn: so, we seem to be having some serious problems with the mir that landed recently14:27
sil2100kgunn: it caused 3 regressions which we need fixed ASAP14:27
kgunnsil2100: what are they ?the testing i did yesterday went very well14:28
sil2100kgunn: bugs -> https://bugs.launchpad.net/mir/+bug/1294051 https://bugs.launchpad.net/mir/+bug/1294053 https://bugs.launchpad.net/mir/+bug/129404814:28
ubot5Ubuntu bug 1294051 in Mir "Apps are much slower to open" [Critical,New]14:28
ubot5Ubuntu bug 1294053 in Mir "Settings app opens to a blank screen unless given enough time to render or the app is touched" [High,Confirmed]14:28
ubot5Ubuntu bug 1294048 in Mir "Touch has a rotate issue" [Medium,Confirmed]14:28
sil2100kgunn: we confirmed in the morning that reverting the mir bits helps14:29
kgunnok...we'll get on it...how long do i have before we revert ?14:30
sil2100kgunn: it will be very hard to revert due to the package-rename and ABI break14:30
sil2100kgunn: so we would really prefer just fixing it, as a revert might cause more harm14:31
kgunnsil2100: ack14:31
kgunnsil2100: also...those are all qualitative in nature i see14:31
kgunne.g. we haven't broken funcationality14:31
sil2100Right, but most of them are visible - like the 1294053 <- this is very very visible to the user14:32
sil2100As in the normal case you need to wait for system-settings for ages if you don't click on the screen14:33
bfillersil2100, didrocks : can we have a silo for line 28 please?14:41
dbarthLaney: you blocked on a silo?14:43
dbarthLaney: or rather, are we blocking you for something else?14:43
sil2100bfiller: looking14:43
cjohnstonSaviq: the jobs should be fixed14:43
Saviqcjohnston, awesome, thanks14:43
Saviqt1mp, ↑14:43
t1mpcjohnston: great, thanks.14:44
t1mpcjohnston: are you using ubuntu-device-flash now?14:44
cjohnstont1mp: nope14:44
cjohnstonwe are still on raring.. scheduled to be updated Friday14:45
cjohnstondidrocks: when is the next image going to be built?14:45
sil2100bfiller: I cannot assign a silo for you because some of those components are already locked (like system settings, webapps-qml, address book and gallery)14:48
bfillersil2100: ok14:50
=== gatox is now known as gatox_lunch
imgbot=== trainguard: IMAGE 244 DONE (finished: 20140318-15:00) ===14:59
=== doanac` changed the topic of #ubuntu-ci-eng to: Ubuntu CI Engineering Team | Vanguard: doanac | CITrain support - US: robru, cyphermox, rsalveti - EU: sil2100, Mirv, didrocks | CITrain support no answer: use mup bot after 30 minutes, but choose right timezone | Known issues: touch-flash- jobs are broken
=== doanac` changed the topic of #ubuntu-ci-eng to: Ubuntu CI Engineering Team | Vanguard: doanac | CITrain support - US: robru, cyphermox, rsalveti - EU: sil2100, Mirv, didrocks | CITrain support no answer: use mup bot after 30 minutes, but choose right timezone | Known issues: none
sil2100elopio: hi15:06
sil2100elopio: sooooo...15:06
elopiosil2100: this sounds like an introduction to good news.15:07
sil2100elopio: after running all unity8 tests with the change from your branch, we still seem to get the failure15:07
sil2100elopio: sadly not ;) Anyway, psivaa gave me this output from the test: http://pastebin.ubuntu.com/7114407/15:07
Laneydbarth: yes, the system-settings one you included is ready to go separately15:07
Laneynot sure why it's included there, seems a bit random15:07
psivaasil2100: elopio: http://q-jenkins.ubuntu-ci:8080/job/psivaa-trusty-touch-mako-smoke-daily/24/ is the full unity8 results15:08
elopiopsivaa: sil2100: right, my branch changes nothing on test_swipe_out_application_started_by_url_dispatcher15:08
elopioit adds a new test to gather more information.15:08
sil2100Ah, right! Forgot that15:08
* sil2100 thought that was that test15:09
dbarthLaney: the multi-arch fix?15:09
sil2100Let me check on q-jenkins then ;)15:09
elopiosil2100, psivaa: and both of them fail!15:09
Laneydbarth: yes15:09
dbarthLaney: i had a silo ready, so i thought it would be good to go15:09
sil2100elopio: oh, but it seems the window is not opened!15:09
elopiothat's good for autopilot. Bad for us that still need to understand what's going on.15:09
dbarthLaney: unless you want to test it with something else, you can drop the MP from your silo; we're just rebuilding to test / land here15:09
sil2100elopio: which is something new, as I thought that it is but autopilot doesn't find it15:09
dbarthLaney: the silo was on hold for ~2 weeks15:10
elopiosil2100: it could be that url-dispatcher didn't open the window, or it could be that unity doesn't report it as opened.15:10
sil2100elopio: the most puzzling thing is that when the failure started happening there was no change in url-dispatcher actually15:10
sil2100elopio: indeed15:10
Laneydbarth: not really, but we could have had it in a while ago, not sure why you decided to claim a system-settings MP like that15:10
elopiosil2100: any chance of watching what's going on on the screen while the test is running?15:10
sil2100elopio: not sure if we have the means to do that :( psivaa ^ ?15:11
elopiosh: 1: url-dispatcher: not found15:11
elopiosil2100: ^15:11
sil2100hmmm15:11
elopiourl-dispatcher tools is not installed.15:11
sil2100elopio: where do you see this?15:12
elopiohttp://q-jenkins.ubuntu-ci:8080/job/psivaa-trusty-touch-mako-smoke-daily/24/consoleFull15:12
sil2100elopio: ok, this would actually answer why it fails! Good catch!15:12
sil2100elopio: didn't see it, it's not in the final test result on CI and I didn't browse through the big console log it seems!15:13
sil2100AH!15:13
elopiosil2100: it is a depencency on unity8-autopilot.15:13
elopiodon't we install that package?15:14
dbarthLaney: colin recently pinged me about it, so i thought i should land it quickly; no particular reason15:14
sil2100This would explain why it suddenly worked once when I asked psivaa to run it, maybe some other test suite installed it?15:14
psivaasil2100: elopio: http://pastebin.ubuntu.com/7114564/ is the one that's in the device15:14
sil2100So I wonder why it cannot find it15:15
elopiopsivaa: it's not url-dispatcher, it's url-dispatcher-tools15:15
psivaaelopio: ok, that's not installed in this device15:15
sil2100oh, so it's url-dispatcher-tools?15:16
elopiohttp://bazaar.launchpad.net/~unity-team/unity8/trunk/view/head:/debian/control#L12315:17
psivaaelopio: sil2100: i've installed that manually and running the tests now15:17
elopioyes, I thought adding it to the debian/control would do the trick.15:17
sil2100I would think that it's enough as well - psivaa do you know how the dependent packages for given tests are resolved?15:19
psivaasil2100: i guess we need to specify in http://goo.gl/d9E7ut15:22
sil2100psivaa: so that's something I did not know15:23
sil2100psivaa: ok, I'll prepare a merge for that then ;)15:24
psivaasil2100: elopio: this is for specific packages. not sure if url-dispatcher-tools is a dep that should be installed by default15:24
psivaasil2100: i'm just running the tests after installing. i guess we would propose the MP after confirming that it works15:24
sil2100psivaa: right ;)15:25
didrockscjohnston: not sure, in some hours, why?15:25
didrockscjohnston: well, if you don't speak about 24415:25
sil2100psivaa: I would say it's something we should really install when doing unity8 AP testing, but it's not required for normal system usage15:26
balloonssergiusens, got time this week to finish https://code.launchpad.net/~sergiusens/phablet-tools/emu_prov/+merge/207440?15:26
didrockskgunn: yeah, it's still blockers, so as we can't revert, we'll need a fix15:26
didrockskgunn: and please, add those manual tests then as nothing automated are catching them to your test plan15:26
kgunndidrocks: i launched apps, i guess i didn't measure them...15:27
kgunndidrocks: or maybe i was touching it too much15:27
kgunnif you touch...15:27
didrockskgunn: yeah, not sure what system-settings/update-manager is doing to not have it15:27
kgunnthe problem goes away15:27
didrockskgunn: yeah15:27
didrockskgunn: also, in system-settings, if there is a pending update, it will refresh15:28
cjohnstondidrocks: to try to reproduce the issues we saw with the results not being published to the dashboard15:28
kgunndidrocks: we're on it...15:28
didrockskgunn: excellent, thanks!15:28
didrockscjohnston: so #244 should be under tests and proceed I guess?15:28
cjohnstondoanac`: ^15:29
psivaasil2100: unity8-autopilot should install url-dispatcher-tools but unity8-autopilot is no longer installed because unity8 is setup as click pkg15:30
didrockskgunn: btw, just added a way to ensure system-settings doesn't refresh: https://bugs.launchpad.net/mir/+bug/1294053/comments/315:31
sil2100Oh15:31
ubot5Ubuntu bug 1294053 in Mir "Settings app opens to a blank screen unless given enough time to render or the app is touched" [High,Confirmed]15:31
sil2100psivaa: that would explain why it *suddenly* started failing15:31
doanac`didrocks: it shows up here: http://ci.ubuntu.com/smokeng/15:32
doanac`but not here: http://ci.ubuntu.com/smokeng/trusty/touch/15:32
doanac`i'm debugging as we speak15:32
sil2100psivaa: so, is there a way to force dependencies for click packages?15:33
seb128Laney, what happened to you settings landing ask?15:33
sil2100psivaa: or maybe we can simply force in the unfra in the testconfig to install url-dispatcher during unity8 click testing?15:33
sil2100*infra15:33
Laneyseb128: dbarth stole it15:33
sil2100psivaa: sicne I already see something is installed there -> pkgs=['python-gi']15:34
Laneyline 1215:34
seb128oh15:34
seb128dbarth, you are missing a commit message15:34
seb128the CI failed to build due to it15:34
psivaasil2100: looking.. just a sec15:34
didrocksdoanac`: ok, thanks ;)15:34
psivaasil2100: we could make the test pass by force installing that package.. but not sure if that's the right think and if we are masking a dep breakage in click setup15:36
sil2100psivaa: well, I don't know, as my knowledge of click-dependencies is close to 0 - I just know that from the deb side all is ok, and I don't even know if click apps can have 'dependencies'15:37
sil2100psivaa: and if click tests are packages in overall15:37
sil2100psivaa: since from what I remember, running click tests basically means: install click app, branch click apps bzr branch to get the tests and run15:38
sil2100psivaa: so, I don't remember basically anything like a 'click autopilot package', so anyway we have to resolve test dependencies manually for click - but I might be wrong15:38
=== gatox_lunch is now known as gatox
psivaasil2100: ok, i dont know either.. probably the person did the click migration of unity8 know better.. but it's fine by me for adding the pkg in testconfig.py15:40
sil2100psivaa: https://code.launchpad.net/~sil2100/ubuntu-test-cases/touch_url-dispatcher_unity8/+merge/211559 <- just in case ;)15:40
sil2100psivaa: just tell me if it's ok code-wise15:41
sil2100psivaa: and I'll poke someone from the unity8 team I suppose?15:41
psivaasil2100: ack, will do. that would be better. thanks15:42
seb128dbarth, hello?15:44
cjwatsonsil2100: not in click, although you're free to have x-* fields in the manifest specific to the test setup; in fact I thought there was something like that in place already15:47
sergiusenspsivaa, do you know what happened to the servers at all?15:49
sil2100cjwatson: ok, thanks15:49
sil2100psivaa: anyway, for now I guess this should be the good way to go, as per the merge15:49
dbarthsergiusens: yup?15:53
dbarthsergiusens: sorry i meant seb12815:53
dbarthseb128: another issue? let me check that one15:53
seb128dbarth, you locked down ubuntu-system-settings in a silo which doesn't build due to missing commit message, please fix and get things moving, we have other changes to land15:54
seb128thanks ;-)15:54
dbarthseb128: doh15:54
dbarthseb128: or i can give you the MP back15:54
dbarthseb128: at least we know this one will merge, and you will be unblocked15:54
dbarthhang on15:54
dbarthseb128: https://code.launchpad.net/~cjwatson/ubuntu-system-settings/arch-any/+merge/211426 is yours15:55
dbarthseb128: i removed it15:55
sil2100psivaa: thanks! I'll fill in a bug for this maybe so that we don't loose track of this problem15:55
psivaasergiusens: no, i couldn't find out. i probably need to ask plars if he knows of any possibility of udev rule changes15:56
seb128dbarth, thanks, but why did you merge it in your silo first?15:56
psivaasil2100: thanks15:56
plarspsivaa: on ashes?15:57
Laneybuh15:57
dbarthseb128: to try to land it with the rest of the changes,but that doesn't seem to go fast enough15:57
Laneyseb128: are your ones ready now?15:57
plarspsivaa: what's the context of this?15:57
dbarthseb128: still, should i merge https://code.launchpad.net/~dbarth/ubuntu-system-settings-online-accounts/fix-ap-test2/+merge/211547 as well15:57
plarspsivaa: there haven't been any recent changes that I'm aware of15:57
dbarthseb128: or would you rather have it to be unblocked as well?15:57
sergiusensplars, there was a general error that psivaa pointed me to which was confused with the channel change or image change I was told; but it seems all devices got disconnected at a certain time (access lost)15:59
plarssergiusens: fwiw, doanac` said he installed 243 at home and bricked his mako also.15:59
sil2100didrocks: you think it would be feasible for me to jump out around 18 today? It's nothing top-prio, just it would be most convinient for me to do it today before they close-up16:00
plarssergiusens: said he had to boot to the bootloader and rescue16:00
didrockssil2100: would have been nice to have the team meeting for everyone at least. So maybe report now what's your progress?16:01
sil2100didrocks: so, we found the REAL problem with the unity8 url-dispatcher horror - and the root cause seems to be in the way the unity8 tests are being executed on smoketesting right now16:02
sergiusensplars, ok, would add up if psivaa saw it on 243, but it was 241 and all the tested devices16:02
didrockssil2100: btw, I'm not there on Friday, I'll let you lead the meetings16:02
sil2100didrocks: ACK16:02
didrockssil2100: ah, so server-side fix?16:02
plarssergiusens: no, it was after 24116:02
plarssergiusens: 241 worked fine, but when 242 flashed it had problems16:02
seb128dbarth, please merge it16:02
dbarthseb128: ok16:02
sil2100didrocks: yes, as it seems we're running unity8 tests like click-app tests, so we actually don't even install unity8-autopilot - so url-dispatcher-tools is missing as a dep from the system during executing the tests16:03
sergiusensplars, hmm psivaa pointed me to 241 iirc16:03
psivaasergiusens: plars: the devices failed during installation of 242 actually16:03
seb128Laney, I've some ready yes16:03
plarssergiusens: I also tried for a while at home to reproduce it and couldn't, so I'm not sure what the magic combination is16:03
sergiusensah right16:03
seb128Laney, I'm going to put a landing with what is ready16:03
sil2100didrocks: so, actually, url-dispatcher cannot be executed!16:03
Laneyseb128: ok16:03
plarssergiusens: after we made all the changes yesterday, I watched 241 work just fine, and never had to touch it16:03
didrockssil2100: ok, what's the fix needed/who is doing it/do you have the bug report for it? :)16:03
sergiusensdoanac`, when you "bricked" your device; was it while clearing cache?16:03
plarssergiusens: so I was hoping that meant everything was fine16:03
sil2100didrocks: the fix is getting merged right now ;) Bug report: https://bugs.launchpad.net/unity8/+bug/129412116:04
ubot5Ubuntu bug 1294121 in Unity 8 "Constant failure of test_swipe_out_application_started_by_url_dispatcher on smoketesting" [High,Triaged]16:04
sil2100didrocks: I'll modify its contents16:04
doanac`sergiusens: not sure. i ran a job and the background and came back later to see it stuck16:04
sergiusensplars, yeah, I wasn't expecting any issues outside of channel selection16:04
didrockssil2100: excellent, nice!16:04
didrockssil2100: anything else to mention?16:04
doanac`sergiusens: FYI - 243 worked for me this time16:04
sil2100didrocks: elopio's eagle eye was most helpful ;)16:04
didrocksheh, great!16:04
sil2100didrocks: we have a safe buffer of free silos, like 4 right now, but I will publish one package pretty soon16:05
didrockssil2100: ah, and any news on system-settings dbus tests?16:05
sil2100robru: just so you know, keep a look at the free-silo count and don't assign when we have less than 3-4 free silos16:05
sergiusensdoanac`, ok, I haven't seen the issue either; but seemed strange in the jenkins log16:06
sil2100didrocks: so, we basically know how to proceed to have a fix for that, but I don't know if in the end anyone had the time to fix it! So I guess I'll have to do it16:06
plarssergiusens: do you know if anything changed on the android or bootloader side between 241 and 242?16:06
didrockssil2100: argh, ok16:06
robrusil2100, right, sorry16:07
sil2100robru: no worries, it's just a safety net for emergency landings16:08
sil2100kgunn: any progress on the regressions :) ?16:08
sergiusensplars, nothing should have; I don't see anything after a quick look either16:08
kgunnsil2100: only thing we know is that buffers aren't posting to the display buffer unless there's a touch event16:09
robrudidrocks, re the changelog issue, also jdstrand had the exact same thing. previous release was tagged, citrain couldn't find it and made a big ugly wrong changelog16:09
kgunnwe're in the midst of debuggging now16:09
didrocksrobru: look at the bug :)16:09
didrockspsivaa: do you know where the sdk tests are?16:10
didrockspsivaa: I think it needs to be updated, Checking if 'libqt5v8-5-dev' is available... !NOT FOUND!16:10
didrocksthis package won't exist anymore16:10
sil2100robru: I published landing 1216:11
robrusil2100, thanks16:12
psivaadidrocks: looking, 1 sec. please16:12
sil2100robru: most of the landings that are not assigned were actually (and probably still are) blocked by other silos16:13
robrusil2100, how much can still be blocked? now that qt52 is in shouldn't everything be unblocked?16:14
sergiusensrobru, hey; can I get a silo for l40/goget-ubuntu-touch ?16:15
sil2100robru: well, many landings are related to the same components, so they block eachother16:16
robrusil2100, ^^ what do you think, do we have enough free silos for this? ;-)16:17
sil2100robru: like line 28 is blocked by 1616:17
psivaadidrocks: sdk tests run the tests from http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-qtcreator-plugins/trunk/view/head:/tests/device/check-packages16:18
sil2100robru: we have 5 silos free, so I guess we do ;)16:18
robrusergiusens, ok, one sec16:19
=== jasoncwarner___ is now known as jasoncwarner
robrusergiusens, ok you got silo 1416:21
sergiusensthanks16:21
robruyou're welcome16:21
didrocksbzoltan1: I think you want to update that test ^16:28
didrocksrobru: we need to double check everything16:28
didrocksrobru: until we can promote an image16:28
dbarthsil2100: help, i trashed my ppa, can your remove packages there: https://launchpad.net/~ci-train-ppa-service/+archive/landing-020/+packages16:31
dbarthit says i'm stuck because of old packages: http://162.213.34.102/job/landing-020-1-build/3/console16:32
dbarth(last lines)16:32
sil2100dbarth: hmmm16:32
sil2100dbarth: looking16:32
sil2100dbarth: ah, you reconfigured the silo to remove ubuntu-system-settings?16:33
robrudidrocks, what's wrong now? I tested quite a lot yesterday16:33
cjohnstondidrocks: fwiw.. the 'live' results are showing up http://ci.ubuntu.com/smokeng/ubuntu/  .. it looks like the system-images.u.c changes broke this too16:34
didrocksrobru: well, there is already the whole list of unfixed issues from yesterday's email16:34
didrockscjohnston: yeah, doanac` told that and work on a fix apparently :)16:35
didrocksrobru: and Mir created 3 new bug reports16:35
cjohnstonsorry.. missed him telling you :-)16:35
didrockscjohnston: no worry, but thanks for hinting it! ;)16:35
robrudidrocks, but if we are getting test results then the mir landing was an improvement ;-)16:36
robruno wait16:36
robrucrap16:36
robru;-)16:36
robruunity816:36
sil2100dbarth: anyway, removing it from the PPA, it will take a while once it's noticable16:36
dbarthsil2100: yes i removedit, that's why16:36
dbarthsil2100: thanks16:37
psivaasil2100: elopio: http://q-jenkins.ubuntu-ci:8080/job/psivaa-trusty-touch-mako-smoke-daily/26/testReport/unity8.application_lifecycle.tests.test_url_dispatcher/URLDispatcherTestCase/test_alternate_swipe_out_application_started_by_url_dispatcher_Native_Device_/16:37
didrocksrobru: yeah, that was unity816:37
psivaasil2100: elopio: this is after the merge from sil2100 for url-dispatcher-tools16:37
sil2100psivaa: what about the other test?16:37
didrocksrobru: couldn't get the same flaky test than you on unity8, so yeah, ENOISSUE for now :p16:37
sil2100psivaa: is it still failing?16:37
sil2100dbarth: be sure to rebuild the silo, since I see signon-ui missing and such16:37
robrudidrocks, so what's the plan then? reverting mir?16:38
dbarthsil2100: ah ok16:38
didrocksrobru: not easy though16:38
didrocksrobru: due to the ABI breakage and new binary packages…16:38
psivaasil2100: this is the only failure that i see, on the first run after the merge16:38
didrocksrobru: so, we're stuck on the Mir team to find a fix16:38
robruugh, sorry16:38
sil2100psivaa, elopio: I see that the main test doesn't fail16:38
didrocksrobru: no worry, I think we just need to add the 3 new bugs results on the testing procedure16:38
sil2100psivaa, elopio: so it seems only the 'alternate' version has problem, so not bad \o/16:38
sil2100The alternate version was simply there for more debugging16:39
robrudidrocks, good call16:40
elopiopsivaa, sil2100: interesting.16:46
elopiobut, yes, now the original one passes, which was the important thing.16:46
seb128sil2100, can you approve l41, it's a setting landing that includes the mp to unblock build on other arches for other components (the one which was already discussed earlier)17:14
boikocjwatson: we will disable the tests on powerpc for now, renato found that the test server is not starting up, but could not figure out why17:22
bzoltan1didrocks:  true... the libqt5v8-5-dev is gone17:22
boikocjwatson: we can revisit that once we flush the queue of MRs that are piling up17:22
cjwatsonboiko: ok17:23
didrocksbzoltan1: you will update the tests? Should be one line removal17:24
bzoltan1didrocks:  häh??? where did you get that project????17:27
didrocksbzoltan1: psivaa mentionned those tests were in ubuntu-qtcreator-plugins17:27
didrocksbzoltan1: http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-qtcreator-plugins/trunk/view/head:/tests/device/check-packages17:27
didrocksso I guess it's you? :)17:27
bzoltan1didrocks: :) this project is not used17:28
bzoltan1didrocks: http://bazaar.launchpad.net/~ubuntu-sdk-team/qtcreator-plugin-ubuntu/trunk/files17:28
didrocksbzoltan1: what do you mean? It's the sdk test that are executed apparently on the smoketest17:28
Saviqdoanac`, hey, looks like we need to close the keyboard shortcuts hint somewhen https://jenkins.qa.ubuntu.com/job/autopilot-testrunner-otto-trusty/3521/artifact/results/autopilot/artifacts/unity8.shell.tests.test_emulators.DashAppsEmulatorTestCase.test_get_applications_should_return_list_with_names%20%28Desktop%20Nexus%2010%29.ogv :)17:28
didrocksbzoltan1: maybe the CI system needs to be updated, can you coordinate with them?17:29
bzoltan1didrocks: http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-qtcreator-plugins/trunk/revision/29217:29
didrocksto use qtcreator-plugin-ubuntu17:29
doanac`Saviq: is that happening consistently?17:30
didrocksplars: FYI ^17:30
Saviqdoanac`, yes, it's always there17:30
Saviqdoanac`, 'cause unity7 added this on first startup17:30
bzoltan1didrocks:  I have no idea where and who digged up this fossil :)17:30
didrocksbzoltan1: I think it was never updated17:30
Saviqdoanac`, I can't say it actually interferes with our tests, but would like not to see it there before saying it is not17:30
Saviq:)17:30
didrocksbzoltan1: so, the new project is updated?17:30
didrocksfor those tests?17:30
doanac`Saviq: ack. thanks17:31
Saviqdoanac`, want me to file a bug?17:31
didrocksbzoltan1: I'll let you coordinate with doanac` or plars on this :)17:32
bzoltan1didrocks: there are no tests for the QtC as AP can not drive it yet17:32
doanac`Saviq: that would be helpful. thanks17:32
plarsthat's not something the smoke runs would need to care about right? looks like a desktop test17:32
didrocksbzoltan1: did the old tests have any value to resurect?17:33
didrocksbzoltan1: or should we just kill all sdk tests?17:33
bzoltan1didrocks:  I am happy to coordinate, but there is not much to coordinate here :) just drop that project as it is obsolate for 8 months17:33
doanac`drop the test for "sdk"?17:33
Saviqdoanac`, bug #129423317:33
doanac`or one of the tests in the sdk?17:33
ubot5bug 1294233 in Ubuntu CI Services "Unity7 shortcut hint needs to be closed in otto testrunners" [Undecided,New] https://launchpad.net/bugs/129423317:33
didrocksdoanac`: that's what I'm trying to get at :)17:33
bzoltan1didrocks: there is no automatic tests for QtC and its plugins17:33
didrocksbzoltan1: ok so we remove http://ci.ubuntu.com/smokeng/trusty/touch/mako/243:20140318:20140304/7236/sdk/17:34
didrocksright?17:34
bzoltan1didrocks: let me check what is that17:34
doanac`bzoltan1: here's the command we use to find what tests to run:17:34
doanac`http://bazaar.launchpad.net/~ubuntu-test-case-dev/ubuntu-test-cases/touch/view/head:/tests/sdk/tslist.auto17:34
doanac`"discovery_cmd"17:34
bzoltan1doanac`: didrocks: Now I see17:35
mhr3robru, can i get silo for #43?17:36
bzoltan1doanac`: didrocks: that was a test for checking if the Qt/QML APIs and the basic device connectivity packages are available on the image ... actually not a stupid tests, but we have not migrated that set to the new project... no idea why not.17:36
robrumhr3, sure17:36
bzoltan1doanac`: didrocks: please give me some time to check it... sure i can move that17:37
doanac`bzoltan1: let me know if you need anything from my end.17:37
robrumhr3, ok you got silo 1217:37
didrocksbzoltan1: good :)17:37
didrocksbzoltan1: while you move, remove the qt5 v8 packages :)17:38
bzoltan1doanac`: the thing here is that that obsolate project will not even build with qt 5.217:38
seb128shrug17:38
bzoltan1didrocks:  certainly will do so17:38
seb128could somebody give us a silo for l41? that's blocking packages in proposed17:38
bzoltan1didrocks: doanac`: but for the meantime I pushed the fix to that fossil project... let the machine chew on it17:39
=== bfiller is now known as bfiller_afk
didrocksbzoltan1: great!17:40
didrocksbzoltan1: sounds like a good plan :)17:40
Laneyseb128: We could just upload it for now17:42
LaneyIt's easy to tick the override button on the train17:43
seb128didrocks, sil2100: ^ ok if we manually upload u-s-s? we are failing to get a slot for that since this morning and things are blocked in proposed waiting on it17:47
didrocksseb128: did you ping the US team?17:47
didrockssil2100 isn't around17:47
didrocksI see no reason/slot missing as we speak17:48
seb128no, sil2100 was looking at it earlier to I tried to ping him again17:48
didrocksargh :/17:48
didrocksok, let me do it…17:48
didrocksseb128: line?17:48
seb128didrocks, I'm fine pinging cyphermox or robru17:48
seb128r4117:48
seb128l4117:48
robruseb128, hey need a silo?17:48
cyphermoxoi17:48
didrocks(on it)17:49
robrudidrocks, beat you ;-)17:49
robruseb128, silo 1717:50
didrocksrobru: seems so :)17:50
didrocksthanks ;)17:50
seb128didrocks, robru: thanks17:50
robruseb128, you're welcome17:50
Laneyunfortunate series of frustrations on that one17:51
Laneywe could have uploaded that >6 hours ago17:51
Laneyoh well17:51
seb128Laney, I didn't follow, what was the issue why we didn't get the silo first17:52
seb128was there really u-s-s listed in another landing?17:52
seb128or was that a bug in the tool/did that got figured out?17:52
seb128Laney, and then how did it end up being merged in the online stuff silo?17:53
LaneyThat was the other landing17:54
LaneyI think d_barth just grabbed it because he thought it would be good to get in17:54
seb128oh, ok17:54
seb128overzealous lander :p17:54
=== bfiller_afk is now known as bfiller
Laneyyeah...17:55
dbarthrobru: hi; i finished testing silo 006 (desktop and phone to check for potential regressions)17:56
dbarthrobru: so this one is good for publish17:56
robrudbarth, excellent, thank you!17:56
doanac`Saviq: as per the shortcut hints showing up. Is there a gsettings value to disable this?18:02
balloonsdavmor2, you have a flo?18:07
Saviqdoanac`, there must be something, but I'm not sure what18:10
boikorobru: hi, do you by chance know what went wrong in this build: https://launchpadlibrarian.net/169942666/buildlog_ubuntu-trusty-ppc64el.address-book-app_0.2%2B14.04.20140318.2-0ubuntu1_FAILEDTOBUILD.txt.gz18:10
robruboiko, checking18:11
boikorobru: just trying to understand if this is something transient in the builder, or if it is something I need to look into18:11
robruboiko, wow, never saw that one before18:12
boikorobru: should I just try rebuilding it?18:12
robruboiko, yeah, for now18:12
cjwatsonI've seen that in a couple of cases where the builder was about to go insane18:13
cjwatsoninfinity: ^-18:13
cjwatsondpkg-deb: building package `address-book-app-dbg' in `../address-book-app-dbg_0.2+14.04.20140318.2-0ubuntu1_ppc64el.deb'.18:13
cjwatsonCan't use an undefined value as a subroutine reference at /usr/bin/dh_builddeb.pkgbinarymangler line 118.18:13
cjwatsonEND failed--call queue aborted at /usr/bin/dh_builddeb.pkgbinarymangler line 118.18:13
robruboiko, there you have it, infrastructure issue18:13
infinitycjwatson: That's a sign that things are going to go south, yeah.18:13
cjwatsonpostal01 again18:13
boikorobru: ok, thanks, I will rebuild. this address-book stuff is cursed it seems :)18:14
robruboiko, yeah ;-)18:14
infinityI think I need to wipe and reimage all of those so I have a hope of debugging this sanely if it happens again.18:14
bfillercjwatson: do you think a rebuild will sort it or does some other action need to be taken?18:14
cjwatsonbfiller: rebuild will sort it if it doesn't hit the same machine18:14
infinityIt won't. :P18:14
boikobfiller: cjwatson: I triggered a rebuild, let's see what happens18:14
cjwatson(e.g. if we put postal01 on manual; which I'm not going to do now since it's dinnertime)18:14
cjwatsonah, which infinity has done :)18:14
infinityRetried.18:15
infinityboiko: "Triggered a rebuild"?18:15
* infinity retired the actual failed build...18:15
infinityboiko: You didn't trigger a whole fresh upload, did you? :/18:15
cjwatsonif so, please don't do that again, it wastes time on all architectures and just generally introduces confusion for no reason18:15
boikoinfinity: nope, just asked in the citrain spreadsheet to build only the address-book-app18:16
cjwatsonwell that may well trigger a fresh upload18:16
infinityboiko: Yes, that's what I meant.  Don't do that.18:16
boikoinfinity: sorry, what should I do instead?18:16
infinityboiko: The build itself can be retried, doing a new upload is a horrible waste of resources.18:16
boikoinfinity: I mean, in order to rebuild it and clean the status on the spreadsheet18:16
cjwatsoneither a member of launchpad-buildd-admins or a member of ci-train-ppa-service can retry individual builds.18:16
infinity(Which I did...)18:16
boikoinfinity: cjwatson: ah ok, sorry about that, I will request a rebuild of the individual arch/component next time18:17
=== alan_g is now known as alan_g|EOD
ogra_grrr bootchart ... stop playing tricks on me !18:17
bfillercjwatson: is it intended that the CI Train will block on failed powerpc, arm64 and ppc64el builds? seems like this is something new18:18
ogra_why does --crop-after=unity8 sometimes work and sometimes it doesnt18:18
infinitybfiller: It's intended if they succeeded previously.18:18
infinitybfiller: We don't tolerate regressions.  If it's always failed, it can continue to fail.18:18
boikocjwatson: infinity: so, should I cancel the build I requested or just leave it running?18:18
bfillerinfinity: previously as in when?18:18
cjwatsonbfiller: https://wiki.ubuntu.com/ProposedMigration18:19
sergiusensrobru, can you publish this? https://docs.google.com/a/canonical.com/spreadsheet/ccc?key=0AuDk72Lpx8U5dFlCc1VzeVZzWmdBZS11WERjdVc3dmc&usp=drive_web#gid=23 given it's sensitivity, you might want to go through it again, but mandel and barry already gave their +1s18:19
cjwatsonboiko: cancel if you still can18:19
cjwatsonboiko: if not, not the end of the world18:19
boikocjwatson: just did.18:19
infinitybfiller: Which specific case are you looking at, so we're not talking hypotheticals.18:19
cjwatsonbfiller: that is, if 'rmadison -s trusty' reports that the package is in a given arch, then new uploads need to build on that arch too18:19
robrusergiusens, checking18:19
cjwatsonbfiller: there are ways to override this if it gets stuck, but "don't regress" is a sane default I'll stand behind.18:20
bfillercjwatson: ok18:20
infinityGiven that regressions usually point to real bugs in the code, yes.18:20
infinityIt's about 1% toolchain bugs and 99% programming errors. :P18:20
infinity(Well, throw in packaging bugs there too, but that's part of the 99%)18:20
cjwatsonboiko: I think you were too late.18:20
bfillerinfinity: well address-book-service, address-book-app and gallery-app have had problems in the last few days on these architectures. wasn't aware if they were previously succedding or not18:20
=== doanac` changed the topic of #ubuntu-ci-eng to: Ubuntu CI Engineering Team | Vanguard: cihelp | CITrain support - US: robru, cyphermox, rsalveti - EU: sil2100, Mirv, didrocks | CITrain support no answer: use mup bot after 30 minutes, but choose right timezone | Known issues: none
robrusergiusens, published18:21
cjwatsonbfiller: gallery-app I sat up to 2am debugging, so I'd kind of appreciate not having the implication that it's an imposition on others ...18:21
boikocjwatson: ouch, it won't cause problem, will it?18:21
cjwatsonboiko: waste of resources, but it'll get there.18:21
infinityboiko: No, you just pushed out a new version for no reason, that's all.  It'll be fine.18:21
bfillercjwatson: not implying anything, just asking if it had previously been passing on those archs18:22
cjwatsonbfiller: the others have built before; we'll need to either fix them (which I understood to be in progress, at least by disabling tests for the time being which isn't ideal but hey) or remove the old binaries18:22
bfillercjohnston: I appreciate you fixing it, believe me :)18:22
cjwatsonyou can look.18:22
infinityaddress-book-app looks fine in landing-01118:22
cjwatson$ rmadison -s trusty address-book-{app,service} gallery-app18:23
cjwatson address-book-app     | 0.2+14.04.20140307-0ubuntu1     | trusty/universe | source, amd64, armhf, i386, powerpc18:23
cjwatson address-book-service | 0.1.1+14.04.20140317.1-0ubuntu1 | trusty/universe | source, amd64, arm64, armhf, i386, ppc64el18:23
cjwatson gallery-app          | 0.0.67+14.04.20140307-0ubuntu1  | trusty/universe | source, amd64, arm64, armhf, i386, powerpc, ppc64el18:23
cjwatsonaddress-book-app has in fact progressed in trusty-proposed, and builds everywhere now.18:23
infinitycjwatson: That perl-goes-insane-and-takes-userspace-with-it thing has only ever been seen on postal*, right?18:26
infinityI wonder if maybe the host system could just use a reboot and magically would love me again.18:26
kgunnrobru: good day!...any chance you could hook me up with a silo ? its just mir. line44 in the sheet18:34
robrukgunn, hmmmm we're really short on silos. but I guess mir is important18:34
kgunnrobru: so i've heard ;)18:35
robrukgunn, ok, you got 18 ;-)18:35
kgunnwoopwoop18:35
* kgunn makes train whistle noise18:36
=== doanac` changed the topic of #ubuntu-ci-eng to: Ubuntu CI Engineering Team | Vanguard: doanac | CITrain support - US: robru, cyphermox, rsalveti - EU: sil2100, Mirv, didrocks | CITrain support no answer: use mup bot after 30 minutes, but choose right timezone | Known issues: none
boikocjwatson: so, now that the address-book-app is finished building on the PPA, will the spreadsheet status get updated automatically at some point? or do I need to do some manual step to get it to reflect the correct status?18:42
davmor2balloons: I do have a flo18:44
balloonsdavmor2, anything weird while using OTA updates? like a slow dl, no progress bar updates, disappearing ui inside updates?18:47
ToyKeeperI don't know about you, but my flo seems to get pretty slow wifi transfers...  even from the local network.18:47
davmor2balloons: there is a nice mir bug that is causing issues18:47
sergiusensrobru, can you publish silo 014?18:48
balloonsToyKeeper, I agree18:48
ogra_worked fine for me today18:48
balloonsdavmor2, yes I see it quite a bit18:48
balloonsot sure 244 made it better or worse18:48
* ogra_ tires an OTA ... noticing there is a new image18:48
robrusergiusens, yes!18:48
sergiusensthanks18:48
davmor2balloons: it's working I'd say 10-15% slower than mako I see the progress bar18:49
ogra_i get about 1% per second in the progressbar ... thats not worse than the other devices here18:49
ToyKeeperOTOH, it just got the r244 update downloaded in about as much time as it took me to get to the updates tool to tell it not to do it automatically.18:50
davmor2ogra_, balloons: I'm on a 72mbit/s connection it's pretty nippy here however it's is definitely not as fast as mako but not drastically slower either18:51
ogra_mine is in recovery now ... didnt feel particulary slow18:51
ToyKeeperHmm, time zone weirdness.  It thinks Denver is UTC+1.18:51
ogra_oh, then you only have 70M more than me :P18:51
davmor2ogra_: getting a free upgrade to 100 soon :)18:51
ogra_pfft18:52
ToyKeeperHmm, 16mbit/s here...  but the flo seems to max out at about 1.5mbit/s.18:53
ToyKeeperAt least, it did last time I checked.18:53
ToyKeeperNope, nevermind.  Whatever was causing that seems fixed now.  Getting closer to 8mbit/s on it now.18:55
ToyKeeperOh, there's a fun bug.  The music scope shows every song in an album as if it's the same.18:58
ogra_you mean it shows the same cover art ?18:59
balloonsfor comparision, mako updates in <1 min.. flo is several mins18:59
* ogra_ bets popey has a bug open for that 18:59
popeyi dont19:01
ToyKeeperhttp://toykeeper.net/tmp/music-scope-no-title.jpg19:01
* ogra_ loses his faith 19:02
popeyhah19:02
ogra_:)19:02
ToyKeepervs http://toykeeper.net/tmp/home-scope-has-title.jpg19:02
boikorobru: hey, after the packages were manually rebuilt in the ppa, do I need to do something to get the spreadsheet status correctly updated?19:02
robruboiko, which silo19:03
robruboiko, and what do you mean "manually rebuilt"19:03
cjwatsoninfinity: postal> yes, as far as I know19:03
boikorobru: landing-01119:03
sergiusensrsalveti, care to give a final view and push to https://docs.google.com/a/canonical.com/spreadsheet/ccc?key=0AuDk72Lpx8U5dFlCc1VzeVZzWmdBZS11WERjdVc3dmc&usp=drive_web#gid=25 ?19:03
boikorobru: infinity triggered a rebuild of address-book-app in ppc64el (because of that weird failure)19:04
cjwatsonboiko: it should notice, since that build was triggered in jenkins19:04
cjwatsonboiko: infinity's retry has become essentially irrelevant since you triggered a fresh upload to the PPA19:04
infinityboiko: My retry is meaningless now, since you overwrote it with a newer version.19:04
davmor2ToyKeeper: it's to do with a short coming in the carousel for the dash aiui it might get fixed with the new scopes19:04
robruboiko, oh I see. in this case you should run the build job, but set the flag WATCH_ONLY. then it will find the build complete and update the status19:04
popeyToyKeeper: same goes for video carosel19:04
boikocjwatson: but I hit cancel :)19:04
cjwatsonoh right19:04
* davmor2 tries thinking back to the mwc image19:04
popeyToyKeeper: want me to file a bug?19:04
cjwatsonyeah, what robru said then19:05
boikorobru: nice! let me try that19:05
ToyKeeperpopey: Sure, if you like.  I mostly wanted to check if it was known.19:05
popeyToyKeeper: will do now19:05
ToyKeeper(and I'm not totally sure which project the bug goes in)19:05
rsalvetisergiusens: done19:06
cjwatsonboiko: looks like it's found it now19:08
boikocjwatson: yep, good, thanks19:08
boikorobru: so, now that the status is OK in the spreadsheet, I switched landing-011 to testing done (I was testing while waiting for the status to change)19:08
robruboiko, excellent, thank you19:08
boikorobru: could you please publish that?19:09
sergiusensrsalveti, thanks19:09
robruboiko, as you wish!19:09
boiko:)19:09
sergiusensrobru, can I get a silo for l30/qtubuntu?19:09
* sergiusens is on a publishing roll today when compared to yesterday19:10
robrusergiusens, hrmmmm, does it contain urgent bugfixes? there are only 2 silos left, need to marshall these at the moment19:10
sergiusensrobru, as soon as the ones I have are freed (3 migrating) is fine19:10
sergiusensunless more are urgent19:10
sergiusensit's to unblock oxide19:10
robrusergiusens, yeah, let's wait an hour or so to free your other silos.19:11
* ogra_ notes that secretly preparing some silo PPAs and selling them here could become a good busines19:11
ogra_s19:11
cjwatsonsorry for squatting on one for click, I had to sidetrack into unbreaking my phone from the dual-boot 0/0/0/0/0 thing19:11
sergiusensogra_, or just dput? :-P19:11
ogra_muhahah19:11
robrucjwatson, no worries.19:11
cjwatsonmight manage to test that later this evening, or at any rate first thing tomorrow19:11
popeyToyKeeper: bug 129429419:12
ubot5bug 1294294 in unity8 (Ubuntu) "Carousel displays no metadata, making it impossible to identify tracks/videos" [Undecided,New] https://launchpad.net/bugs/129429419:12
ToyKeeperpopey: Thanks.19:12
sergiusensbfiller, do you know if any of the gallery landings you have have xnox's python3 test fixes?19:12
bfillersergiusens: no they don't19:14
bfillersergiusens: the current landing is blocked with a libthumbnailer crash19:14
bfillersergiusens: maybe we can get them into the next one19:14
bfillersergiusens: have about 100 branches for gallery to get merged19:14
cjwatson100!  No wonder you're in a rush :)19:15
sergiusensI imagine19:15
bfillerI exaggerate :) but we do have many19:15
cjwatsonbfiller: well, now you know how the release team feels trying to orchestrate all the build failures, proposed migrations, etc. :-)19:17
bfillercjwatson: I feel your pain19:17
balloonsToyKeeper, davmor2 does file manager work on your flo?19:18
davmor2balloons: you on the latest image?19:19
balloonsdavmor2, 24419:19
davmor2balloons: there is a mir issue that mean apps appear grey if you tap them or rotate the device it refreshes the screen and then it is all drawn19:20
ToyKeeperballoons: It runs, it lets me browse directories, it took like 30 seconds to update when I told it to show me a dir with a single album in it.  (and then left the "updating" icon frozen onscreen until the screen timed out)19:20
davmor2balloons: a fix is wending it's way to silo near the ci train :)19:20
balloonsToyKeeper, kk, ty.19:21
davmor2balloons: yes so tap the screen on the grey page19:21
ToyKeeperHey, it actually launched music this time.  Last time I tried that, it didn't know how to open a music file.19:21
ToyKeeperdavmor2: I definitely see that mir bug now.19:22
ToyKeeper(but it's not just showing a grey screen...  apps are visually locking at pretty much any time)19:23
davmor2ToyKeeper: yeap19:23
davmor2it's not pretty19:23
ToyKeeperIs there a bug already?19:23
davmor2ToyKeeper: yeap there were 3, all three are fixed but need  to land19:24
balloonsdavmor2, there's not grey page.. it simply doesn't launch, hence my asking19:24
davmor2balloons: ^19:24
ToyKeeperOh, hey, new mirscreencast bits landed.19:29
boikorobru: just curious, this page: https://launchpad.net/ubuntu/+source/address-book-service already shows the latest version of addres-book-service available in proposed, but rmadison doesn't, shouldn't they be showing the same thing?19:35
robruboiko, in theory, yes. in practise there is a few minutes delay from one to the other19:36
robruboiko, in case of discrepancy, rmadison is considered correct.19:36
boikorobru: ah ok, so I will give it some time, thanks19:37
davmor2ToyKeeper, balloons: by the way if the guys land a new mir in an image and you guys are about please test that apps open faster, the setting app is nolonger grey, and when you rotate terminal or settings it actually rotates all the way :)  Thanks guys :)19:37
robruboiko, yep, you're welcome19:37
sergiusensrobru, now that two silos have been released; can I get my qtubuntu silo?20:06
=== doanac` changed the topic of #ubuntu-ci-eng to: Ubuntu CI Engineering Team | Vanguard: cihelp | CITrain support - US: robru, cyphermox, rsalveti - EU: sil2100, Mirv, didrocks | CITrain support no answer: use mup bot after 30 minutes, but choose right timezone | Known issues: none
robrusergiusens, oh yeah, right.20:13
robrusergiusens, which line was that?20:14
* sergiusens looks20:14
robru30?20:14
sergiusensrobru, yeah, 3020:15
robrusergiusens, ok, you got silo 1120:15
sergiusensthanks20:17
robruyou're welcome20:18
cyphermoxseb128: silo 5 btw20:20
* balloons awaits mir fix :)20:24
ToyKeeperAt least it's unanimous that r244 is a big red fail.20:25
seb128cyphermox, thanks20:28
Saviqdoanac`, it's ~/.cache/unity/first_run.stamp20:31
seb128Laney, cjwatson: ok, u-s-s built but now is blocked in proposed due to indicator-network missing on arm64/ppc64el :/20:33
balloonsToyKeeper, re: flo updating i noticed it pulled 352mb; a full image and not a diff20:37
balloonsI wonder if diff updates aren't working on flo or did that much really change to require it?20:38
ToyKeeperballoons: No clue.  I barely got a chance to see it happening before it finished, because I forgot to disable automatic updates before turning on wifi.20:52
Saviqcihelp: q: could otto and mediumtests differentiate between FAILED and UNSTABLE when reporting results?20:54
Saviqactually, otto seems fine, but mediumtests-touch don't20:55
cjwatsonseb128: that'd be https://code.launchpad.net/~cjwatson/indicator-network/porting/+merge/21039421:02
seb128cjwatson, do you know if anyone is landing that one?21:03
* seb128 checks the googledoc21:03
cjwatsonseb128: I thought I saw it somewhere ...21:03
seb128shrug21:04
seb128thostr has a landing for it on l2621:04
seb128but it's listed with an upstart-app-launch change that is blocked on another silo21:05
seb128cyphermox, robru: is the status of l26 still current? I don't see upstart-app-launch in any silo?21:06
cjwatsonseb128: that's an upstart-app-launch MP I withdrew as no longer needed21:06
seb128oh, sorry, it is in l2421:06
seb128cjwatson, ok, good21:06
cjwatsonseb128: should probably ditch the upstart-app-launch bit and land indicator-network separately21:06
seb128cyphermox, robru: can we get l25 reconfigured to not include the upstart-app-launch change?21:07
cyphermoxyeah21:07
cyphermoxhold on21:07
seb128thanks21:07
cyphermoxso line 24, 25, or 26? :)21:07
cjwatsonit's 2521:07
seb128just 2521:07
seb128drop the upstart-app-launch mp, keep the indicator one only21:07
seb128then give it a silo21:07
seb128that's blocking other things in proposed21:07
seb128thanks ;-)21:08
cyphermoxnp21:08
cjwatsonwe'll get down the stack eventually :)21:08
seb128cjwatson, cyphermox: thanks21:08
cjwatsonone-time pain I think21:08
cjwatsonhm, indicator-network Depends: unity821:08
seb128does that mean more fun to come?21:09
cjwatsonwe may have to force this21:09
cyphermoxit's being blocked by landing-002 too21:09
cjwatsonIMO we ought to get unity8 working everywhere, but it'll take a bit longer21:09
cyphermoxmhr3: can we please get the connectivity stuff landed? otherwise I'd be tempted to skip over it, build this thing, but you'll need to remember to rebuild all your packages after the fact21:10
cjwatsonwhat I could do is pretend that indicator-network exists21:11
seb128cyphermox, can you get that one out of the way? it's not even building21:11
cjwatsonor, if we land indicator-network, pretend that unity8 exists21:11
cyphermoxwait21:11
seb128cyphermox, I'm sure mhr3 can land that tomorrow, he's probably eod21:11
cyphermoxwhy is indicator-network depending on unity8?21:11
seb128the indicator one should be trivial by itself21:11
cjwatsonthen at least it'll be a confined thing rather than just leaving an uninstallable around21:11
cyphermoxthere should be a desktop side of it that should just work on desktop21:11
cyphermoxindicator-network uninstallable is a regression21:12
cjwatson    * Interfaces with unity8's extended snap decisions.21:12
cjwatsonmaybe that?21:12
cyphermoxridiculous21:12
mhr3seb128, cyphermox, i haven't heard anything new from Wellark about it, so feel free to skip21:12
cyphermoxmhr3: thanks, I will21:12
cjwatsonYeah, that's what introduced the dep21:12
cjwatsonhttp://launchpadlibrarian.net/152497538/indicator-network_0.5.0%2B13.10.20130918-0ubuntu1_0.5.1%2B13.10.20131004-0ubuntu1.diff.gz21:12
cjwatsonMaybe that was really a badly spelled Breaks: unity8 (<< 7.82)?21:13
cjwatsonI don't know whether the indicator fails to start without unity821:13
seb128cyphermox, that indicator should probably have its desktop profile disabled, it's pretty useless on desktop atm and it leads to quite some unity8 testers complaining about having a duplicated indicator in unity7 sessions21:13
cyphermoxthey can remove the packages21:15
seb128that uninstalls e.g unity-system-settings21:15
cyphermoxif we want to ever manage to get testing for indicator-network and eventually migrate to it it will have to be installable one day21:15
seb128I keep editing the .settings to drop the .desktop here21:15
seb128(should probably dpkg-divert it)21:15
cyphermoxthis is madness21:16
seb128why?21:16
seb128the settings use it as a backend21:16
seb128but that doesn't mean I want that indicator in my desktop session21:16
cyphermoxbackend is different from the indicator render bits21:16
seb128right, but we don't have a way to flag that atm21:16
seb128we either export a desktop profile or not21:16
cyphermoxit should be in a separate package21:17
cyphermoxcurrently there is a desktop profile21:17
seb128right21:17
seb128you can't have separate package, that the same binary21:17
cyphermoxthat ought to be fixed eventually21:17
seb128ubuntu-system-settings use the phone profile21:17
cyphermoxI'm not disagreeing that we should blow it away if it's really a blocker for touch21:17
seb128blocker for touch?21:18
cyphermoxbut I'm pissed that there are so many dependency messes and broken things, and uninstallable, unfixable things21:18
seb128not sure we are talking about the same thing21:18
seb128oh21:18
seb128the "depends on unity8" is orthogonal to the "shouldn't be in desktop session"21:18
cyphermoxI get that21:18
seb128there are no real issue on desktop21:19
cjwatsonso what should we do here for right now?  can we land my indicator-network porting branch and then I can temporarily tell proposed-migration that unity8 exists on arm64/powerpc/ppc64el?21:19
cyphermoxcjwatson: yeah21:19
seb128cjwatson, seems the best solution atm yes21:19
cjwatsonthat can go away as it comes to exist on more arches21:19
seb128we should probably get the indicator to not depends on unity821:20
seb128I didn't check the code but it looks like it should run without notification service21:20
seb128even if it doesn't that should be easy to fix21:20
seb128just disable notifications if there is not service21:21
seb128Wellark, ^21:21
cyphermoxseb128: cjwatson: landing-007. Seems fitting21:23
seb128cyphermox, thanks21:23
cyphermoxI need to run to get back home, back in a bit21:24
cyphermoxrobru: still around to deal with stuffs?21:24
seb128cyphermox, ttyl21:24
robrucyphermox, yep21:24
cyphermoxcool21:24
cyphermoxttyl21:24
robrucyphermox, cya21:24
cjwatsonseb128,cyphermox: OK, I've preemptively put the fake unity8/{arm64,powerpc,ppc64el} in place for proposed-migration21:27
seb128cjwatson, thanks21:27
cjwatsonI don't really like it but it's the least bad option I think21:27
cjwatsonI prefer that to arch-limitation cruft in packages21:27
seb128cjwatson, I don't think thostr is around, do you want to drive the build/test/publish for landing-007?21:28
cjwatsonI can't test right now, I'm still recovering the android side of my device far enough to do dual-boot again21:28
seb128you can kick  the build21:28
cjwatsonI can, yes - doing now21:28
seb128so we have a ppa to test tomorrow morning (if nobody beats us to it)21:29
seb128thanks21:29
cjwatsondo we do manual testing for trivial packaging changes like that?21:30
seb128depends how confident you are that the rebuild is not going to create issue (e.g toolchain change or whatever could create problems)21:30
seb128I usually test run stuff on my desktop and ack them when I'm pretty confident it's fine21:30
cjwatsonwhat do you mean, our toolchain is perfect21:30
seb128I didn't get unlucky so far21:31
seb128rrrright ;-)21:31
cjwatsonit was last built four days ago and doko is on vacation :)21:31
cjwatsonanyway, can't test-run this on desktop since conversation above21:31
cjwatsonso either some kind soul can test it for me, or it can wait until I have dual-booting back tomorrow morning or so21:32
seb128I can give it a try once it's built21:32
cjwatsonappreciated, thanks21:32
seb128testing on desktop should be fine though (I didn't follow on what issues your desktop is having, you mentioned device problems only that I saw)21:32
cjwatsonthis is a package that depends on unity8 ...21:33
seb128just install on your amd64 desktop ;-)21:33
cjwatsoneh, guess I could.  not sure it would be very high-quality testing though21:33
cjwatson"yup, still broken"21:33
seb128right, but as you said it's only trivial changes21:34
sergiusensrobru, mind giving me a silo for l46/u-d-m ? should be a quick one21:34
=== retoaded is now known as retoaded_afk
robrusergiusens, ok21:34
seb128so it's up to you on how much you feel like that needs testing21:34
seb128I just usually settle on "run at least on one arch to make sure there is no stupid mistake/issue"21:34
robrusergiusens, ok you got 1421:35
robruseb128, sorry were you addressing me or sergiusens ?21:35
robruor cjwatson...21:35
robrunm ;-)21:35
seb128robru, cjwatson21:35
robruthanks21:36
sergiusensrobru, java.io.IOException: Cannot run program "/bin/bash" (in directory "/var/lib/jenkins/jobs/landing-014-1-build/workspace"): java.io.IOException: error=12, Cannot allocate memory21:45
robrusergiusens, try again? clearly infrastructural21:45
sergiusensrobru, the out of memory is an indication that it will be hard to run21:45
sergiusensI tried again regardless; same failure21:46
robrusergiusens, which silo?21:46
sergiusensrobru, 1421:46
robrusergiusens, oh, right at the beginning21:47
robrusergiusens, I was thinkign this would be after some time and some stuff had ahppened21:47
sergiusensrobru, yeah, can't spawn /bin/bash is worrying21:47
robruawesome21:47
robrusergiusens, so cyphermox and didrocks are the only people with access to that machine21:48
cjwatsonUrgh, I thought url-dispatcher was ported21:48
cjwatsonIt is, WTF21:49
* cjwatson glares at https://launchpadlibrarian.net/169961216/buildlog_ubuntu-trusty-ppc64el.indicator-network_0.5.1%2B14.04.20140318-0ubuntu1_MANUALDEPWAIT.txt.gz21:49
cjwatsonRetrying that one to give it time to think about what it's done21:49
robrusergiusens, so I'd say, retry it a few more times just in case. I texted cyphermox to ask him to hurry back and fix things21:50
seb128cjwatson, i-n works fine, tested on my n421:52
sergiusensrobru, thanks21:55
cjwatsonCool, let's just let the PPA finish publishing.  Thanks21:55
seb128yw!21:57
boikorobru: I had to add one extra component to landing-009, could you please reconfigure the silo for me?22:00
robruboiko, sure22:00
robruboiko, ahhhhh, nope22:02
sergiusensrobru, jenkins now says Service Temporarily Unavailable22:02
robruboiko, jenkins just went down. only cyphermox can save it and he's afk. I texted him though22:02
sergiusensgiven the criticality of this infrastructure these days; can't we get 24x7 for this?22:04
boikorobru: :/22:05
robrusergiusens, theoretically we do have 24x7 between didrocks and cyphermox. just bad luck that he had to go run an errand.22:05
cjwatsontwo people do not make 24x7 :-)22:05
sergiusensrobru, well there needs to be a backup for each timezone though22:05
robrusergiusens, but you're right. I tried to get access to this before but there was some administrative hurdle and it was decided that cyphermox would be "good enough"22:05
sergiusensat least22:05
sergiusensI'm ok with 24x5 btw :-)22:06
robrusergiusens, yes, I totally agree, but at the time, cyphermox already was "the backup" after this went down one night while didrocks was sleeping22:06
sergiusensideally 24x722:06
sergiusensrobru, yeah, I remember that22:07
cjwatsonTwo people don't even make 24x5 unless you don't mind burning them out22:07
robruanyway, nothing I can do, so I might as well take lunch. back in a bit.22:07
robrutomorrow I'll press didrocks to give me that access22:07
boikorobru: so it says silo ready, but that's actually not true yet? :)22:10
robruboiko, nope, i didn't run the job. reconfig never happened. stale status22:10
boikorobru: ok22:11
veebersplars: ping, yesterday you made modifications to the autopilot release gatekeeper job. If we use the latest version of lp:ubuntu-test-cases/touch do we still need those additions?22:21
plarsveebers: no, you'll be fine once you move up to tip22:23
veebersplars: awesome, thanks for the confirm22:23
thomicyphermox: robru: is the jenkins server down? I get "Service temporarily unavailable" when trying to access http://162.213.34.10222:45
=== Ursinha is now known as Ursinha-afk
thomicihelp - Perhaps the jenkins server has died ^^ ?22:47
boikothomi: seems so, and it seem cyphermox is not around to get it up and running again22:49
thomiawesome22:49
thomiasac: Can you escalate this please? ^^22:50
=== Ursinha-afk is now known as Ursinha
robruthomi, I texted cyphermox, he'll be back soon-ish22:55
thomirobru: ok, thanks22:55
robruthomi, no worries22:55
* robru -> back to lunch while I wait for cyphermox22:56
bregmarobru, when you get back from lunch, would you be so kind as to assign a silo for line 47 and I will begin my daily ritual of human sacrifice and playing records backwards23:25
robrubregma, I will as soon as jenkins comes back up (waiting on cyphermox to restart the server which died)23:28
cyphermoxoh, jenkins died?23:30
thomicyphermox: yup :(23:30
* bregma begins the occult use of certain vegetables and fruits23:30
* cyphermox renames the host to "Kenny"23:31
robrucyphermox, hrrm, did you not get my texts?23:31
cyphermoxI jsut saw them23:31
robrubah.23:32
cyphermoxI didn't ring, I must have been walking outside at that point23:32
cyphermoxI'll just take a few more minutes to figure out what's up with it instead of just rebooting it this time23:32
cyphermoxfail23:35
cyphermoxit quite simply got oomkilled23:35
cyphermoxnothing I can do right now, but I'll work with didrocks tomorrow to migrate it to another host23:35
cyphermoxin the meantime I need to come up with something to track this23:38
cyphermoxjenkins is restarted23:38
thomicyphermox: thanks!23:41
robrucyphermox, thank you!23:41
robrucyphermox, perhaps we could migrate it to a host inside the VPN, and benefit from the VPN DNS...23:42
thomiit's be really nice if one's login credentials lasted more than 10 minutes or so on that server as well :)23:42
thomi...while we're fixing things :)23:42
cyphermoxI'm kind of scared of twisting other knobs because if it ever happens that init or some other critical process gets killed, I won't be able to restart the machine myself, it will need didrocks' involvement23:42
robruthomi, *sigh* yeah23:42
thomirobru: good to know I'm not the only one who noticed :)23:43
cyphermoxrobru: no, it's on purpose on stack so as to be easier, more distributed to maintain than otherwise23:43
robruthomi, I use this thing *all day long* and I still have to log in every damn time23:43
cyphermoxthere isn't really a host for it in vpn23:43
thomiyeah23:43
cyphermoxbut it really also needs to be migrated to a different server farm anyway23:43
robrubregma, ok, you got 17, please build.23:44
cyphermoxit's all under juju so the downtime for this stuff really should be minimal if we move things23:44
robruwho else wanted stuff? sergiusens we're back online23:44
sergiusensyeah, just saw23:44
robruboiko, ok, we're back, i'm just about to reconfigure you23:44
boikorobru: nice! thanks!23:45
sergiusensmandel, still awake? building now23:45
boikorobru: if you have other priorities, you can reconfigure the silo later, I'm about to stop here23:45
robruboiko, nope nope, i'm on it23:45
robrukgunn, how's mir? really good?23:46
kgunnrobru: yep...that fixed it23:46
robrucyphermox, can you kick an image before I publish mir? I did a lot of publishings today, new image would be nice i think23:46
cyphermoxack23:47
imgbot=== trainguard: IMAGE 245 building (started: 20140319-00:00) ===23:59

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