[00:19] -queuebot:#ubuntu-ci-eng- Saviq, https://requests.ci-train.ubuntu.com/#/ticket/1771 Failed to build (vivid/qtmir, vivid/qtmir-gles, vivid/unity8, xenial/qtmir, xenial/qtmir-gles, xenial/unity8, yakkety/qtmir, yakkety/qtmir-gles, yakkety/unity8). Successfully built (vivid/gsettings-ubuntu-touch-schemas, vivid/platform-api, vivid/qtubuntu, vivid/qtubuntu-gles, vivid/ubuntu-settings-components, vivid/unity-api, vivid/unity-notifications, xenial/gsettings-ubuntu-touch-sche [00:25] -queuebot:#ubuntu-ci-eng- jamesh michi, https://requests.ci-train.ubuntu.com/#/ticket/1681 QA Signoff: Approved [01:10] -queuebot:#ubuntu-ci-eng- michi jamesh, https://requests.ci-train.ubuntu.com/#/ticket/1703 Preparing packages [01:45] -queuebot:#ubuntu-ci-eng- michi jamesh, https://requests.ci-train.ubuntu.com/#/ticket/1703 Failed to build (xenial/thumbnailer). Successfully built (vivid/persistent-cache-cpp, vivid/thumbnailer, xenial/persistent-cache-cpp, yakkety/persistent-cache-cpp, yakkety/thumbnailer) === chihchun_afk is now known as chihchun [05:14] are there any friendly core-dev folks who would like to publish silo 3 (https://requests.ci-train.ubuntu.com/#/ticket/1681) for me? The LandingProcess wiki page seems to say this won't happen automatically due to the manual source upload [05:25] jamesh: publishing is never automatic, what gave you the impression it'd ever be automatic? publishing can only be done by people who have upload rights on the package. [05:26] jamesh: bad time of day for core devs, I guess sil will be around in some hours [05:57] robru: I didn't think it was ever automatic. This is the first time I've pushed a silo with a manual source package change, and the LandingProcess wiki page said I had to go out and seek a core dev (something I hadn't done in the past) [05:58] jamesh: yeah, if your ticket is just MPs and doesn't have packaging changes, you can publish yourself, but if you have either packaging changes or manual sources then you need somebody with upload rights (usually core dev, maybe PPU or MOTU depending on what package it is). [05:59] we've got a new Boost for vivid in the overlay (the manual source package), trivial packaging changes to unity-api, and a completely new package that has never been in the archive [06:42] -queuebot:#ubuntu-ci-eng- abeato, https://requests.ci-train.ubuntu.com/#/ticket/1781 Diff missing (vivid/gst-plugins-base1.0, vivid/gst-plugins-good1.0, vivid/gstreamer1.0, vivid/libhybris). Ready to build (vivid/gst-plugins-bad, vivid/gst-plugins-base, vivid/gst-plugins-good, vivid/gst-plugins-ugly, vivid/gstreamer) [06:51] -queuebot:#ubuntu-ci-eng- Saviq, https://requests.ci-train.ubuntu.com/#/ticket/1771 Preparing packages [06:57] jamesh: if you had highlighted trainguards, I'd have noticed earlier :) looking. [06:58] Mirv: I wasn't sure if trainguards were core devs, or distinct [06:59] jamesh: distinct, but me and sil2100 are also core-devs [06:59] okay [06:59] jamesh: looks ok, but storage-framework will go to NEW queue instead of proposed in yakkety since it's a new source [06:59] which means: publishing [07:00] Mirv: fair enough. Will that delay the other stuff in the silo? [07:00] jamesh: no, vivid and xenial will be up to date immediately [07:01] Mirv: in particular, the sooner the online-accounts-api stuff gets published, the sooner the builds in our team Jenkass instance [07:02] can start passing [07:02] (since storage-framework can't build without the updated online-accounts-api) [07:02] -queuebot:#ubuntu-ci-eng- jamesh michi, https://requests.ci-train.ubuntu.com/#/ticket/1681 Publish failed: Diffs missing! Please do a DIFF_ONLY build [07:04] doh, needs some manual work because vivid-only boost [07:07] -queuebot:#ubuntu-ci-eng- pete-woods, https://requests.ci-train.ubuntu.com/#/ticket/1768 Publishing [07:08] Mirv, jamesh: do you have any idea about this failure? Do I need to add a dependency on gcc6? https://launchpadlibrarian.net/275316446/buildlog_ubuntu-yakkety-powerpc.account-polld_0.1+16.10.20160727.1-0ubuntu1_BUILDING.txt.gz [07:09] Mirv, jamesh: I didn't change the code, the failure started happening in yakkety by its own [07:09] -queuebot:#ubuntu-ci-eng- koza, https://requests.ci-train.ubuntu.com/#/ticket/1705 Publishing [07:09] mardy: looking [07:10] mardy: "go build launchpad.net/account-polld/qtcontact: /usr/bin/g++-6: fork/exec /usr/bin/g++-6: no such file or directory" is the relevant error [07:10] -queuebot:#ubuntu-ci-eng- Elleo, https://requests.ci-train.ubuntu.com/#/ticket/1628 Publishing [07:10] -queuebot:#ubuntu-ci-eng- pete-woods, https://requests.ci-train.ubuntu.com/#/ticket/1768 Release pocket (vivid/libusermetrics, xenial/libusermetrics). Successfully built (yakkety/libusermetrics) [07:11] mardy: looks like the build chroot gets upgraded from gcc-5 to gcc-6, but g++-6 doesn't get installed [07:11] is g++ a build-dependency? [07:11] hmm. build-essential depends on g++, so I wonder what is going on? [07:12] mardy: doesn't look familiar, and like jamesh seems puzzling. === faenil is now known as faenil_ [07:13] -queuebot:#ubuntu-ci-eng- Elleo, https://requests.ci-train.ubuntu.com/#/ticket/1628 Proposed pocket (yakkety/fonts-emojione, yakkety/ubuntu-keyboard). Successfully built (vivid/fonts-emojione, vivid/ubuntu-keyboard, xenial/fonts-emojione, xenial/ubuntu-keyboard) [07:14] Mirv, jamesh: is build-essential an implied dependency, or should I add it to debian/control? [07:15] mardy: build-essential represents the dependencies every package implicitly depends on [07:15] you don't need to explicitly depend on them normally [07:15] -queuebot:#ubuntu-ci-eng- gary-wzl77, https://requests.ci-train.ubuntu.com/#/ticket/1732 Destination version missing from changelog (yakkety/net-cpp). Diff missing (vivid/boost1.58). Failed to build (vivid/mcloud). NEW queue (yakkety/storage-framework). Proposed pocket (yakkety/online-accounts-api). Ready to build (xenial/boost1.58, yakkety/boost1.58). Release pocket (vivid/storage-framework, xenial/online-accounts-api, xenial/storage-framework). Successfully built (vi [07:15] jamesh: thought so, at least I never see it mentioned in any debian/control [07:15] I'd expect the chroot upgrade to upgrade the "g++" package to a version that depends on "g++-6", and cause the new C++ compiler to be installed [07:16] but that obviously hasn't happened [07:16] mardy: https://requests.ci-train.ubuntu.com/#/ticket/1562 will need a rebuild and re-QA unfortunately because renato's https://launchpad.net/ubuntu/+source/account-plugins/0.13+16.10.20160804-0ubuntu1 was landed [07:16] is the build failing everywhere, or just on one arch? [07:16] Mirv: ok, will do [07:17] mardy: also, no-one asked to publish that silo / ack packaging changes, it could have been published already last week [07:17] jamesh: I'm not sure, here it mentions powerpc only, I don't know if the other archs built it or not: https://requests.ci-train.ubuntu.com/log/1722/status/1003/ [07:17] I do tend to publish unpublished QAd silos, but they are now more hidden due to yakkety failures [07:18] Mirv: ah, I didn't know that, I thought that publishing was automatic. Is it a matter of pinging trainguards, or whom? [07:19] mardy: anyone who has publishing rights to the packages if they have packaging changes - so for example me or sil2100 if main packages [07:19] so any core-dev [07:19] mardy: it has only seemed automatic :) [07:19] mardy: Looking at the silo PPA, it only failed on PPC for yakkety: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-055/+packages [07:19] Mirv: but as I understand, I cannot build ticket 1562 until this one has fully landed, right? https://requests.ci-train.ubuntu.com/#/ticket/1643 [07:20] mardy: I'd retry the build to see if you get a different answer before spending more time on it. One possibility is that it was built at just the wrong time when the archive was inconsistent [07:22] mardy: it looks like the vivid-overlay builds are failing weirdly too, on multiple architectures: https://launchpadlibrarian.net/275316472/buildlog_ubuntu-vivid-powerpc.account-polld_0.1+15.04.20160727.1-0ubuntu1_BUILDING.txt.gz [07:22] that one is searching for GCC 5 on vivid [07:23] jamesh: uh, I just noticed that https://requests.ci-train.ubuntu.com/#/ticket/1643 is about to land, and it uses my account-polld branch as a prerequisite; somehow these silos are being landed in the wrong order... but anyway, I'll just wait for it to land :-) [07:25] mardy: right. I'm making a note to manually track those two packages. merge to trunk should be ready in 1 min. [07:25] -queuebot:#ubuntu-ci-eng- renatofilho, https://requests.ci-train.ubuntu.com/#/ticket/1643 Merging to trunk [07:26] -queuebot:#ubuntu-ci-eng- jamesh michi, https://requests.ci-train.ubuntu.com/#/ticket/1681 NEW queue (yakkety/storage-framework). Proposed pocket (yakkety/online-accounts-api, yakkety/unity-api). Ready to build (xenial/boost1.58, yakkety/boost1.58). Release pocket (vivid/boost1.58, vivid/online-accounts-api, vivid/storage-framework, vivid/unity-api, xenial/online-accounts-api, xenial/storage-framework, xenial/unity-api) [07:26] -queuebot:#ubuntu-ci-eng- koza, https://requests.ci-train.ubuntu.com/#/ticket/1705 Proposed pocket (yakkety/bluez). Release pocket (vivid/bluez, xenial/bluez) [07:28] Mirv: OK. But I just noticed that that silo includes some changes to account-polld (if you see the account-polld MP, you'll see that it uses another branch as prerequisite) that I wanted to land in https://requests.ci-train.ubuntu.com/#/ticket/1722, and might not be ready [07:29] Mirv: they work fine, but with the current Dekko, tapping on the notification won't do anything [07:29] Mirv: thanks for your help with silo 3. Everyone here at the sprint appreciates it! [07:30] -queuebot:#ubuntu-ci-eng- pete-woods, https://requests.ci-train.ubuntu.com/#/ticket/1768 Proposed pocket (yakkety/libusermetrics). Release pocket (vivid/libusermetrics, xenial/libusermetrics) [07:30] Mirv: it's not such a serious issue, and Dekko is likely to get fixed soon, but it's a bit weird that that silo got to land before mine :-) [07:30] -queuebot:#ubuntu-ci-eng- Elleo, https://requests.ci-train.ubuntu.com/#/ticket/1628 Proposed pocket (yakkety/fonts-emojione, yakkety/ubuntu-keyboard). Release pocket (vivid/fonts-emojione, vivid/ubuntu-keyboard, xenial/fonts-emojione, xenial/ubuntu-keyboard) [07:31] mardy: right, well QA will only the silos generally in that order that they come in if no-one lets them know better... [07:31] mardy: with these packages that many parties are working on, some coordination is required [07:32] Mirv: yeah, usually that's not a problem, given that it's unlikely that the same package is worked on by two different teams with no coordination [07:33] Mirv: we'll be more careful in the future [07:34] -queuebot:#ubuntu-ci-eng- gary-wzl77, https://requests.ci-train.ubuntu.com/#/ticket/1732 Destination version missing from changelog (yakkety/net-cpp). Failed to build (vivid/mcloud). NEW queue (yakkety/storage-framework). Proposed pocket (yakkety/online-accounts-api). Ready to build (xenial/boost1.58, yakkety/boost1.58). Release pocket (vivid/boost1.58, vivid/online-accounts-api, vivid/storage-framework, xenial/online-accounts-api, xenial/storage-framework). Successful [07:35] -queuebot:#ubuntu-ci-eng- renatofilho, https://requests.ci-train.ubuntu.com/#/ticket/1773 Needs rebuild due to new commits (yakkety/account-plugins). Successfully built (vivid/account-plugins, vivid/ubuntu-themes, xenial/account-plugins, xenial/ubuntu-themes, yakkety/ubuntu-themes) [07:37] -queuebot:#ubuntu-ci-eng- dbarth mardy, https://requests.ci-train.ubuntu.com/#/ticket/1562 QA Signoff: Required [07:37] -queuebot:#ubuntu-ci-eng- dbarth mardy, https://requests.ci-train.ubuntu.com/#/ticket/1562 Preparing packages [07:39] -queuebot:#ubuntu-ci-eng- dbarth, https://requests.ci-train.ubuntu.com/#/ticket/1497 Needs rebuild due to new commits (yakkety/account-plugins). Successfully built (vivid/account-plugins, vivid/signon-plugin-oauth2, xenial/account-plugins, xenial/signon-plugin-oauth2, yakkety/signon-plugin-oauth2) [07:43] -queuebot:#ubuntu-ci-eng- mardy, https://requests.ci-train.ubuntu.com/#/ticket/1722 Needs rebuild due to new commits (yakkety/account-polld). Successfully built (vivid/account-polld, xenial/account-polld) [07:51] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1770 Currently building (yakkety/kde-runtime). Diff missing (yakkety/mlt, yakkety/qtbase-opensource-src, yakkety/qtimageformats-opensource-src, yakkety/stk). Failed to build (yakkety/ubuntu-ui-toolkit). Proposed pocket (yakkety/ubuntu-system-settings). Ready to build (yakkety/kde-l10n-ast, yakkety/qtbase-opensource-src-gles, yakkety/ubuntu-ui-toolkit-gles) [07:58] -queuebot:#ubuntu-ci-eng- Saviq, https://requests.ci-train.ubuntu.com/#/ticket/1771 Destination version missing from changelog (yakkety/unity-api). Successfully built (vivid/gsettings-ubuntu-touch-schemas, vivid/platform-api, vivid/qtmir, vivid/qtmir-gles, vivid/qtubuntu, vivid/qtubuntu-gles, vivid/ubuntu-settings-components, vivid/unity-api, vivid/unity-notifications, vivid/unity8, xenial/gsettings-ubuntu-touch-schemas, xenial/platform-api, xenial/qtmir, xenial/qtmir- [08:00] -queuebot:#ubuntu-ci-eng- tvoss ssweeny, https://requests.ci-train.ubuntu.com/#/ticket/1745 Preparing packages [08:02] -queuebot:#ubuntu-ci-eng- abeato, https://requests.ci-train.ubuntu.com/#/ticket/1781 Diff missing (vivid/gst-plugins-base1.0, vivid/gst-plugins-good1.0, vivid/gst-plugins-ugly1.0, vivid/gstreamer1.0, vivid/libhybris). Ready to build (vivid/gst-plugins-bad, vivid/gst-plugins-base, vivid/gst-plugins-good, vivid/gst-plugins-ugly, vivid/gstreamer) [08:04] -queuebot:#ubuntu-ci-eng- dbarth mardy, https://requests.ci-train.ubuntu.com/#/ticket/1562 Successfully built [08:11] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1770 Diff missing (yakkety/kde-runtime, yakkety/mlt, yakkety/qtbase-opensource-src, yakkety/qtimageformats-opensource-src, yakkety/stk). Failed to build (yakkety/ubuntu-ui-toolkit). Proposed pocket (yakkety/ubuntu-system-settings). Ready to build (yakkety/kde-l10n-ast, yakkety/qtbase-opensource-src-gles, yakkety/ubuntu-ui-toolkit-gles) [08:14] Mirv, how could you! [08:14] (release unity-api) :P [08:14] Saviq: jamesh asked kindly! :) [08:16] Mirv, I assume you won't want to finalize it... [08:16] and I know the next q... right [08:17] w00t you did :) [08:17] -queuebot:#ubuntu-ci-eng- jamesh michi, https://requests.ci-train.ubuntu.com/#/ticket/1681 Merging to trunk [08:17] * Mirv 's "remember to track migration manually" list is growing big [08:18] Mirv, thank you :) [08:18] I actually had that unity-api MP in my silo, too [08:18] Saviq: you're welcome. the yakkety-proposed issue is now no longer in my hands so I don't know when it will resolve.. [08:18] aha [08:19] -queuebot:#ubuntu-ci-eng- Saviq, https://requests.ci-train.ubuntu.com/#/ticket/1771 Preparing packages [08:26] -queuebot:#ubuntu-ci-eng- tvoss ssweeny, https://requests.ci-train.ubuntu.com/#/ticket/1745 Dependency wait (yakkety/location-service). Successfully built (vivid/location-service, xenial/location-service) [08:45] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1783 Successfully built [08:51] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1770 Diff missing (yakkety/qtbase-opensource-src). Failed to build (yakkety/ubuntu-ui-toolkit). Needs rebuild due to burned version number (yakkety/kde-runtime). Proposed pocket (yakkety/mlt, yakkety/qtimageformats-opensource-src, yakkety/stk, yakkety/ubuntu-system-settings). Ready to build (yakkety/kde-l10n-ast, yakkety/qtbase-opensource-src-gles, yakkety/ubuntu-ui-toolkit-gles) [08:54] trainguards, auto signoff is failing on my beautifuly crafted silo 60 but this time on vivid [unity8/8.14+15.04.20160803-0ubuntu1] and I do not see what could be wrong [it has been all green a couple of days ago]. I'm a little bit lost atm on the current state so is it a known thing or sth new? [08:56] koza: I guess the tests tend to be flaky? I saw failures of those from time to time [08:56] Let me re-run as it looks like qmluitests failed [08:56] sil2100, could you re-run [08:57] sil2100, you are fast, thanks :) [08:59] -queuebot:#ubuntu-ci-eng- Saviq, https://requests.ci-train.ubuntu.com/#/ticket/1771 Successfully built [09:10] -queuebot:#ubuntu-ci-eng- Elleo, https://requests.ci-train.ubuntu.com/#/ticket/1628 Proposed pocket (yakkety/ubuntu-keyboard). Release pocket (vivid/fonts-emojione, vivid/ubuntu-keyboard, xenial/fonts-emojione, xenial/ubuntu-keyboard, yakkety/fonts-emojione) [09:11] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1770 Diff missing (yakkety/qtbase-opensource-src, yakkety/qtimageformats-opensource-src). Failed to build (yakkety/ubuntu-ui-toolkit). Needs rebuild due to burned version number (yakkety/kde-runtime). Proposed pocket (yakkety/mlt, yakkety/stk, yakkety/ubuntu-system-settings). Ready to build (yakkety/kde-l10n-ast, yakkety/qtbase-opensource-src-gles, yakkety/ubuntu-ui-toolkit-gles) [09:32] -queuebot:#ubuntu-ci-eng- abeato, https://requests.ci-train.ubuntu.com/#/ticket/1782 QA Signoff: Ready [09:37] sil2100, just to make sure that it is under control: have you managed to re-run silo 60? I ask because there is no change of the status whatsoever. [09:42] koza, tests are running http://autopkgtest.ubuntu.com/running.shtml search for landing-060 [09:42] jibel, cool [09:43] koza: yes, I did, it's not instantly visible though [09:43] sil2100, jibel, now I know, will bookmark that page for future [09:46] -queuebot:#ubuntu-ci-eng- tvoss ssweeny, https://requests.ci-train.ubuntu.com/#/ticket/1745 QA Signoff: Ready [09:51] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1783 Publishing [09:59] -queuebot:#ubuntu-ci-eng- tvoss mardy, https://requests.ci-train.ubuntu.com/#/ticket/1742 Preparing packages [10:04] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1783 Proposed pocket [10:11] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1770 Diff missing (yakkety/qtbase-opensource-src). Failed to build (yakkety/ubuntu-ui-toolkit). Needs rebuild due to burned version number (yakkety/kde-runtime). Proposed pocket (yakkety/mlt, yakkety/qtimageformats-opensource-src, yakkety/stk, yakkety/ubuntu-system-settings). Ready to build (yakkety/kde-l10n-ast, yakkety/qtbase-opensource-src-gles, yakkety/ubuntu-ui-toolkit-gles) [10:18] -queuebot:#ubuntu-ci-eng- Cimi, https://requests.ci-train.ubuntu.com/#/ticket/1636 Needs rebuild due to new commits (yakkety/unity8). Successfully built (vivid/unity8, xenial/unity8) [10:31] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1770 Diff missing (yakkety/qtbase-opensource-src). Failed to build (yakkety/ubuntu-ui-toolkit). Proposed pocket (yakkety/qtimageformats-opensource-src). Ready to build (yakkety/kde-l10n-ast, yakkety/kde-runtime, yakkety/mlt, yakkety/qtbase-opensource-src-gles, yakkety/stk, yakkety/ubuntu-system-settings, yakkety/ubuntu-ui-toolkit-gles) [10:37] -queuebot:#ubuntu-ci-eng- Cimi, https://requests.ci-train.ubuntu.com/#/ticket/1636 Bad merges (yakkety/unity8). Successfully built (vivid/unity8, xenial/unity8) [10:40] -queuebot:#ubuntu-ci-eng- mardy, https://requests.ci-train.ubuntu.com/#/ticket/1722 Abandoning ticket [10:43] -queuebot:#ubuntu-ci-eng- abeato, https://requests.ci-train.ubuntu.com/#/ticket/1781 Diff missing (vivid/gst-plugins-bad1.0, vivid/gst-plugins-base1.0, vivid/gst-plugins-good1.0, vivid/gst-plugins-ugly1.0, vivid/gstreamer1.0, vivid/libhybris). Ready to build (vivid/gst-plugins-bad, vivid/gst-plugins-base, vivid/gst-plugins-good, vivid/gst-plugins-ugly, vivid/gstreamer) [10:43] -queuebot:#ubuntu-ci-eng- tvoss mardy, https://requests.ci-train.ubuntu.com/#/ticket/1742 Dependency wait (yakkety/location-service). Successfully built (vivid/location-service, xenial/location-service) [10:44] jibel, hey, can I get an exception for automatic test failures in silo 50? It's now only failing for yakkety; a known failure afaik. [10:45] jibel, actually, hold that for a bit. Seems I need a rebuild. [10:47] -queuebot:#ubuntu-ci-eng- jgdx, https://requests.ci-train.ubuntu.com/#/ticket/1721 Preparing packages [10:49] -queuebot:#ubuntu-ci-eng- jgdx, https://requests.ci-train.ubuntu.com/#/ticket/1526 Preparing packages === _salem is now known as salem_ [11:20] Wellark: Hi. Silo 76 is approved. [11:21] -queuebot:#ubuntu-ci-eng- Wellark, https://requests.ci-train.ubuntu.com/#/ticket/1749 QA Signoff: Approved [11:23] -queuebot:#ubuntu-ci-eng- jgdx, https://requests.ci-train.ubuntu.com/#/ticket/1721 Successfully built (vivid/ubuntu-settings-components, vivid/ubuntu-system-settings, xenial/ubuntu-settings-components, xenial/ubuntu-system-settings, yakkety/ubuntu-settings-components). Uploading build (yakkety/ubuntu-system-settings) [11:25] -queuebot:#ubuntu-ci-eng- morphis, https://requests.ci-train.ubuntu.com/#/ticket/1620 QA Signoff: Approved [11:43] -queuebot:#ubuntu-ci-eng- jgdx, https://requests.ci-train.ubuntu.com/#/ticket/1721 Successfully built [11:44] morphis, how soon can you land 21? (And you saw Mirv pushing a change to packaging? Might have to rebuild) [11:45] Mirv, or does he ^? [11:45] seems also aethercast changed in archives [11:45] jgdx: as QA as approved it, it can land right now [11:45] morphis, go go go [11:45] "Destination version missing from changelog (yakkety/aethercast)" [11:45] jgdx, Mirv: what change to packaging? [11:45] Mirv: that can't be, all changes are in trunk and branches are rebased properly [11:46] Mirv, I got that too, for udm, which hasn't changed since July [11:46] morphis: jgdx: firstly, it's ok, can be published.. with a twist [11:47] u-s-s I added s390x related thing, I can rebuild yakkety only [11:47] aethercast seems no-change rebuild to pick up boost change in archives [11:47] Mirv: if not somebody uploaded aethercast without going through train [11:47] so yakkety related issues that can be workarouned [11:47] morphis: yes, doko tends to do that.. [11:47] why? we especially state that in the packaging its need to be done this way [11:47] otherwise its just a big mess [11:47] morphis: because doko is doko [11:48] doko desu ka? [11:48] Mirv: who is that? [11:48] morphis: well, he does handle GCC6 and boost type of transitions and just uploads hundreds of packages without asking anyone, which tends to cause havoc in addition to of course progressing the transitions [11:48] hm [11:48] morphis: https://launchpad.net/~doko [11:48] morphis: anyway, it's not your problem, I can handle it in yakkety [11:49] Mirv: can you submit any changes he did as MP? [11:49] morphis: it's just a changelog entry since it was a no-change rebuild to pick up newer dependency [11:49] ah ok [11:49] then I am fine [11:49] -queuebot:#ubuntu-ci-eng- jgdx, https://requests.ci-train.ubuntu.com/#/ticket/1526 Destination version missing from changelog (yakkety/ubuntu-download-manager). Successfully built (vivid/ubuntu-download-manager, vivid/ubuntu-system-settings, xenial/ubuntu-download-manager, xenial/ubuntu-system-settings, yakkety/ubuntu-system-settings) [11:49] I can update the trunk as needed, or even if needed [11:50] so if your aethercast picked up the same boost, then it could be actually published as is [11:50] I'm still pondering the u-s-s for a bit [11:52] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1770 Currently building (yakkety/ffmpeg). Diff missing (yakkety/qtbase-opensource-src). Failed to build (yakkety/ubuntu-ui-toolkit). Proposed pocket (yakkety/qtimageformats-opensource-src). Ready to build (yakkety/kde-l10n-ast, yakkety/kde-runtime, yakkety/mlt, yakkety/qtbase-opensource-src-gles, yakkety/stk, yakkety/ubuntu-system-settings, yakkety/ubuntu-ui-toolkit-gles) [11:54] -queuebot:#ubuntu-ci-eng- morphis, https://requests.ci-train.ubuntu.com/#/ticket/1620 Generating diffs [11:54] -queuebot:#ubuntu-ci-eng- gary-wzl77, https://requests.ci-train.ubuntu.com/#/ticket/1732 Destination version missing from changelog (yakkety/net-cpp). Failed to build (vivid/mcloud). Proposed pocket (yakkety/online-accounts-api, yakkety/storage-framework). Ready to build (xenial/boost1.58, yakkety/boost1.58). Release pocket (vivid/boost1.58, vivid/online-accounts-api, vivid/storage-framework, xenial/online-accounts-api, xenial/storage-framework). Successfully built (vi [11:57] it would look like u-s-s would not need my workaround anymore but the s390x would be prevented from building even without it, so I could maybe publish the silo as is, forced === chihchun is now known as chihchun_afk [11:58] maybe I'll readd it however afterwards for the possibility of the problem coming back, as the upstart is the key point to depend on [12:00] -queuebot:#ubuntu-ci-eng- Saviq, https://requests.ci-train.ubuntu.com/#/ticket/1771 Preparing packages [12:01] -queuebot:#ubuntu-ci-eng- morphis, https://requests.ci-train.ubuntu.com/#/ticket/1620 Publish failed: ubuntu-system-settings has new, unbuilt commits [12:02] -queuebot:#ubuntu-ci-eng- abeato, https://requests.ci-train.ubuntu.com/#/ticket/1781 Diff missing [12:02] ok needs manual anyway [12:08] -queuebot:#ubuntu-ci-eng- morphis, https://requests.ci-train.ubuntu.com/#/ticket/1620 Merging to trunk [12:09] -queuebot:#ubuntu-ci-eng- jgdx, https://requests.ci-train.ubuntu.com/#/ticket/1526 Destination version missing from changelog (yakkety/ubuntu-download-manager, yakkety/ubuntu-system-settings). Successfully built (vivid/ubuntu-download-manager, vivid/ubuntu-system-settings, xenial/ubuntu-download-manager, xenial/ubuntu-system-settings) [12:11] Mirv, sil2100, could you help with publishing bluez in https://requests.ci-train.ubuntu.com/#/ticket/1705 I needa core dev ack on this [12:11] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1770 Diff missing (yakkety/ffmpeg, yakkety/qtbase-opensource-src). Failed to build (yakkety/ubuntu-ui-toolkit). Proposed pocket (yakkety/qtimageformats-opensource-src). Ready to build (yakkety/kde-l10n-ast, yakkety/kde-runtime, yakkety/mlt, yakkety/qtbase-opensource-src-gles, yakkety/stk, yakkety/ubuntu-system-settings, yakkety/ubuntu-ui-toolkit-gles) [12:13] koza: I already published, like it says it's in vivid/xenial and in yakkety proposed [12:14] Mirv, ah thanks and sorry - still learning [12:18] -queuebot:#ubuntu-ci-eng- koza, https://requests.ci-train.ubuntu.com/#/ticket/1696 Needs rebuild due to new commits (yakkety/ubuntu-system-settings). Successfully built (vivid/ubuntu-system-settings, xenial/ubuntu-system-settings) [12:22] -queuebot:#ubuntu-ci-eng- kenvandine, https://requests.ci-train.ubuntu.com/#/ticket/1500 Bad merges (yakkety/libertine). Failed to build (yakkety/content-hub). Needs rebuild due to new commits (yakkety/qtubuntu). Successfully built (vivid/apparmor-easyprof-ubuntu, vivid/content-hub, vivid/libertine, vivid/qtubuntu, vivid/qtubuntu-gles, xenial/apparmor-easyprof-ubuntu, xenial/content-hub, xenial/libertine, xenial/qtubuntu, xenial/qtubuntu-gles, yakkety/apparmor-easyprof [12:23] -queuebot:#ubuntu-ci-eng- jgdx, https://requests.ci-train.ubuntu.com/#/ticket/1721 Needs rebuild due to new commits (yakkety/ubuntu-system-settings). Successfully built (vivid/ubuntu-settings-components, vivid/ubuntu-system-settings, xenial/ubuntu-settings-components, xenial/ubuntu-system-settings, yakkety/ubuntu-settings-components) [12:23] -queuebot:#ubuntu-ci-eng- morphis, https://requests.ci-train.ubuntu.com/#/ticket/1620 Needs rebuild due to new commits (yakkety/ubuntu-system-settings). Proposed pocket (yakkety/aethercast). Release pocket (vivid/aethercast, vivid/ubuntu-system-settings, xenial/aethercast, xenial/ubuntu-system-settings) [12:27] -queuebot:#ubuntu-ci-eng- jgdx, https://requests.ci-train.ubuntu.com/#/ticket/1721 Preparing packages [12:29] -queuebot:#ubuntu-ci-eng- jgdx, https://requests.ci-train.ubuntu.com/#/ticket/1526 Destination version missing from changelog (yakkety/ubuntu-download-manager). Needs rebuild due to new commits (yakkety/ubuntu-system-settings). Successfully built (vivid/ubuntu-download-manager, vivid/ubuntu-system-settings, xenial/ubuntu-download-manager, xenial/ubuntu-system-settings) [12:31] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1770 Currently building (yakkety/ubuntu-system-settings). Diff missing (yakkety/ffmpeg, yakkety/qtbase-opensource-src). Failed to build (yakkety/ubuntu-ui-toolkit). Proposed pocket (yakkety/qtimageformats-opensource-src). Ready to build (yakkety/kde-l10n-ast, yakkety/kde-runtime, yakkety/mlt, yakkety/qtbase-opensource-src-gles, yakkety/stk, yakkety/ubuntu-ui-toolkit-gles) [12:32] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1783 Merging to trunk [12:39] -queuebot:#ubuntu-ci-eng- Saviq, https://requests.ci-train.ubuntu.com/#/ticket/1771 Successfully built [12:40] -queuebot:#ubuntu-ci-eng- kenvandine, https://requests.ci-train.ubuntu.com/#/ticket/1500 Failed to understand "https://code.launchpad.net/~townsend/libertine/pasted/+merge/299603". Is it a merge? [12:41] -queuebot:#ubuntu-ci-eng- tvoss mardy, https://requests.ci-train.ubuntu.com/#/ticket/1742 QA Signoff: Ready [12:52] rvr: hi, can you please override the automated signoff failure in https://requests.ci-train.ubuntu.com/#/ticket/1562? It's the usual failure with ubuntuone-credentials tests [12:54] -queuebot:#ubuntu-ci-eng- kenvandine, https://requests.ci-train.ubuntu.com/#/ticket/1500 Preparing packages [12:55] -queuebot:#ubuntu-ci-eng- dbarth mardy, https://requests.ci-train.ubuntu.com/#/ticket/1562 QA Signoff: Ready [12:56] rvr: thanks [12:57] -queuebot:#ubuntu-ci-eng- Saviq, https://requests.ci-train.ubuntu.com/#/ticket/1771 Preparing packages [13:00] mardy: Thanks for what? I didn't do anything :D [13:01] * mardy looks [13:02] jibel: ah, it was you, thanks :-) (no worries rvr, you'll get a cookie the next time :-p) [13:02] mardy: :D [13:03] -queuebot:#ubuntu-ci-eng- pstolowski, https://requests.ci-train.ubuntu.com/#/ticket/1785 Preparing packages [13:05] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1784 Successfully built [13:06] mardy: Didn't I already approve silo 49? === mterry_ is now known as mterry [13:06] rvr: yes, but I had to rebuild it since another silo landed changes to account-plugins [13:06] mardy: I see [13:07] rvr: feel free to re-approve it without testing, the chanegs are not conflicting and nothing changed here [13:07] *changes [13:09] mardy: I'll take a quick look, just in case [13:10] rvr: ok [13:11] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1770 Diff missing (yakkety/ffmpeg, yakkety/qtbase-opensource-src, yakkety/ubuntu-system-settings). Failed to build (yakkety/ubuntu-ui-toolkit). Proposed pocket (yakkety/qtimageformats-opensource-src). Ready to build (yakkety/kde-l10n-ast, yakkety/kde-runtime, yakkety/mlt, yakkety/qtbase-opensource-src-gles, yakkety/stk, yakkety/ubuntu-ui-toolkit-gles) [13:12] -queuebot:#ubuntu-ci-eng- boiko tiagosh, https://requests.ci-train.ubuntu.com/#/ticket/1780 Preparing packages [13:16] -queuebot:#ubuntu-ci-eng- koza, https://requests.ci-train.ubuntu.com/#/ticket/1696 Preparing packages [13:19] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1784 Publishing [13:22] -queuebot:#ubuntu-ci-eng- kenvandine, https://requests.ci-train.ubuntu.com/#/ticket/1500 Dependency wait (yakkety/libertine). Failed to build (yakkety/content-hub). Needs rebuild due to new commits (yakkety/qtubuntu). Successfully built (vivid/apparmor-easyprof-ubuntu, vivid/content-hub, vivid/libertine, vivid/qtubuntu, vivid/qtubuntu-gles, xenial/apparmor-easyprof-ubuntu, xenial/content-hub, xenial/libertine, xenial/qtubuntu, xenial/qtubuntu-gles, yakkety/apparmor-eas [13:23] -queuebot:#ubuntu-ci-eng- jgdx, https://requests.ci-train.ubuntu.com/#/ticket/1721 Needs rebuild due to new commits (yakkety/ubuntu-system-settings). Successfully built (vivid/ubuntu-settings-components, vivid/ubuntu-system-settings, xenial/ubuntu-settings-components, xenial/ubuntu-system-settings, yakkety/ubuntu-settings-components) [13:25] -queuebot:#ubuntu-ci-eng- jgdx, https://requests.ci-train.ubuntu.com/#/ticket/1721 Preparing packages [13:25] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1784 Proposed pocket [13:29] -queuebot:#ubuntu-ci-eng- renatofilho, https://requests.ci-train.ubuntu.com/#/ticket/1779 Preparing packages [13:34] jgdx: morphis: still a moment before everything is ready [13:34] ok [13:37] sil2100, Hi! [13:38] sil2100, How can we ensure autopilot silo testing card is created for QA ? [13:40] -queuebot:#ubuntu-ci-eng- Saviq, https://requests.ci-train.ubuntu.com/#/ticket/1771 Successfully built [13:41] dobey: getting a bit tired by these failures, this might help: https://code.launchpad.net/~mardy/ubuntuone-credentials/fix-token-tests/+merge/302551 [13:41] -queuebot:#ubuntu-ci-eng- renatofilho, https://requests.ci-train.ubuntu.com/#/ticket/1779 Currently building (vivid/buteo-syncfw, xenial/buteo-syncfw). Failed to build (yakkety/buteo-syncfw) [13:41] dobey: do you have a silo where you could put that in, or do you want me to try to land it? [13:42] -queuebot:#ubuntu-ci-eng- boiko tiagosh, https://requests.ci-train.ubuntu.com/#/ticket/1780 Failed to build [13:44] mardy: no, you can delete that MP [13:44] mardy: a fix that skips the tests already "landed" [13:45] mardy: don't blame me for silo autopkgtests not running against proposed [13:45] om26er_: hey! hm, first proposition would be to poke jibel and the QA team directly about it [13:45] Mirv, okay, let me know. I think I've started two builds and same thing :) [13:46] om26er_: since the lander sign-off cannot be force-switched because of the yakkety build failure - a build failure that doesn't really matter [13:46] But the train is stubborn [13:46] sil2100, aah, I was thinking maybe the card would appear on the sign-off queue for QA. [13:46] om26er_: yeah, it would if the silo didn't fail to build [13:47] om26er_: it's always created when the lander sign-off is Approved and the automated tests pass [13:47] But here, well... [13:47] We can't do that [13:47] -queuebot:#ubuntu-ci-eng- pstolowski, https://requests.ci-train.ubuntu.com/#/ticket/1785 Destination version missing from changelog (yakkety/unity-scopes-shell). Successfully built (vivid/unity-scopes-shell, xenial/unity-scopes-shell) [13:47] dobey: no blames assigned :-) Your call, but maybe you want to restore the tests, if that fix works? probably those 2 seconds were not enough for the mock test to be ready [13:47] s/test/server/ [13:48] davmor2, If a silo fails to build, shall I just add the testing card manually to trello board ? [13:48] mardy: what i really want is mockable APIs so we don't have to run bloody servers and pretend integration tests are unit tests [13:58] -queuebot:#ubuntu-ci-eng- koza, https://requests.ci-train.ubuntu.com/#/ticket/1696 Successfully built [14:00] jgdx: mardy: ok finally, these publisher run lengthts are crazy. so I've updated lp:u-s-s (already earlier) and copied a rebuilt u-s-s to yakkety to restore what that silo's build removed. [14:01] Mirv: did you mean to ping morphis? ^ [14:01] -queuebot:#ubuntu-ci-eng- renatofilho, https://requests.ci-train.ubuntu.com/#/ticket/1779 Failed to build (yakkety/buteo-syncfw). Successfully built (vivid/buteo-syncfw, xenial/buteo-syncfw) [14:02] sil2100, 'Lander Signoff' reverts to null for me on my silo: https://requests.ci-train.ubuntu.com/#/ticket/1758 [14:07] mardy: yes I meant to ping morphis :) [14:08] om26er_: yes, that's what I said above [14:08] om26er_: you can't set it to Approved because of the build failure [14:08] oh, just when I click send, I notice tedg may mean https://requests.ci-train.ubuntu.com/#/ticket/1735 <- sil2100, should that be merged if it blocks https://requests.ci-train.ubuntu.com/#/ticket/1772 ? [14:08] om26er_: and we can't do anything about the build failure, so you need to poke QA about that [14:08] I can add it to my long list "remember to check migration of after yakkety some day recovers" [14:09] om26er_: like, directly [14:09] Mirv: Yes, that is one that is getting me. But it looks like webp is close? [14:09] jibel: ^ hey, om26er_ has an autopilot silo that we can't switch to 'Approved' because of a build failure on s390x (because of upstart) [14:10] jibel: I have no means of switching it to Approved right now to run automated tests [14:10] jibel: could you guys include it to the QA queue anyway? [14:10] sil2100, I was told we won't be able to land it if it has FTBFS [14:11] tedg: it's as close as it was yesterday :) also, I'm not convinced it's the final piece, only that it makes it easier to see clearer what the remaining obstacles are. [14:11] tedg: but hopefully, yes.. [14:11] om26er_: by who? [14:11] -queuebot:#ubuntu-ci-eng- timo-jyrinki, https://requests.ci-train.ubuntu.com/#/ticket/1770 Diff missing (yakkety/ffmpeg, yakkety/qtbase-opensource-src). Failed to build (yakkety/ubuntu-ui-toolkit). Proposed pocket (yakkety/qtimageformats-opensource-src, yakkety/ubuntu-system-settings). Ready to build (yakkety/kde-l10n-ast, yakkety/kde-runtime, yakkety/mlt, yakkety/qtbase-opensource-src-gles, yakkety/stk, yakkety/ubuntu-ui-toolkit-gles) [14:11] om26er_: anyway, wait, I might have another idea [14:12] sil2100, we could go this way https://code.launchpad.net/~timo-jyrinki/ubuntu-system-settings/stop_s390x_problems_depend_on_upstart/+merge/302143 ? [14:12] om26er_: that's exactly what's happening here [14:12] om26er_: but what I'll try to do is convince the archive admins to just remove autopilot from s390x for now [14:13] Mirv: I am hopeful, don't destroy my hopes! ;-) [14:13] that would work [14:13] om26er_: but the truth is that this is the train not giving us options [14:14] om26er_: since we should be able to still publish willingly packages that stop building for a certain architecture [14:17] -queuebot:#ubuntu-ci-eng- tedg, https://requests.ci-train.ubuntu.com/#/ticket/1772 Bad merges (yakkety/libertine-scope, yakkety/ubuntu-app-launch). Dependency wait (yakkety/indicator-datetime, yakkety/url-dispatcher). Successfully built (vivid/content-hub, vivid/indicator-datetime, vivid/indicator-transfer, vivid/libertine-scope, vivid/qtmir, vivid/qtmir-gles, vivid/ubuntu-app-launch, vivid/ubuntu-push, vivid/url-dispatcher, vivid/zeitgeist, xenial/content-hub, xenial/ [14:18] crikey why are the unity8 tests *always* failing now === davmor2_ is now known as davmor2 [14:23] -queuebot:#ubuntu-ci-eng- jgdx, https://requests.ci-train.ubuntu.com/#/ticket/1721 Successfully built [14:25] Mirv, did you face a problem like that on yakkety: /«BUILDDIR»/buteo-syncfw-0.7.21+16.10.20160810/unittests/tests/msyncdtests/SyncBackupTest.cpp:56: undefined reference to `bool QTest::qCompare(bool const&, int const&, char const*, char const*, char const*, int)' [14:25] I check the code and the line that is failing is: QCOMPARE(iBackup->getBackUpRestoreState(), true); [14:39] sil2100: can you please finalize this ticket https://requests.ci-train.ubuntu.com/#/ticket/1738 ? [14:49] Trevinho: is it blocked by the ongoing transitions? [14:49] Trevinho: I see some failing unity8 tests on it [14:49] it's blocked by flacky unity8 tests [14:49] Ok [14:49] Let me finalize then since you guys have the migration on your radar [14:50] sil2100: unity8 depends on 7 only because of settings schemas... nothing related to that. [14:50] sil2100: ta [14:50] -queuebot:#ubuntu-ci-eng- Trevinho, https://requests.ci-train.ubuntu.com/#/ticket/1738 Merging to trunk [14:50] Trevinho: yeah, I know, just want to make sure someone keeps retrying those autopkgtests or makes sure it otherwise migrates to release [14:51] -queuebot:#ubuntu-ci-eng- alf__ alf_, https://requests.ci-train.ubuntu.com/#/ticket/1711 QA Signoff: Approved [14:53] om26er: hmm hm hmmm, actually..! [14:54] sil2100, you found a solution [14:55] om26er: I checked the bileto code and the workaround you pointed to earlier should help us indeed! One similar to https://code.launchpad.net/~timo-jyrinki/ubuntu-system-settings/stop_s390x_problems_depend_on_upstart/+merge/302143 [14:55] om26er: could you get that built in the silo? [14:56] om26er: be sure to include a similar comment to mark this as temporary basically [14:56] sil2100, shall I just update my merge proposal to add a depends on upstart ? [14:56] Yes [14:56] That would be great [14:56] + the comment [14:56] -queuebot:#ubuntu-ci-eng- pstolowski, https://requests.ci-train.ubuntu.com/#/ticket/1785 Preparing packages [14:59] sil2100: thanks [15:01] -queuebot:#ubuntu-ci-eng- Trevinho, https://requests.ci-train.ubuntu.com/#/ticket/1778 Generating diffs [15:01] yw! [15:02] -queuebot:#ubuntu-ci-eng- Trevinho, https://requests.ci-train.ubuntu.com/#/ticket/1778 xenial/frame: Failed to download DSC file https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/landing-005/+files/frame_2.5.0daily13.06.05+16.04.20160809-0ubuntu1.dsc [15:05] what's this? :o [15:06] jibel: hey, i don't see https://requests.ci-train.ubuntu.com/#/ticket/1727 on the qa board, can you help? [15:06] (or give me glasses if i failed to find it ;) [15:11] dbarth_: the automated sign-off failed so it needs manual QA action [15:12] dbarth_: the ticket won't get auto-created if the QA Sign-off field is not 'Ready' [15:12] (trello QA ticket I mean) [15:15] -queuebot:#ubuntu-ci-eng- abeato, https://requests.ci-train.ubuntu.com/#/ticket/1782 QA Signoff: Approved [15:23] sil2100: can you guys mark it ready then? (i can't) and it contains one of those webapp-container fixes i was refering to [15:24] abeato, hi. Ondra on #ubuntu-touch told me you're the man who can explain how can I port media framework from a mediatek AOSP tree to UbuntuTouch. [15:25] dbarth_: ah, ok, so the failure reason for the autopkgtests is the unity8 test flakiness, right? [15:26] * abeato now notices he is not right now in #ubuntu-touch [15:28] Trevinho: hmmm [15:28] Trevinho: is it just me or is the ticket you asked me to finalize stuck finalizing? [15:29] Trevinho: or is finalizing unity silos always taking so long [15:29] ? [15:29] launchpad and infra are having issues due to firewall changes [15:29] unsure if that might have bitten you there [15:29] just mentioning it in case [15:30] Oh [15:30] sil2100: not sure, i got notifications for branches being merged [15:30] Might be, I just hope that if that's the case then we'll see some timeout or something [15:34] sil2100: yes, correct [15:35] dbarth_: ok, will still need to make sure QA are aware of that [15:35] rvr, davmor2, jibel: hey! So dbarth_ would like to ask for including his silo to the QA queue, the autopkgtests are failing do to 'known reasons' - unity8 [15:36] It sucks that it's still the case, we need this fixed really [15:36] -queuebot:#ubuntu-ci-eng- Saviq, https://requests.ci-train.ubuntu.com/#/ticket/1771 Preparing packages [15:36] sil2100: which silo he has like a million [15:37] hah [15:37] https://requests.ci-train.ubuntu.com/#/ticket/1727 [15:37] This one [15:37] done [15:38] -queuebot:#ubuntu-ci-eng- alex-abreu mardy dbarth, https://requests.ci-train.ubuntu.com/#/ticket/1727 QA Signoff: Ready [15:39] -queuebot:#ubuntu-ci-eng- Trevinho, https://requests.ci-train.ubuntu.com/#/ticket/1737 Proposed pocket (xenial/unity). UNAPPROVED queue (xenial/compiz) [15:40] -queuebot:#ubuntu-ci-eng- Trevinho, https://requests.ci-train.ubuntu.com/#/ticket/1738 Proposed pocket (yakkety/unity). Release pocket (yakkety/compiz) [15:40] -queuebot:#ubuntu-ci-eng- Trevinho, https://requests.ci-train.ubuntu.com/#/ticket/1778 UNAPPROVED queue [15:44] thanks [15:47] -queuebot:#ubuntu-ci-eng- pstolowski, https://requests.ci-train.ubuntu.com/#/ticket/1785 Successfully built [15:57] davmor2: thanks! [15:59] -queuebot:#ubuntu-ci-eng- Trevinho, https://requests.ci-train.ubuntu.com/#/ticket/1737 Proposed pocket [16:03] -queuebot:#ubuntu-ci-eng- alf__ alf_, https://requests.ci-train.ubuntu.com/#/ticket/1711 Publish failed: Packaging changes need manual ACKing [16:05] -queuebot:#ubuntu-ci-eng- alf__ alf_, https://requests.ci-train.ubuntu.com/#/ticket/1711 Publishing [16:14] -queuebot:#ubuntu-ci-eng- alf__ alf_, https://requests.ci-train.ubuntu.com/#/ticket/1711 Proposed pocket (yakkety/repowerd, yakkety/unity-system-compositor). Release pocket (vivid/repowerd, vivid/unity-system-compositor, xenial/repowerd, xenial/unity-system-compositor) [16:21] -queuebot:#ubuntu-ci-eng- Saviq, https://requests.ci-train.ubuntu.com/#/ticket/1771 Successfully built [16:23] sil2100: finalizing is Very Slow because of a new feature which deletes tags that point at commits that don't exist, of which there are many, and it takes a full round-trip to lp just to delete one, so I've seen it take up to 40 minutes [16:25] robru: oh, ok, yeah remember when you were testing that on the sprint [16:25] robru: how's the trip going? [16:26] sil2100: it was good! I was camping near a town called Tofino, you should look that up on a map. I'm home now but I'll still be off today anyway [16:26] That's one tasty town name [16:28] sil2100: check out this epic beach https://goo.gl/maps/UCXZmVsb42q [16:29] Oh man seriously? Now that looks cool [16:29] Too bad I can't walk on google maps on the beach, only the nearby road seems available [16:29] Yep, walked all along it, it's several km long [16:30] I was surprised by the scale, I stood in the middle and could only barely see the water in either direction [16:31] It doesn't look so big on the map, but it's easy to misinterpet when you don't have anything to scale [16:32] There seems to be some inn on the small island there? [16:32] sil2100: Nah that's just somebodies house! There were "private property" signs there. Imagine owning an island... [16:34] I wonder how people living there get to the mainland, heh ;) Maybe by bike or something, walking would be troublesome [16:34] Anyway, nice place to visit one day for sure, too bad Canada is so far away [16:35] sil2100: yep! Alright I'm off, take care [16:35] robru: see you tomorrow! [16:36] robru, how can I cause a rebuild of the silo ? [16:37] -queuebot:#ubuntu-ci-eng- tedg, https://requests.ci-train.ubuntu.com/#/ticket/1772 Bad merges (yakkety/libertine-scope). Dependency wait (yakkety/indicator-datetime, yakkety/url-dispatcher). Successfully built (vivid/content-hub, vivid/indicator-datetime, vivid/indicator-transfer, vivid/libertine-scope, vivid/qtmir, vivid/qtmir-gles, vivid/ubuntu-app-launch, vivid/ubuntu-push, vivid/url-dispatcher, vivid/zeitgeist, xenial/content-hub, xenial/indicator-datetime, xenial/ [16:37] sil2100: ^^ [16:38] om26er: hey! [16:38] om26er: you want a no-change rebuild? [16:38] om26er: or do you want to build the dependency-changes? [16:38] sil2100, latter [16:39] om26er: just press build, you can then select which packages you want to build/rebuild [16:39] -queuebot:#ubuntu-ci-eng- om26er, https://requests.ci-train.ubuntu.com/#/ticket/1758 Needs rebuild due to new commits (yakkety/autopilot). Successfully built (vivid/autopilot, xenial/autopilot) [16:39] sil2100, done, thanks a lot [16:40] -queuebot:#ubuntu-ci-eng- Trevinho, https://requests.ci-train.ubuntu.com/#/ticket/1778 Proposed pocket [16:40] -queuebot:#ubuntu-ci-eng- om26er, https://requests.ci-train.ubuntu.com/#/ticket/1758 Preparing packages [16:47] -queuebot:#ubuntu-ci-eng- kdub, https://requests.ci-train.ubuntu.com/#/ticket/1654 Preparing packages [16:55] -queuebot:#ubuntu-ci-eng- Trevinho, https://requests.ci-train.ubuntu.com/#/ticket/1738 Merging to trunk [16:59] -queuebot:#ubuntu-ci-eng- om26er, https://requests.ci-train.ubuntu.com/#/ticket/1758 Dependency wait (yakkety/autopilot). Successfully built (vivid/autopilot, xenial/autopilot) [17:16] -queuebot:#ubuntu-ci-eng- kdub, https://requests.ci-train.ubuntu.com/#/ticket/1654 Successfully built [17:20] -queuebot:#ubuntu-ci-eng- Trevinho, https://requests.ci-train.ubuntu.com/#/ticket/1738 Proposed pocket (yakkety/unity). Release pocket (yakkety/compiz) [17:30] koza, are 46 and 60 separate fixes? how come not together? [17:34] -queuebot:#ubuntu-ci-eng- alf__ alf_, https://requests.ci-train.ubuntu.com/#/ticket/1711 Proposed pocket (yakkety/unity-system-compositor). Release pocket (vivid/repowerd, vivid/unity-system-compositor, xenial/repowerd, xenial/unity-system-compositor, yakkety/repowerd) [18:00] -queuebot:#ubuntu-ci-eng- kenvandine, https://requests.ci-train.ubuntu.com/#/ticket/1774 Preparing packages [18:17] -queuebot:#ubuntu-ci-eng- kenvandine, https://requests.ci-train.ubuntu.com/#/ticket/1774 Currently building (vivid/telephony-service, xenial/telephony-service). Failed to build (yakkety/history-service, yakkety/telephony-service). Successfully built (vivid/address-book-service, vivid/history-service, vivid/libphonenumber, xenial/address-book-service, xenial/history-service, xenial/libphonenumber, yakkety/address-book-service, yakkety/libphonenumber) [18:27] -queuebot:#ubuntu-ci-eng- bzoltan, https://requests.ci-train.ubuntu.com/#/ticket/1712 Preparing packages [18:36] -queuebot:#ubuntu-ci-eng- kenvandine, https://requests.ci-train.ubuntu.com/#/ticket/1774 Failed to build (vivid/telephony-service, xenial/telephony-service, yakkety/history-service, yakkety/telephony-service). Successfully built (vivid/address-book-service, vivid/history-service, vivid/libphonenumber, xenial/address-book-service, xenial/history-service, xenial/libphonenumber, yakkety/address-book-service, yakkety/libphonenumber) [18:52] trainguards https://requests.ci-train.ubuntu.com/#/ticket/1711 is stuck with an autopkgtest when its trying to migrate... talking to the u8 guys, the compilation failure was something that's fixed in proposed [18:53] so do I have to wait until the u8 migrates to the release pocket and then get the autopkg tests retriggered? [18:54] kdub: You can force merge it, and it'll stay in proposed. You'll kinda need to watch it there though to make sure it goes through. [18:54] kdub: Not ideal either way [18:54] -queuebot:#ubuntu-ci-eng- bzoltan, https://requests.ci-train.ubuntu.com/#/ticket/1712 Currently building (vivid/ubuntu-ui-toolkit, vivid/ubuntu-ui-toolkit-gles, xenial/ubuntu-ui-toolkit, xenial/ubuntu-ui-toolkit-gles, yakkety/ubuntu-ui-toolkit-gles). Failed to build (yakkety/ubuntu-ui-toolkit) [18:56] I don't know enough about this part of the release process to know how to do either of the suggestions :) [19:00] kdub: So a core-dev can look at it and decide how to handle proposed, if it needs to wait for u8 to get cleaned up or it can be pushed through. [19:00] kdub: WRT to your branches and the other side of things, we can force it through the train and it'll ignore that it's still in proposed if you want to build other silos and stuff like that. [19:02] kdub: no, your stuff and the unity8 stuff are already in proposed, and autopkgtests in proposed run against proposed [19:02] kdub: so basically all you have to do is wait [19:02] dobey, because the autopackage test will be re-run? [19:02] yes [19:03] err, repowerd isn't even listed on http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html [19:03] so it's probably just held up by other things in the giant migration [19:04] dobey, I think its already gone through? [19:05] with unity-system-compositor getting stuck [19:05] kdub: then it'd be migrated already :) [19:05] right, but I need usc to migrate so that I can move the mir0.24 silo along [19:05] oh, and so it is [19:06] oh, err, right, misread that one [19:06] so it seems like if I wait, it should pick up the proposed u8 migration, and then go through, and then it'll be all cleared up [19:06] yes, the test needs re-run against the new unity8 [19:07] or optionB is to force-merge, which its looking like won't be needed [19:07] okay, so waiting it is then, thanks dobey and tedg [19:14] -queuebot:#ubuntu-ci-eng- bzoltan, https://requests.ci-train.ubuntu.com/#/ticket/1712 Currently building (vivid/ubuntu-ui-toolkit, xenial/ubuntu-ui-toolkit). Failed to build (yakkety/ubuntu-ui-toolkit). Successfully built (vivid/ubuntu-ui-toolkit-gles, xenial/ubuntu-ui-toolkit-gles, yakkety/ubuntu-ui-toolkit-gles) === davmor2 is now known as davmor2_Hols [19:33] -queuebot:#ubuntu-ci-eng- bzoltan, https://requests.ci-train.ubuntu.com/#/ticket/1712 Failed to build (yakkety/ubuntu-ui-toolkit). Successfully built (vivid/ubuntu-ui-toolkit, vivid/ubuntu-ui-toolkit-gles, xenial/ubuntu-ui-toolkit, xenial/ubuntu-ui-toolkit-gles, yakkety/ubuntu-ui-toolkit-gles) [19:43] -queuebot:#ubuntu-ci-eng- koza, https://requests.ci-train.ubuntu.com/#/ticket/1696 QA Signoff: Ready [19:44] pmcgowan, 46 fixes cars, 60 fixes ble hid devices. also 46 came later than 60 and first was just a test that turned out to be the fix everyone has been waiting for [19:45] pmcgowan, the strategy has ben not to pollute already working and tested stuff - silo 60 [19:46] koza, sounds good [19:46] ubuntu-qa: ticked QA ready on https://requests.ci-train.ubuntu.com/#/ticket/1696 which is green on vivid/xenial and red on yakkety [known issue - not considered] - so that you know [19:49] -queuebot:#ubuntu-ci-eng- koza, https://requests.ci-train.ubuntu.com/#/ticket/1748 QA Signoff: Required [19:49] -queuebot:#ubuntu-ci-eng- koza, https://requests.ci-train.ubuntu.com/#/ticket/1748 Preparing packages [19:55] -queuebot:#ubuntu-ci-eng- bzoltan, https://requests.ci-train.ubuntu.com/#/ticket/1712 Preparing packages [19:57] -queuebot:#ubuntu-ci-eng- tedg, https://requests.ci-train.ubuntu.com/#/ticket/1772 Preparing packages [20:13] -queuebot:#ubuntu-ci-eng- bzoltan, https://requests.ci-train.ubuntu.com/#/ticket/1712 Currently building (vivid/ubuntu-ui-toolkit, vivid/ubuntu-ui-toolkit-gles, xenial/ubuntu-ui-toolkit, xenial/ubuntu-ui-toolkit-gles). Failed to build (yakkety/ubuntu-ui-toolkit). Successfully built (yakkety/ubuntu-ui-toolkit-gles) [20:19] -queuebot:#ubuntu-ci-eng- tedg, https://requests.ci-train.ubuntu.com/#/ticket/1772 Bad merges (yakkety/libertine-scope). Dependency wait (yakkety/indicator-datetime, yakkety/url-dispatcher). Failed to build (vivid/ubuntu-app-launch, xenial/ubuntu-app-launch). Needs building (yakkety/ubuntu-app-launch). Successfully built (vivid/content-hub, vivid/indicator-datetime, vivid/indicator-transfer, vivid/libertine-scope, vivid/qtmir, vivid/qtmir-gles, vivid/ubuntu-push, vivid [20:30] -queuebot:#ubuntu-ci-eng- koza, https://requests.ci-train.ubuntu.com/#/ticket/1748 Successfully built (vivid/ubuntu-system-settings, xenial/ubuntu-system-settings). Uploading build (yakkety/ubuntu-system-settings) [20:37] -queuebot:#ubuntu-ci-eng- tedg, https://requests.ci-train.ubuntu.com/#/ticket/1772 Bad merges (yakkety/libertine-scope). Dependency wait (yakkety/indicator-datetime, yakkety/url-dispatcher). Failed to build (vivid/ubuntu-app-launch, xenial/ubuntu-app-launch). Successfully built (vivid/content-hub, vivid/indicator-datetime, vivid/indicator-transfer, vivid/libertine-scope, vivid/qtmir, vivid/qtmir-gles, vivid/ubuntu-push, vivid/url-dispatcher, vivid/zeitgeist, xenial/con [20:50] -queuebot:#ubuntu-ci-eng- koza, https://requests.ci-train.ubuntu.com/#/ticket/1748 Successfully built [20:54] -queuebot:#ubuntu-ci-eng- bzoltan, https://requests.ci-train.ubuntu.com/#/ticket/1712 Currently building (vivid/ubuntu-ui-toolkit). Failed to build (xenial/ubuntu-ui-toolkit-gles, yakkety/ubuntu-ui-toolkit). Successfully built (vivid/ubuntu-ui-toolkit-gles, xenial/ubuntu-ui-toolkit, yakkety/ubuntu-ui-toolkit-gles) [21:11] -queuebot:#ubuntu-ci-eng- tedg, https://requests.ci-train.ubuntu.com/#/ticket/1772 Preparing packages [21:14] -queuebot:#ubuntu-ci-eng- bzoltan, https://requests.ci-train.ubuntu.com/#/ticket/1712 Failed to build (xenial/ubuntu-ui-toolkit-gles, yakkety/ubuntu-ui-toolkit). Successfully built (vivid/ubuntu-ui-toolkit, vivid/ubuntu-ui-toolkit-gles, xenial/ubuntu-ui-toolkit, yakkety/ubuntu-ui-toolkit-gles) === salem_ is now known as _salem [21:37] -queuebot:#ubuntu-ci-eng- tedg, https://requests.ci-train.ubuntu.com/#/ticket/1772 Bad merges (yakkety/libertine-scope). Dependency wait (yakkety/indicator-datetime, yakkety/url-dispatcher). Failed to build (vivid/ubuntu-app-launch, xenial/ubuntu-app-launch). Successfully built (vivid/content-hub, vivid/indicator-datetime, vivid/indicator-transfer, vivid/libertine-scope, vivid/qtmir, vivid/qtmir-gles, vivid/ubuntu-push, vivid/url-dispatcher, vivid/zeitgeist, xenial/con [21:55] -queuebot:#ubuntu-ci-eng- tedg, https://requests.ci-train.ubuntu.com/#/ticket/1772 Bad merges (yakkety/libertine-scope). Dependency wait (yakkety/indicator-datetime, yakkety/url-dispatcher). PPA/bzr version mismatch (yakkety/ubuntu-app-launch). Successfully built (vivid/content-hub, vivid/indicator-datetime, vivid/indicator-transfer, vivid/libertine-scope, vivid/qtmir, vivid/qtmir-gles, vivid/ubuntu-app-launch, vivid/ubuntu-push, vivid/url-dispatcher, vivid/zeitgeist, [22:03] -queuebot:#ubuntu-ci-eng- koza, https://requests.ci-train.ubuntu.com/#/ticket/1696 QA Signoff: Approved [22:08] -queuebot:#ubuntu-ci-eng- penk, https://requests.ci-train.ubuntu.com/#/ticket/1763 QA Signoff: Approved [23:38] -queuebot:#ubuntu-ci-eng- bregma, https://requests.ci-train.ubuntu.com/#/ticket/1786 No packages are being considered! If you are preparing sources manually, please upload them to the PPA now