Activity log for bug #1855481

Date Who What changed Old value New value Message
2019-12-06 19:14:12 Mauricio Faria de Oliveira bug added bug
2019-12-06 19:14:22 Mauricio Faria de Oliveira docker.io (Ubuntu): status New In Progress
2019-12-06 19:14:24 Mauricio Faria de Oliveira docker.io (Ubuntu): assignee Mauricio Faria de Oliveira (mfo)
2019-12-06 19:31:38 Mauricio Faria de Oliveira nominated for series Ubuntu Xenial
2019-12-06 19:31:38 Mauricio Faria de Oliveira bug task added docker.io (Ubuntu Xenial)
2019-12-06 19:31:54 Mauricio Faria de Oliveira docker.io (Ubuntu): status In Progress Invalid
2019-12-06 19:31:59 Mauricio Faria de Oliveira docker.io (Ubuntu Xenial): status New In Progress
2019-12-06 19:37:20 Mauricio Faria de Oliveira description With the release of Debian Buster (July 2019) the 'stable' distribution symlink on Debian archives changed from 'stretch' to 'buster'. This caused issues to 'debootstrap <variant> stable <target> <debian mirror>' on Xenial: (because of Xenial's older/pre-Buster debian-archive-keyring and debootstrap packages) 1. failure to check signature of the Release file (which can be worked-around with --no-check-gpg) 2. failure to unpack packages (which may need further changes) Thus just revert back to / stick with Debian Stretch as the suite to debootstrap for tests. This should prevent it to keep changing to newer releases, which depend on changes/fixes to other packages (not worth it just for the purpose of running 'true' in a docker container.) With the release of Debian Buster (July 2019) the 'stable' distribution symlink on Debian archives changed from 'stretch' to 'buster'. This caused issues to 'debootstrap <variant> stable <target> <debian mirror>' on Xenial: (because of Xenial's older/pre-Buster debian-archive-keyring and debootstrap packages) 1. failure to check signature of the Release file (which can be worked-around with --no-check-gpg) 2. failure to unpack packages (which may need further changes) Thus just revert back to / stick with Debian Stretch as the suite to debootstrap for tests. This should prevent it to keep changing to newer releases, which depend on changes/fixes to other packages (not worth it just for the purpose of running 'true' in a docker container.) Original) + debootstrap --variant=minbase stable /tmp/tmp.CmnWmuSeHY http://httpredir.debian.org/debian I: Retrieving InRelease I: Checking Release signature E: Release signed by unknown key (key id DCC9EFBF77E11517) + doExit ... basic-smoke FAIL non-zero exit status 1 With --no-check-gpg) + debootstrap --no-check-gpg --variant=minbase stable /tmp/tmp.LbI1tZGEJb http://httpredir.debian.org/debian I: Retrieving InRelease I: Retrieving Packages ... I: Unpacking the base system... ... W: Failure while installing base packages. This will be re-attempted up to five times. W: See /tmp/tmp.LbI1tZGEJb/debootstrap/debootstrap.log for details + doExit ... basic-smoke FAIL non-zero exit status 1 With s/stable/stretch/) + debootstrap --variant=minbase stretch /tmp/tmp.Eyr81GS2o6 http://httpredir.debian.org/debian I: Retrieving InRelease I: Failed to retrieve InRelease I: Retrieving Release I: Retrieving Release.gpg I: Checking Release signature I: Valid Release signature (key id 126C0D24BD8A2942CC7DF8AC7638D0442B90D010) I: Retrieving Packages ... I: Base system installed successfully. + tar -cC /tmp/tmp.5qp31fXQau . + docker import - debian ... + docker run --name test debian true ... ++ docker rm -f test ... ++ docker rmi debian ... + eval true ++ true ... basic-smoke PASS ...
2019-12-06 19:42:23 Mauricio Faria de Oliveira docker.io (Ubuntu Xenial): importance Undecided Low
2019-12-06 19:42:28 Mauricio Faria de Oliveira docker.io (Ubuntu Xenial): assignee Mauricio Faria de Oliveira (mfo)
2019-12-06 19:42:31 Mauricio Faria de Oliveira docker.io (Ubuntu): assignee Mauricio Faria de Oliveira (mfo)
2019-12-06 21:21:08 Mauricio Faria de Oliveira attachment added docker-io_xenial.debdiff https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1855481/+attachment/5310350/+files/docker-io_xenial.debdiff
2019-12-06 21:31:02 Mauricio Faria de Oliveira tags block-proposed-xenial
2019-12-06 22:07:52 Mauricio Faria de Oliveira description With the release of Debian Buster (July 2019) the 'stable' distribution symlink on Debian archives changed from 'stretch' to 'buster'. This caused issues to 'debootstrap <variant> stable <target> <debian mirror>' on Xenial: (because of Xenial's older/pre-Buster debian-archive-keyring and debootstrap packages) 1. failure to check signature of the Release file (which can be worked-around with --no-check-gpg) 2. failure to unpack packages (which may need further changes) Thus just revert back to / stick with Debian Stretch as the suite to debootstrap for tests. This should prevent it to keep changing to newer releases, which depend on changes/fixes to other packages (not worth it just for the purpose of running 'true' in a docker container.) Original) + debootstrap --variant=minbase stable /tmp/tmp.CmnWmuSeHY http://httpredir.debian.org/debian I: Retrieving InRelease I: Checking Release signature E: Release signed by unknown key (key id DCC9EFBF77E11517) + doExit ... basic-smoke FAIL non-zero exit status 1 With --no-check-gpg) + debootstrap --no-check-gpg --variant=minbase stable /tmp/tmp.LbI1tZGEJb http://httpredir.debian.org/debian I: Retrieving InRelease I: Retrieving Packages ... I: Unpacking the base system... ... W: Failure while installing base packages. This will be re-attempted up to five times. W: See /tmp/tmp.LbI1tZGEJb/debootstrap/debootstrap.log for details + doExit ... basic-smoke FAIL non-zero exit status 1 With s/stable/stretch/) + debootstrap --variant=minbase stretch /tmp/tmp.Eyr81GS2o6 http://httpredir.debian.org/debian I: Retrieving InRelease I: Failed to retrieve InRelease I: Retrieving Release I: Retrieving Release.gpg I: Checking Release signature I: Valid Release signature (key id 126C0D24BD8A2942CC7DF8AC7638D0442B90D010) I: Retrieving Packages ... I: Base system installed successfully. + tar -cC /tmp/tmp.5qp31fXQau . + docker import - debian ... + docker run --name test debian true ... ++ docker rm -f test ... ++ docker rmi debian ... + eval true ++ true ... basic-smoke PASS ... [Impact] * Autopkgtest reports failures/regressions for docker.io on Xenial because debian/tests/basic-smoke fails to deboostrap Debian stable, since the release of the new stable, Debian buster (July 6th 2019). * That caused changes to signatures and debootstrap procedures that Xenial packages currently fail to handle. * Such failures are false-positives of regressions with regards to docker.io code *or* it's dependencies, which are thus flagged as causing a regression to a reverse-dependency on autopkgtest.u.c. * The solution is to revert to / stick with Debian stretch, which has been the stable / status-quo before the buster release, and is working correctly on both debian-archive-keyring/debootstrap on Xenial. [Test Case] * Run docker.io autopkgtests or just 'debian/tests/basic-smoke'. [Regression Potential] * The 'debootstrap' command on 'debian/tests/basic-smoke' should now continue to run past an early error, then hit other issues. At this time, it has been verified to finish sucessfully in the autopkgtest.ubuntu.com infrastructure, tested against a PPA. [Other Info] * Currently only Xenial is being reported/fixed, although this issue might hit Bionic and Focal in the future (with 2+years support period, extending over Debian releases) depending on whether further changes might be needed post-Buster release. * Debian's docker.io package only exists on Buster and later, so are not susceptible to this problem right now. [Original Description] With the release of Debian Buster (July 2019) the 'stable' distribution symlink on Debian archives changed from 'stretch' to 'buster'. This caused issues to 'debootstrap <variant> stable <target> <debian mirror>' on Xenial: (because of Xenial's older/pre-Buster debian-archive-keyring and debootstrap packages) 1. failure to check signature of the Release file (which can be worked-around with --no-check-gpg) 2. failure to unpack packages (which may need further changes) Thus just revert back to / stick with Debian Stretch as the suite to debootstrap for tests. This should prevent it to keep changing to newer releases, which depend on changes/fixes to other packages (not worth it just for the purpose of running 'true' in a docker container.) Original) + debootstrap --variant=minbase stable /tmp/tmp.CmnWmuSeHY http://httpredir.debian.org/debian I: Retrieving InRelease I: Checking Release signature E: Release signed by unknown key (key id DCC9EFBF77E11517) + doExit ... basic-smoke FAIL non-zero exit status 1 With --no-check-gpg) + debootstrap --no-check-gpg --variant=minbase stable /tmp/tmp.LbI1tZGEJb http://httpredir.debian.org/debian I: Retrieving InRelease I: Retrieving Packages ... I: Unpacking the base system... ... W: Failure while installing base packages. This will be re-attempted up to five times. W: See /tmp/tmp.LbI1tZGEJb/debootstrap/debootstrap.log for details + doExit ... basic-smoke FAIL non-zero exit status 1 With s/stable/stretch/) + debootstrap --variant=minbase stretch /tmp/tmp.Eyr81GS2o6 http://httpredir.debian.org/debian I: Retrieving InRelease I: Failed to retrieve InRelease I: Retrieving Release I: Retrieving Release.gpg I: Checking Release signature I: Valid Release signature (key id 126C0D24BD8A2942CC7DF8AC7638D0442B90D010) I: Retrieving Packages ... I: Base system installed successfully. + tar -cC /tmp/tmp.5qp31fXQau . + docker import - debian ... + docker run --name test debian true ... ++ docker rm -f test ... ++ docker rmi debian ... + eval true ++ true ... basic-smoke PASS ...
2019-12-06 22:46:57 Mauricio Faria de Oliveira description [Impact] * Autopkgtest reports failures/regressions for docker.io on Xenial because debian/tests/basic-smoke fails to deboostrap Debian stable, since the release of the new stable, Debian buster (July 6th 2019). * That caused changes to signatures and debootstrap procedures that Xenial packages currently fail to handle. * Such failures are false-positives of regressions with regards to docker.io code *or* it's dependencies, which are thus flagged as causing a regression to a reverse-dependency on autopkgtest.u.c. * The solution is to revert to / stick with Debian stretch, which has been the stable / status-quo before the buster release, and is working correctly on both debian-archive-keyring/debootstrap on Xenial. [Test Case] * Run docker.io autopkgtests or just 'debian/tests/basic-smoke'. [Regression Potential] * The 'debootstrap' command on 'debian/tests/basic-smoke' should now continue to run past an early error, then hit other issues. At this time, it has been verified to finish sucessfully in the autopkgtest.ubuntu.com infrastructure, tested against a PPA. [Other Info] * Currently only Xenial is being reported/fixed, although this issue might hit Bionic and Focal in the future (with 2+years support period, extending over Debian releases) depending on whether further changes might be needed post-Buster release. * Debian's docker.io package only exists on Buster and later, so are not susceptible to this problem right now. [Original Description] With the release of Debian Buster (July 2019) the 'stable' distribution symlink on Debian archives changed from 'stretch' to 'buster'. This caused issues to 'debootstrap <variant> stable <target> <debian mirror>' on Xenial: (because of Xenial's older/pre-Buster debian-archive-keyring and debootstrap packages) 1. failure to check signature of the Release file (which can be worked-around with --no-check-gpg) 2. failure to unpack packages (which may need further changes) Thus just revert back to / stick with Debian Stretch as the suite to debootstrap for tests. This should prevent it to keep changing to newer releases, which depend on changes/fixes to other packages (not worth it just for the purpose of running 'true' in a docker container.) Original) + debootstrap --variant=minbase stable /tmp/tmp.CmnWmuSeHY http://httpredir.debian.org/debian I: Retrieving InRelease I: Checking Release signature E: Release signed by unknown key (key id DCC9EFBF77E11517) + doExit ... basic-smoke FAIL non-zero exit status 1 With --no-check-gpg) + debootstrap --no-check-gpg --variant=minbase stable /tmp/tmp.LbI1tZGEJb http://httpredir.debian.org/debian I: Retrieving InRelease I: Retrieving Packages ... I: Unpacking the base system... ... W: Failure while installing base packages. This will be re-attempted up to five times. W: See /tmp/tmp.LbI1tZGEJb/debootstrap/debootstrap.log for details + doExit ... basic-smoke FAIL non-zero exit status 1 With s/stable/stretch/) + debootstrap --variant=minbase stretch /tmp/tmp.Eyr81GS2o6 http://httpredir.debian.org/debian I: Retrieving InRelease I: Failed to retrieve InRelease I: Retrieving Release I: Retrieving Release.gpg I: Checking Release signature I: Valid Release signature (key id 126C0D24BD8A2942CC7DF8AC7638D0442B90D010) I: Retrieving Packages ... I: Base system installed successfully. + tar -cC /tmp/tmp.5qp31fXQau . + docker import - debian ... + docker run --name test debian true ... ++ docker rm -f test ... ++ docker rmi debian ... + eval true ++ true ... basic-smoke PASS ... [Impact]  * Autopkgtest reports failures/regressions for docker.io on Xenial    because debian/tests/basic-smoke fails to deboostrap Debian stable,    since the release of the new stable, Debian buster (July 6th 2019).  * That caused changes to signatures and debootstrap procedures that    Xenial packages currently fail to handle.  * Such failures are false-positives of regressions with regards to    docker.io code *or* it's dependencies, which are thus flagged as    causing a regression to a reverse-dependency on autopkgtest.u.c.  * The solution is to revert to / stick with Debian stretch, which    has been the stable / status-quo before the buster release, and    is working correctly on both debian-archive-keyring/debootstrap    on Xenial. [Test Case]  * Run docker.io autopkgtests or just 'debian/tests/basic-smoke'. [Regression Potential]  * The 'debootstrap' command on 'debian/tests/basic-smoke' should    now continue to run past an early error, then hit other issues.    At this time, it has been verified to finish sucessfully in the    autopkgtest.ubuntu.com infrastructure, tested against a PPA. [Other Info]  * Currently only Xenial is being reported/fixed, although this    issue might hit Bionic and Focal in the future (with 2+years    support period, extending over Debian releases) depending on    whether further changes might be needed post-Buster release.  * Debian's docker.io package only exists on Buster and later,    so are not susceptible to this problem right now. * Waiting a bit on feedback on Debian bug report / BTS 946313 [1]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946313 [Original Description] With the release of Debian Buster (July 2019) the 'stable' distribution symlink on Debian archives changed from 'stretch' to 'buster'. This caused issues to 'debootstrap <variant> stable <target> <debian mirror>' on Xenial: (because of Xenial's older/pre-Buster debian-archive-keyring and debootstrap packages) 1. failure to check signature of the Release file (which can be worked-around with --no-check-gpg) 2. failure to unpack packages (which may need further changes) Thus just revert back to / stick with Debian Stretch as the suite to debootstrap for tests. This should prevent it to keep changing to newer releases, which depend on changes/fixes to other packages (not worth it just for the purpose of running 'true' in a docker container.) Original) + debootstrap --variant=minbase stable /tmp/tmp.CmnWmuSeHY http://httpredir.debian.org/debian I: Retrieving InRelease I: Checking Release signature E: Release signed by unknown key (key id DCC9EFBF77E11517) + doExit ... basic-smoke FAIL non-zero exit status 1 With --no-check-gpg) + debootstrap --no-check-gpg --variant=minbase stable /tmp/tmp.LbI1tZGEJb http://httpredir.debian.org/debian I: Retrieving InRelease I: Retrieving Packages ... I: Unpacking the base system... ... W: Failure while installing base packages. This will be re-attempted up to five times. W: See /tmp/tmp.LbI1tZGEJb/debootstrap/debootstrap.log for details + doExit ... basic-smoke FAIL non-zero exit status 1 With s/stable/stretch/) + debootstrap --variant=minbase stretch /tmp/tmp.Eyr81GS2o6 http://httpredir.debian.org/debian I: Retrieving InRelease I: Failed to retrieve InRelease I: Retrieving Release I: Retrieving Release.gpg I: Checking Release signature I: Valid Release signature (key id 126C0D24BD8A2942CC7DF8AC7638D0442B90D010) I: Retrieving Packages ... I: Base system installed successfully. + tar -cC /tmp/tmp.5qp31fXQau . + docker import - debian ... + docker run --name test debian true ... ++ docker rm -f test ... ++ docker rmi debian ... + eval true ++ true ... basic-smoke PASS ...
2019-12-06 22:48:06 Mauricio Faria de Oliveira bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946313
2019-12-06 22:48:06 Mauricio Faria de Oliveira bug task added docker.io (Debian)
2019-12-06 23:17:15 Bug Watch Updater docker.io (Debian): status Unknown New
2020-07-03 06:39:52 Bug Watch Updater docker.io (Debian): status New Fix Released
2021-10-31 22:22:32 Mathew Hodson marked as duplicate 1911465
2021-10-31 22:22:51 Mathew Hodson bug task deleted docker.io (Ubuntu Xenial)
2021-10-31 22:23:32 Mathew Hodson affects docker.io (Debian) ubuntu
2021-10-31 22:23:32 Mathew Hodson ubuntu: importance Unknown Undecided
2021-10-31 22:23:32 Mathew Hodson ubuntu: status Fix Released New
2021-10-31 22:23:32 Mathew Hodson ubuntu: remote watch Debian Bug tracker #946313
2021-10-31 22:23:42 Mathew Hodson bug task deleted ubuntu
2021-10-31 22:23:51 Mathew Hodson bug watch removed https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946313
2021-12-12 21:31:58 Mathew Hodson tags block-proposed-xenial