=== chihchun_afk is now known as chihchun === salem_ is now known as _salem [04:30] morning [06:55] hmm [07:15] davmor2: hey, seeing the e-mail about lost contacts on ubuntu-phone... you think that might be due to the buteo landing? [07:15] davmor2: if that's the case, I would say we need to revert [07:16] sil2100, it is [07:17] So much for Bill saying he's 'confident in it' [07:17] sil2100, but then if you revert do you recover your previous contact db since it has been converted? [07:17] cihelp: I believe there is something wrong with krillin-09 or mir-ci https://jenkins.qa.ubuntu.com/job/mir-mediumtests-runner-mako/6900/console [07:17] s/or/of [07:17] anpok: let me take a look [07:18] jibel: not sure, but it's all rc-proposed - that's the risk of using this channel [07:18] sil2100, I'd like to test the revert locally before reverting in the archive [07:18] jibel: ok [07:18] jibel: I'll prepare the revert in a silo then [07:18] I don't want this to go into a stable image [07:18] sil2100, which packages do I need to downgrade/uninstall to revert on my phone? [07:19] sil2100, agreed, it is not ready. He's the 3rd user with major issues [07:20] jibel: I would say: address-book-app, address-book-service, indicator-transfer and sync-monitor [07:20] Those 4 should be sufficient [07:20] Not all are required probably, but best to be sure [07:21] sil2100, there were packages added to the seed too? [07:22] anpok: that is a mako job running on krillin, that does not sound right. But I want to confirm if that has anything to do with the device shortage that we have. Will need to check. In the middle of debugging some other issue. will take a look at it a little later [07:30] jibel: no, there were other packages but those are pulled in as deps [07:31] okay [07:32] sil2100, seb128 any news on UITK and the problem with USS? [07:32] bzoltan_, ^ [07:33] jibel: Yes, I have an MR what hopefully fixes it. [07:33] bzoltan_, so we move forward and no revert? [07:33] bzoltan_, do you have the url of the merge request? [07:34] seb128: https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/fixThemingFallback/+merge/273497 [07:34] * sil2100 has enough reverts for today [07:34] uitk change, good :-) [07:34] jibel: let me first check that MR and understand the whole story [07:34] ;) [07:35] seb128: I have never had doubts that it was a version leakage ... [07:35] psivaa: ok .. we have a few krillins next to the makos at the moment.. and I believe krillin-09 is misbehaving.. or the mp causes that.. [07:35] bzoltan_, oh ok, I though you were considering it being settings' fault to import outdated versions [07:35] seb128: and mixing versions can provoke unexpected / untested issues [07:36] bzoltan_, that shows a design flow in the uitk imho, but that's a discussion for another day [07:36] seb128: Ohh, the USS is messy, that is no question either :D But last night I tested with various import changes and nothing solved the problem. [07:36] jibel: since upgrading your device won't auto-remove the unused packages, you can then try also removing those binaries: buteo-sync-plugins-contacts-google, buteo-syncfw, indicator-transfer-buteo, qtdeclarative5-buteo-syncfw0.1, libbuteosyncfw5-0 and libiphb0 [07:36] bzoltan_, if imports shouldn't be mixed then all components should have consistent versioning and be shipped/updated together and different versions should be co-installable [07:37] jibel: but I suspect with the main packages reverted, whose shouldn't be used at all [07:37] seb128: no shit Sherlock :D It is clearly a design fault... different versions should come from different packages IMO... but this model has benefits too. [07:37] right [07:38] it just feels flacky, it all work by luck when you start mixing versions and there is no guideline/easy way to avoid mixing versions [07:38] sil2100: can somebody motivate Jenkins to pick up this MR and build it? https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/fixThemingFallback/+merge/273497 [07:39] bzoltan_: I think cihelp would need to take a look [07:39] seb128: it is not flaky if we do proper separation in the UITK code ... but version separation is a fairly new feature... so it has bugs. Sorry, for that... and the USS is a perfect test animal [07:39] right [07:40] read: USS will keep importing all possible uitk versions [07:40] bzoltan_, I'm even unsure why u-s-s gets "new headers" (the back button at the top) while it imports 0.1, it should have the back at the bottom with that version (at least a standalone testcase suggests that's what 0.1 import leads to usually) [07:40] jgdx, ^ do you know? [07:41] jgdx: LOL... and it should have AP test for the "open page - go back" for all pages :D [07:42] bzoltan_, right :p [07:43] jgdx: importing all possible versions will also lead you to errors [07:43] jgdx: actually I will contribute that to the USS project [07:43] seb128, “at the top”? Not sure what you're referring to [07:43] jgdx: like if you try to use Page from 1.2 in a PageStack from 1.3, it will blow up [07:43] and that's not because of the versioning [07:43] zsombi, i kid, we need to move everything to $new [07:43] jgdx, the "<" chevron is in the header [07:43] but because the Page in 1.2 is a different type than in 1.3 [07:43] seb128, no, sorry, don't know about that [07:44] zsombi, uitk should either support versions mixes or make it impossible to mix them and bail out on start with an error [07:44] rather than doing like it was ok and hitting random bugs [07:45] seb128: there are components you cna mix, but there are others you cannot [07:45] zsombi, well, it shouldn't be up to the app writers to figure out by debugging weird things [07:45] seb128: the click-reviewers-tools or a forced code sanity check in the SDK should throw an error when imports are mixed [07:45] sil2100, where are previous builds of these packages? [07:46] seb128: believe me, if you mix the setup I wrote above, your app will crash big time [07:46] zsombi, k, still not a proper appdev experience [07:46] it should gently error out telling you to not mix components ;-) [07:46] seb128: wherever a UITK omponent si used as the type of the property, that will be impossible to mix with other versions of the toolkit [07:47] seb128: we cannot do anythign about that, it'll be QML compiler which will kick you out [07:47] jibel: you mean, sync-monitor etc.? [07:48] sil2100, yes [07:48] jibel: you probably need to use my quick package download tool - do bzr branch lp:landing-team-tools, cd into it and use overlay-ppa-dl-package [07:48] there is only latest build in the overlay [07:49] jibel: specifying the version number you want to download [07:49] I'll try that, thanks [07:49] jibel: yeah, I made a tool for that since digging in LP's PPA previous packages is almost impossible [07:50] You can of course get the previous version numbers of those packages from http://people.canonical.com/~lzemczak/landing-team/ubuntu-touch/rc-proposed/141.commitlog [07:53] anpok: the latest job was running on krillin-08 [07:54] so i did not think it had to do with just krillin-09 [07:54] but will confirm [08:13] sil2100, do you know if there is an update of the watchdog for vivid? I found silo 57 but it's wily only [08:13] cyphermox, ^ [08:15] jibel: I suppose cyphermox wanted to first land in devel with that, but I'm sure Pat wanted the same change in overlay [08:15] We'd need cyphermox [08:18] sil2100, yeah, the immediate problem is with this release, not really devel-proposed [08:19] jibel: right, but still - cyphermox is following the overall process, that everything needs to land into wily first [08:20] sil2100, the silo should be dual not wily only, isn't it? [08:21] jibel: manual sources cannot be dual silos [08:22] jibel: since upstart-watchdog is not a CI Train package, it needs 2 silos currently [08:23] sil2100: the issue is lots of people are using own cloud that they have bastardised into the system and not google sync so that is when the errors kick in, there is a fix in the works for that so do you want to revert and re land with the fix or leave it and land the fix? [08:24] davmor2: how far is the fix from landing? Since today is final freeze already... [08:24] sil2100: one for renato [08:24] sil2100: one for renatu [08:24] renatu: ^ [08:26] davmor2, it was the case for the user on u-touch yesterday, but what about the guy on the ML? [08:26] sil2100, I downgraded address-book and friends but contact sync with my google account doesn't seem to be working [08:27] davmor2, with Pat it's 3 people who have major problems with this update, it is not even translated. Really I am not confident at all with this feature. [08:28] jibel: you removed the new packages as well? [08:29] sil2100, I did an autoremove, downgrade was a PITA, I had to uninstall/reinstall ubuntu-touch to downgrade sync-monitor which was blocking the removal of buteo [08:31] jibel: seb128: the fix works [08:31] great! [08:31] sil2100, ah interesting, there is no option 'contact sync' in google account [08:32] jibel: you sure that all the required packages are at the right versions? [08:32] bzoltan_, nice, thanks! [08:33] sil2100, sync-monitor-uoa is not, which would explain the missing option [08:34] jibel: okay so it sound like he has a mix of on the phone and in google and the on the phone ones got removed. [08:41] jibel, sil2100: so it sounds like the plan is to back out buteo retest everything with the fixes that renatu is looking to land and then what land it once ota8 opens? [08:43] davmor2: yeah [08:43] I don't want QA to waste time waiting for more fixes before this is bug-free [08:51] jibel: sil2100: I am pushing a new UITK landing ...I wish to see it in OTA7 as it has four serious bugfix [08:52] bzoltan_: ACK [09:03] sil2100, sync works fine after a downgrade, I just had to re-enable contact sync in google account settings [09:15] jibel: sil2100: the silo 014 is chewing on the fixed UITK build. It will take an hour or so to get the armhf binaries ready. I would suggest to take that for QA validation as quickly as possible. The code has super little change... but I will run the regular Test Plan, what takes 3-4 hours. So I think we still can make it to the OTA7 freeze [09:48] bzoltan_, how come it’s always staging that lands, instead of cherry-picking only a fix for the regression? [09:58] oSoMoN: because in my opinion cherry picking is generally not a good practice [10:00] oSoMoN: cherry picking four branch for four problems means four forks and four different set of possible side effects. No cherry picked branch is isolated... they all bring their own risk. So it is just better to treat them together and do proper testing regardless how small is the change. [10:01] bzoltan_, cherry-picking doesn’t imply less rigorous testing, but it avoids introducing new regressions when fixing a critical regression, which apparently is what happened with the latest UITK landing [10:02] oSoMoN: No, it is not what happened [10:02] oSoMoN: what happened was 1) QA and test plan does not cover makor 2) Settings app does not have AP tests for the page in/out scenario [10:03] oSoMoN: both issues were introduced by normal feature development not by colliding bugfixes [10:04] bzoltan_, well that would have caught the issue indeed, but I still fail to understand why the last landing had more stuff than just the fix for bug #1502093 [10:04] bug 1502093 in ubuntu-ui-toolkit (Ubuntu) "UbuntuShape crash with latest UITK on mako/flo" [Critical,Fix committed] https://launchpad.net/bugs/1502093 [10:04] oSoMoN: not to mention that cherry picking is a maintenance nightmare [10:04] dbarth: Silo 16 approved [10:06] oSoMoN: because I test and review each extra bits and make a call that they do not represent risk.. :) magic-magic... they do not. This Settings issue was introduced before the mako bug [10:06] dbarth, although I didn't see much improvements on memory consumption. [10:06] oSoMoN: it is a sensitive balance between fear driven development and keeping the development pace optimal [10:07] bzoltan_, it might have, but you’re still taking extra risks (even if you carefully review and assess risk personally) very close to the final freeze, that doesn’t sound very reasonable [10:08] there’s no such thing as "development pace" one day before final freeze, only critical bug fixes [10:08] dbarth, does silo 16 includes a fix for bug 1498953 ? [10:08] bug 1498953 in Canonical System Image "Lower the limit for base::DiscardableMemoryAllocator in the browser" [High,In progress] https://launchpad.net/bugs/1498953 [10:08] oSoMoN: no, I do not take at all any risk :) Each landing i run more and bigger tests than anybody else together in a year :D [10:08] bzoltan_, but as you pointed out earlier, our tests don’t (and cannot) cover every possible case [10:09] oSoMoN: Silo 16 landed, does 59 need a rebuild? [10:09] oSoMoN: I repeat ... both issues (mako/settings) were introduced before both reverts... the problem is the poor quality of AP tests and lack of on device tests [10:09] jibel, yes it does fix that bug [10:10] rvr, no need for a rebuild [10:10] oSoMoN, hm, I don't see much improvements then. Browse Euronews and it uses 30% of system's memory on krillin [10:10] oSoMoN, open a webapp and OOM starts killing processes [10:10] oSoMoN: So, you might suggest to take the paranoid landing polciy and slow done the thruput of the UITK... but in fact, all serious issues in the past happened for other reasons then bounded landings. _ALL_ [10:11] jibel, I can’t really comment on that as I didn’t test it myself, just saying that the patch that addresses the issue is part of 1.9.5 [10:12] bzoltan_, fair enough, I was only suggesting to be cautious the day before final freeze, not slow down the general pace of landings [10:13] bzoltan_, and given our history of regressions, maybe we should be a bit more conservative (or paranoid if you prefer) [10:13] oSoMoN: Point taken... beleive me :) I was furious both times and I am taking actions to prevent the same problem [10:13] oSoMoN: What regressions? [10:14] oSoMoN: catching a bug in a staging area is not a regression... [10:14] oSoMoN: we have not released regressing UITK for extreme long time... [10:15] bzoltan_, not saying that, but IIRC pretty much all our OTA’s have had regressions in the past (and not saying in the UITK, in the product in general) [10:15] oSoMoN: bugs we do :) like everybody else too [10:16] oSoMoN: You are right ... and I keep ranting about the solutions 1) staging channel with the trunk of each core component 2) ubuntu phone as primary device for all core component developer 3) regular AP testresulst for the staging version of all components. [10:17] oSoMoN: we should test what is about to come out ... not just hacking in our own silos and be surprised once they are put together === chihchun is now known as chihchun_afk [10:37] Mirv: I have a new entry in debian/changelog, is that why we don't have permission? [10:37] pete-woods: no, it's because of the debian/control and debian/rules changes https://ci-train.ubuntu.com/job/ubuntu-landing-046-2-publish/18/artifact/libqtdbusmock_packaging_changes.diff [10:37] and the fact that the package is in main (I thought it was universe that's why I tried to publish it) [10:38] right, so we need someone with moor power [10:38] so needs core-dev rights [10:38] yes [10:40] jibel: the silo14 is ready https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-014 [10:41] are there any core-dev members around with 5 minutes to look at a small diff (to fix a FTBFS)? https://ci-train.ubuntu.com/job/ubuntu-landing-046-2-publish/18/artifact/libqtdbusmock_packaging_changes.diff [10:42] It contains changes not explained in the changelog, so no. [10:52] okay, fixing that [10:52] and rebuilding [10:53] thanks! [10:57] well, at least attempting to rebuild [11:00] trainguards: I think I must have screwed something up with my silo: https://ci-train.ubuntu.com/job/ubuntu-landing-046-1-build/82/console [11:00] pete-woods: hey! [11:00] pete-woods: hm, I saw something like this once, a re-build helped as it was something transient on the train machine [11:01] sil2100: this is the second build [11:01] Not sure if that's the same thing, but maybe you could try before we investigate further [11:01] I can try a third, though [11:01] Ok then [11:01] Let me look deeper [11:01] I cancelled a build, though [11:01] and I think it could well be that [11:01] maybe some junk left behind [11:02] pete-woods: yeah, generally it's best if you never abort a build job before it's done with creating the packages - not sure if that's the thing that broke it, but that's never a good option [11:02] In the past it could bust the whole silo [11:03] :O [11:03] okay, will be more careful in future [11:03] I was trying to catch it before it uploaded the source package [11:03] mktemp: failed to create directory via template '/tmp/debsign.XXXXXXXX': No space left on device [11:04] This worries me a bit! [11:04] Let me try cleaning some space [11:06] pete-woods: ok, try now [11:06] The pbuilders wasting space gets a bit troublesome... [11:07] sil2100: thanks, I think you've spotted the right error there [11:08] sil2100: jibel: i have marked the silo14 for QA ready -> https://requests.ci-train.ubuntu.com/#/ticket/476 I will attach the relevant test logs in few hours, but it would be cool to start the QA process in the meantime [11:10] bzoltan_: ok [11:10] Thanks! [11:10] sil2100: that seems to have fixed it, thanks! [11:10] pete-woods: phew! yw! [11:11] bzoltan_, okay someone will take it [11:11] jibel: thank you [11:12] rvr, ^ do you fancy another testrun of uitk? [11:13] * rvr reads [11:14] rvr, this is the fix for the missing headers in system-settings [11:14] Ahh, good, good [11:14] I'll take it [11:20] rvr: Thank you! Please be as hard as you can :) It is the third attempt to land that piece of ... errrr ... art? [11:24] bzoltan_: lol [11:27] bzoltan_, no worries, rvr can reject it a 4th time. He seems to be really enjoying it ;) [11:28] jibel: :D I am sure he does [11:28] * rvr won't comment [11:35] ;) [11:47] jibel: yes, silo 16, oxide 1.9.5 includes a patch to deal with lowering those limits === _salem is now known as salem_ === alan_g is now known as alan_g|lunch [12:12] bah [12:18] davmor2, I have the fix already, just testing [12:22] renatu, did you see that nik says he lost his contacts? [12:23] pmcgowan, no, [12:23] pmcgowan: we're reverting buteo for OTA-7 [12:24] Too much risk... [12:24] pmcgowan, which channel? [12:24] renatu, in the mailing list [12:24] renatu, https://lists.launchpad.net/ubuntu-phone/msg16055.html [12:24] sil2100, oh? [12:24] sil2100, how do we revert the db update? [12:24] this sounds iffy [12:25] pmcgowan: well, rc-proposed is meant to be broken, I just don't want it to go to stable [12:25] sil2100, why are we reverting? [12:25] pmcgowan: because people are reporting lost contacts after the upgrade [12:25] sil2100, more than just nik? [12:25] pmcgowan: QA mentioned at least 3 people [12:26] And jibel also saw issues with it IIRC [12:26] he had never syned them to the cloud I think [12:26] pmcgowan, there is 1 user reporting data loss, you and another users had issues with the new sync yesterday [12:26] Even if this gets fixed, who knows what other problems pop up, this feature landed on Friday so really really late [12:26] jibel, I know what my issue was and renatu fixed that [12:27] pmcgowan, yesh nick problem was because he never synced the contacts in the cloud [12:27] renatu, but did you turn on sync or something? he said it was not enabled [12:28] renatu, then? he shouldn't lose his local contacts? [12:28] pmcgowan, yes we turn the sync on during the update. [12:28] renatu, we should not change the setting though right? [12:28] if user has it off [12:28] he was using it as a local store [12:28] jibel, contacts saved on google source that are not synced will be lost [12:28] renatu: at least I explicitly don't want my contacts to be synced into Google account [12:28] renatu: for privacy reasong, and I suspect I'm not alone [12:28] he must have set up the account though [12:29] Mirv, it wont sync without account info [12:29] Mirv, it will not sync contacts saved on your local source [12:29] or you could have account info with sync off [12:29] pmcgowan: right, I've set up Google account in order to read the e-mails from there [12:29] right [12:29] but I guess I could remove the account before upgrading [12:29] renatu, I think the error is turning sync on automatically [12:29] why do you need to do that? [12:29] renatu: oh, ok, so contacts in the Personal database won't get automatically synced? [12:29] no [12:30] Mirv, no [12:30] Niks were in the google db [12:30] but not using google [12:30] ok, then no big problem to check the settings again after upgrade [12:30] pmcgowan, it is a valid configuration, the user shouldn't lose his contacts in this case [12:30] jibel, I agree [12:31] yeah that's an user mistake if using wrong db than was meaning to [12:31] I think the contacts ui defaults to that account [12:31] so it just happens [12:31] pmcgowan, the problem is: we install a new online account service file and remove the old service file. [12:32] and? [12:32] pmcgowan, since the old service file was remove, there is no way to check if the old service was enable or not [12:33] renatu, well, we need to check before removing? [12:33] pmcgowan, maybe online account "db" keep track of that even after remove the service file [12:33] needs to yes [12:33] pmcgowan, it is a image update [12:33] Laney: if you have time to look again, I've rebuild with additional info in the changelog, and removed the cmake-extras change (it's not in main, it turns out) https://ci-train.ubuntu.com/job/ubuntu-landing-046-2-publish/19/artifact/libqtdbusmock_packaging_changes.diff [12:33] renatu, you understand that upon upgrade if you turn sync on by default you also upload data to an external provider without user agreement, there is a serious privacy issue here. [12:33] renatu, this is user data no? [12:34] pmcgowan, no, system service file [12:34] pmcgowan, /usr/share/accounts/service [12:34] jibel, yes I understand that [12:34] renatu, where is the info kept that the service is enabled [12:34] renatu, we cannot do that ,you have to preserve the settings [12:34] pmcgowan, on online account database on user db [12:34] yeah so honor that [12:35] pmcgowan, would be nice to have some online account expert help here [12:35] mardy, ^^ [12:35] * mardy reads the backlog [12:35] pmcgowan, the API does not return information about this service anymore, since the file was removed [12:35] hmm [12:36] pmcgowan, maybe we can workaround it for this specific case [12:37] trainguards: I’m not authorized to upload webbrowser-app (silo 59), I suppose this is because there are packaging changes that need a core-dev ack? [12:38] (if so the error message is not self-explanatory, it used to be clearer) [12:38] pmcgowan: and hence the talk of removing it and re-landing it at the start of ota8 instead [12:39] oSoMoN: yes, needs core-dev publishing (not just ack). for the message, you can file a bug at https://bugs.launchpad.net/bileto/ [12:39] will do [12:39] davmor2, I understand, just wanting the details [12:39] now to find a core-dev… [12:39] renatu: so, the information is still in the accounts DB, but there is no API to read it [12:40] cyphermox: there'd be multiple core-dev needing silos ready for publishing at https://requests.ci-train.ubuntu.com/#/trainguards - 016, 023, 046, 057 (your own) and 059 [12:40] renatu: can you point me at the source tree where the .service and .application files are? [12:41] renatu: I'm especially interested in the .application file [12:41] mardy, yes, let me chek that [12:42] sil2100, I would like bill to weigh in on this [12:42] mardy, in OTA6: /usr/share/accounts/applications/contacts-sync.application [12:43] Mirv, robru: https://bugs.launchpad.net/bileto/+bug/1503264 [12:43] Ubuntu bug 1503264 in Bileto "Error message when a core-dev ack is needed used to be more explicit" [Undecided,New] [12:43] mardy, we are replacing it in favor of: /usr/share/accounts/applications/address-book-app.application [12:43] pmcgowan: ACK [12:43] oSoMoN: thanks [12:44] renatu: do you have a link to the file in bzr? [12:44] mardy, sure, wait a minute [12:46] mardy, http://bazaar.launchpad.net/~phablet-team/sync-monitor/trunk/view/49/accounts/applications/contacts-sync.application.in?start_revid=51 [12:46] renatu: thanks. So, my suggestion is to keep the old .service file, don't delete it now [12:46] renatu: but you can delete the .application file [12:47] renatu: for the new service file(s), don't use "contacts" as type, but something else [12:47] renatu: like "buteo-contacts", maybe [12:47] renatu: so you can still read the setting from the old service file, yet it will be invisible from the UI [12:47] renatu: and you can remove it completely after a few months [12:48] mardy, can we access the db direct to get the old settings? [12:48] mardy, the updater is a unconfined app [12:49] renatu: well, you could, with sqlite, but I think you are complicating your life [12:49] mardy, I think it will be more complicated to revert the changes that we did already [12:49] quering the db should be very easy, no? [12:51] mardy, changing the service name will involve few changes on updater, address-book-app and buteo. [12:54] cyphermox, dobey is silo 57 ready for qa? [12:54] mardy, could you point me which table/field I need to read? [12:54] pmcgowan, silo 57 is only for wily, we need one for vivid [12:55] jibel, bah [12:55] I was hoping cyphermox will prepare one as soon as wily lands [12:55] renatu: I'll do in a second, but first it's important that you agree on renaming the type [12:55] renatu: especially for the convergence scenario [12:55] sil2100, I would have prefered to have that fix with the apport change [12:55] renatu: "contacts" is a generic type, also used by EDS [12:55] oh well [12:56] renatu: if you don't change it now, you'll cry later :-) [12:56] renatu: and this is the best (maybe only?) time to do it [12:57] pmcgowan, jibel, sil2100: shouldn't the silo be dual? [12:57] renatu: then, if you want remove the .service file and check the SQLite DB directly, you can do so, but in any case I strongly insist that you rename the type [12:57] dobey: it's not a CI Train package [12:58] sil2100: i know. but can it not have both wily and overlay packages in it? [12:58] renatu: the file is ~/.config/libaccounts-glib/accounts.db [12:58] mardy, renaming it at this point is very trick [12:58] renatu: I know, you might not make it for the OTA, but in that case I'd say you should not hurry, and postpone it [12:58] dobey: not sure how the train would handle it right now, there's a possibility it could, but it's not a standard procedure anyway [12:59] mardy, i do not know, we have solve the problem with the service name conflict with EDS [12:59] pmcgowan, sil2100, jibel : definitely not in favor of reverting, want to fully understand the issue here and see if we can fix it [13:00] bfiller, pmcgowan: ok, just remember today is the final freeze date which we need to obey, otherwise QA won't have time to test all the images [13:00] bfiller, the specific issue being disucssed is we sync'd contacts to google when the sync was disabled [13:00] pmcgowan: yup, I'm seeing that. sounds fixable [13:01] renatu: I think this should work: select account,value from Settings where service = (SELECT id from Services where type='contacts'); [13:01] sil2100, I think we can fix that today [13:01] renatu: just read the setting before doing the upgrade and then honor it? [13:01] And we need to be confident there's no other issues [13:01] bfiller, need to retain that settign somehow when changing servcies [13:01] sil2100: ok. i'm not sure why the wily landing wasn't a direct upload, and the silo only has the version to land in overlay. [13:01] bfiller, the service file is removed so the api cannot be queried [13:01] pmcgowan: read it before it gets removed [13:01] renatu: ^^ [13:01] its removed on the update [13:01] bfiller, yes this is what I am discussing with mardy [13:01] they have an idea [13:01] renatu: well, why should EDS fix the problem? they came first... :-) [13:02] mardy, they use "contacts" for the same reason as buteo , if we install both you will have duplicated contacts on your phone [13:02] mardy, one conflict with other [13:03] renatu: you are asking EDS to do the changes that you don't want to do now, with the difference that this is the perfect time for *you* to change the name, since you are changing backend [13:03] mardy, I am not saying that EDS should change the service name [13:03] renatu: what is status of silo 19, has QA tested that yet, pmcgowan that has fix for issues people were seeing yesterday like you and mterry [13:03] renatu: well, they must, if you don't [13:04] bfiller, it landed [13:04] mardy, I added a conflict on debian package control file [13:04] bfiller, er 23 landed [13:04] renatu: is 19 ready for QA, it's not marked so [13:04] bfiller, whats in 19? let me look [13:04] bfiller, I was planing to use it to fix this bug too [13:04] oh [13:05] bfiller, tony's fix was in 23 which landed [13:05] pmcgowan: ok, the problem you and mtery were seeing failed sync was because of other accounts you had configured somehow were getting included in the sync upgrade when they shouldn't this silo ignores all but google [13:05] mardy, we can not have both package installed otherwise you will have duplicated contacts [13:06] mardy, even with different service names [13:06] renatu: what if people will want to use both EDS and unity8 (in different desktop sessions)? [13:06] bfiller, oh another shared issue we had, right [13:06] renatu: we can have both installed and working fine, if you change the service type [13:07] mardy, both work in automatically way, as soon as you add your account eds create the sources (same for buteo) [13:07] mardy, having both services will cause a lot of problems [13:07] renatu: which files exactly are getting removed during the image upgrade? [13:08] bfiller, we have a solution already. I will check the db for the old settings [13:08] bfiller, this file is getting removed: http://bazaar.launchpad.net/~phablet-team/sync-monitor/trunk/view/49/accounts/applications/contacts-sync.application.in?start_revid=51 [13:08] renatu: again, it will cause problems only if you don't rename the service type [13:09] mardy, why? if I have both services even with different names. The sync with happen in both services [13:09] and you will have duplicate contacts [13:09] pmcgowan, I see you’ve marked bug #1356516 fixed, technically it hasn’t landed yet (although all it needs is a core-dev ack) [13:09] bug 1356516 in webbrowser-app (Ubuntu) "consider shipping apparmor profile for webbrowser-app" [Critical,In progress] https://launchpad.net/bugs/1356516 [13:09] mardy, eds will create source for his service, buteo will create source for it service, and both will download the contacts [13:10] oSoMoN, ah ok jumped the gun a bit on morning cleanup [13:10] I’m eager to mark it fixed too :) [13:10] renatu: well, if the same user is using both buteo and EDS, yes [13:10] mardy, exactly, [13:11] renatu: but if I'm using unity8 and my wife is using GNOME (she isn't but let's suppose :-) ), everything would work file [13:11] because of that buteo conflicts with eds-online-account service [13:11] *fine [13:11] renatu: it conflicts for the same user, but it shouldn't conflict at system level [13:12] renatu: can't we not delete the file but instead disable whatever service is using the file? then delete it after the upgrade is successful? then you don't have to use a non supporte api and directly query the db [13:12] not understanding why the file is deleted in first place [13:12] bfiller, the file is part of a debian package === alan_g|lunch is now known as alan_g [13:12] renatu: which package? [13:12] bfiller, sync-monitor [13:12] ogra_, would you have a moment to ack the packaging changes at https://ci-train.ubuntu.com/job/ubuntu-landing-059-2-publish/8/artifact/webbrowser-app_packaging_changes.diff ? [13:12] renatu: but we're not removing sync-monitor are we? [13:13] bfiller, sync monitor is not sync contact anymore [13:13] renatu: I know, but we're not removing that package, still need it for calendar sync so why is the file being removed [13:13] mardy, in your exaple you will never be able to create one online account. otherwise you (using unity8) will have duplicate contacts [13:14] bfiller, renatu mardy you guys may need to hangout [13:14] pmcgowan: agreed, but I'm currently in another hangout [13:14] ah right [13:14] renatu, mardy : https://plus.google.com/hangouts/_/canonical.com/system-apps?authuser=0 [13:14] bfiller, yes, but if we keep that the service will appear duplicated on online accounts [13:15] lets discuss on hangout, I'm on [13:15] pmcgowan: and I've to leave after that, so I'm afraid it won't be today [13:15] mardy, can we excuse yourself from the weekly? [13:15] s/you/we [13:16] trainguards: actually, jdstrand already acked the packaging changes when he reviewed the MR: https://code.launchpad.net/~osomon/webbrowser-app/apparmor-profile/+merge/272850/comments/688199 , so can silo 59 be published, please? [13:16] oSoMoN: we need someone with proper permissions to press the button... [13:18] right [13:18] I almost forgot the permissions are really enforced, not mere paperwork :) [13:19] mterry, is a core dev [13:19] sil2100, how is it you are not? [13:19] Didn't happen, I got rejected last time [13:19] Since I didn't have enough main-package work documented [13:19] bah [13:20] also surprised Mirv is not [13:21] I also didn't apply yet since sil2100 got rejected and I haven't handled the same things yet they asked sil2100 to handle :) [13:22] is ogra_ around to push the publish button [13:22] * sil2100 pokes mterry [13:22] I poked cyphermox earlier, but he's not yet around [13:23] * mterry looks startled [13:23] sil2100, what's up? [13:23] mterry: "there'd be multiple core-dev needing silos ready for publishing at https://requests.ci-train.ubuntu.com/#/trainguards - 016, 023, 046, 057 (your own) and 059 " [13:23] mterry: \o/ https://ci-train.ubuntu.com/job/ubuntu-landing-059-2-publish/ <- could you? :) [13:23] well 057 is not "your" but I copy-pasted the message to Mathieu [13:28] uuh [13:29] Mirv hey [13:30] cyphermox: hey, just some core-dev reviewing+publishing needed [13:30] yep [13:31] Sorry had internet problems [13:31] OK, will look [13:31] Mirv, sil2100: so again, not used to trainguard work -- do any of these need packaging acks (which I look for by clicking on "build" and going through latest artifacts, right?) or is it just that they are going to main? [13:31] I guess it wouldn't hurt to glance at regular diff anyway too [13:32] Mirv: all of them need ACKs, the silo 59 already got approved by jdstrand, but the others probably not [13:33] cyphermox, you're back! want to split the silos? [13:34] sure [13:34] ;) [13:34] mterry: ^ + many of them are manually uploaded to the PPA so they always need core-dev to do the publishing nowadays, whether they have packaging ack or not. and the rest then have packaging changes in their MP:s and are going to main. [13:34] so oxide, upstart-watchdog and network-manager are main packages manually uploaded, and webbrowser-app libqtdbusmock have packaging changes. [13:35] so mterry,you take the top? [13:35] cyphermox, heh, you must have a wider screen than me. I'll take 16, 28, and 57? [13:36] ahah, yeah, sorry :) [13:37] cyphermox, hold up on silo 23 [13:37] ok [13:41] sil2100, how come silo 16 doesn't have a destination ppa? [13:42] mterry: uh, nice catch! [13:42] mterry: hm [13:42] mterry: actually I see the version number is not modified [13:42] Mirv: ^ ? [13:42] Mirv: did you follow silo 16? [13:43] Mirv: since the version doesn't have ~overlay1 appended, is this supposed to go to -updates? [13:43] Mirv: I think not [13:43] Mirv: since if it did, then I wouldn't use a silo for it as we build against the overlay [13:48] Guh my internet! [13:49] sil2100, doesn't it update to 1.9.5 vs 1.9.3? [13:49] but you mean it has no ~overlay1 [13:49] pete-woods: I'm reviewing silo 46; could you explain to me why you removed dh_makeshlibs -V; and whether this is really what you want, as this will have an effect on the dependencies on your packages [13:50] mterry: yeah, generally anything that lands only to the overlay we append with some ~overlay1 tag in version etc. to make sure no one publishes the same version to standard vivid [13:50] mterry: so I'd like this to be resolved before we publish [13:52] sil2100, ok [13:52] cyphermox: the reason I (probably wrongly) removed it, is because I thought you weren't supposed to use it in packages in main, and that it'd somehow slipped through the review cracks when my package was MIR'ed [13:52] abeato, for silo 28, with the fd fixes... [13:53] abeato, the gst-plugins-bad update. I see most of it was pulled from wily. But the last commit that fixes ref handling in gstreamer, was that ever released to wily? [13:53] mterry, not yet, but it is in a MP [13:53] cyphermox: if it's normal to just keep it in there, I'll remove that change and rebuild [13:53] mterry, https://code.launchpad.net/~alfonsosanchezbeato/ubuntu/+source/gst-plugins-bad1.0/+git/gst-plugins-bad1.0/+merge/273509 [13:53] pete-woods: not sure [13:53] sil2100: ^ [13:54] mterry, but it is not exactly the same fix because there was a previous change in wily [13:55] sil2100: also, I'm just noticing webbrowser-app looks like it was a dual-landing, but landed wily and vivid in the stable-ppa-overlay, that seems wrong [13:55] abeato, ok... I'm just leery of creating future regressions because this never landed in wily, in the case that there are problems with landing this in wily [13:55] now the same bug fixes won't be in wily-release. [13:55] cyphermox: we land all touch things to overlay now [13:55] mmkay [13:55] cyphermox: it's a global switch now [13:55] what about wily? [13:55] cyphermox: as for the previous issue... [13:55] sil2100, what's the policy on landing something to the overlay ppa when the same changes are in flight for wily (a filed MP exists), but haven't landed yet? [13:56] cyphermox: I generally hate dh_makeshlibs -V, but if it was there already, I'm not sure about removing it without making sure it's not required anymore [13:56] *shrugs* [13:57] pete-woods: let me look at it a bit harder, perhaps removing will be fine. [13:57] sil2100: it was only there in the first place due to me copying and pasting it [13:57] if that information is useful [13:58] pete-woods: ah, ok [13:58] mterry: it's good, as long as the wily changes are staged somewhere [13:59] sil2100, ok. I worry that there is a possible chance for regression if the staged landing never makes it for whatever reason. But I guess it's "close enough". Wish we could have a whiteboard somewhere where we listed all those loose threads [14:02] abeato, ^ it's ok to be in flight. will publish [14:02] mterry, cool, thanks [14:04] Mirv, the additional build dep for silo 59 on silo 31 can now be removed [14:04] pmcgowan, bfiller is there really no silo ready for QA required for OTA7 [14:06] bfiller, silo 11 is not ready? [14:06] jibel: checking, in standup atm [14:07] oSoMoN: thanks, I removed it earlier already (and commented on the silo) [14:07] ok [14:08] pete-woods: so what this does is it will make any package that builds against libqtdbusmock depend on at least that version of libqtdbusmock; without it they'll just want any version. if you're not changing the ABI much I suppose it's not much of an issue [14:09] jibel: silo 49 ready [14:09] cyphermox, why is silo 57 set to publish without qa? [14:09] cyphermox, oh because you are core dev and it's a sync?... but your versions are messed up [14:10] cyphermox, you'll be publishing a version higher than wily to vivid's overlay [14:10] ah, my fault, it should be going to both [14:10] cyphermox, oh right. missed that the silo is a wily one. [14:10] cyphermox, but it should be dual I guess [14:11] leave it wily for now [14:11] bfiller, none of the bugs it fixes is for OTA7. [14:11] people can request another landing for the vivid overlay [14:12] jibel: silo 15 [14:13] cyphermox, ok [14:13] cyphermox, well you can push the publish button then. :) it's your upload [14:13] cyphermox, I'll take one of your other silos if you have one left [14:14] bfiller, okay [14:14] mterry: what's your opinion on libqtdbusmock? [14:14] (silo 46) [14:14] jibel: probably silo 41 as well, which will have a revert. not done yet working on it [14:14] cyphermox, haven't looked at it yet, but can take [14:14] cyphermox, why is that one set to publish without qa? pete-woods? [14:15] a second look wouldn't hurt [14:24] seb128: hey! Since I just found the branch you proposed for u-c-d -> https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client-data/+bug/1503291 [14:24] Ubuntu bug 1503291 in ubuntuone-client-data (Ubuntu) "FTBFS on amd64 due to pep8 errors" [Undecided,New] [14:24] sil2100, hey, yes [14:24] seb128: there was no bug for the FTBFS so I started working on it, didn't know you were on it :) [14:25] sil2100, now you know ;-) [14:25] I would have landed, but I'm waiting for an ack on another fix from dobey [14:25] to the apport hook [14:25] Ok, so my debdiff for the distro-patch won't be necessary then, right? [14:25] I guess not [14:25] Anyway, I generally fill in bugs for anything I work on, that's not the general process? [14:25] that should go through CI landing [14:26] It was never released through the train though [14:26] well, for things where we need mps I tend to assume that a merge proposal record the intend as well [14:26] oh, it was not [14:26] well as said I was waiting for another fix to get the ack [14:26] It wasn't, that's why I distropatched it [14:26] Ok [14:26] then going to nag dobey for a landing [14:27] you can still talk to upstream before distro patching :P [14:27] well it's not like that one was a lot of work [14:27] it's moving some imports earlier in the source [14:27] so not a lot of work wasted I guess [14:28] I'm talking about "no CI train -> distro patch" [14:28] Laney: I wanted to do a merge for that then ;) [14:28] * Laney nods [14:28] Laney: I first made a distro-patch, then wanted to get it upstream but saw seb128's branch [14:28] that's because you worked backward :p [14:28] get it fixed upstream first [14:28] I was checking for bugs, but I forgot to check for MPs [14:28] then backport [14:29] it could have been fixed in trunk as well already [14:29] Yeah, probably ;) Just want to get the number of failures down [14:29] always a good idea to start by checking trunk/pending mps [14:29] sil2100, seb128: is it only an issue in wily? [14:29] I checked trunk, but not MPs though! [14:29] dobey, is it? [14:29] dobey, seb128: yeah [14:29] dobey, I didn't try on older serie, maybe it has always be [14:29] pep8 didn't report anything on my vivid machine [14:29] dobey, or maybe python or apport changed [14:30] dobey, sil2100, oh, you mean the pep8? [14:30] pep8 got updated and is stricter [14:30] dobey, I though you meant the import [14:30] seb128: i mean the ubuntuone-client-data issues in general. is it an issue on the phone [14:30] in the stable overlay ppa [14:30] dobey, I don't know? the pep8 issue is a ftbfs in wily [14:30] ok [14:30] I don't think it impacts vivid [14:31] pep8 was updated in wily only [14:37] bfiller, jgdx what is the status of bug 1475568, any silo ready for qa expected soon ? [14:37] bug 1475568 in ubuntu-system-settings (Ubuntu) "Use OTA terminology in system settings" [Undecided,In progress] https://launchpad.net/bugs/1475568 [14:42] seb128: seems like apport just broke API with no warning, but i'm not sure when it happened [14:43] dobey, you can try asking pitti I guess ;-) [14:44] seb128: anyway, it's approved, so feel free to silo those two changes [14:44] dobey, ubuntuone-client-data is landing through CI train? [14:45] jibel: server side changes need to be made for that bug to get fixed, jgdx is preparing the system-settings changes but not sure who is doing the server work, sil2100 or barry is that on your plate? https://launchpad.net/bugs/1475568 [14:45] yes [14:45] Ubuntu bug 1475568 in ubuntu-system-settings (Ubuntu) "Use OTA terminology in system settings" [Undecided,In progress] [14:45] seb128: it's on the phone [14:45] dobey, I'm going to do a landing for wily only, is that ok? or do you want dual landing? [14:46] seb128: wily only sounds fine [14:46] if sil2100 did a manual upload though, i guess i might have to manually fix something too [14:47] I don't have permissions over this package, I just made a debdiff [14:49] sil2100: oh, so an upload wasn't made into the archive yet? [14:49] No, it's a main package, I'm only a MOTU ;) [14:49] oh ok :) [15:02] bfiller: the server work is not on my plate. not sure if sil2100 is planning on tackling it. if he does i will be happy to review a merge [15:02] barry: ok thanks [15:02] barry: what server work needs to be done? :) [15:02] * sil2100 is all ears [15:02] sil2100: LP: #1475568 [15:02] Launchpad bug 1475568 in ubuntu-system-settings (Ubuntu) "Use OTA terminology in system settings" [Undecided,In progress] https://launchpad.net/bugs/1475568 [15:03] barry: oh, I thought the solution was on the client side [15:03] * sil2100 dives into that [15:04] sil2100: i think the client has all the moving pieces it needs to eventually provide the information over its .Information() api. the information has to get into one of the ini files though, so that requires a server change. imho of course, and happy to discuss [15:04] barry: you want the OTA numbering to be hosted on the s-i server side? Like, attached to each image .json config file? [15:05] sil2100: that's what i believe the OP wants [15:05] hm, ok, we could do that, we could include a notion of image tags for instance [15:05] sil2100: well, the OP wants the data. i am opposed to the client downloading that from some site other than system-image.ubuntu.com. so to me it makes the most sense to have it included in the version_details string that the server already writes to the .ini files in the new images [15:06] Then it wouldn't be touch specific as anyone could use it then [15:06] sil2100: so the question then is, where does the mapping between images and "OTA numbers" come from? istm that makese sense to have it as a mapping on the server side [15:06] sil2100: yep [15:07] barry: those come from manager decision, it can't be something that's stored on the rootfs [15:07] Since we can never know during build time what OTA number it gets [15:07] sil2100: hmm. that's a decision made after the image is published? [15:07] It's something that we need to be able to tag after the image is built and gets copied around, also needs to be per-channel [15:07] Yes [15:08] okay, that complicates things then ;/ [15:08] Since we can have multiple candidates built and only like the 3rd or 4th can be the real thing [15:09] That's why I temporarily made a mapping file and thought that the client might need to fetch it on update download [15:09] bzoltan_: Silo 14 waiting for automated test results. [15:09] We could add it to what s-i server exports, but we would still need the client to acknowledge it and somehow parse it [15:09] sil2100: what about putting it in the index.json file? [15:10] sil2100: i have another thought on how that could work, but it won't work for si 2.5, only si 3.0 [15:11] that idea is: when the manager decides which image will be which ota#, another ini file is created and added to the image's files. that would set an override of the version_details in say 03_ota.ini and then everything would just work [15:11] barry: yeah, as I said, but we'll need the client to somehow fetch it [15:11] i.e. the files list in the index.json would grow another .tar.xz{,.asc} [15:12] barry: yeah, we could have that, and as I said above we could do it as a 'tag' mechanism, allowing images in channels getting tagged [15:12] barry: still! You would need to add something to s-i client to do that work on the image ;) [15:14] barry: I can work on the server side parts if you can review those afterwards [15:14] sil2100: for sure, but i want to get the design right first. [15:15] sil2100: the other option is to use the image description, or add another key to the index.json which would be the ota# [15:15] those would require client work to expose, but no new machinery [15:15] barry: image description? [15:15] barry: we have something like that? [15:16] sil2100: e.g. http://system-image.ubuntu.com/ubuntu-touch/rc/bq-aquaris.en/krillin/index.json [15:16] Ah, in the index [15:16] hmm, right, never noticed that [15:16] barry: isn't the description field just a mirror of version_detail ? [15:17] sil2100: let me do a little research to see if another key in the index.json would work. can you think about how the index.json would get regen'd when an ota# decision was made? [15:17] sil2100: it was originally supposed to be human readable, and i18n'd but that never happened [15:17] there's even a long-deferred bug about it [15:17] barry: oh, nice [15:19] sil2100: there's a version_detail key in there too, but the client doesn't actually use that one. it uses the one in the .ini file [15:19] "use" == .Information() [15:20] rvr: cool... soon sharing [15:20] barry: ok, anyway I think either using the description field of another field to index.json could work - this could be simply generated on the s-i server by another small bin/ script there, something like with the phased-percentages [15:20] cyphermox, you never landed silo 57? [15:20] I'd have to check the code to see that in details [15:20] (in a meeting right now) [15:21] mterry: going to do it... [15:21] cyphermox, prove it [15:21] :) [15:21] cyphermox, no worries, just refreshed the tab to make sure I hadn't forgotten anything [15:21] sil2100: ah, but the downside of doing it in the index.json file is that we actually have to calculate a winning upgrade path to get that information. you won't be able to know the ota# from information only on the device. unless we cache that if we find it. [15:22] sil2100: but it might be worse. what if the ota# is assigned after the image is published and devices upgrade to it? [15:22] the device will never know [15:22] barry: yeah... but this could be done during image copy even [15:24] sil2100: let me think a bit more and ping me when you're done with your meeting [15:25] barry: like, you could do copy-image and give the tag there, since the decision happens when copying to stable - for all the other non-stable cases, maybe we could make u-s-s parse it from remote when user is online [15:25] Let me get back to you a bit later :) [15:26] sil2100: cool [15:35] sil2100, bfiller, jibel i added a comment with a bunch of questions to LP: #1475568 [15:36] Launchpad bug 1475568 in ubuntu-system-settings (Ubuntu) "Use OTA terminology in system settings" [Undecided,In progress] https://launchpad.net/bugs/1475568 [15:38] barry: let me follow up on that [15:38] brb [15:39] nerochiaro, I've had a look at the mako autopilot runs for https://code.launchpad.net/~uriboni/webbrowser-app/topsite-previews/+merge/269771 and other webbrowser-app MPs. In the past 2 days, there have been 6 other autopilot runs, all with 0 or 1 test failures. The high number of webbrowser_app.tests failures have only been seen with this MP. Have you been able to reproduce the test locally? === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk [15:48] fginther: not with the full environment setup that you suggested. haven't had time for that yet, sorry [15:49] nerochiaro, ok, let us know if you have any questions regarding that setup. [15:51] jibel: do i need to do anything for silo 16 to go into ota-7? [15:51] btw [15:52] fginther: i will try to get it done tomorrow [15:57] sil2100: how much time do I have to land the silo14 UITK? [15:57] sil2100: for OTA7 [16:22] cyphermox, what is the ETA for a vivid silo for the watchdog? [16:26] jibel: someone should request one, and then we do the shipping [16:26] jibel: preferably somebody other than me, I've got plenty to do already. I can still do the upload to the silo, would just rather not drive the landing [16:27] sil2100, ^ who can do it? [16:27] alecu, can you get a vivid silo === pat__ is now known as pmcgowan [16:27] thanks pat__ [16:28] pmcgowan: sure, I'll ask dobey to handle that landing [16:30] what now? [16:30] oh [16:30] uhm [16:30] cyphermox: can you just upload the fix for wily straight to the wily archive then? [16:31] I suppose you mean https://launchpad.net/ubuntu/+source/upstart-watchdog/0.4? [16:39] cyphermox: ah ok. i didn't realize you'd got into wily already [16:40] jibel: what is it about? [16:41] sil2100, it's okay, it was about the watchdog fix in vivid [16:43] sorry again, do i need to publish silo 16 with oxide, or you guys prefer to control the process of injecting into the image? [16:44] sil2100: i guess you can just copy upstart-watchdog from wily (including binaries) into https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-059 ? [16:52] pmcgowan: what time the ota7 gate is closing? [16:54] bzoltan_, soon, tonight [16:54] pmcgowan: OK [16:55] sil2100: oh, nevermind, i managed to do it :) [16:56] jibel: there, ready for qa now :) [16:56] dobey, thanks! === alan_g is now known as alan_g|EOD [17:12] cihelp: any news on the krillin builders? [17:13] in mir-ci [17:13] .. sorry test runners [17:13] according to the scripts krillin-08 tried to send an email to chris.gagnon@canonical.com [17:14] anpok: right, but that wasn't the reason for the failures [17:14] ok [17:14] .. this time the failure looked different than this morning.. http://jenkins.qa.ubuntu.com/job/mir-mediumtests-runner-touch/6917/console [17:14] anpok: yea, that's what confusing. [17:15] anpok: first it looked like it failed to add overlay ppa in a couple of runs, but our test runs were successful on that [17:16] anpok: now it's a different failure. i'd need to take a look [17:17] ah it failed to pull the result logs [17:29] anpok: '/bin/bash: line 1: 6436 Segmentation fault mir_demo_server --test-client /usr/bin/mir_demo_client_fingerpaint [17:29] + mir_rc=-1' [17:29] does that look troubling? [17:30] psivaa: yes! [17:30] anpok: ack, i'll leave that to you then? [17:30] :) [17:31] hm hm i just changed a comment [17:32] anpok: the issue only happens on krillin. [17:49] did silos 16 and 59 get published? [17:49] oh browser did [17:50] trainguards silo 16? [17:51] pmcgowan: I know mterry had some doubts about that one, I wanted Mirv to comment... dbarth are you still around? [17:51] And I have doubts about that too [17:51] Since it's targetting the main archive, and the version number has no ~overlay tag [17:51] dbarth: ping [17:53] sil2100, can we fix it to target the overlay? [17:53] or does it go into updates [17:54] pmcgowan: we can, but if it goes to the overlay, it would need either a version change or at least a guarantee that no one releases the same version number to updates [17:54] I would like someone to comment first [17:54] Since maybe it was supposed to be an SRU..? [17:56] sil2100, 1.9.3 is in the overlay so I assume thats where this should go [17:56] oSoMoN, around? [17:56] pmcgowan, yes [17:56] silo 16 is not targeted for the overlay [17:57] so it didnt land yet [17:57] I re-targetted it now [17:57] oSoMoN, want to make sure we are doing it right [17:57] mterry, cyphermox: can one of you two land silo 16 maybe? [17:57] pmcgowan, it should go to the overlay indeed [17:57] it wants an overlay version? [17:58] sil2100, I can land if you're happy with target and version [17:58] oSoMoN, is the version string ok as is? [17:58] oSoMoN: any reason why the version is not for overlay? [17:58] sil2100: silo 16's lack of diff terrified me but apparently they silo had the vivid version so there's really no diff. That's why the version had no overlay tag because it looks like a direct copy from vivid [17:59] sil2100, not that I know of, please note that oxide 1.9.5-0ubuntu0.15.04.1 is already in vivid-updates, will that conflict if the same version gets pushed to the overlay? [17:59] robru: still it needs a version change, as otherwise we have 2 binaries with the same version but different contents [17:59] Although for the overlay it *should* be ok [17:59] sil2100: the contents are the same [17:59] oSoMoN, sil2100 if its in vivid updates then we already get it right? [17:59] robru: source contents, yes, binary contents - no, different dependencies [18:00] pmcgowan, no, the overlay PPA has priority [18:00] Bah [18:00] hm [18:00] Oh, wait [18:00] I mean the build already plls from vivid updates [18:00] so do we need it in the overlay ? [18:00] Well, anyway, it's good as it is [18:00] mterry: can you press the publish buttonz? [18:00] sil2100, ^^ [18:01] pmcgowan, yes, but 1.9.3 is in the overlay so it’s going to take precedence over 1.9.5 in the archive, as the PPA has a higher score [18:01] pmcgowan: yeah, we need it in overlay [18:01] pmcgowan: due to pin priorities [18:01] oh, hrm [18:01] But it's good [18:01] ok [18:02] sil2100, so the fact that we don’t have an ~overlay suffix in the version is not going to cause conflicts? [18:02] oSoMoN: no, in this case we should be ok [18:02] I just double checked [18:03] ok [18:05] sil2100, oSoMoN, pmcgowan: no... the versioning for oxide-qt is all messed up. silo 16 and vivid-updates have 1.9.5, but wily only has 1.9.1 [18:05] And silo 16 has the same version as vivid-updates... [18:06] mterry, 1.9.5 will go to wily-updates as soon as it opens up [18:07] but the updates pocket is not open yet as wily hasn’t been released [18:09] oSoMoN, should it be a dual landing then? so we don't forget about it [18:09] sil2100, do we have the wily overlay yet? [18:09] mterry: dual silos don't support manual packages, only MPs [18:09] pmcgowan: yes [18:09] can't we land it there? [18:09] oSoMoN: wily packages in the overlay will be copied to X, not wily-updates [18:10] pmcgowan: yes but somebody would have to prepare that package manually [18:10] mterry, well we could add a wily build to the silo, but at this stage I think what really matters is getting 1.9.5 in the vivid build in time for OTA7, wily is secondary [18:10] oSoMoN, this is how we forget about packages and get regressions later :) [18:10] oSoMoN, I can publish [18:11] oSoMoN, but it's not clear to me that we have a way to not forget to update wily later [18:11] mterry, I could promise we won’t forget about it, but you’d have to take my word for it :) and the release of 1.10 is just around the corner, so 1.9.5 will be short-lived anyway [18:11] I thought our dual landing in the PPA was to not forget things [18:12] oSoMoN, right but we had a system for it... the dual landings [18:12] I mean that's for X, but same deal. Not forgetting [18:13] mterry: dual landing is to enforce the process of releasing to wily before releasing to vivid. but when I implemented it I didn't anticipate manual packages so it only supports MPs for now [18:14] robru, right but we can have two silos :) [18:14] mterry: sure can [18:14] robru, how we get there doesn't matter to me, I just want the update sitting in a wily pocket somewhere that we know about it [18:15] mterry, I can request a silo for 1.9.5 in wily, would that make you feel better about publishing now? [18:15] mterry: I agree, but seeing as the ota7 deadline is looming I think it's reasonable to just publish this vivid one now and get them to do wily immediately after [18:16] oSoMoN, that would be sufficient for me, yes [18:16] sil2100: no I wasn't involved with the newest 1.9.5 landing. I guess whoever uploaded it was just not aware of the need to repackage with version number change to ~ [18:16] I handled the previous one [18:16] oSoMoN, just knowing that you're making a silo is enough, but please do actually make it :) [18:16] mterry, excellent, so I’ll do that right away [18:17] * mterry goes to publish [18:17] mterry, note that there is already a 1.9.5 build for wily in https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/ppa/+packages, so I’ll simply request a source copy to the silo PPA from there [18:20] mterry, got silo 57 for it [18:20] oSoMoN, so fast :) 16 is middle of publishing [18:21] sil2100: can you please do a source copy of oxide-qt 1.9.5-0ubuntu1 from https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/ppa/+packages (wily only) to silo 57, with an added ~overlay suffix if necessary? [18:25] robru, hey, can you please dput qtmultimedia from ppa:jhodapp/ubuntu/ppa to silo 55 [18:26] jhodapp: sure one sec [18:26] thanks [18:27] jhodapp: ok done. you can do a WATCH_ONLY build in the silo to get pinged when it finishes building [18:27] thanks man [18:30] jhodapp: you're welcome [18:32] Mirv: no worries, that case was a binary copy anyway [18:32] * sil2100 ready with the source packages for the buteo revert but needs to jump out for a min [18:58] sil2100: robru: jibel: I am happy with the silo14, let's push it once more. [18:59] rvr, ^ are you happy too ? [18:59] jibel: [18:09:25] bzoltan_: Silo 14 waiting for automated test results. [19:00] jibel: rvr: please keep me posted about how the rest of the process goes... [19:02] bzoltan_, I believe he just wanted to check that the results of the automated tests are green [19:04] jibel: they were green on the last two attempts :) So I watch this landing with extra attention ... [19:05] jibel: i am not happy for the flakyness all over the AP tests [19:19] bzoltan_, I'll trust rvr's judgement. [19:20] jibel: me too :) [19:20] jibel: so let's unleash this beast === fginther` is now known as fginther [20:00] what now [20:39] * robru -> lunch [20:43] trainguards: can you please do a source copy of oxide-qt 1.9.5-0ubuntu1 from https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/ppa/+packages (wily) to silo 57, with an added ~overlay suffix if necessary? [20:43] oSoMoN: I could still do it potentially [20:43] Ok, on it, will take a bit as unpacking/repacking the source takes some time on my PC [20:44] sil2100, thanks, that’d be great! it’s not super urgent, but as mterry pointed out earlier, better to get it done now so that we don’t forget [20:46] Downloading the source now [21:08] bzoltan_, rvr, jibel: is silo 14 good to go? It's not switched as ready for publish [21:12] trainguards, I've taken over some of mandel's responsibilities at Canonical, so I'd like to get permissions setup for landing and reassign his silos to me if possible [21:13] ssweeny: there's nothing really to "reassign", as anybody can edit any request at this point. The only thing to do is change his name for your name in the "landers" field so that you get IRC pings when things happen [21:13] ssweeny: are you in the right LP teams to be able to use the train at all? [21:13] robru, great [21:13] robru, I've not used the train yet so I doubt it [21:13] ssweeny: ok, what's your lp id? [21:13] robru, ssweeny [21:13] ssweeny: ok I'll add you [21:14] robru, great, thanks! [21:14] ssweeny: ok, if you go to https://requests.ci-train.ubuntu.com/#/user/mandel and log in with SSO you should be able to edit mandel's requests and put your name in [21:15] ssweeny: and the documentation for using the train is here: https://wiki.ubuntu.com/citrain/LandingProcess but it's probably difficult to read, feel free to ask if you're unsure about anything [21:16] robru, perfect. Looks like it works [21:16] thanks again [21:16] I'm sure I'll be bugging you soon :) [21:17] ssweeny: you're welcome! [21:19] ssweeny: oh man, https://requests.ci-train.ubuntu.com/#/ticket/70 this one is *super* old (the "original requestid" thing means it was migrated from the old system way back). if you could get that one moving that'd be super ;-) [21:19] robru, yeah, that's near the top of my list :) [21:20] sweeet === salem_ is now known as _salem [22:35] sil2100: I was waiting for bzoltan_'s automated test results for silo 14