/srv/irclogs.ubuntu.com/2014/08/28/#ubuntu-ci-eng.txt

cyphermoxkenvandine: it will be not out of date shortly, I'm landing 012 in rtm00:01
cyphermoxthough maybe if your ubuntu-system-settings made it in distro we could copy that to silo 12 and have it all in one go00:02
cyphermoxit's line 2400:03
cyphermoxrobru: ^ please wait for line 24 unless you already touched it; I'd add ken's package00:03
robrukenvandine: yes it is totally automatically handled. when I publish a utopic silo, I automatically create a new spreadsheet row and then I automatically assign a new rtm silo and then I automatically copy the packages over by hand.00:05
robrusergiusens: sorry, yours is waiting on a core dev ack00:06
cyphermoxkenvandine: robru: then maybe we can remove line 51?00:07
robrukenvandine: cyphermox: if anybody feels like acking https://ci-train.ubuntu.com/job/ubuntu-landing-012-2-publish/20/artifact/packaging_changes_ciborium_0.2.11+14.10.20140827.4-0ubuntu1.diff00:07
sergiusensrobru: no worries, I'm waiting on an rsalveti ack :-P00:07
sergiusensrobru: applied his requested changes, but he may have gone for dinner00:07
robruah00:07
robrukenvandine: oh I see, you published yourself, so I didn't notice to automatically get the silo00:08
cyphermoxrobru: as I said above...00:09
robruyeah00:09
cyphermoxI'll run copy-package again and just update silo 12 to do it in one go00:09
robrucyphermox: so which one is latest? can you confirm your rtm silo has kens' stuff in it?00:09
robrucyphermox: ok00:09
cyphermoxnot yet, it will in a minute :)00:09
robrucyphermox: just, uh, copy from archive because I just cleaned his silo00:10
cyphermoxI always do00:10
cyphermoxanything else would be going too fast00:10
robrucool00:10
robrucyphermox: heh, I'm copying ppa->ppa.00:11
cyphermox(ie. can't be sure the silo is what was tested and landing)00:11
cyphermoxat the point where it's in distro, it's kind of more static ;)00:11
cyphermoxrobru: kenvandine: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu-rtm/landing-012/+packages00:11
bfillerrobru: silo 8 can land in rtm as well as ubuntu00:13
robrubfiller: yeah you got rtm-13 now, just uploading now00:16
ralsinaToyKeeper: sorry about the delay, I tested that against iamge #211 in the emulator, the change has no visible effects until a later server-side branch is deployed00:18
ralsinaToyKeeper: so just running the autopilot tests for push-client to see push messages in general work is enough00:19
ralsinaToyKeeper: OTOH I merged this branch wrong so in practice it's a no-change rebuild and it's not worth landing00:21
* ralsina facepalms himself00:21
ToyKeeperralsina: Good to know.00:22
ralsinasigh00:23
* ralsina restarts00:23
ToyKeeperralsina: I don't know where the ubuntu-push AP tests are though, could you add that to the test plan and/or https://wiki.ubuntu.com/Touch/Testing ?00:23
ralsinaToyKeeper: sure00:23
ToyKeeper(and ideally test on a RTM image instead of utopic, if it's intended to land on RTM)00:23
ralsinaToyKeeper: yeah, I EODd around the time the RTM packages were built00:27
ToyKeeperralsina: Things are awkward this week, and I think everyone is trying to figure out what to do.00:28
ralsinaindeed00:29
ToyKeeperAnyway, I'll cancel it and move to the next silo.  :)00:29
ralsinaToyKeeper: thanks for looking!00:29
kenvandinerobru, thx00:31
robrukenvandine: you're welcome!00:31
kenvandineralsina, did you see my comment on https://code.launchpad.net/~ralsina/ubuntu-system-settings/fix-1357506/+merge/23240500:33
kenvandineralsina, i removed it from the silo because it was failing tests00:33
ralsinakenvandine: nope, looking now00:33
kenvandineand bumped it back out of approved00:33
ralsinakenvandine: ? pep8 doesn't complain here00:34
kenvandinedidn't build in the silo00:34
kenvandinethe code check fails00:34
ralsinakenvandine: have a link to the log?00:34
kenvandineralsina, you ran make test?00:35
kenvandinesilo's already been cleaned00:35
kenvandinehttps://code.launchpad.net/~ralsina/ubuntu-system-settings/fix-1357506/+merge/23240500:36
kenvandinestill there00:36
kenvandinewhoops00:36
kenvandinehttps://launchpadlibrarian.net/183354755/buildlog_ubuntu-utopic-i386.ubuntu-system-settings_0.3%2B14.10.20140827.2-0ubuntu1_FAILEDTOBUILD.txt.gz00:36
ralsinakenvandine: no, I just tested it IRL against the bug it fixed, my bad00:36
kenvandineAssertionError: /build/buildd/ubuntu-system-settings-0.3+14.10.20140827.2/tests/../push-helper/software-updates-helper.py:78: undefined name '_'00:36
kenvandinepyflakes failure00:36
ralsinaah, pyflakes00:36
kenvandinesorry... not pep8 :)00:37
ralsinaand of course pyflakes is full of crap ;-)00:37
kenvandine:)00:37
ralsinakenvandine: ok, adding the right ignores and re-pushing00:37
thomiummm - that pyflakes error doesn't look like something that should just be ignored too me00:38
thomisorry, I'm being nosy, but can you please consider fixing the problem, rather than just gutting the pyflakes checks?00:39
ralsinathomi: I can write the code diferently, yes00:39
thomiralsina: can you link me to your branch please? I'd like to see the code that's causing the error00:40
ralsinathomi: but it is a pyflakes bug (https://bugs.launchpad.net/pyflakes/+bug/844592)00:40
ubot5Ubuntu bug 844592 in Pyflakes "Recognize _("text") from gettext.install(...)" [Wishlist,Fix released]00:40
ralsinathomi: https://code.launchpad.net/~ralsina/ubuntu-system-settings/fix-1357506/+merge/23240500:40
thomiralsina: ahh, ok then, please ignore me :)00:40
ralsinasadly the pyflakes fix is setting an envvar that says "hey, _ exists" so I'll write it differently00:41
thomiralsina: although the bug you linked me suggests that a fix has already been merged :-/00:41
ralsinathomi: yes, setting PYFLAKES_BUILTINS to "_"00:42
thomiahh00:42
ralsinakenvandine: pushed it in a way that makes pyflakes happy, please consider it for the next landing00:46
cyphermoxrobru: could you assign line 13 please?00:49
* cyphermox is off to the debconf dinner00:52
robrucyphermox: OK you got rtm400:53
kenvandineralsina, will do01:17
=== Ursinha is now known as Ursinha-afk
imgbot=== trainguard: IMAGE 212 building (started: 20140828 02:05) ===02:04
kenvandineis there a changes list for ubuntu-rtm?02:31
kenvandinebfiller, i created a silo Elleo's content-hub branch03:10
bfillerkenvandine: awesome03:11
kenvandinenot sure if there is an indicator-transfer branch to test it with03:11
kenvandinebut we can test it for regressions at least03:11
kenvandineit just adds 2 properties on the existing dbus interface03:12
kenvandinei think  it's finally beer thirty though... maybe i'll come back and test the silo after a cold one and a snack :)03:13
kenvandinebfiller, i wonder why the bot isn't including the landers...03:14
kenvandineput both of our names... does it require a comma or something?03:14
bfillerkenvandine: I haven't been getting bot pings for a few weeks now03:14
kenvandinei've been getting them tonight03:14
bfillerkenvandine: thought it was something in my setup.. usually you don't need commas03:14
kenvandinebut this one just says ()03:15
kenvandinemaybe it just pukes on more than one lander03:15
robrukenvandine: ugh this is new to me. Stgraber just started the bot, maybe there's some changes03:20
kenvandinerobru, it's been working for me tonight03:20
robrukenvandine: also, no image changes yet03:20
kenvandinejust noticed the empty () when i created one with 2 of us03:20
robrukenvandine: look at the scroll back. queuebot restarted 20 minutes ago and hasn't pinged properly since.03:21
tedgSo should we ping manually?03:22
robrukenvandine: anyway i can't debug it now, I'm out for dinner. Ciao03:22
* tedg doesn't want to be annoying.03:22
robrutedg: the bot can ping us when we need to assign, but it won't ping you to build apparently03:24
robruAnyway I'll look into it tomorrow, I'm long past eod03:24
kenvandinerobru, not important :)03:27
kenvandinerobru, enjoy your dinner... i'll stop bugging you now :)03:28
tedgWho assigns silos in .au/late US timezones?03:41
ToyKeeperkenvandine: There isn't a change list yet, exactly, but it should be in progress...03:43
ToyKeeperkenvandine: However,...  took me a moment to find it, but try this: https://lists.ubuntu.com/archives/rtm-14.09-changes/2014-August/date.html03:47
kenvandineToyKeeper, awesome, thanks!04:02
Mirvtedg: starting around now, me. often robert stays late too.04:06
Mirvah, ken is his own assigner04:34
Mirvkenvandine: hmm, they've now removed the Mir 0.7.0's RTM silo, so ubuntu-system-settings:04:50
Mirvlock timeout and bug fixes sync to rtm' would be probably good to go04:50
Mirv(on line 14)04:50
Mirvbzoltan: sorry 0 silos at the moment on utopic04:51
Mirvbut one is cleaning up soon04:51
bzoltanMirv:  no rush04:51
kenvandineMirv, that rtm silo for uss got cleaned and landed in another silo04:54
kenvandineMirv, so line 14 should just get killed04:55
Mirvkenvandine: thanks, that's good news too. /me cleans04:55
bzoltanMirv:  would you please reconfigure the silo12?  The uitk-gles is in fact a different ~phablet-team project so I can not reconfigure.05:23
ToyKeeperalecu: rtm/landing-008 (unity-scope-click) is now #4 in the test queue, but probably won't start until .eu people are around.05:41
alecuToyKeeper: sounds ok, thanks.05:41
Mirvbzoltan: done05:43
* ToyKeeper -> EOD06:13
jibelwith build 211 on mako, I cannot unlock my SIM card, is it a known issue ?06:57
jibelMirv, ^06:57
jibelbut works fine with rtm build 10 on my other device07:01
Mirvjibel: possibly not, I only hae rtm 1007:02
dbarthgood morning07:07
jibelogra_, do you have a list of changes for rtm images?07:08
dbarthi updated my silo request on line 46 to ask for utopic packages to land on the rtm side07:08
dbarthi did include webbrowser-app for Olivier, since he is away today07:09
ogra_jibel, i need to finish developer mode first, then i can change the bot (the only entity that knows the system-image numbers) ... you can use the backend script from http://paste.ubuntu.com/8162569/ manually (with cdimage versions) meanwhile07:17
jibelogra_, no problem, I was just wondering if I missed it somewhere.07:18
tvosstrainguards, could someone reconfigure silo 4 for me?07:19
ogra_nope, and you are about the 100st person to ask :)07:19
ogra_bah, the internal smoketest dashboard is broken :(07:20
ogra_for rtm at least07:20
* ogra_ just gets a giant python traceback07:20
ogra_psivaa, ^^^ not sure you can do anything (i guess not, looks like a server issue)07:21
ogra_oh, i see plars mail ... dont bother07:22
tvossMirv, around?07:25
brendandbzoltan, i'm starting to test your silo07:28
psivaaogra_: i could try to give a fake id that matched the previous ones and push it to the dashboard and see how it goes. but if i do it without knowing the future format, i may break the future ones07:29
ogra_well, i guess simply cutting off everything after and including the dash would be ok07:29
ogra_before you make any use of the variable that carries the number07:30
ogra_the git hash is sadly a requirement from PES07:30
ogra_though i can try again to convince them :)07:31
* asac switches to system image channel07:31
asacogra_: adb not running anymore?07:32
asacentwicklermodus is on07:33
ogra_why wouldnt it ?07:33
asacwell, udf complains :)07:33
ogra_right, we didnt change anything yet07:33
asactells me device has no adb07:33
ogra_do you have the latest android-tools-adb installed ?07:33
ogra_ubuntu27 from the phablet-team ppa07:33
asacwhy would that change?07:34
asaci htinhk i dist-upgraded yesterday07:34
ogra_because you need a udev rule for the device07:34
asachmm07:34
asacbut it worked before already07:34
ogra_well, what does adb devices show  ?07:35
asac4.2.2+git20130218-3ubuntu2607:35
asacnothing07:35
asacbut i used adb happily the past few days07:35
ogra_oh, and 26 is the latest actually07:35
asacright07:36
ogra_weird07:36
* asac reboots device07:36
ogra_do you see plug events in syslog if you re-plug ?07:36
Mirvtvoss: hi07:36
tvossMirv, hey, could you reconfigure silo 4 for me? I added two MPs for different source packages07:36
asacogra_: ok replugging twice helped07:37
ogra_ok07:37
ogra_probably the usb id changes with the new stuff07:37
Mirvtvoss: done!07:37
ogra_or some such07:38
tvossMirv, thanks07:38
ogra_asac, btw i wonder if we could convince john to drop the hash from the version ... see pauls mail it breaks the dashboard (and i'm not sure what else might rely on ubuntu versioning too)07:39
asacogra_: imo its stupid that our dashboard breaks like it07:44
asaci answered07:44
ogra_asac, it is, but it also makes us blind now07:45
asacwell, psivaa should be able to fix such a trivial thing, no?07:45
asacpsivaa: this format will stay07:45
ogra_yes07:45
asacfirst particle is number07:45
asacthe rest is just alphanumeric sorting07:46
asacdone07:46
asacsplit: sort numeric, alpha, alpha07:46
asacpsivaa: you think thats doable?07:47
asacotherwise we can see the jenkins job results now, no?07:48
psivaaasac: reading the backlog now.. sorting algorithm in the dashboard is complicated07:48
asacpsivaa: well, cant we just display it somehow for now and then fix sorting later?07:49
psivaaasac: that i am trying now07:49
asacin general i cant believe it can be that complicated07:49
asacbut if the sorting is magic too much, just display it somewhere randomly :)07:50
asacogra_ likes searching with his parrott eyes :P07:50
asaclol07:50
asacsince he will get colors soon then07:50
ogra_haha07:50
asacthe grey-parrot :)07:50
ogra_asac, why not simply ingore everything after the dash ?07:50
ogra_only grey on the wingtips yet :)07:51
asacogra_: well, whatever07:51
asacwe can ignore after the dashh, yes07:51
ogra_the numbering of the front part needs to go up anyway07:51
asacbut thought more splitting makes the task more complicaed07:51
asacin general i cant believe that anything like this can be complicated07:51
asacits just a sort :)07:51
ogra_just cutting off that part before you dump the value into some variable should solve the issue07:52
asacthe date should usually be enough yes07:52
asacprobably07:52
asacpsivaa: try that... cut after the - befofre the sorting07:52
asacbut wll, just check the code and see what works07:52
ogra_well, including the -07:52
ogra_:)07:52
psivaaasac: ogra_: done editing the id, but digging in the dashboard side07:53
ogra_cool07:53
asaccool07:53
bzoltanbrendand: thank you07:55
Mirvdbarth: please clarify to the line 46 comments if you want simply src copy of all those packages to rtm, or if there's going to be some delta for the packages?08:02
Mirvdbarth: and actually, you'd probably want to remove webbrowser-app from there, since it's already landing (as src copy) via the UITK landing in 005?08:04
dbarthMirv: ok for webbrowser-app; for the other ones it's a plain copy; i'll add a note08:07
dbarthMirv: do i need to build or do you have a magic script to man the process?08:08
Mirvdbarth: we'll handle the copying, and I'll launch also the 'watch only' build as needed. after the build is done, you can start testing on rtm.08:09
dbarthcool!08:12
Mirv^ there it goes08:18
psivaaasac: ogra_: simultaneous dashboard results syncing means that the jobs will have to be rerun with the correct (expected by the dashboard) id to get picked up by the dashboard.08:23
asacpsivaa: not sure i understand08:24
psivaaasac: the dashboard results get synced simultaneously whilst the tests are running. means that the dashboard picks up the buildnumber whilst the tests run08:24
MirvFYI I've added the N/A or Required regarding QA sign-off:s to all RTM silos that were missing them. feel free to disagree.08:25
psivaain that case we can not edit the buildid and ask the dashboard to pick up the edited id after the tests complete08:25
asacpsivaa: you dont need to pick up the edited id, no?08:25
ogra_psivaa, well, then re-run them i guess08:26
asacits just frontend sorting08:26
asacand backend sorting to decide what is newer08:26
psivaaogra_: i'll briefly note down the failures for the landing meeting and then rerun them08:26
asacand all that matters is really the first particle... that thing will always increase08:26
ogra_psivaa, great, thanks !!08:26
Mirvtvoss: please add to platform-api line 39 which RTM image you used for the testing (Yes (#))08:30
tvossMirv, ack08:30
Mirvtvoss: and landing-011 lp:1356343 on line 2008:31
sil2100davmor2, popey, brendand: meeting o/08:32
Mirvbzoltan: and you for line 22 UITK RTM landing, please add the RTM image number to "Yes (#)" field08:32
popeyfighting with browser, be there in a mo08:32
jibeltvoss, I'm testing silo 1108:32
tvossjibel, ack ...08:33
ogra_asac, http://system-image.ubuntu.com/ubuntu-touch/ubuntu-rtm/14.09-proposed is the equivalent to devel-proposed ... 14.09 would be the equivalent to devel if we had promoted an rtm image yet08:52
asacogra_: well, we still produce devel images08:53
asacthose are different08:53
asacand we want to continue testing silos and imagesw there08:54
asacso we need the proper devel-proposed08:54
asacthats what i am saying08:54
asaclike on N408:54
ogra_asac, we now have devel-proposed and devel for utopic ... and 14.09-proposed ans 14.09 for rtm08:54
asacogra_: i couldnt find krillin for devel-proposed. sure its there?08:54
asacif so its all good08:54
ogra_well, i asked stephane to add it08:54
asachttp://system-image.ubuntu.com/ubuntu-touch/devel-proposed/08:55
asacyes i did too, but i cannot find it08:55
asacthats why i wondered :)08:55
asachttp://system-image.ubuntu.com/ubuntu-touch/ubuntu-rtm/14.09-proposed/08:55
asac-> krillin08:55
asacthe  above doesnt08:55
ogra_yeah, its not there08:55
ogra_he also forgot to re-enable the cron job for system-image08:55
asacogra_: is he the only person with access?08:55
ogra_i'm just running it by hand to get tonights build in08:55
asacwe have to fix that08:55
asacthanks!08:55
ogra_no, the whole cdimage team has access08:56
asacso you could in theory fix it?08:56
asacand also fix that we dont have devel-proposed (if you wuld know about this code)?08:56
ogra_but he is the one knowing the code and implementation ... everyone else will need 10x the time to work into that stuff first08:56
ogra_i could *in theory* fix it ... practically i might accidentially wipe the whole server then08:57
ogra_which means i'd rather wait for stephane08:57
asacogra_: do we backup that server?08:57
ogra_hmm, and the import run i'm doing atm doesnt seem to finish either :(08:58
ogra_asac, might be ...08:58
ogra_ah, i start seeing output from import-images ... phew09:00
sil2100popey's wake-up call for all of us: "bye!" ;)09:03
popey"I guess we're done" is my code word for CTRL+W09:04
sil2100hahah ;)09:04
brendandbzoltan, did you happen to run the test plan for uitk in jenkins?09:10
brendandbzoltan, so i can see the results?09:10
brendandbzoltan, although it wouldn't have been on krillin then09:10
bzoltanbrendand: no, I have not run the tests on Jenkins.09:10
bzoltanbrendand:  I have logs of all tests, just tell me what app tests are you interested to see... they are rather boring :) "testing starts ... OK"09:11
bzoltanbrendand: for example -> http://paste.ubuntu.com/8167258/09:11
sil2100bzoltan: we like when those are boring like that ;)09:12
bzoltansil2100:  Hell, I do love to see boring test results :D09:12
bzoltanbrendand:  the Unity8 -> http://paste.ubuntu.com/8167264/09:12
mandelogra_, remember the paths we talk about, they will be configurable via de command line, so we are fine with our initial idea, a single dir with everything09:15
bzoltanbrendand:  sil2100: I am using this script for the test plan -> http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/view/head:/tests/uitk_test_plan.sh for the RTM I had to customize it, as it does not like to add the PPA and does not like the phablet-click-test-setup. But more or less that is what i do. I run all the tests one by one and store the logs. If fails then I reboot and run again and again. After the 3rd attem09:15
ogra_mandel, yay !09:15
mandelogra_, we have to wait one release, but is doable and will look quite nice :)09:15
brendandbzoltan, what's wrong with phablet-click-test-setup?09:15
ogra_great :)09:16
bzoltansil2100: brendand:  I can pastebin all my former landing test results from the last few landings.09:16
bzoltanbrendand: it failed to pull the clock tests and terminated ...and it does not know how to pull test if there is a PPA configured09:17
brendandbzoltan, ah yes - because add-apt-repository is broken09:17
bzoltanbrendand:  for example. but one need to be careful and fairly skilled to use the flasher and click setup and test runner tools locally ... they are fine if you hold them right :) but can show funny things sometimes.09:19
dbarthasac: ping? still no words from #ubuntu-release on oxide-qt09:28
dbarthasac: if you have better contacts than i have, can you see how to unblock it?09:28
ogra_asac, heh, and while you're at release stuff you could answer the FFe touch question on the ubuntu-release ML too ;)09:29
asacogra_: i didnt get that mail09:29
asaccan you bounce?09:29
asac*sigh&09:29
ogra_asac, bounced both mails of the mini thread ...09:31
ogra_but essentially i think we need that general FFe re-activated09:31
ogra_else landings might get stuck entering utopic (or the universe release guys get upset or so)09:32
apweven if you have a FFe for touch things, the current block is for beta stablisation and oxide-qt is on a number of those images; else it would not be blocked09:33
ogra_apw, yeah, that was independent from beta freeze09:33
apw(the block specifically blocks things that are seeded)09:33
ogra_i think we need an FFe anyway09:33
asacogra_: didnt get that mail yet09:33
ogra_asac, hmm, because evo messed it up09:34
ogra_let me try again ... looks like the bounce feature reverts the target address back to the original target ...09:35
asacogra_: i sent mail to steve and colin to help us09:35
asacsure once they get up they will help09:35
asacunfortrunately a bit ahead09:35
ogra_yeah09:35
asacogra_: well, at least you have a bounce feature... gmail doesnt offer that :)09:35
asacbut whatever, think if its in proposed and all tests pass there09:35
asacwe can publish to rtm09:36
asacfor the next few hours09:36
asace.g. if britney says its ready except for the block09:36
asacor are we not seeing whether it woudl be ready because they block it before it actually gets tested etc.?09:36
apwasac, you get blocked after any adt style testing, you can see that on "linux" which is also blocked for beta09:37
=== alan_g is now known as alan_g|afk
asacok that measn we at least know whether something is going in?09:37
asacor are there other tests that would come later (like dependency missing or mistmatch)09:37
apwas it doesn't attempt to migrate it due to the block, it might fail at the migrate point09:39
asacthomi: thanks for the mail. basically supporst what i was ranting about :)09:40
asacok. well, i send mail to steve and colin who were able to get things going for us in the past very well... so no panic for now i guess09:45
=== alan_g|afk is now known as alan_g
asacif there is one or two landings that are needed for rtm branch stuck because of this09:46
asacthen just risk and put them into rtm with triple testing, but make a big note that this must not be forgotten to track publishing to utopic as well09:46
ogra_well, if it passed the tests in proposed it will just auto-land once the block is gone09:47
asacogra_: well, wee dont know about dependencies etc.09:47
asacand component mistamtches09:47
asacbut most likelym, yes09:47
asachence we can take the risk imo09:47
ogra_yeah corner cases09:47
ogra_that we can deal with if they show up09:47
ogra_but the block will be gone very soon anyway09:47
ogra_can be only hours09:48
imgbot=== trainguard: IMAGE 212 DONE (finished: 20140828 09:50) ===09:50
imgbot=== changelog: http://people.canonical.com/~ogra/touch-image-stats/212.changes ===09:50
ogra_err ?09:50
* ogra_ wonders who started that build 09:50
sil2100When was this image started?09:50
asaccronjob?09:50
asac:)09:50
sil2100asac: come oon, builds don't take 8 hours ;)09:51
asacwe all love cron technology. it is sooo smart09:51
ogra_sil2100, heh, well, due to stephane leaving the cron job off we had no builds at all09:51
ogra_and that explains why my manual run takes so long !09:51
ogra_i already thought something was broken09:52
asacthe fact that we have no cron makes manual take longer>09:52
asacinteresting :)09:52
asacogra_: how about a new rtm build?09:52
asacgiven that krillin only as rtm builds09:52
asacfor now that would be good for me to check if OTA works09:52
asacI am on #109:53
asacman german translation sucks sooo much :)09:53
asacGeraete-Abbild-Teil :)09:53
asaclol09:53
asacin OS Build Details09:54
sil2100asac: we have #2 that's building/built09:54
asaccool09:54
asacalready on system-image?09:54
* asac hits update09:54
brendandbzoltan, did you see failures in music_app related to 'UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 852: ordinal not in range(128)'09:54
sil2100Not sure if it's already visible, ogra_ do you know?09:54
asacyay i get #2 OTA09:54
bzoltanbrendand:  let me look up09:54
asacsystem is rebooting09:54
asacnice09:54
sil2100asac: you'll be the first one to check if OTA works on krillin ;)09:54
asacsil2100: it found the OTA, downloaded it, asked me to restart and now i am waiting for the install to finish09:55
* asac crosses finger09:55
asacok it finished that part... now lets hope for a good boot09:55
bzoltanbrendand:  no, there are no failures like that in my logs09:55
brendandbzoltan, hmmm. i can't imagine such a failure would be due to uitk though ...09:56
asachmm. the unity animiation disappeared09:56
asacthe boot animation09:56
ogra_=== IMAGE RTM #2 DONE !! ===09:56
sil2100ogra_: ;p09:56
ogra_happy OTA testing :)09:56
asacbut i am indeed on #209:56
bzoltanbrendand: does not sound like one09:56
asac \o/09:57
asacOTA success09:57
ogra_(yeah, i'm a slow bot)09:57
brendandpopey, is that the same failure you were told about?09:57
popeycan someone with super jenkins powers trigger it on https://code.launchpad.net/~flscogna/ubuntu-terminal-app/ubuntu-terminal-app/+merge/232215 please?09:57
ogra_great, so let me re-enable that cron job09:57
popeybrendand: AIUI ms2 ABI change is to blame09:57
davmor2ota works10:00
ogra_great10:00
* asac has to step out for a bit to prep for call marathon10:07
tvosstrainguards, can I get a silo for line 60, src copy to rtm10:15
sil2100tvoss: ok, we only have 2 silos left though!10:16
sil2100tvoss: assigning10:16
davmor2Saviq: no settings on the apps scope?10:17
sil2100tvoss: the sync request is for location-service from ubuntu, right?10:17
Saviqdavmor2, no, nothing was planned there10:17
tvosssil2100, yup10:17
sil2100tvoss: is the sync-request only having location-service fixes in it?10:18
tvosssil2100, how do you mean?10:18
sil2100tvoss: I wanted to know if it also has any features in it10:19
sil2100tvoss: since if not, it wouldn't require any QA sign-off10:19
tvosssil2100, could you help me checking :)10:19
sil2100tvoss: anyway, I already see someone has a location-service rtm silo allocated10:19
davmor2Saviq: should the setting make a change to the scope?10:19
tvosssil2100, mandel has got one10:20
sil2100Let me see what packages are in that silo10:20
tvosssil2100, but that includes features10:20
Saviqdavmor2, bug #136205610:20
ubot5bug 1362056 in unity-scopes-shell (Ubuntu) "Results should be invalidated on settings changes" [Undecided,New] https://launchpad.net/bugs/136205610:20
Saviqdavmor2, to force search for something and reset10:20
davmor2Saviq: yeah so it is just the no refresh bug that we see with apps then right10:21
Saviqdavmor2, well, a different one10:21
Saviqdavmor2, but kinda, yeah10:21
Saviqapps install/upgrade/remove is one case when results should get invalidated, settings changes is another10:21
davmor2Saviq: no worries10:23
Mirvsil2100: are you handling pitti's request too?10:23
sil2100tvoss: ok, then I'll take a look at what's in that upload10:23
sil2100Mirv: yeah, just did that :)10:23
Mirvok :)10:23
sil2100tvoss: I'll check what's in your sync-request and in case it's only bugfixes, well, it can land quickly10:24
ogra_hmm, looking at errors.u.c seems the new mtp-server also brought new crashes :)10:38
sergiusensMirv: can you copy the source package for ciborium into the rtm silo?10:53
sergiusenshttp://people.canonical.com/~platform/citrain_dashboard/#?distro=ubuntu-rtm&q=ciborium10:53
Mirvsergiusens: sure10:53
sergiusensMirv: thanks10:54
sergiusensMirv: there's a comment on the rtm line for ciboium in the spreadsheet that I don't understand as well (conflicts with landing-017 unity8 + landing-006 u-s-s)10:54
Mirvsergiusens: done10:54
sergiusensthanks10:54
* sergiusens waits for watch build10:54
Mirvsergiusens: that's my comment :) but I didn't write it on such a line...10:55
sergiusensheh :-P10:55
Mirvsergiusens: remember you need to wait until it says Published on the package details page before running it10:55
sergiusensit's there10:55
sergiusensyup10:55
MirvI wonder what has happened on the spreadsheet again, and where's the line I originally wrote that comment to10:55
sergiusensthat;s why I said I'll wait to setup watch :-)10:55
sergiusensMirv: dragging can do that to10:55
sergiusensit super easy to messup the sheet by accident10:56
sergiusensMirv: I guess that's why cell A1 is just a black box now10:56
sergiusensit always had random chars people typed10:56
Mirvsergiusens: yeah I made it black after it had some random chars in it :)10:59
Mirvit's quite easy to do various mistakes on the spreadsheet, like copy-pasting the world somewhere11:01
Mirv"oh, that was the buildlog for ui-toolkit"11:01
popeyis the ci dashboard broken? http://ci.ubuntu.com/smokeng/utopic/touch/ ? takes an age to load and has lots of "Running"11:08
brendandbzoltan, looking good for you silo - on track to land after lunch11:16
bzoltanbrendand: \o/11:17
Mirvgreat news11:19
=== MacSlow is now known as MacSlow|lunch
psivaapopey: it takes quite a long time to load because now it has to process a lot of jobs for each refresh11:42
dbarthMirv: so i guess silo 18 is ready for manual testing now, right?11:49
Mirvdbarth: yes11:50
dbarthok11:51
Mirvtvoss: location-service rtm silo tested on top of #10 rtm, right?11:53
tvossMirv, yup11:53
popeypsivaa: could you trigger jenkins on https://code.launchpad.net/~flscogna/ubuntu-terminal-app/ubuntu-terminal-app/+merge/232215 please?12:03
=== alan_g is now known as alan_g|lunch
psivaapopey: that should trigger soon12:07
gatoxhi, i've a chroot that when running a command it's seems to be running the binary for x86_64, not the armhf one... any idea how to fix that?12:11
popeypsivaa: https://code.launchpad.net/~fboucault/ubuntu-calculator-app/noqmlproject/+merge/232311 also needs triggering...12:18
psivaapopey: ok, i'll add that too12:19
sergiusenspopey: why is the qmlproject being removed? I thought we agreed to use that for pure qml blood ones12:19
sergiusenshonest question :-)12:19
popeysergiusens: → Kaleo12:20
popeyI didn't propose that merge.12:20
popeyand I dunno who you agreed that with, sorry.12:20
sergiusensI'll take the Q to app-devel12:21
psivaapopey: the MP from fboucault should also trigger soon12:24
Wellarkumm.. what is this now ?12:27
Wellarkhttps://bugs.launchpad.net/dekko/+bug/134154812:27
ubot5Ubuntu bug 1341548 in dekko "Online detection does not work with confined apps on Nexus 4" [Critical,In progress]12:27
Wellarkthe last two comments12:27
Wellarknone of two landings has nothing to do with that bug12:27
Wellarknor are their branches linked to it12:28
Wellarkso why is janitor messing with the status?12:28
Wellarkand none of them actually have hit the 14.09 series12:29
Wellarkhttps://code.launchpad.net/~indicator-applet-developers/indicator-network/trunk.14.0912:29
Wellarkindicator-network (0.5.1+14.10.20140826-0ubuntu1) 14.0912:29
Wellarkconnectivity-api (0.0.1+14.10.20140826-0ubuntu1) 14.0912:29
ogra_Wellark, DanChapman is next door in #ubuntu-app-devel12:30
Wellarkfginther: --^12:30
Wellarktrainguards: --^12:30
Wellarkthis is _bad_12:30
Wellarkogra_: looking12:30
ogra_Wellark, he is the dekko developer (in case you didnt know)12:35
Wellarkand another example of janitor going crazy: https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/134334112:35
ubot5Ubuntu bug 1343341 in indicator-network (Ubuntu RTM) "/usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::send_with_reply_and_block_for_at_most" [Critical,In progress]12:35
Wellarkogra_: yes I'm aware12:35
ogra_k :)12:35
Wellarkand third:12:36
Wellarkhttps://bugs.launchpad.net/indicator-network/+bug/130204912:36
ubot5Ubuntu bug 1302049 in indicator-network (Ubuntu RTM) "Need a way for external processes to ask for sim unlocking." [Undecided,Triaged]12:36
=== MacSlow|lunch is now known as MacSlow
=== Ursinha-afk is now known as Ursinha
Wellarkplease get the janitor off my bugs..12:37
Kaleosergiusens, if there is a CMakeLists.txt then there should not be a qmlproject12:39
Kaleosergiusens, unless the plan is to remove the CMakeLists.txt12:39
sergiusensKaleo: the plan was to remove it, we never found the time to get to it (or no one else for that matter); I was just asking if the plan changed ;-)12:40
sergiusensKaleo: your logic is fine12:40
Kaleosergiusens, ok, so my MR should be rejected12:40
Wellarkso, now it seems my 14.09 trunk is totally out of sync with the 14.09 archive12:40
sergiusensKaleo: nah, let it go through; it's fine12:41
Kaleosergiusens, ok12:41
sergiusensKaleo: we should do it when the stuff is ready12:41
sergiusensplans may change too12:41
Kaleosergiusens, k12:42
MirvWellark: so, it seems those packages are in ubuntu-rtm? https://launchpad.net/ubuntu-rtm/+source/connectivity-api for example12:43
MirvWellark: but the 14.09 branches aren't updated, since they've been src-copied and in case the trunk = 14.09, there is no need for 14.09 branch12:44
MirvWellark: if 14.09 branches are wanted to be kept updated, there need to be actual landings to them - but only in the case that it's wanted that utopic and rtm versions start to diverge because something is not ready for rtm12:45
Mirv(actual landings = MP:s, not src-copy)12:45
asaccan we do good rtm snapshot builds regularly?12:47
asace.g. every other shot just kick off an image?12:47
asacthoughts?12:47
WellarkMirv: and I was under the assumption that you have to especially request if you *want* src-copies12:47
WellarkMirv: anyway, can the machinery be adjusted in a way that if 14.09 series exists for a src-copied MP then both 14.10 and 14.09 branches would be updated?12:48
Wellarkso that I don't have to throw away all the setup I made12:49
MirvWellark: the landings yesterday (lines 1264 / 1265) seem to have been src-copy landings. they wouldn't have been tested by upstream (whoever did those) if src copy wouldn't have been what was wanted12:49
=== alan_g|lunch is now known as alan_g
Wellarkand it would allow the 14.09 branch diverge later12:49
WellarkMirv: umm. which lines are those?12:50
asacMirv: src-copy landings should be tested by landers in the silo... just like all landings12:50
Mirvsil2100: ^ feature request to update also rtm branches if such exist, when a dual landing is being made. not sure how feasible.12:50
asac(not sure if tht was clear)12:50
MirvWellark: in the archive tab12:50
Mirvasac: yes, and they were + sign-off:d also in this case12:50
Mirvjust apparently not by Wellark himself, maybe ted?12:50
asacMirv: update rtm branch will not happen for source copy. either you have one branch ->source copy ... or you dont12:50
asacif you started rtm branch when src copy wasnt available, you can just abandon that one imo12:51
Mirvsil2100: ^ feature request cancelled, trunk to be used if no divergence..12:51
sil2100Well, it would be hard to realize, the upstreams need to communicate with eachother somehow that no one releases anything that's not in the branch...12:51
asace.g. if you didnt intend to diverge and didnt diverge12:51
asaceither its in sync or its not :)12:51
MirvWellark: ^ just use trunk, mark 14.09 as abandoned until there is use for going separate ways from trunk12:52
asacsimple12:52
asac:)12:52
Mirvyes I don't think there's much use for 14.09 branch if it's not in use in practice12:52
WellarkMirv: ack12:52
Wellarkwill abandon it then12:52
Mirvralsina: please add the rtm image # you used for testing line 44 / rtm-007 landing12:54
Mirvso that QA will know what upstream used to test it12:54
Mirvrsalveti: ^ same for your line 41 / rtm-01512:55
MirvSaviq: your line 38 / rtm-001 claims "#210" was used for testing the landing, but that's not rtm image12:55
Mirvtedg: ^ same as Saviq, but for line 26 / rtm-01412:56
Mirv(#208 there)12:56
ralsinaMirv: sorry, please free that silo, I am doing another landing today12:56
Mirvralsina: the one that has been tested and sent to QA for sign off? argh...12:57
SaviqMirv, right, robru copied the line along with the Yes in there12:57
MirvI hope it wasn't started upon12:57
ralsinaMirv: was not last night12:57
MirvSaviq: so it should be set to No?12:57
SaviqMirv, davmor2 was already looking at rtm silo 1 I believe12:57
ralsinaMirv: I did not sign off on the rtm silo :-/12:57
Mirvralsina: maybe your line was also copied by robert, so that it falsely claims it'd been tested by upstream?12:58
SaviqMirv, with the rules I learned this morning, it should be set to No12:58
ralsinaMirv: maybe. I did sign off on the utopic silo, just not on the rtm one12:58
Mirvdavmor2: ^ the silo 001 you're testing has not been upstream tested12:58
SaviqI left it as is because I misunderstood it wasn't required to retest rtm in the case of srccopy12:58
sergiusensbrendand: hey, I updated the ciborium test plan; but we don't get those under an MP for review so feel free to ping me with any issues you see13:00
WellarkMirv: so just to double check: if I want separate landings between 14.10 and 14.09 I need to explicitly request that13:02
Wellarkotherwise any changes going to 14.10 will also be src-copied to 14.09 archives13:02
davmor2Mirv: shugging fashin shuggin fashin13:03
davmor2Mirv, Saviq: I may as well continue as I'm 2:30 invested in it. That would be a huge waste of day to loose out on that.13:04
MirvWellark: yes, https://wiki.ubuntu.com/citrain/RTMLandingApproaches <- default is dual landing. if you want utopic landing and not the corresponding rtm landing together, specify it.13:04
Mirvmost are not diverging from trunk13:04
Saviqdavmor2, Mirv, that's what I was thinking...13:04
Mirvdavmor2: agreed13:04
sergiusensMirv: my silo state is broken13:06
popeypsivaa: another for jenkins please. https://code.launchpad.net/~twstd-dev/ubuntu-calendar-app/1359323/+merge/23214013:06
sergiusensMirv: it says "Can't build: Merge conflict. " but it's a dput, I set testing pass already and it doesn't get updated13:07
sergiusensMirv: http://people.canonical.com/~platform/citrain_dashboard/#?distro=ubuntu-rtm&q=ciborium13:07
dbarthMirv: o/ silo 18, finished with testing13:07
dbarthdavmor2: see if you want to do a qa signoff on that silo 18 (copy of silo 15, ahem... ;)13:08
=== Ursinha is now known as Ursinha-afk
psivaapopey: done13:09
Mirvsergiusens: a moment13:10
Mirvsergiusens: where does it say that? I just see there's no silo status in the first place. I'm digging that up now.13:13
Mirvsergiusens: fixed. no idea why the id had disappeared.13:14
sergiusensMirv: heh, I forced refreshed and don't see it anymore13:15
sergiusensMirv: but it's still outdated13:15
Mirvsergiusens: line 31, looks good now?13:15
sergiusensMirv: you should probably have two spreadsheets, one for us and one for the "real" database13:15
sergiusensor not a spread sheet :-P13:15
sergiusensMirv: looking good now!13:16
asacsil2100: Mirv:  would you say its accurate to say that are we now in the mode of landing mostly new stuff into RTM rather than catching up on the old landings?13:16
sergiusensthanks13:16
Mirvsergiusens: we should have CI Airlines :)13:16
sergiusensMirv: I agree; but you guys need to talk to each other more ;-)13:16
sergiusensMirv: we13:16
Mirvasac: noting the length of the list of sil2100's manual report of non-syncedness and the amount of syncing we've now done, yes.13:16
sergiusensMirv: we've seen some implementation of it i Malta; maybe that is enough for now13:16
sergiusenscontinuous development and iterations should be done here too13:17
sergiusensand not wait for all the bells and whistles :-P13:17
sil2100In the morning we saw that more or less the changes introduced in rtm in comparison to what landed in ubuntu showed that we're really close13:17
asacMirv: yeah, just wanted to double check. i think a few bounnced off and were not ready13:17
asacbut at least all tried now i think13:17
asacand many got in13:17
sil2100asac: I can prepare a list later on to see how close we are13:17
asacsil2100: think just double checking the old list and what was done there is fine13:17
asacthe rest seem to now go in usuallyt by default13:17
asacetc.13:18
asacso i am not too worried13:18
davmor2Saviq: I have an issue, it is minor but way more obvious now with the settings etc.   Open the 7 digital scope, how hard are the dark icons to see against the blue13:19
Saviqdavmor2, facundobatista needs to set those on the servers13:20
Saviqdavmor2, should be white afaict13:20
davmor2Saviq: same for grooveshark13:20
=== Ursinha-afk is now known as Ursinha
Saviqdavmor2, yeah, this is how they should look like https://docs.google.com/a/canonical.com/file/d/0B8I8ZVKH-8SsS01CcE93TFNUSGc/edit13:20
Saviqdavmor2, but that all happens server side, I've no control13:21
Mirvsomething is eating landing id:s from the spreadsheet again!13:21
* Saviq runs13:21
=== josepht changed the topic of #ubuntu-ci-eng to: Ubuntu CI Engineering Team | CI Train support: trainguards | Vanguard (general help): josepht | CI Train Status: #203 promoted | CI Train Dashboard: http://bit.ly/1mDv1FS | QA silo sign-off status: https://trello.com/b/AE3swczu/silo-testing | Known issues: queuebot has temporarily lost the ability to read from the spreadsheet. This means you must manually ping trainguards when requestin
SaviqI was hungry! (still am, was supposed to go for /food, never happened)13:22
davmor2Saviq: okay good to know at least13:22
Saviqdavmor2, https://bugs.launchpad.net/ubuntu-rest-scopes/+filebug13:23
davmor2Saviq: thanks dude13:24
Mirvsil2100: FYI landing id:s somehow had disappeared for lines 60, 61. and now they disappeared again after I ran refresh silos on them13:26
Mirvsil2100: I'll probably mark them manually as landed, but those disappearing id:s are somewhat annoying since at worst they need to be digged up from prepare-silo logs13:27
sil2100Mirv: eh... we saw that happening from time to time sadly - not sure if it's a script malfunctioning or simply google spreadsheets doing somethin gwrong13:27
sil2100Mirv: were those silos landed?13:28
sil2100Anyway, I will be redeploying CI Train in a bit13:31
Mirvsil2100: yes, I marked them as so now manually13:32
sil2100Mirv: thanks! Might have been a race in this case13:34
* sil2100 adds investigating that to his TODO13:34
Mirvthostr_: I added RTM line for your landing too, but couldn't allocate an utopic silo because they're currently all full13:49
Mirvrsalveti: ok unping, brendand has signed off your landing even though it didn't specify which image # was used by upstream to test it13:50
brendandMirv, the ofono/dialer one?13:50
brendandMirv, i asked tiagosh about it13:51
Mirvbrendand: yes, that one13:51
thostr_Mirv: ack13:52
Mirvsil2100: robru: I've please follow through with Satoris / pete-woods on whether "skip this for now" in case of rtm/003 means "cancel the whole landing and empty the silo" or "land it later"13:59
Mirv-I've13:59
brendandsil2100, line 40 in the spreadsheet has been struck through - is that actually a thing?14:00
brendandsil2100, how do devs 'cancel' a silo?14:01
Mirvbrendand: I just wrote about that and alerted vrruiz to it since he had started testing it according to trello14:01
sil2100Mirv: ok14:01
sil2100Mirv: yeah, so both are not around, so it's hard to say...14:02
Mirvsil2100: satoris is never on public irc, sadly14:02
sil2100I saw him here recently IIRC14:03
Mirvoh, ok. I checked him today and yesterday and no trace on Freenode14:04
alecusil2100: Mirv: let me ping him14:05
sil2100satoris: o/14:06
satorisHello.14:06
Mirvsatoris: so is that landing cancelled from your point of view or not?14:06
sil2100satoris: hello! So, we had some questions regarding the RTM 003 landing - you (or Pete) mentioned to skip this for RTM for now14:06
Mirvsil2100: it was neither of them, which is interesting14:06
sil2100satoris: does it mean we're to cancel the silo for now?14:06
MirvI'm wondering whether we can dig it up from the revision history..14:07
satorisFrom my point of view, no. But nobody seems to know who wrote the "skip for now" message in the spreadsheet.14:07
sil2100hmmm14:07
satorisIt's not Pete. He's on vacation.14:07
Mirvthe rev history does not like to load for me14:10
sil2100Maybe someone from the dogfooders checked it and marked it this way?14:11
Mirvsil2100: vrruiz had just marked it to be "under testing", but I alerted him to the fact that someone added that text there and he moved on to next signoff14:12
brendandogra_, are you on #2?14:13
ogra_no, i'm busy finishing features14:14
* ogra_ has no time to play with images today14:14
brendandogra_, where's the changelog for #2?14:15
* ogra_ sighs 14:15
ogra_nonexistent ... and you will get it faster if i can finish my work first14:16
=== Ursinha changed the topic of #ubuntu-ci-eng to: Ubuntu CI Engineering Team | CI Train support: trainguards | Vanguard (general help): Ursinha | CI Train Status: #203 promoted | CI Train Dashboard: http://bit.ly/1mDv1FS | QA silo sign-off status: https://trello.com/b/AE3swczu/silo-testing | Known issues: queuebot has temporarily lost the ability to read from the spreadsheet. This means you must manually ping trainguards when requesting
=== gatox is now known as gatox_lunch
ogra_brendand, i'lll explicitly do a nightshift to get it for you tonight, sorry if i come across grumpy but you are the 500th person asking that, i answered that question by mail and in two landing meetings now14:23
ogra_(and 100 times on IRC)14:24
Mirvnow the spreadsheet said brendand would have reverted it to an older version, please wait :S14:25
MirvTrying to reache google.com... ugh14:26
brendandogra_, sorry - my mind is in 100 different places at once today14:29
ogra_same here14:30
brendandMirv, huh?14:30
brendandMirv, what about now?14:30
ogra_thanks to the unexpected rtm stuff i missed two planned workdays so that i now have to rush my code together for the dev mode14:30
brendandogra_, it's just the keyboard is now completely busted and i want to find the culprit14:31
ogra_brendand, well, i posted the changes in a pastebin this morning14:31
brendandMirv, is the spreadsheet ok now?14:32
ogra_in the hangout chat :P14:32
ogra_(and no, i didnt keep the urls indeed)14:32
Mirvbrendand: I think it did somehow revert, so I guess the revision history feature is better left untried. but I think the only thing it reverted was my adding of red background to the text that announces the rtm/003 cancelation14:37
brendandMirv, yes the revisions feature seems unusable in that particular spreadsheet14:40
dbartho/ trainguards, line 64 for yet another silo14:43
dbarthi'm targetting utopic14:44
dbarthplease advise if i should target the other pocket14:44
sil2100dbarth: let me see if we have any silos free14:48
sil2100dbarth: sorry, no free silos :(14:49
dbarthbuh14:54
davmor2Saviq: ^14:56
Saviqdavmor2, \o/14:56
* Mirv publishes14:56
Saviqdavmor2, how long does it take you to do a QA session on a silo?14:56
Mirvand after that, I'll eod for real this time14:57
cyphermoxsil2100: robru: there was a mixup; please retake either RTM silo 2 or 4; I don't need both ;)14:57
sil2100Mirv: ^14:58
Mirvcyphermox: sil2100: retaking14:58
davmor2Saviq: depends, Unity8, UItk and anything that touches mir, we test what is in the silo and then run the 2:30 hours of dogfooding as they are such low level pieces.  Other bits don't take so long14:58
davmor2Saviq: so for example dialer app is pretty self contained, but contacts can be shared, accessed by dialer and messaging...etc15:00
Mirvcyphermox: freeing silo rtm-002, as I don't see a line for that one15:01
cyphermoxMirv: thanks15:01
Saviqdavmor2, got it15:06
pmcgowandbarth, ^^15:15
dbarthfree silos? :)15:17
dbarthtrainguards, can i get a silo for line 6415:17
dbarth?15:17
pmcgowandbarth, oh that was an rtm silo15:17
sil2100dbarth: not yet :)15:18
dbarthahem, i'll try my luck next; will install a bot15:19
pmcgowandbarth, kenvandine  has an active silo but maybe too late to add you15:20
brendandMirv, what about silo 003 then?15:21
kenvandinepmcgowan,  i should be done with my silo in a few15:22
brendandMirv, did Satoris decide whether he wanted it landed?15:22
=== gatox_lunch is now known as gatox
Mirvbrendand: he said that he does not know of a reason not to land it, but it would be nice to of course know who decided to write that cancellation there..15:23
Mirvbrendand: but Satoris is the lander so I guess his word would overwrite someone else's15:23
alex-abreusil2100, dbarth will be away for a few hours, is a silo for line 64 in the pipes ? :) (kenvandine's)15:26
sil2100alex-abreu: no free silos still! One might be freed soon...15:27
kenvandinealex-abreu, and i want to land silo 20 before adding more settings branches15:27
kenvandinegive me 10 more minutes :)15:27
alex-abreusure15:27
kenvandinealex-abreu, also... be sure your that branch merges cleanly with the cleanups branch15:28
kenvandinehttps://code.launchpad.net/~jpakkane/ubuntu-system-settings/cleanups/+merge/22792015:28
kenvandinethat touches lots of plugins, fixing compiler warnings, etc15:28
kenvandineso maybe merge that and prereq it15:29
kenvandineto be safe15:29
alex-abreuyeah15:29
alex-abreuexcept that its not my branch :/15:29
alex-abreubut at least I'll check15:29
kenvandinethx15:30
alex-abreukenvandine, ok it merges fine on top of  & trunk, ... only qml changes15:34
kenvandineok15:34
alex-abreuon top of https://code.launchpad.net/~jpakkane/ubuntu-system-settings/cleanups/+merge/22792015:34
kenvandinei published 2015:34
kenvandinebut i guess you really need to wait until that gets merged before getting a silo for it15:34
alex-abreusure15:35
kenvandinesil2100, i published silo 20, line 54 is for RTM... should i do something with it?15:35
kenvandinesil2100, or should i leave it to you guys?15:35
sil2100kenvandine: ok, so now that it's published, let us copy the contents over to the RTM silo15:35
kenvandinesil2100, thx15:36
sil2100kenvandine: oh! Can I experiment with your landing by any chance? ;)15:37
kenvandinesil2100, sure :)15:37
ogra_plars, you rock !15:40
ogra_that the results dont look that bad either15:40
plarsogra_: yeah, I was happy that we didn't see any big surprises in them15:41
sil2100thostr_: so, re: silo 17 for ubuntu...15:49
sil2100thostr_: do you want these changes landing in ubuntu-rtm as well? :)15:49
thostr_sil2100: yes, because they fix a music scope design issue and fix scope debuggin15:50
sil2100thostr_: excellent, let me give you a silo for that in a moment :)15:50
sil2100kenvandine: not really built yet ;) Packages are still building15:52
jibelsil2100, Mirv is landing in silo 3 cancelled ?15:57
thostr_jibel: the rtm silo3? yes, I cancelled this for time being15:57
thostr_jibel: this is not critical right now15:58
jibelthostr_, ack. thanks16:00
popeyThu Aug 28 16:01:17 UTC 201416:01
=== Ursinha changed the topic of #ubuntu-ci-eng to: Ubuntu CI Engineering Team | CI Train support: trainguards | Vanguard (general help): cihelp | CI Train Status: #203 promoted | CI Train Dashboard: http://bit.ly/1mDv1FS | QA silo sign-off status: https://trello.com/b/AE3swczu/silo-testing | Known issues: queuebot has temporarily lost the ability to read from the spreadsheet. This means you must manually ping trainguards when requesting.
davmor2sil2100, balloons: this is on image 2 libmediascanner-2.0-2/14.09,now 0.104+14.10.20140825-0ubuntu1 armhf [installed,automatic]16:37
sil2100kenvandine: packages built \o/16:41
sil2100kenvandine: could you test ubuntu-rtm 000 silo? :)16:41
sil2100kenvandine: davmor2 will then QA sign-it-off16:41
kenvandinesure16:42
kenvandinesil2100, is there an easy way to add silo ppas for devices with ubuntu-rtm?16:43
davmor2kenvandine: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu-rtm/landing-000 then click on technical details,  Copy the top line, make the phone writable and then vim.tiny /etc/apt/sources.list.d/silo000.list and paste that line in16:46
kenvandineok... old school then :)16:46
kenvandineadd-apt-repository is easier :)16:46
davmor2kenvandine: it links to the wrong silo16:47
kenvandineah... bummer :)16:48
brendandkenvandine, yeah - you can't use a-a-r16:51
ogra_sil2100, robru in case someone asks for it http://paste.ubuntu.com/8170546/ is the change set for image #316:56
popeysil2100:  bug 136271216:56
ubot5bug 1362712 in unity8 (Ubuntu) "Welcome screen shows no usermetrics anymore" [Undecided,New] https://launchpad.net/bugs/136271216:56
ogra_(once it pops out of system-image)16:57
kenvandinesil2100, ok... i marked it testing pass, just need QA signoff17:01
sil2100hm, my mouse just stopped working on my laptop17:01
sil2100davmor2: ^17:01
kenvandinesil2100, still need anything special for it for your own "testing" ?17:01
kenvandinei assume your testing some stuff in the citrain right?17:01
davmor2sil2100: right I'll hit it as soon as I get sergiusens to ping me back, stop pretending you don't hear me damn it17:02
=== alan_g is now known as alan_g|EOD
sil2100kenvandine: right :) All is ok, now I just want to see if it publishes correctly!17:03
* sil2100 pokes sergiusens for davmor2 17:03
=== boiko_ is now known as boiko
sil2100davmor2: not sure if sergiusens is around anymore17:10
davmor2sil2100: I know I'm getting the same feeling17:11
davmor2sil2100, kenvandine: the system setting app what does it fix other than I see a keyboard now?17:12
kenvandinedavmor2, the wizard UI changed a bit17:13
kenvandineand the push helper crash fix17:13
kenvandinethat's it17:13
kenvandineand cleaned up a bunch of compiler warnings17:13
kenvandinegdbus call -e -d com.ubuntu.Postal -o /com/ubuntu/Postal/_ -m com.ubuntu.Postal.Post _ubuntu-system-settings '"null"'17:13
kenvandinedavmor2, that will test the push helper17:13
kenvandineyou should see a notification popup that there's an update17:14
sergiusensdavmor2: sil2100 what' up?17:15
sil2100davmor2: ^ :)17:15
sergiusensdavmor2: lunch and stuff you know :-)17:15
davmor2sergiusens: people keep talking about a myth called Lunch17:17
Laneyasac: you here?17:22
sil2100davmor2: just tell me when you're ready with testing the silo17:28
davmor2sil2100: will do17:29
* sil2100 wants to check if publishing works17:29
alex-abreukenvandine, any news about your silo being merged?17:30
sil2100alex-abreu: it'll be running through QA testing now17:30
alex-abreuok17:30
alex-abreusil2100, thx17:31
kenvandinealex-abreu, the utopic one has merged17:31
alex-abreukenvandine, so no free silo yet17:31
kenvandine20 is free17:32
Laneyasac: wanted to talk about the ffe17:32
alex-abreusil2100, can we get 20 for line 64?17:33
=== jgdx is now known as jgdx_
jibelsil2100, Mirv there is a regression with the keyboard on 209 that has been copied to #2 and #11 too17:37
jibelsil2100, Mirv bug 136267117:37
ubot5bug 1362671 in ubuntu-keyboard (Ubuntu) "[regression #209] after flashing with --wipe the keyboard does not appear (rebooting fixes it)" [Critical,Confirmed] https://launchpad.net/bugs/136267117:37
sil2100jibel: we discussed that, yes, we were looking for the source of that - do you know it was present in #1 as well?17:38
jibelsil2100, I don't know yet, I was searching the last known good utopic-proposed build17:38
ogra_oh17:40
ogra_=== IMAGE RTM #3 DONE ===17:40
asacLaney: hey, thanks. sorry for not coming back earlier17:43
ToyKeeper#3?  Shouldn't that be like 12 now?17:45
sil2100ToyKeeper: it's complicated...17:46
sil2100ToyKeeper: we have different image numbers for krillin-specific images17:46
ogra_ToyKeeper, for krillin a new device tarball triggers an image build as well as a rootfs rebuild ... while for all other arches device and rootfs get built at the same time ... so the numbers will get even more out of sync17:48
ogra_(and thats sadly a conceptual thing of system-image ... not easy to change without re-designing a lot of it)17:49
davmor2sil2100, robru, sergiusens, pmcgowan: silo010 granted17:50
sergiusens\o/17:51
* sergiusens goes into bug fixing mode17:51
sergiusensfinally!17:51
sil2100Yay!17:51
sil2100davmor2, robru: publishing that one17:51
jibelogra_, sil2100 on #3 I cannot unlock my SIM card17:51
pmcgowandavmor2, the power!17:52
jibelthe UI freezes17:52
ogra_jibel, try twice17:52
ogra_oh, completely ?17:52
ogra_not even the X in the bottom left corner gets you back ?17:52
jibelogra_, I cannot unity8 crahed17:52
ogra_wow17:52
jibelwhen it's back it's unlocked17:53
sil2100Great...17:58
=== psivaa is now known as psivaa-off
balloonsre: music, the app passes all tests on image 3.. I expect the dashboard to show the same . . .18:01
ahayzenballoons, are we failing somewhere in CI then?18:02
ahayzenballoons, or were u saying it 'should' pass this time with our fixes from yesterday :)18:05
sil2100davmor2: how's 000 going?18:11
sil2100jibel: is that 100% reproducible on every boot on your device?18:15
sil2100Would like someone else to double-confirm ;/18:16
=== robru changed the topic of #ubuntu-ci-eng to: Ubuntu CI Engineering Team | CI Train support: trainguards | Vanguard (general help): robru | CI Train Status: #203 promoted | CI Train Dashboard: http://bit.ly/1mDv1FS | QA silo sign-off status: https://trello.com/b/AE3swczu/silo-testing | Known issues: queuebot has temporarily lost the ability to read from the spreadsheet. This means you must manually ping trainguards when requesting.
balloonsahayzen, the version in the store, with your fixes, passes for me on the latest images18:20
alex-abreusil2100, ping :) silo for line 64?18:21
sil2100alex-abreu: robru shall be your guide! :)18:22
sil2100robru: can you ^ ?18:22
alex-abreusil2100, robru then ! :)18:22
robrualex-abreu: heya18:23
alex-abreurobru, hey, looking for a silo for line 64, apparently silo 20 has someone in line in front me of me, right kenvandine ?18:24
ToyKeepersil2100, robru: I see this in the log...  but I see no silo 0 on the dashboard.  "-queuebot/#ubuntu-ci-eng- trainguards, ubuntu-rtm/landing-000: Packages built. Testing pass. QA needs to sign off."18:24
robruToyKeeper: yeah silo 0 is a special top secret one, it doesn't appear in the dashboard, it's for testing citrain itself.18:24
ToyKeeperOkay, I'll just ignore that then.18:25
robruToyKeeper: so I guess don't worry about that, sil is tinkering with it, if he needs something he can ping you18:25
robruyeah18:25
ToyKeeperLooked like I had an invisible silo to test.18:25
ToyKeepercyphermox: rtm/landing-004 (mtp) is in the test queue and should start soon.18:26
ToyKeepercyphermox: What image was it tested on?  The spreadsheet doesn't have the number.18:27
sil2100ToyKeeper: don't worry about that one, davmor2 is testing it18:28
robrualex-abreu: yeah it conficts with 2018:28
sil2100ToyKeeper: it's normally a testing silo but I'm actually testing a real landing on it18:28
sil2100ToyKeeper: but davmor2 is already checking it out18:28
ToyKeepersil2100: "that one" as in silo 0?18:28
alex-abreurobru, conflicts?18:28
jibelsil2100, I reflashed with 3 it works fine. I'll retry an upgrade from 218:29
robrualex-abreu: there is already a silo that contains something you're trying to release. if I give you a silo, then it becomes a race condition, whoever doesn't release first has to rebuild after the other guy releases. it's best to wait if you can18:29
alex-abreurobru, oh sure18:29
sil2100jibel: might be good to have a bug anyway18:30
sil2100ToyKeeper: yeah, about silo 00018:30
ToyKeeperOkay, thanks.18:30
sil2100ToyKeeper: it's a testing silo for pre-production CI Train code, so whenever you see 000 then most probably it's something to ignore ;)18:30
alex-abreurobru, except that I should get able to get a silo, just making sure things are done in sequence, ...18:31
ToyKeepercyphermox: Also, can gmtp be substituted for testing silo 4?  It's the only MTP client I've found which doesn't fail *hard* while testing with Android, and I don't expect any better results with Ubuntu Touch.18:31
alex-abreurobru, the other bit for uss being released first18:31
cyphermoxToyKeeper: nautilus should always be able to allow you to test this stuff, but I guess gmtp might be not too bad18:32
ToyKeepercyphermox: Heh, the last time I saw nautilus function was in like 2008.  Gmtp makes no attempt to treat the device as a regular filesystem, so it may not be sufficient for testing.18:33
cyphermoxyou can use whatever you would like, it should be just the same18:33
cyphermoxit certainly is the same library in the background18:34
cyphermoxin all cases it's handled the same way, but that won't help you qualify Windows18:34
ToyKeepercyphermox: How much do we need it tested on Windows?  I don't really have one of those to test with.18:35
tvossjibel, still around?18:35
ToyKeepercyphermox: ... and is there a known method for triggering bug 1360569?18:36
ubot5bug 1360569 in mtp (Ubuntu) "TOPCRASHER: /usr/bin/mtp-server:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::send_with_reply_and_block_for_at_most" [Critical,Fix released] https://launchpad.net/bugs/136056918:36
* sil2100 looks at davmor218:36
sil2100No pressure!18:36
jibeltvoss, I am18:37
robrualex-abreu: that oxide stuff (different one than you just pinged me about) is building in rtm-2, please test shortly https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu-rtm/landing-002/+packages18:37
alex-abreurobru, ok18:37
cyphermoxToyKeeper: rebooting.18:39
davmor2sil2100: sorry got called for tea18:40
alecuI love how my irc client turns the 🚌 from the error above into a smiley of a bus18:40
cyphermoxToyKeeper: normally we're doing a landing so you'd want to verify there are no regressions, which means allthe things you can do on linux would need to be tested on Windows as well; but since this is a relatively minor bugfix, I htink just testing linux is sufficient18:40
ToyKeepercyphermox: Rebooting is a method to trigger the crash?18:41
cyphermoxyes18:41
ToyKeeperOkay, thanks.18:41
robrualecu: irccloud is great, isn't it? "dbus:🚌" is pretty funny18:42
ToyKeepercyphermox: I think that's everything I needed to know; will get a test result soon.18:42
alecurobru: indeed! :-)18:43
cyphermoxtested on rtm image 1218:43
tedgrobru, Is there a way that I can get the dashboard to show me both ubuntu/ubuntu-rtm at the same time?18:44
ToyKeepertedg: Two browser tabs?18:44
ToyKeeper(or windows, both onscreen)18:44
robrutedg: yeah, open two browser windows and make each half-maximized on your screen. sorry, it's not implemented yet but I realize it would be a good idea18:44
tedgAh, okay. Tried to hack the URL :-)18:45
tedgDidn't get it to work.18:45
robrutedg: my original fear was that having all 40 silos visible at once would be chaos, but I suppose searches should display results from both....18:45
tedgUsually I just search for "tedg"18:45
tedgSo it's a few18:45
robruyeah18:45
robruunfortunately I need to see them all ;-)18:45
alecutedg: robru: what about 90's tech? <frameset cols="50%,50%">18:46
tedgHeh, then I want the search terms to <blink> ;-)18:47
alecu:-)18:47
robrualecu: you disgust me. :-P18:48
alecuhahahah18:48
davmor2kenvandine: welcome wizard is stuck on the All done page,  I hit finish nothing it happening thought18:49
davmor2kenvandine: oh wait it has now18:49
kenvandinedavmor2, was quick for me :)18:50
davmor2kenvandine: that took a long time of no activity18:50
kenvandinei don't know what it does there18:50
sergiusenstedg: create an index.html with two frames :-P18:50
sergiusensold school18:50
kenvandinemterry, ever see that take a long time?18:50
=== renato is now known as Guest73069
tedgIs there a process for requesting a second QA review? vrruiz filled bug 1362223 on rtm silo 14 but no one can reproduce it.18:50
ubot5bug 1362223 in Unity 8 "Indicator links doesn't raise settings" [Undecided,Incomplete] https://launchpad.net/bugs/136222318:50
mterrykenvandine, not a huge amount of time no...?18:50
robrutedg: ping QA18:51
kenvandinedavmor2, i think it's basically starting the shell... maybe that was slow18:51
=== Guest73069 is now known as renatu
tedgsergiusens, You and alecu belong in the 90's together :-)18:51
sergiusensI was just reading the backlog :-P18:51
mterrykenvandine, davmor2: it's making some dbus calls and killing some processes there -- not sure why it would take a bunch of time18:51
mterry(Once it goes away to the spinner, then the shell starts up)18:52
tedgrobru, How does one do that? Just "ping QA" ?18:52
kenvandinemterry, anyway, it worked... i've never seen it particularly slow18:52
kenvandinetedg, does that mean you and i belong in the 80s?18:52
robrutedg: no, you have to magically know which QA person is around and ping them. I don't think QA people have an equivalent for ci-help or train-guards yet18:52
sil2100davmor2: just ship it and take the blame if it breaks like a man!18:52
kenvandineman that was a bad decade :)18:52
sergiusenstedg: there's a person qaguarding landings per each time zone18:52
sil2100davmor2: ;)18:53
sergiusensI don't think they have a highlight18:53
robrukenvandine: 80s weren't all bad! I was created in that decade ;-)18:53
davmor2mterry, kenvandine: yeah it kinda looked like the last page crashed and then suddenly it is on the spinner so you know it is working again18:53
kenvandinerobru, you didn't have to wear the clothes... or endure high school with girls wearing leg warmers ;)18:53
mterrydavmor2, it's possible it did crash18:53
* tedg puts on some Duran Duran and enjoys himself18:53
mterrydavmor2, that would be consistent with that behavior18:53
mterrydavmor2, do you have a crash file?18:54
davmor2mterry: I'll check the logs after18:54
robrusil2100: how hard do you think it will be to fix citrain build job to acknowledge source packages during the Pending phase as well as the Published phase?18:55
sil2100robru: what do you mean?18:56
kenvandinedavmor2, did you change the language in the wizard?18:56
* kenvandine is just wondering if we did something different18:56
davmor2  English (GB)18:56
robrusil2100: well citrain is really falling apart right now because if you run the build job before the source package is in the Published phase you get the "SUCCESS: Packages built!" notification even though it was really a NOP18:56
kenvandinedavmor2, i'll do the same18:56
robrusil2100: and queuebot is telling people run the build job at an inappropriate time18:56
kenvandinedavmor2, when it finished... is the lang right?18:56
jibelsil2100, I cannot reproduce18:57
robrusil2100: so if we can make the build job notice Pending source packages as well as Published ones, it can work well I think18:57
pmcgowankenvandine, any chance we can put gatox mr in with the alex-abreu one, although seems jenkins still needs to run on it18:57
robrusil2100: I want to tackle this, but I don't want to step on your toes with the preprod changes you're experimenting with18:57
sil2100robru: yeah... let me look into that now, as mentioned I consider that a bug in the getPublishedSources, but I guess we can try to work-aroudn that some how18:57
davmor2kenvandine: mobile settings instead of cellular setting says yes :)18:57
sil2100It's actually very irritating in my current CI Train feature of syncs as well!18:57
kenvandinedavmor2, ok... i changed the lang and no hang18:58
tedgSo I guess ToyKeeper are you qaguard for this timezone?18:58
kenvandinedavmor2, it's one of those things just for the enjoyment of QA :)18:58
ToyKeepertedg: Well, I'll probably be doing rtm silo testing for the next 11 hours or so, anyway.18:58
kenvandinepmcgowan, it's fine with me if they go in the same silo, as long as they are reviewed, etc18:58
robrusil2100: I did a quick grep and I'm seeing code like "if binary.status == "Published"" I guess it should really be "if binary.status in ("Published", "Pending")" instead, can you tinker with that?18:59
pmcgowankenvandine, jonas approved but no jenkins yet18:59
pmcgowanso slow18:59
tedgToyKeeper, Cool, can you look at rtm/14 please?18:59
pmcgowankenvandine, still need to land Wellark 's apn stuff too18:59
robrusil2100: or better yet, maybe only filter out ones that are "status == "Deleted"" ;-)19:00
sil2100robru: sure, let me check if this will indeed help ;)19:00
kenvandinepmcgowan, ok, well lets get a CI pass too... there was one that got approved yesterday without that and there was a pep8 failure19:00
robrubrb19:00
ToyKeepertedg: I see an entry on trello marking silo rtm-014 as failed.  I don't know the details, but vrruiz is assigned to it.19:01
tedgToyKeeper, He filled bug 1362223 but no one can reproduce it.19:02
ubot5bug 1362223 in Unity 8 "Indicator links doesn't raise settings" [Undecided,Incomplete] https://launchpad.net/bugs/136222319:02
ToyKeepertedg: I can try it after I'm done with rtm-004.19:02
davmor2tedg: that was because the indicators were not raising settings but as I pointed out that is not tedg code that broke that19:02
pmcgowankenvandine, whats a pep8 failure?19:02
davmor2ToyKeeper: ^19:02
tedgToyKeeper, Great, thank you!19:02
kenvandinethe test suite, one of the tests runs checks on the python code in the autopilot tests19:03
kenvandineactually... it was pyflakes19:03
kenvandinepmcgowan, anyway, it causes a failure to build in the silo19:03
kenvandineso we caught it19:03
kenvandineit was like a 1 liner change in the push helper thing... python code19:03
kenvandinefixing a crash19:03
pmcgowanyep got it19:03
* pmcgowan hates waiting19:04
kenvandinepmcgowan, anyway... i also have the dialpad stuff done...19:04
sil2100robru: let me experiment with something, hmm!19:04
kenvandinebut i want to get a +1 from boiko before landing it19:04
davmor2sil2100: right19:04
sil2100davmor2: ;)19:04
davmor2sil2100: I think I have completed all the tests let me just read through and double check though19:05
sil2100Oh!19:05
sil2100Double-checking is sooo last year19:06
pmcgowankenvandine, !19:06
davmor2sil2100: Hey I'm QA I like being fashionable late19:06
davmor2sil2100: it's green ship it already damn it19:07
kenvandinedavmor2, yay19:09
davmor2kenvandine, mterry: good and bad news,  Good news no crash for welcome wizard, bad news means you need to figure out why it took so long for me but didn't for kenvandine  :)19:10
mterrydavmor2, probably just the if [ $USER = davmor2 ]; then sleep 30; fi check I put in19:11
kenvandine:)19:11
davmor2mterry: You lie my user is phablet :P19:11
kenvandinehaha19:11
mterryheh19:11
davmor2mterry: and surely the correct hack is if [ $USER = davmor2 ]; work damn you; fi :)19:13
ralsinatrainguards can I get a silo for row 65 pretty please?19:13
mterrydavmor2, naw man, I charge to remove those lines; a little side business19:13
robruralsina: you got silo 319:13
ralsinarobru: awesome, thx!19:13
robruralsina: you're welcome19:14
robrumterry: how goes silo 9? I got a u-s-s landing from alex-abreu that he wants to get in but conflicts with you19:14
sil2100davmor2: excellent!19:14
sil2100davmor2: thanks ;)19:14
mterryrobru, I'm seeing a problem with the unlock-device script changes when used by jenkins that I'm debugging -- let him through19:15
robrumterry: oh ok cool thanks19:15
davmor2sil2100: see it wasn't that long after all it's only all of settings app that needed testing damn you ;)19:15
sil2100hah! ;)19:15
robrualex-abreu: ok the thing you first asked me about is in utopic-17 please build19:16
davmor2sergiusens: why is the format dialog in English when the rest of the screenshot's look spanish? ;)19:17
sergiusensdavmor2: because my phone is in spanish :-P19:17
sergiusensand new stuff don't get translations19:18
davmor2sergiusens: poor excuse ;)19:18
sergiusensdavmor2: I'm lazy?19:18
davmor2sergiusens: is that why you get the tricky jobs?  http://www.goodreads.com/quotes/568877-i-choose-a-lazy-person-to-do-a-hard-job19:19
davmor2:D19:19
sergiusensdavmor2: maybe19:19
sergiusensdavmor2: I prefer pragmatism over "never done fancyism"19:20
sergiusensthe whole continuous integration and iteration industry has allowe people like me to thrive ;-)19:20
davmor2sergiusens: hahahaha19:22
robruwhat the hell is going on in silo rtm3? why is the row displayed with strikethrough font? but silo is still assigned? who the hell did that without requesting the silo be freed? wtf??19:23
davmor2robru: that was brought up a couple of times throughout the day19:24
robrudavmor2: conclusion? I'm freeing the silo19:24
alecuanybody tried bisecting thru the googledocs history? I started, but it's very slow and I got distracted19:25
davmor2robru: I don't think there were any replies I blame that sil2100 hacking on stuff rather than being glue to the irc channel myself ;)19:25
davmor2glued even19:25
sil2100robru: soooo19:25
robrualecu: spreadsheet is autoupdated by various tools so rapidly that the revision history is basically useless19:25
sil2100robru: with that one, Mirv acted on that since there was something strange19:26
alecuright19:26
sil2100robru: the thing is:19:26
davmor2sil2100: oh is this the weird one you were on about in the landing meeting?19:26
sil2100robru: there was a landing for this in RTM, but then someone mentioned in the comments field that the landing should be 'skipped'19:26
sil2100robru: in RED19:27
robruyes19:27
sil2100robru: but then we asked the upstream lander and he said that he's fine with landing it, and we weren't able to find the person that mentioned skipping it19:27
sil2100robru: so, I guess Mirv decided to leave it as it is until someone appears that can clear this out, as, well, we don't know if it won't break anyone's work or something19:27
robrusil2100: so it's a good thing somebody put that in strikethrough.19:27
sil2100robru: I think Mirv put that for now19:28
sil2100Not sure if it's good, but at least we know that there's something strange going on there19:28
robrusil2100: that explanation should hve been in the comment field. because I saw a landing that says "this can be skipped" with the whole row in strikethrough, so I freed the silo and deleted the row. if somebody wants that landed later they can request another islo19:29
sil2100robru: ok, sounds fine19:31
sil2100;)19:31
robrutedg: pay-service in silo rtm-12 is ready for testing on an rtm image19:31
davmor2night all19:31
kenvandinegood night davmor219:31
robrualex-abreu: mandel: awe_: kenvandine: bfiller: friendly reminder that you have rtm silos in state "Packages built" which means you need to test them on RTM images before submitting to QA for signoff. http://people.canonical.com/~platform/citrain_dashboard/#?distro=ubuntu-rtm&q=19:33
sil2100robru: ok, I think I have a fix for that19:33
sil2100But anyway first I'll merge the sync features19:33
kenvandinei do?19:34
robrusil2100: thanks19:34
* kenvandine scratches head19:34
robrukenvandine: http://people.canonical.com/~platform/citrain_dashboard/#?distro=ubuntu-rtm&q=kenvandine19:34
awe_thanks robru.  As this is a bug fix landing, I'm working on updating the test plan first19:34
kenvandineoh... content-hub :)19:34
kenvandinei tested that :)19:34
sil2100robru: in case it breaks any normal landings, since it will generally be a merge then just revert that one thing ;)19:34
robrukenvandine: then mark it tested so QA finds it ;-)19:34
robrusil2100: ok, got my fingers on the revert trigger ;-)19:35
robrusil2100: and my fingers are itchy ;-)19:35
kenvandinerobru, yeah... forgot :)19:35
sil2100Heeey!19:36
sil2100;)19:36
robruboiko: you around for a silo? I see you have an unassigned request.19:39
Wellarkkenvandine, pmcgowan: branch updated.19:39
ToyKeeperkenvandine, bfiller: rtm/landing-017 (content-hub) is now #3 in the silo test queue, after mtp and url-dispatcher.19:41
pmcgowanWellark, kenvandine  will CI just run now?19:41
bfillerrobru: ack19:41
bfillerrobru: boiko is out for a moment but he does need a silo and I can kick off the build19:42
robrubfiller: thanks19:46
robrubfiller: ok boiko's in 1019:47
bfillerrobru: thanks19:47
robrubfiller: thank you!19:48
robrusil2100: how do I use this new SYNC_REQUEST stuff?19:50
sil2100robru: let me just finish up something and I'll explain19:50
sil2100robru: but basically you put as the first source package something in the lines of sync:ppa:blabla/bla/blabla,utopic19:51
sil2100And when assigning through the spreadsheet it *should* work19:51
robrusil2100: I'm gonna need more specifics than blabla/bla/blabla19:51
sil2100I'm saying *should* as I only tested the manual prepare-silo19:51
sil2100robru: so, for instance you want to create a sync from some ubuntu silo, then you do something like this in additional sources:19:52
sil2100sync:ppa:~ci-train-ppa-service/ubuntu/landing-008,utopic unity8 anyothersourceyouneed19:53
sil2100robru: just remember that then building the silo applies the same rules as with normal silos, so first build is a 'whole rebuild', in others you need to specify exactly which ones you want to rebuild19:54
robrusil2100: ok wait, those sources listed, are those extra sources? like it copies the entire contents of the PPA listed, and then you have extra manual uploads? or you have to specify the ppa and the sources to pull from there?19:56
sil2100robru: no no, it only copies the ones listed19:57
sil2100robru: since it supports syncing from the archive as well19:57
sil2100We don't want the whole archive in a silo ;)19:57
sil2100robru: so you list only the sources you want from the archive19:57
sil2100robru: you can sync from ubuntu as well, for instance then just sync:ubuntu,utopic source1 source219:58
sil2100I didn't want to make a new column, but we might think of something better later19:58
robrusil2100: I'm not convinced that this is even worth the effort. in my script I can just say "package-sync.sh 5 6" and it copies everything from utopic silo 5 to RTM silo 6. so much easier to type than "sync:ppa:~ci-train-ppa-service/ubuntu/landing-008,utopic i_need all_the packages_from this_silo"20:01
Ursinhasil2100: yeah, you already know from first silo what are the packages you want to copy, and if you don't the PPA knowxs20:01
Ursinhawhy would you require that to be written in the command line again? that's adding another point of failure20:02
sil2100Ursinha: it's a generic feature that supports all archives20:04
sil2100Ursinha: it's also useful if someoene wants to sync up a landing from like ubuntu or some other distribution20:04
Ursinhasil2100: you're giving poor robru more busy work :) I think we could have a more specialized version for rtm/ubuntu and still keep this generic one for whoever wants to use that?20:05
sil2100robru: this feature has this + that you can actually fill in the info right after assigning the ubuntu silo, and then leave it up to the lander to press the 'build' button when needed20:05
sil2100I might add a feature to 'sync all' in a moment if that's helpful though ;(20:06
sil2100I mean, ;)20:06
robrusil2100: yes "sync all" would be nice, but there really needs to be a short-hand for if it's coming from a silo (rather than some other random PPA). since that will be 99% of cases, we can optimize for that.20:08
robrusil2100: like seriously, make it say "sync:5" and then it just knows to copy all packages from that silo into the new one.20:08
sil2100Sure thing, makes sense in overall20:08
ToyKeepercyphermox: I'm seeing a lot of mtp failures, but it at least isn't crashing any more.  Is this more or less what you expected?20:08
sil2100robru: I'll make it sync:landing-005 for instance20:09
sil2100If you're fine with that20:09
ToyKeepercyphermox: Like, on a SD card most writes fail.  I've also seen it list the SD card twice or not at all (and when it's twice, all dir entries get duplicated).  And screen locking hasn't been toggling MTP very reliably.  And any failure whatsoever requires rebooting the phone to recover.20:10
* sil2100 's even happy about it20:10
sil2100I like coding, better than meetings and such ;)20:10
Ursinhawe all do sil2100, so less manual input the better :P20:11
ToyKeeperdbarth, alex-abreu: rtm/landing-002 is now in the silo test queue, currently #4.20:13
alex-abreuToyKeeper, thx20:16
robrusil2100: please can it just me 'sync:5'? Why do I have to type landing-00 every time?20:20
sil2100Because it looks bad :(20:20
sil2100But oh well, you 'minimalist' youngsters20:20
sil2100...skateboarding on the sidewalks!20:20
* sil2100 grumpy20:21
robrusil2100: in what way does it look bad? it's less cluttered in the horrible spreadsheet! Also it's less typing. I really don't understand your priorities, dude. Please make my life easier by reducing the amount of typing I need to do, not increasing it.20:21
sil2100I like everything nice and formalized! That's exactly why I don't like perl for instance20:22
sil2100I'm a C guy20:22
robrusil2100: why are we bringing perl into this? of course perl is unreadable. you're writing python though, please make it pythonic.20:23
ToyKeeperkenvandine, bfiller: Is there any test for the change made in rtm/landing-007 (content-hub)?  Any user-visible change at all?20:23
gatoxpopey, hi20:24
popeygatox: yo20:24
sil2100robru: I just mean, sync:5 gives you no context on where it is fetch from - I mean that this notation says nothing if you don't know the special case for it, it's like normally it points to an archive, but suddenly it's just a number - so you have a special case here, and that's like perl where everything is about 'typing less', that's just what I mean20:25
sil2100robru: but yeah, I change it to sync:number now anyway20:25
gatoxpopey, hello, i just sent a new click to fginther for pay-ui.... and it's going to have some failures with the tools because we are adding a hook that is needed to open the ui, but it seems the tools don't like the hook20:25
brendandsil2100, any more news on the keyboard breakage mystery?20:25
ToyKeeperkenvandine, bfiller: I see no mention of this change's behavior in the test plan, anyway.  So, I'd like to confirm if the change is manually testable.20:25
gatoxpopey, maybe tedg can explain this a little bit more20:25
pmcgowansil2100, hey great stuff on the sync, is all that instructiion going into the wiki too?20:25
sil2100pmcgowan: will include that :) Just need to input some tweaks as per robru's pointers20:26
* tedg will do some explaining to popey20:26
tedg;-)20:26
pmcgowansil2100, vg20:26
ToyKeeperdbarth, alex-abreu: At first glance, everything on rtm/landing-002 looks to be in order; I suspect it'll finish testing quickly once it's started.20:27
tedgpopey, We have a hook for payment UIs, should only be used by us and OEM/Carriers in most cases, so we don't want to add it to the tools generically.20:27
alex-abreuToyKeeper, thx!20:27
robrusil2100: thanks20:28
alex-abreurobru, anything about a silo for 64?20:28
bfillerToyKeeper: looking..20:28
robrualex-abreu: lol, I gave it to you an hour ago and even pinged you about it. you got silo 17. but also you're on spreadsheet row 45 now because a bunch of stuff got archived20:29
alex-abreurobru, did you !? wow I missed it, thanks!20:29
dbarthalex-abreu: it's building now20:30
dbarth;)20:30
alex-abreudbarth, hehe20:30
alex-abreudbarth, you are in the shadows20:30
robrulol20:30
popeytedg: if jdstrand is happy with that then I'm happy.20:30
dbarthi just hit home20:30
dbarthrobru: uh, but for this one, i need advice ^^20:31
robrudbarth: errr, i'll look at that in a sec20:31
dbarthok20:32
robrusil2100: if it makes you feel better, don't think of 'sync:5' as a special case, think of it as the 99.9% main primary use case. copying from the archive and generic PPAs is the special case.20:32
jdstrandpopey: I'm quite happy they are moving away from the desktop hook, yes20:32
bfillerToyKeeper: I think the change exposed additional properties that the transfer indicator will need to use but doesn't use yet20:32
jdstrandpopey: I'd be even happier to see the failing click so I can update the tools20:32
popeytedg: gatox groovy then20:32
* jdstrand has been waiting for it20:33
gatox:D20:33
jdstrand(for the change, not the click)20:33
robrudbarth, alex-abreu: ok https://ci-train.ubuntu.com/job/ubuntu-landing-007-3-merge-clean/3/console one of the branches in that silo was owned by alex, so jenkins bot can't do that merge.20:33
bfillerToyKeeper: so don't think the change can be specifically tested, just make sure other content-hub scenarios work and didn't regress20:33
tedgjdstrand, I think we shouldn't update the tools in that, I think we always want this hook to bump to manual review.20:33
jdstrandgatox: do you have the click?20:33
tedgjdstrand, I guess they could just give a better error, but I wouldn't want it to go straight through.20:33
gatoxjdstrand, yes https://dl.dropboxusercontent.com/u/19194639/canonical/clicks4/com.canonical.payui_0.3.16_armhf.click20:34
jdstrandtedg: there are different types of errors. there is unrecognized, and there is 'omg this is the pay ui'20:34
gatoxjejee20:34
tedgAs long as it actually says "OMG" I'm good with it ;-)20:34
jdstrandtedg: don't worry-- apps won't have access. I already wrote all this, I just need to see the hook20:34
robrudbarth: alex-abreu: https://code.launchpad.net/~mardy/webbrowser-app/cookie-manager/+merge/231756 so this MP is goofy, you should look at that. I guess you want a different MP that merge's alex's branch into trunk, not mardy's branch into alex's. In that case it's possible that alex has a branch somewhere that didn't get missed in this silo, which means you20:34
robrumight need to rebuild and retest with the right MP.20:34
ToyKeeperbfiller: Okay.  Once it gets far enough to be visible, a test should be added to the relevant plan.  (or if possible, add an autopilot test -- even better)20:34
robrudbarth: alex-abreu: if you discover that it's fine, then you need to just merge the branch to trunk manually20:34
bfillerToyKeeper: yup, transfer indicator should add this test20:35
robrudbarth: alex-abreu: actually now that I think about it, citrain would have grabbed alex's branch, merged mardy's into it, so most likely you'd have the latest code built in that package.20:35
jdstrandgatox: thanks!20:35
robrudbarth: so just merge alex's branch to trunk manually20:35
ToyKeepercyphermox: Everything I found broken seems to be that way pre-silo too...  So, approved.20:36
robrudbarth: signon and u-s-s-o-a are fine, just webbrowser-app needs to be manually merged.20:36
jdstrandah, good, the name stayed the same20:37
robrudbarth: I guess I can do the merge, want me to take care of that for you?20:37
jdstrand  "error": {20:37
jdstrand    "lint_hooks_redflag_payui": {20:37
jdstrand      "text": "(MANUAL REVIEW) 'pay-ui' not allowed"20:37
jdstrand    }20:37
jdstrand  },20:37
jdstrandso, nothing to do :)20:37
jdstrandtedg, gatox, popey: ^20:37
jdstrandthere actually is one small thing to do, but it doesn't have to do with that ^20:38
gatoxjdstrand, what?20:38
jdstrandgatox: there are errors that there is no desktop hook20:38
jdstrandI'll fix that20:39
tedgjdstrand, Thanks!20:39
gatoxjdstrand, thx20:40
popeyhaha jdstrand20:42
dbarthrobru: sure, go ahead; thanks20:47
robrudbarth: ok, no worries20:51
sil2100robru: ok, deployed the changes - didn't test it on preprod though, so hope it's not broken20:52
robrusil2100: awesome20:53
robrubbl, lunch!20:54
sil2100Ok, I write the e-mail and probably move on, it's latish here20:55
ogra_robru, hey, do you feel like reviewing my phablet-shell MP for dev mode ?20:57
ToyKeepertedg: rtm/landing-014 (url-dispatcher) approved.21:01
tedgToyKeeper, Great, thanks!21:03
pmcgowankenvandine, gatox branch passed CI!21:13
pmcgowanmterry, are you close to publishing silo 9?21:17
mterrypmcgowan, yeah, I wanted to test the unlock script on a non-mako device and got led down the path of repartitioning21:18
mterryslowed me down21:18
pmcgowanhh21:18
pmcgowanyeah I feel ya21:18
cyphermoxyay21:22
kenvandinepmcgowan, cool21:29
sil2100o/21:30
ralsinarobru: can I get a srccopy of silo 003 to a rtm silo?21:30
boikorobru: would you mind reconfiguring silo 10? I have added another component there21:33
asacwill there be another image kick tonight?21:43
asacwas anything discussed?21:43
ogra_asac, possibly, since we have to do an emergency roll-back21:43
asacogra_: emergency that was in #3?21:43
ogra_bah, sigh ... and sil just left21:43
asacor after?21:43
ogra_321:43
asachmm21:43
asacscopes?21:43
ogra_the testing infra and CI21:44
ogra_nothing there knows about 14.0921:44
ogra_and pitti changed /etc/os-release and lsb-release today21:44
asacthats odd... thougth we had images already in there21:44
asacah21:44
asacok21:44
asacnot good :)21:44
ogra_so the image knows it is ubuntu-rtm ... 14.0921:44
ogra_but the rest of the world doesnt21:44
asacyeah, but we dont21:44
asacogra_: is that in now?21:45
asacthe backout?21:45
asacor what was happening?21:45
ogra_no, i was actually busy finishing phablet-tools for dev mode ... now lukas left ... i thought he would take care21:45
ogra_but looks like i have to21:46
ogra_(i'll never finish dev mode ... not even in the second nightshift ... sigh)21:46
asacwell, tomorrow is another day21:46
ogra_i need at least one day for testing all the changes21:46
ogra_dev mode is a huge one21:47
asacwe already said to execs that security elements aren't fully in place finished for this milestone, so its fine21:47
ogra_(not in sice but in possible impact)21:47
ogra_ah, k21:47
asacso just backout, ki8ck image and sleep21:47
ogra_ok21:47
ogra_i know lukas prepared a package already ...21:47
* ogra_ digs21:47
asactomorrow is fun day if this image is good with beer annd picking bugs that might be cool for coming weeks etc. :)21:48
asacmaybe he already uploaded?21:48
ogra_no21:48
ogra_we were still discussing a possible quick fix21:48
ogra_when he dropped21:49
ogra_hmm, i have no clue hwo to do a direct upload actually :)21:49
asacogra_: i only know about silo/copy-package21:49
ogra_robru, do you have a spare silo for the base-files rollback that i could abuse as upload space ?21:49
ogra_hmm, i guess i have to do all the paperwork then ...21:51
* ogra_ goes to spreadsheet 21:51
mterryrobru, heyo!  I finished testing landing-009 on mako and otherwise22:03
mterryrobru, I'd like to land to utopic and copy to rtm22:03
mterrytrainguards ^22:14
sergiusensogra_: robru: do you know of any package landing in ubuntu-rtm with a different version than what is in ubuntu?22:21
ogra_https://lists.ubuntu.com/archives/rtm-14.09-changes/2014-August/date.html#start22:21
ogra_the Ml has a bunch22:21
ogra_apparently "~rtm-0ubuntu1" is the suffix we use22:22
brendandrobru, if i wanted to implement a hook on a spreadsheet field being changed, where would i do that?22:44
brendandrobru, i guess citrain already has some place for that22:44
Ursinhaogra_: what a mess :)22:46
ogra_haha22:46
ogra_yeah22:46
* ogra_ removes his spreadsheet entry again ... i uploaded the revert directly meanwhile 22:47
ogra_plars, revert is uploaded22:48
ogra_with luck tghe nightly build will pick it up22:48
ogra_ah, rtm runs 1h later22:49
robrubrendand: hahahahahahaha23:26
robruhooks! ahhhahahahahahhahahahahahaha23:26
robrubrendand: we POLL up in here23:26
robrusergiusens: I'm not aware of anything landing with a different version number. all my copies have used the same version verbatim. other tools might throw in an ~rtm or something23:27
robrumterry: on it23:28
mterryrobru, hello!23:28
mterryrobru, I believe there's already a spreadsheet line for the rtm bits right below the utopic one23:28
robrumterry: cool, just published23:29
robrumterry: will copy shortly23:29
mterryrobru for mayor!23:29
robrumterry: yes! my first act as mayor is to burn this city to the ground!23:29
mterryuh... impeach robru!23:29
robrumterry: ok you got rtm-3, copying now (don't build when the bot pings you to build)23:31
* mterry ignores silly bot23:32
robrumterry: watch here: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu-rtm/landing-003/+packages wait until all three packages say "Published" before running the build job in jenkins23:34
=== jgdx_ is now known as jgdx
robruralsina: you got rtm-5, please wait for that to build (building now) and then test in an RTM image23:37
ralsinarobru: ack23:37
robruralsina: sergiusens: you guys got utopic-7 please build23:39
ralsinarobru: on it23:39
ralsinasergiusens: I probably won't be able to take it all the way to rtm23:39
ralsinasergiusens: dinner is starting to smell nice, you know :-)23:40
sergiusensyeah23:40
sergiusensI am out for the night23:40
sergiusensmy last 4 hour of sleep night was last night23:40
robrumterry: https://ci-train.ubuntu.com/job/ubuntu-rtm-landing-003-1-build/6/console started the build job for you23:40
sergiusensno more of those23:40
robrunow the bot will ping when it's done23:40
ralsinarobru: rtm-5 says it needs a reconfigure23:41
robruboiko: https://ci-train.ubuntu.com/job/ubuntu-landing-010-1-build/25/console sorry for the delay, reconfigured and rebuilding23:42
robruralsina: that's because you put in a "packages to rebuild" which implies an MP, which there aren't any because it's a source copy. just run the build job with all parameters blank23:43
ralsinarobru: oops, sorry, doing23:43
robruogra_: wheres your MP? I can review it now23:44
robruogra_: also how can I test it? (eg where's the instructions for enabling rootless adb?)23:47
=== robru changed the topic of #ubuntu-ci-eng to: Train support: trainguards | Vanguard: cihelp | Train Dashboard: http://bit.ly/1mDv1FS | QA Signoffs: http://bit.ly/1qMAKYd | Known Issues: ♪ Everything is Cool When You're Part of a Team! ♪

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