Activity log for bug #1926949

Date Who What changed Old value New value Message
2021-05-03 10:13:38 Utkarsh Gupta bug added bug
2021-05-03 12:01:12 Robie Basak bug added subscriber Robie Basak
2021-05-04 12:03:25 Lucas Kanashiro ubuntu-advantage-tools (Ubuntu): importance Undecided Low
2021-05-04 12:03:27 Lucas Kanashiro ubuntu-advantage-tools (Ubuntu): status New Triaged
2021-05-06 21:43:47 Chad Smith ubuntu-advantage-tools (Ubuntu): assignee Grant Orndorff (orndorffgrant)
2021-05-07 05:51:50 Utkarsh Gupta tags patch
2021-05-07 18:10:17 Chad Smith ubuntu-advantage-tools (Ubuntu): status Triaged Fix Committed
2021-05-07 22:00:16 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/401902
2021-05-07 22:17:24 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/402459
2021-05-07 22:51:40 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/401983
2021-05-07 23:06:54 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/401917
2021-05-07 23:08:53 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/401916
2021-05-08 01:36:00 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/402465
2021-05-08 01:43:26 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/402466
2021-05-08 01:45:07 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/402467
2021-05-08 01:45:55 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/402468
2021-05-08 01:46:34 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/402469
2021-05-10 16:16:26 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/402474
2021-05-10 16:31:29 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/402506
2021-05-10 16:34:07 Launchpad Janitor merge proposal linked https://code.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools/+git/ubuntu-advantage-tools/+merge/402509
2021-05-10 18:17:16 Chad Smith description Hello, [Problem] ========= It looks like apt isn't able to resolve `dh-systemd | debhelper (>= 13.3)`. Whilst the line in logical and makes sense, that is, use dh-systemd for Groovy and older releases (since it's not present in Hirsute and thereafter) and use debhelper (...) for newer releases, et al. However, apt is failing to resolve that for some reasons and it's thus results in FTBFS. [Logs] ====== Install main build dependencies (apt-based resolver) ---------------------------------------------------- Installing build dependencies Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: sbuild-build-depends-main-dummy : Depends: dh-systemd but it is not installable E: Unable to correct problems, you have held broken packages. apt-get failed. E: Package installation failed Not removing build depends: cloned chroot in use [Reproducer] ============ $ git ubuntu clone ubuntu-advantage-tools $ cd ubuntu-advantage-tools $ sbuild -s --source-only-changes and that should yield a failed build. [Impact] For sbuild users attempting to build this package locally results in pkg build failures due to inability of sbuild to handle the build deps alternatives when running: sbuild -s --source-only-changes [Test Plan] $ git ubuntu clone ubuntu-advantage-tools $ cd ubuntu-advantage-tools case ($release) in hirsute) resolve_alt="";; xenial|bionic|focal|groovy) resolve_alt="--resolve-alternatives;; esac $ sbuild -s --source-only-changes -d $release $resolve_alt [Where problems could occur] * Due to using the same d/control on all Ubuntu releases, simpler sbuild commandline will require use of `--resolve-alternatives` parameter on older releases where sbuild doesn't "seed" those build deps alternatives by default. * This should be low risk as PPAs ppa:ua-client/staging & ppa-uaclient/daily are building successfully with these Build-Depends and genereally sbuild allows for workarounds with using --resolve-alternatives. [Other Info] ... [Original Description] Hello, [Problem] ========= It looks like apt isn't able to resolve `dh-systemd | debhelper (>= 13.3)`. Whilst the line in logical and makes sense, that is, use dh-systemd for Groovy and older releases (since it's not present in Hirsute and thereafter) and use debhelper (...) for newer releases, et al. However, apt is failing to resolve that for some reasons and it's thus results in FTBFS. [Logs] ====== Install main build dependencies (apt-based resolver) ---------------------------------------------------- Installing build dependencies Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies:  sbuild-build-depends-main-dummy : Depends: dh-systemd but it is not installable E: Unable to correct problems, you have held broken packages. apt-get failed. E: Package installation failed Not removing build depends: cloned chroot in use [Reproducer] ============ $ git ubuntu clone ubuntu-advantage-tools $ cd ubuntu-advantage-tools $ sbuild -s --source-only-changes and that should yield a failed build.
2021-05-10 18:17:25 Chad Smith nominated for series Ubuntu Groovy
2021-05-10 18:17:25 Chad Smith bug task added ubuntu-advantage-tools (Ubuntu Groovy)
2021-05-10 18:17:25 Chad Smith nominated for series Ubuntu Xenial
2021-05-10 18:17:25 Chad Smith bug task added ubuntu-advantage-tools (Ubuntu Xenial)
2021-05-10 18:17:25 Chad Smith nominated for series Ubuntu Focal
2021-05-10 18:17:25 Chad Smith bug task added ubuntu-advantage-tools (Ubuntu Focal)
2021-05-10 18:17:25 Chad Smith nominated for series Ubuntu Bionic
2021-05-10 18:17:25 Chad Smith bug task added ubuntu-advantage-tools (Ubuntu Bionic)
2021-05-10 18:17:25 Chad Smith nominated for series Ubuntu Hirsute
2021-05-10 18:17:25 Chad Smith bug task added ubuntu-advantage-tools (Ubuntu Hirsute)
2021-05-10 18:37:29 Chad Smith nominated for series Ubuntu Impish
2021-05-10 18:37:29 Chad Smith bug task added ubuntu-advantage-tools (Ubuntu Impish)
2021-05-10 18:54:07 Chad Smith description [Impact] For sbuild users attempting to build this package locally results in pkg build failures due to inability of sbuild to handle the build deps alternatives when running: sbuild -s --source-only-changes [Test Plan] $ git ubuntu clone ubuntu-advantage-tools $ cd ubuntu-advantage-tools case ($release) in hirsute) resolve_alt="";; xenial|bionic|focal|groovy) resolve_alt="--resolve-alternatives;; esac $ sbuild -s --source-only-changes -d $release $resolve_alt [Where problems could occur] * Due to using the same d/control on all Ubuntu releases, simpler sbuild commandline will require use of `--resolve-alternatives` parameter on older releases where sbuild doesn't "seed" those build deps alternatives by default. * This should be low risk as PPAs ppa:ua-client/staging & ppa-uaclient/daily are building successfully with these Build-Depends and genereally sbuild allows for workarounds with using --resolve-alternatives. [Other Info] ... [Original Description] Hello, [Problem] ========= It looks like apt isn't able to resolve `dh-systemd | debhelper (>= 13.3)`. Whilst the line in logical and makes sense, that is, use dh-systemd for Groovy and older releases (since it's not present in Hirsute and thereafter) and use debhelper (...) for newer releases, et al. However, apt is failing to resolve that for some reasons and it's thus results in FTBFS. [Logs] ====== Install main build dependencies (apt-based resolver) ---------------------------------------------------- Installing build dependencies Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies:  sbuild-build-depends-main-dummy : Depends: dh-systemd but it is not installable E: Unable to correct problems, you have held broken packages. apt-get failed. E: Package installation failed Not removing build depends: cloned chroot in use [Reproducer] ============ $ git ubuntu clone ubuntu-advantage-tools $ cd ubuntu-advantage-tools $ sbuild -s --source-only-changes and that should yield a failed build. [Impact] For sbuild users attempting to build this package locally results in pkg build failures due to inability of sbuild to handle the build deps alternatives when running:  sbuild -s --source-only-changes [Test Plan] $ git ubuntu clone ubuntu-advantage-tools $ cd ubuntu-advantage-tools case ($release) in   hirsute)       resolve_alt="";;   xenial|bionic|focal|groovy)       resolve_alt="--resolve-alternatives";; esac $ sbuild -s --source-only-changes -d $release $resolve_alt [Where problems could occur]  * Due to using the same d/control on all Ubuntu releases, simpler sbuild commandline will require use of `--resolve-alternatives` parameter on older releases where sbuild doesn't "seed" those build deps alternatives by default.  * This should be low risk as PPAs ppa:ua-client/staging & ppa-uaclient/daily are building successfully with these Build-Depends and genereally sbuild allows for workarounds with using --resolve-alternatives. [Other Info]  ... [Original Description] Hello, [Problem] ========= It looks like apt isn't able to resolve `dh-systemd | debhelper (>= 13.3)`. Whilst the line in logical and makes sense, that is, use dh-systemd for Groovy and older releases (since it's not present in Hirsute and thereafter) and use debhelper (...) for newer releases, et al. However, apt is failing to resolve that for some reasons and it's thus results in FTBFS. [Logs] ====== Install main build dependencies (apt-based resolver) ---------------------------------------------------- Installing build dependencies Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies:  sbuild-build-depends-main-dummy : Depends: dh-systemd but it is not installable E: Unable to correct problems, you have held broken packages. apt-get failed. E: Package installation failed Not removing build depends: cloned chroot in use [Reproducer] ============ $ git ubuntu clone ubuntu-advantage-tools $ cd ubuntu-advantage-tools $ sbuild -s --source-only-changes and that should yield a failed build.
2021-05-12 17:15:26 Robie Basak description [Impact] For sbuild users attempting to build this package locally results in pkg build failures due to inability of sbuild to handle the build deps alternatives when running:  sbuild -s --source-only-changes [Test Plan] $ git ubuntu clone ubuntu-advantage-tools $ cd ubuntu-advantage-tools case ($release) in   hirsute)       resolve_alt="";;   xenial|bionic|focal|groovy)       resolve_alt="--resolve-alternatives";; esac $ sbuild -s --source-only-changes -d $release $resolve_alt [Where problems could occur]  * Due to using the same d/control on all Ubuntu releases, simpler sbuild commandline will require use of `--resolve-alternatives` parameter on older releases where sbuild doesn't "seed" those build deps alternatives by default.  * This should be low risk as PPAs ppa:ua-client/staging & ppa-uaclient/daily are building successfully with these Build-Depends and genereally sbuild allows for workarounds with using --resolve-alternatives. [Other Info]  ... [Original Description] Hello, [Problem] ========= It looks like apt isn't able to resolve `dh-systemd | debhelper (>= 13.3)`. Whilst the line in logical and makes sense, that is, use dh-systemd for Groovy and older releases (since it's not present in Hirsute and thereafter) and use debhelper (...) for newer releases, et al. However, apt is failing to resolve that for some reasons and it's thus results in FTBFS. [Logs] ====== Install main build dependencies (apt-based resolver) ---------------------------------------------------- Installing build dependencies Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies:  sbuild-build-depends-main-dummy : Depends: dh-systemd but it is not installable E: Unable to correct problems, you have held broken packages. apt-get failed. E: Package installation failed Not removing build depends: cloned chroot in use [Reproducer] ============ $ git ubuntu clone ubuntu-advantage-tools $ cd ubuntu-advantage-tools $ sbuild -s --source-only-changes and that should yield a failed build. [Impact] For sbuild users attempting to build this package locally results in pkg build failures due to inability of sbuild to handle the build deps alternatives when running:  sbuild -s --source-only-changes [Test Plan] $ git ubuntu clone ubuntu-advantage-tools $ cd ubuntu-advantage-tools case ($release) in   hirsute)       resolve_alt="";;   xenial|bionic|focal|groovy)       resolve_alt="--resolve-alternatives";; esac $ sbuild -s --source-only-changes -d $release $resolve_alt [Where problems could occur]  * Due to using the same d/control on all Ubuntu releases, simpler sbuild commandline will require use of `--resolve-alternatives` parameter on older releases where sbuild doesn't "seed" those build deps alternatives by default.  * This should be low risk as PPAs ppa:ua-client/staging & ppa-uaclient/daily are building successfully with these Build-Depends and genereally sbuild allows for workarounds with using --resolve-alternatives. * [racb] Mutating the Build-Depends line could cause alternatives to be resolved differently on the buildds, resulting in toolchain changes that might result in different sets of build failures or different build output causing functional issues. [Other Info]  ... [Original Description] Hello, [Problem] ========= It looks like apt isn't able to resolve `dh-systemd | debhelper (>= 13.3)`. Whilst the line in logical and makes sense, that is, use dh-systemd for Groovy and older releases (since it's not present in Hirsute and thereafter) and use debhelper (...) for newer releases, et al. However, apt is failing to resolve that for some reasons and it's thus results in FTBFS. [Logs] ====== Install main build dependencies (apt-based resolver) ---------------------------------------------------- Installing build dependencies Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies:  sbuild-build-depends-main-dummy : Depends: dh-systemd but it is not installable E: Unable to correct problems, you have held broken packages. apt-get failed. E: Package installation failed Not removing build depends: cloned chroot in use [Reproducer] ============ $ git ubuntu clone ubuntu-advantage-tools $ cd ubuntu-advantage-tools $ sbuild -s --source-only-changes and that should yield a failed build.
2021-05-12 17:29:28 Robie Basak ubuntu-advantage-tools (Ubuntu Hirsute): status New Fix Committed
2021-05-12 17:29:30 Robie Basak bug added subscriber Ubuntu Stable Release Updates Team
2021-05-12 17:29:31 Robie Basak bug added subscriber SRU Verification
2021-05-12 17:29:43 Robie Basak tags patch patch verification-needed verification-needed-hirsute
2021-05-12 17:30:30 Robie Basak ubuntu-advantage-tools (Ubuntu Groovy): status New Fix Committed
2021-05-12 17:31:01 Robie Basak ubuntu-advantage-tools (Ubuntu Focal): status New Fix Committed
2021-05-12 17:31:07 Robie Basak tags patch verification-needed verification-needed-hirsute patch verification-needed verification-needed-focal verification-needed-hirsute
2021-05-12 17:31:39 Robie Basak ubuntu-advantage-tools (Ubuntu Bionic): status New Fix Committed
2021-05-12 19:35:08 Chad Smith description [Impact] For sbuild users attempting to build this package locally results in pkg build failures due to inability of sbuild to handle the build deps alternatives when running:  sbuild -s --source-only-changes [Test Plan] $ git ubuntu clone ubuntu-advantage-tools $ cd ubuntu-advantage-tools case ($release) in   hirsute)       resolve_alt="";;   xenial|bionic|focal|groovy)       resolve_alt="--resolve-alternatives";; esac $ sbuild -s --source-only-changes -d $release $resolve_alt [Where problems could occur]  * Due to using the same d/control on all Ubuntu releases, simpler sbuild commandline will require use of `--resolve-alternatives` parameter on older releases where sbuild doesn't "seed" those build deps alternatives by default.  * This should be low risk as PPAs ppa:ua-client/staging & ppa-uaclient/daily are building successfully with these Build-Depends and genereally sbuild allows for workarounds with using --resolve-alternatives. * [racb] Mutating the Build-Depends line could cause alternatives to be resolved differently on the buildds, resulting in toolchain changes that might result in different sets of build failures or different build output causing functional issues. [Other Info]  ... [Original Description] Hello, [Problem] ========= It looks like apt isn't able to resolve `dh-systemd | debhelper (>= 13.3)`. Whilst the line in logical and makes sense, that is, use dh-systemd for Groovy and older releases (since it's not present in Hirsute and thereafter) and use debhelper (...) for newer releases, et al. However, apt is failing to resolve that for some reasons and it's thus results in FTBFS. [Logs] ====== Install main build dependencies (apt-based resolver) ---------------------------------------------------- Installing build dependencies Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies:  sbuild-build-depends-main-dummy : Depends: dh-systemd but it is not installable E: Unable to correct problems, you have held broken packages. apt-get failed. E: Package installation failed Not removing build depends: cloned chroot in use [Reproducer] ============ $ git ubuntu clone ubuntu-advantage-tools $ cd ubuntu-advantage-tools $ sbuild -s --source-only-changes and that should yield a failed build. [Impact] For sbuild users attempting to build this package locally results in pkg build failures due to inability of sbuild to handle the build deps alternatives when running:  sbuild -s --source-only-changes [Test Plan] cat > sru-sbuild-test.sh <<EOF #!/bin/bash [ -d ./ubuntu-advantage-tools ] || git-ubuntu clone ubuntu-advantage-tools cd ubuntu-advantage-tools for release in bionic focal groovy hirsute; do case "\${release}" in hirsute) resolve_alt="";; xenial|bionic|focal|groovy) resolve_alt="--resolve-alternatives";; esac git checkout pkg/ubuntu/\${release}-proposed; sbuild -s --source-only-changes -d \${release} \${resolve_alt} done EOF bash sru-build-test.sh # expect no sbuild failures Also uploaded binary equavalent 27.0.2 bits to ppa:ua-client/staging PPA which sucessfully built Xenial -> Impish where powerpc (xenial) and riscv64 platforms are viable (focal++) [Where problems could occur]  * Due to using the same d/control on all Ubuntu releases, simpler sbuild commandline will require use of `--resolve-alternatives` parameter on older releases where sbuild doesn't "seed" those build deps alternatives by default.  * This should be low risk as PPAs ppa:ua-client/staging & ppa-uaclient/daily are building successfully with these Build-Depends and genereally sbuild allows for workarounds with using --resolve-alternatives.  * [racb] Mutating the Build-Depends line could cause alternatives to be resolved differently on the buildds, resulting in toolchain changes that might result in different sets of build failures or different build output causing functional issues. [Other Info]  ... [Original Description] Hello, [Problem] ========= It looks like apt isn't able to resolve `dh-systemd | debhelper (>= 13.3)`. Whilst the line in logical and makes sense, that is, use dh-systemd for Groovy and older releases (since it's not present in Hirsute and thereafter) and use debhelper (...) for newer releases, et al. However, apt is failing to resolve that for some reasons and it's thus results in FTBFS. [Logs] ====== Install main build dependencies (apt-based resolver) ---------------------------------------------------- Installing build dependencies Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies:  sbuild-build-depends-main-dummy : Depends: dh-systemd but it is not installable E: Unable to correct problems, you have held broken packages. apt-get failed. E: Package installation failed Not removing build depends: cloned chroot in use [Reproducer] ============ $ git ubuntu clone ubuntu-advantage-tools $ cd ubuntu-advantage-tools $ sbuild -s --source-only-changes and that should yield a failed build.
2021-05-12 19:48:01 Chad Smith attachment added sru-1926949.log https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1926949/+attachment/5496757/+files/sru-1926949.log
2021-05-12 19:48:42 Chad Smith tags patch verification-needed verification-needed-focal verification-needed-hirsute patch verification-done verification-done-bionic verification-done-focal verification-done-groovy verification-done-hirsute
2021-05-13 20:32:15 Launchpad Janitor ubuntu-advantage-tools (Ubuntu Hirsute): status Fix Committed Fix Released
2021-05-13 20:32:24 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2021-05-13 20:34:54 Launchpad Janitor ubuntu-advantage-tools (Ubuntu Groovy): status Fix Committed Fix Released
2021-05-13 20:38:20 Launchpad Janitor ubuntu-advantage-tools (Ubuntu Focal): status Fix Committed Fix Released
2021-05-13 20:40:17 Launchpad Janitor ubuntu-advantage-tools (Ubuntu Bionic): status Fix Committed Fix Released
2021-05-20 18:12:04 Launchpad Janitor ubuntu-advantage-tools (Ubuntu Impish): status Fix Committed Fix Released
2021-06-17 18:14:23 Launchpad Janitor ubuntu-advantage-tools (Ubuntu Xenial): status New Fix Released