Your message dated Tue, 05 Apr 2016 13:19:00 +0000
with message-id <[email protected]>
and subject line Bug#818892: fixed in autopkgtest 3.20.2
has caused the Debian Bug report #818892,
regarding autopkgtest does not support ppc64el
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
818892: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818892
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: autopkgtest
Version: 3.20.1
Severity: normal
Tags: patch

autopkgtest script adt-buildvm-ubuntu-cloud does not support ppc64el platform,
causing the following 'crash':

        WARNING: python-distro-info not installed, falling back to determining 
default release from currently installed release
        Traceback (most recent call last):
          File "/usr/bin/adt-buildvm-ubuntu-cloud", line 336, in <module>
            args = parse_args()
          File "/usr/bin/adt-buildvm-ubuntu-cloud", line 106, in parse_args
            default=qemu_default_cmds[default_arch],
        KeyError: 'ppc64el'

I just created a patch that seems to solve the problem.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: ppc64el (ppc64le)

Kernel: Linux 4.4.0-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages autopkgtest depends on:
ii  apt-utils       1.2.7
ii  libdpkg-perl    1.18.4
ii  procps          2:3.3.11-3
ii  python3         3.5.1-2
ii  python3-debian  0.1.27

Versions of packages autopkgtest recommends:
ii  autodep8  0.3

Versions of packages autopkgtest suggests:
pn  lxc          <none>
pn  lxd-client   <none>
ii  qemu-system  1:2.5+dfsg-5
ii  qemu-utils   1:2.5+dfsg-5
pn  schroot      <none>

-- no debconf information
Index: debian/source/new/autopkgtest-3.20.1/tools/adt-buildvm-ubuntu-cloud
===================================================================
--- debian.orig/source/new/autopkgtest-3.20.1/tools/adt-buildvm-ubuntu-cloud
+++ debian/source/new/autopkgtest-3.20.1/tools/adt-buildvm-ubuntu-cloud
@@ -83,7 +83,8 @@ def parse_args():
     default_arch = subprocess.check_output(['dpkg', '--print-architecture'],
                                            universal_newlines=True).strip()
     qemu_default_cmds = {'i386': 'qemu-system-i386',
-                         'amd64': 'qemu-system-x86_64'}
+                         'amd64': 'qemu-system-x86_64',
+                         'ppc64el': 'qemu-system-ppc64'}
 
     parser.add_argument('-a', '--arch', default=default_arch,
                         help='Ubuntu architecture (default: %(default)s)')

--- End Message ---
--- Begin Message ---
Source: autopkgtest
Source-Version: 3.20.2

We believe that the bug you reported is fixed in the latest version of
autopkgtest, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Pitt <[email protected]> (supplier of updated autopkgtest package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 05 Apr 2016 14:53:01 +0200
Source: autopkgtest
Binary: autopkgtest
Architecture: source all
Version: 3.20.2
Distribution: unstable
Urgency: medium
Maintainer: Autopkgtest team <[email protected]>
Changed-By: Martin Pitt <[email protected]>
Description:
 autopkgtest - automatic as-installed testing for Debian packages
Closes: 818892
Changes:
 autopkgtest (3.20.2) unstable; urgency=medium
 .
   * setup-commands/setup-testbed: Purge lxc-common for testbed preparation.
   * adt-buildvm-ubuntu-cloud: Use the same code for determining the default
     qemu-system-* command as adt-virt-qemu. This adds support for ppc64el and
     other architectures. (Closes: #818892)
   * adt-buildvm-ubuntu-cloud: If ifnames was disabled for the initial boot,
     keep it disabled for subsequent boots instead of changing to ens3. This
     fixes building images for Ubuntu 15.04.
   * lib/VirtSubproc.py, cmd_reboot(): Drop workaround for dhclient hanging on
     reboot, LP #1556175 got fixed.
   * setup-commands/setup-testbed: Ensure that purging packages does not hang
     eternally on debconf prompts.
   * setup-commands/setup-testbed: Drop purging of xkb-data.
   * setup-commands/setup-testbed: Apply "vmalloc=512M" grub change also when
     using as a --setup-commands with adt-run, not only with building images.
     Fixes tests like udisks2 on i386 when using standard cloud images.
Checksums-Sha1:
 027f615df4cde6fe52d771acc244d2617d50de4b 1785 autopkgtest_3.20.2.dsc
 263595bcfeeda46d90230e309bc054547e2982bd 158136 autopkgtest_3.20.2.tar.xz
 081c6b63f400481ea563713e36e811144abc0f69 168302 autopkgtest_3.20.2_all.deb
Checksums-Sha256:
 94b85e4a1ce47853a80de2bcf39ca07a70f128681ce0a769257c38b71752aaeb 1785 
autopkgtest_3.20.2.dsc
 687ed27c1bda41f057a01eb2dc64adcc4ac6f84797fc4c9a948bf8580a5b6c32 158136 
autopkgtest_3.20.2.tar.xz
 ddca1d4f36e4c6bdbdc08af375158c2c9789e68f97d345636006c5272a693787 168302 
autopkgtest_3.20.2_all.deb
Files:
 4715ee858635679b0acfc8109252503e 1785 devel optional autopkgtest_3.20.2.dsc
 19354800db2a5de108d3c77697aebd2e 158136 devel optional 
autopkgtest_3.20.2.tar.xz
 cd7f76dc9eb4e15809b667fc32492999 168302 devel optional 
autopkgtest_3.20.2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJXA7XVAAoJENFO8V2v4RNHSMwP/jkTyEt7LPTqAJhpVAoc0q+W
mk7m5mLk+qNtdUb5zk3ffgtfZNPtqD4RNNonDBysDjwIZZEEsSszv/SF2aXuGw2P
nHUUomcbITuWenXp5Mzoa6njmOAznvPzPGQqWYQiB3EIU0qPwTHQ8MUHED+Qr/Z7
/BNryxezsS6okLfERqstx0PXhsqqO8Tmw0GrWcgVF5Gnc2tevs4esccZtBKudW2L
fMyUrcRGr7XxGK8RpwlTj6j9Pw80wcRyTm6MFQdU+N70vETnl2LvTsDK3UGIqfKC
Z9fMxVM+yuoKxKcDqFQgKHvK0JNbkeSsuKyc4FtIDnxoNVKq8BPcm0v1gh121/HR
qqVMpZgQt27d2vJ86FrdVjXZJFYwk/RnwP3idcxtbK8g87UGc0ziecdY5dehfExr
xJZx3FOFdugnIQYAxVarimJ6xb2iEXv7aPzP4S5wDGphEl3pkPnj0a4D5zS26gB2
oB3Mjyq5S9KTPGcGd8UJeTTPc0cRpiV128iwrtiwjTjThUtFr4I7CvnbOrMBRW+E
SkKToa4S4eVpVToivqKGeK/laciQSYCn1WbVPA4yJOMY3wSRqUQ+wWj8gCO+eL/6
2K8peo4je2nwhwZw7eQWLTtUW7sPHYaF/C1TBtRg1992zgZVKPMVRIHHrZwYsxro
2cRZ1zi3RjKSvPMyGVVG
=9EOF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to