Activity log for bug #1822331

Date Who What changed Old value New value Message
2019-03-29 14:08:23 Dan Streetman bug added bug
2019-03-29 14:08:29 Dan Streetman autopkgtest (Ubuntu): status New In Progress
2019-03-29 14:08:35 Dan Streetman autopkgtest (Ubuntu): importance Undecided High
2019-03-29 14:08:38 Dan Streetman autopkgtest (Ubuntu): assignee Dan Streetman (ddstreet)
2019-03-29 14:08:47 Dan Streetman nominated for series Ubuntu Disco
2019-03-29 14:08:47 Dan Streetman bug task added autopkgtest (Ubuntu Disco)
2019-03-29 14:26:39 Dan Streetman autopkgtest (Ubuntu Disco): importance High Low
2019-03-29 14:43:03 Dan Streetman tags sts sts-sponsor
2019-03-29 14:43:45 Dan Streetman attachment added lp1822331-disco.debdiff https://bugs.launchpad.net/ubuntu/+source/autopkgtest/+bug/1822331/+attachment/5250630/+files/lp1822331-disco.debdiff
2019-03-29 14:43:56 Dan Streetman bug added subscriber STS Sponsors
2019-03-29 14:56:08 Dan Streetman bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925966
2019-03-29 14:56:08 Dan Streetman bug task added autopkgtest (Debian)
2019-03-29 15:03:13 Dan Streetman description [impact] creation of qemu imgs for use with autopkgtest-virt-qemu is done with the autopkgtest-buildvm-ubuntu-cloud program. This was dropped in version 5.6: [ Martin Pitt ] * autopkgtest-buildvm-ubuntu-cloud: Drop obsolete Ubuntu release names diff --git a/tools/autopkgtest-buildvm-ubuntu-cloud b/tools/autopkgtest-buildvm-ubuntu-cloud index 2ff475c..81b4304 100755 --- a/tools/autopkgtest-buildvm-ubuntu-cloud +++ b/tools/autopkgtest-buildvm-ubuntu-cloud @@ -150,7 +150,7 @@ def parse_args(): def download_image(cloud_img_url, release, arch): - if release in ['precise', 'trusty', 'wily', 'xenial']: + if release in ['xenial']: diskname = '%s-server-cloudimg-%s-disk1.img' % (release, arch) else: # images were renamed in Ubuntu 16.10 however, precise and trusty are not 'obsolete Ubuntu release names' just yet. [test case] run autopkgtest-buildvm-ubuntu-cloud with either -r precise or -r trusty: $ autopkgtest-buildvm-ubuntu-cloud -r trusty Downloading https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64.img... No image exists for this release/architecture $ autopkgtest-buildvm-ubuntu-cloud -r precise Downloading https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64.img... No image exists for this release/architecture [regression potential] very little, as this is a simple change and using precise or trusty with the script does not work at all currrently. any regression would be around downloading the ubuntu-cloud image. [impact] creation of qemu imgs for use with autopkgtest-virt-qemu is done with the autopkgtest-buildvm-ubuntu-cloud program. This was dropped in version 5.6:       [ Martin Pitt ]       * autopkgtest-buildvm-ubuntu-cloud: Drop obsolete Ubuntu release names diff --git a/tools/autopkgtest-buildvm-ubuntu-cloud b/tools/autopkgtest-buildvm-ubuntu-cloud index 2ff475c..81b4304 100755 --- a/tools/autopkgtest-buildvm-ubuntu-cloud +++ b/tools/autopkgtest-buildvm-ubuntu-cloud @@ -150,7 +150,7 @@ def parse_args():  def download_image(cloud_img_url, release, arch): - if release in ['precise', 'trusty', 'wily', 'xenial']: + if release in ['xenial']:          diskname = '%s-server-cloudimg-%s-disk1.img' % (release, arch)      else:          # images were renamed in Ubuntu 16.10 however, precise and trusty are not 'obsolete Ubuntu release names' just yet. [test case] run autopkgtest-buildvm-ubuntu-cloud with either -r precise or -r trusty: $ autopkgtest-buildvm-ubuntu-cloud -r trusty Downloading https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64.img... No image exists for this release/architecture $ autopkgtest-buildvm-ubuntu-cloud -r precise Downloading https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64.img... No image exists for this release/architecture [regression potential] very little, as this is a simple change and using precise or trusty with the script does not work at all currrently. any regression would be around downloading the ubuntu-cloud image. [other info] this does not affect cosmic or earlier, as the precise/trusty removal was added in version 5.6 while those releases have earlier versions and still contain support for precise/trusty images in autopkgtest-buildvm-ubuntu-cloud.
2019-03-29 15:17:57 Bug Watch Updater autopkgtest (Debian): status Unknown New
2019-03-29 16:21:15 Ubuntu Foundations Team Bug Bot tags sts sts-sponsor patch sts sts-sponsor
2019-03-30 15:45:48 Eric Desrochers bug added subscriber Eric Desrochers
2019-03-31 19:01:27 Bug Watch Updater autopkgtest (Debian): status New Fix Committed
2019-04-01 13:17:42 Eric Desrochers description [impact] creation of qemu imgs for use with autopkgtest-virt-qemu is done with the autopkgtest-buildvm-ubuntu-cloud program. This was dropped in version 5.6:       [ Martin Pitt ]       * autopkgtest-buildvm-ubuntu-cloud: Drop obsolete Ubuntu release names diff --git a/tools/autopkgtest-buildvm-ubuntu-cloud b/tools/autopkgtest-buildvm-ubuntu-cloud index 2ff475c..81b4304 100755 --- a/tools/autopkgtest-buildvm-ubuntu-cloud +++ b/tools/autopkgtest-buildvm-ubuntu-cloud @@ -150,7 +150,7 @@ def parse_args():  def download_image(cloud_img_url, release, arch): - if release in ['precise', 'trusty', 'wily', 'xenial']: + if release in ['xenial']:          diskname = '%s-server-cloudimg-%s-disk1.img' % (release, arch)      else:          # images were renamed in Ubuntu 16.10 however, precise and trusty are not 'obsolete Ubuntu release names' just yet. [test case] run autopkgtest-buildvm-ubuntu-cloud with either -r precise or -r trusty: $ autopkgtest-buildvm-ubuntu-cloud -r trusty Downloading https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64.img... No image exists for this release/architecture $ autopkgtest-buildvm-ubuntu-cloud -r precise Downloading https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64.img... No image exists for this release/architecture [regression potential] very little, as this is a simple change and using precise or trusty with the script does not work at all currrently. any regression would be around downloading the ubuntu-cloud image. [other info] this does not affect cosmic or earlier, as the precise/trusty removal was added in version 5.6 while those releases have earlier versions and still contain support for precise/trusty images in autopkgtest-buildvm-ubuntu-cloud. [impact] creation of qemu imgs for use with autopkgtest-virt-qemu is done with the autopkgtest-buildvm-ubuntu-cloud program. This was dropped in version 5.6:       [ Martin Pitt ]       * autopkgtest-buildvm-ubuntu-cloud: Drop obsolete Ubuntu release names diff --git a/tools/autopkgtest-buildvm-ubuntu-cloud b/tools/autopkgtest-buildvm-ubuntu-cloud index 2ff475c..81b4304 100755 --- a/tools/autopkgtest-buildvm-ubuntu-cloud +++ b/tools/autopkgtest-buildvm-ubuntu-cloud @@ -150,7 +150,7 @@ def parse_args():  def download_image(cloud_img_url, release, arch): - if release in ['precise', 'trusty', 'wily', 'xenial']: + if release in ['xenial']:          diskname = '%s-server-cloudimg-%s-disk1.img' % (release, arch)      else:          # images were renamed in Ubuntu 16.10 however, precise and trusty are not 'obsolete Ubuntu release names' just yet. [test case] run autopkgtest-buildvm-ubuntu-cloud with either -r precise or -r trusty: $ autopkgtest-buildvm-ubuntu-cloud -r trusty Downloading https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64.img... No image exists for this release/architecture $ autopkgtest-buildvm-ubuntu-cloud -r precise Downloading https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64.img... No image exists for this release/architecture [regression potential] very little, as this is a simple change and using precise or trusty with the script does not work at all currrently. any regression would be around downloading the ubuntu-cloud image. [other info] this does not affect cosmic or earlier, as the precise/trusty removal was added in version 5.6 while those releases have earlier versions and still contain support for precise/trusty images in autopkgtest-buildvm-ubuntu-cloud. * salsa autopkgtest repo: https://salsa.debian.org/ci-team/autopkgtest/commit/9033ef10dc71a3cc65d153f9508cbd2ca0234342
2019-04-01 14:23:30 Eric Desrochers removed subscriber STS Sponsors
2019-04-01 14:33:22 Eric Desrochers autopkgtest (Ubuntu Disco): status In Progress Fix Committed
2019-04-01 18:53:02 Launchpad Janitor autopkgtest (Ubuntu Disco): status Fix Committed Fix Released
2019-04-10 15:43:21 Dan Streetman tags patch sts sts-sponsor patch sts
2019-09-05 16:44:32 Bug Watch Updater autopkgtest (Debian): status Fix Committed Fix Released