Activity log for bug #1837254

Date Who What changed Old value New value Message
2019-07-19 20:53:50 Robert C Jennings bug added bug
2019-07-19 20:54:48 Launchpad Janitor merge proposal linked https://code.launchpad.net/~rcj/livecd-rootfs/+git/livecd-rootfs/+merge/370361
2019-07-19 21:18:49 Robert C Jennings description In parallel builds where a list of image targets are provided the build may produce binaries that are not part of the named set of targets but are created by series dependencies. These implicitly created binaries may be generated by multiple builds but are unused as our convention for the ubuntu-cpc project is to only consume binaries from the explicitly named image targets; this avoid overwriting the same object by multiple parallel builds. In parallel builds where a list of image targets are provided, the build may produce binaries that are not part of the named set of targets but are created by series dependencies. These implicitly created binaries may be generated by multiple builds but are unused as our convention for the ubuntu-cpc project is to only consume binaries from the explicitly named image targets; this avoid overwriting the same object by multiple parallel builds.
2019-07-19 21:20:04 Robert C Jennings description In parallel builds where a list of image targets are provided, the build may produce binaries that are not part of the named set of targets but are created by series dependencies. These implicitly created binaries may be generated by multiple builds but are unused as our convention for the ubuntu-cpc project is to only consume binaries from the explicitly named image targets; this avoid overwriting the same object by multiple parallel builds. In parallel builds where a list of image targets are provided, the build may produce binaries that are not part of the named set of targets but are created by series dependencies. These implicitly created binaries may be generated by multiple builds but are unused as our convention for the ubuntu-cpc project is to only consume binaries from the explicitly named image targets; this avoids overwriting the same object by multiple parallel builds. The problem is that as we build out parallel jobs for a number of image targets (multiplied by each supported architecture) we're wasting a lot of resources.
2019-07-21 12:24:50 Francis Ginther tags id-5d31721934a49770eea1ff43
2019-07-23 09:55:44 Launchpad Janitor livecd-rootfs (Ubuntu): status New Fix Released
2019-07-23 17:14:15 Launchpad Janitor merge proposal linked https://code.launchpad.net/~cloudware/livecd-rootfs/+git/cpc_packaging.extra-rcj/+merge/370504
2019-08-26 21:40:53 Launchpad Janitor merge proposal linked https://code.launchpad.net/~rcj/livecd-rootfs/+git/livecd-rootfs/+merge/371826
2019-08-26 21:40:55 Launchpad Janitor merge proposal linked https://code.launchpad.net/~rcj/livecd-rootfs/+git/livecd-rootfs/+merge/371827
2019-08-26 21:40:58 Launchpad Janitor merge proposal linked https://code.launchpad.net/~rcj/livecd-rootfs/+git/livecd-rootfs/+merge/371828
2019-08-26 22:02:14 Launchpad Janitor merge proposal linked https://code.launchpad.net/~cloudware/livecd-rootfs/+git/cpc_packaging.extra-rcj/+merge/371832
2019-08-26 22:02:14 Launchpad Janitor merge proposal linked https://code.launchpad.net/~cloudware/livecd-rootfs/+git/cpc_packaging.extra-rcj/+merge/371833
2019-08-26 22:02:15 Launchpad Janitor merge proposal linked https://code.launchpad.net/~cloudware/livecd-rootfs/+git/cpc_packaging.extra-rcj/+merge/371834
2019-08-26 22:07:43 Robert C Jennings description In parallel builds where a list of image targets are provided, the build may produce binaries that are not part of the named set of targets but are created by series dependencies. These implicitly created binaries may be generated by multiple builds but are unused as our convention for the ubuntu-cpc project is to only consume binaries from the explicitly named image targets; this avoids overwriting the same object by multiple parallel builds. The problem is that as we build out parallel jobs for a number of image targets (multiplied by each supported architecture) we're wasting a lot of resources. [Impact] In parallel builds where a list of image targets are provided, the build may produce binaries that are not part of the named set of targets but are created by series dependencies. These implicitly created binaries may be generated by multiple builds but are unused as our convention for the ubuntu-cpc project is to only consume binaries from the explicitly named image targets; this avoids overwriting the same object by multiple parallel builds. The problem is that as we build out parallel jobs for a number of image targets (multiplied by each supported architecture) we're wasting a lot of resources. [Test Case] * Specify an image target within the ubuntu-cpc project for a build * Observe artifacts in addition to the ones for the named image target are produced and downloaded [Regression Potential] * An artifact from an explicitly named artifact is missing and builds will begin to remove desired output. Testing is being done to address this regression. [Other Info] * This has been running in production in Eoan for a few weeks and we're satisfied with the results. [Original Description] In parallel builds where a list of image targets are provided, the build may produce binaries that are not part of the named set of targets but are created by series dependencies. These implicitly created binaries may be generated by multiple builds but are unused as our convention for the ubuntu-cpc project is to only consume binaries from the explicitly named image targets; this avoids overwriting the same object by multiple parallel builds. The problem is that as we build out parallel jobs for a number of image targets (multiplied by each supported architecture) we're wasting a lot of resources.
2019-08-26 22:11:50 Robert C Jennings description [Impact] In parallel builds where a list of image targets are provided, the build may produce binaries that are not part of the named set of targets but are created by series dependencies. These implicitly created binaries may be generated by multiple builds but are unused as our convention for the ubuntu-cpc project is to only consume binaries from the explicitly named image targets; this avoids overwriting the same object by multiple parallel builds. The problem is that as we build out parallel jobs for a number of image targets (multiplied by each supported architecture) we're wasting a lot of resources. [Test Case] * Specify an image target within the ubuntu-cpc project for a build * Observe artifacts in addition to the ones for the named image target are produced and downloaded [Regression Potential] * An artifact from an explicitly named artifact is missing and builds will begin to remove desired output. Testing is being done to address this regression. [Other Info] * This has been running in production in Eoan for a few weeks and we're satisfied with the results. [Original Description] In parallel builds where a list of image targets are provided, the build may produce binaries that are not part of the named set of targets but are created by series dependencies. These implicitly created binaries may be generated by multiple builds but are unused as our convention for the ubuntu-cpc project is to only consume binaries from the explicitly named image targets; this avoids overwriting the same object by multiple parallel builds. The problem is that as we build out parallel jobs for a number of image targets (multiplied by each supported architecture) we're wasting a lot of resources. [Impact] In parallel builds where a list of image targets are provided, the build may produce binaries that are not part of the named set of targets but are created by series dependencies. These implicitly created binaries may be generated by multiple builds but are unused as our convention for the ubuntu-cpc project is to only consume binaries from the explicitly named image targets; this avoids overwriting the same object by multiple parallel builds. The problem is that as we build out parallel jobs for a number of image targets (multiplied by each supported architecture) we're wasting a lot of resources. [Test Case]  * Specify an image target within the ubuntu-cpc project for a build  * Observe artifacts in addition to the ones for the named image target are produced and downloaded [Regression Potential]  * An artifact from an explicitly named artifact is missing and builds will begin to remove desired output. Testing is being done to address this regression. [Other Info]  * This has been running in production in Eoan for a few weeks and we're satisfied with the results. We have seen overall time reduced by 20-50% on some builds. [Original Description] In parallel builds where a list of image targets are provided, the build may produce binaries that are not part of the named set of targets but are created by series dependencies. These implicitly created binaries may be generated by multiple builds but are unused as our convention for the ubuntu-cpc project is to only consume binaries from the explicitly named image targets; this avoids overwriting the same object by multiple parallel builds. The problem is that as we build out parallel jobs for a number of image targets (multiplied by each supported architecture) we're wasting a lot of resources.
2019-08-26 22:15:31 Seth Arnold nominated for series Ubuntu Xenial
2019-08-26 22:15:31 Seth Arnold bug task added livecd-rootfs (Ubuntu Xenial)
2019-08-26 22:15:31 Seth Arnold nominated for series Ubuntu Disco
2019-08-26 22:15:31 Seth Arnold bug task added livecd-rootfs (Ubuntu Disco)
2019-08-26 22:15:31 Seth Arnold nominated for series Ubuntu Bionic
2019-08-26 22:15:31 Seth Arnold bug task added livecd-rootfs (Ubuntu Bionic)
2019-09-13 13:20:38 Robert C Jennings bug added subscriber Ubuntu Sponsors Team
2019-09-13 13:33:37 Robert C Jennings bug added subscriber Ubuntu Stable Release Updates Team
2019-09-13 13:33:43 Robert C Jennings removed subscriber Ubuntu Sponsors Team
2019-09-16 11:39:46 Timo Aaltonen livecd-rootfs (Ubuntu Disco): status New Fix Committed
2019-09-16 11:39:48 Timo Aaltonen bug added subscriber SRU Verification
2019-09-16 11:39:52 Timo Aaltonen tags id-5d31721934a49770eea1ff43 id-5d31721934a49770eea1ff43 verification-needed verification-needed-disco
2019-09-16 11:42:18 Timo Aaltonen livecd-rootfs (Ubuntu Bionic): status New Fix Committed
2019-09-16 11:42:23 Timo Aaltonen tags id-5d31721934a49770eea1ff43 verification-needed verification-needed-disco id-5d31721934a49770eea1ff43 verification-needed verification-needed-bionic verification-needed-disco
2019-09-16 11:43:33 Timo Aaltonen livecd-rootfs (Ubuntu Xenial): status New Fix Committed
2019-09-16 11:43:38 Timo Aaltonen tags id-5d31721934a49770eea1ff43 verification-needed verification-needed-bionic verification-needed-disco id-5d31721934a49770eea1ff43 verification-needed verification-needed-bionic verification-needed-disco verification-needed-xenial
2019-10-01 14:03:29 Robert C Jennings tags id-5d31721934a49770eea1ff43 verification-needed verification-needed-bionic verification-needed-disco verification-needed-xenial id-5d31721934a49770eea1ff43 verification-done verification-done-bionic verification-done-disco verification-done-xenial
2019-10-01 16:52:08 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2019-10-01 16:52:53 Launchpad Janitor livecd-rootfs (Ubuntu Xenial): status Fix Committed Fix Released
2019-10-01 16:52:53 Launchpad Janitor bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817236
2019-10-01 17:02:09 Launchpad Janitor livecd-rootfs (Ubuntu Disco): status Fix Committed Fix Released
2019-10-01 17:02:47 Launchpad Janitor livecd-rootfs (Ubuntu Bionic): status Fix Committed Fix Released