0s autopkgtest: DBG: testbed init 0s autopkgtest [13:16:24]: starting date and time: 2025-02-03 13:16:24+0000 0s autopkgtest [13:16:24]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [13:16:24]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.xjq28qfw/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:openjpeg2 --apt-upgrade ghostscript --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=openjpeg2/2.5.3-1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-11.secgroup --name adt-plucky-s390x-ghostscript-20250203-131624-juju-7f2275-prod-proposed-migration-environment-15-5d91603c-d800-45ce-9a3e-987759ff0508 --image adt/ubuntu-plucky-s390x-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-15 --net-id=net_prod-proposed-migration-s390x -e TERM=linux -e ''"'"'http_proxy=http://squid.internal:3128'"'"'' -e ''"'"'https_proxy=http://squid.internal:3128'"'"'' -e ''"'"'no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com,radosgw.ps5.canonical.com'"'"'' --mirror=http://ftpmaster.internal/ubuntu/ 0s autopkgtest: DBG: got reply from testbed: ok 0s autopkgtest: DBG: testbed open, scratch=None 0s autopkgtest: DBG: sending command to testbed: open 112s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.tOmH6Z 112s autopkgtest: DBG: sending command to testbed: print-execute-command 112s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.im8qzp3v/runcmd 112s autopkgtest: DBG: sending command to testbed: capabilities 112s autopkgtest: DBG: got reply from testbed: ok revert-full-system revert isolation-machine reboot suggested-normal-user=ubuntu root-on-testbed 112s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'revert', 'isolation-machine', 'reboot', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 112s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.tOmH6Z'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.tOmH6Z/wrapper.sh 112s autopkgtest: DBG: got reply from testbed: ok 112s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.tOmH6Z/wrapper.sh'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest [13:18:16]: testbed dpkg architecture: s390x 112s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest [13:18:17]: testbed apt version: 2.9.18 113s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed has eatmydata 113s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest [13:18:17]: @@@@@@@@@@@@@@@@@@@@ test bed setup 113s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Copyright © 2006-2018 Canonical Ltd.\n# Copyright © 2015-2017 Martin Pitt\n# Copyright © 2017 Steve Langasek\n# Copyright © 2017-2022 Paul Gevers\n# Copyright © 2018 Simon McVittie\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the first suite found in apt sources. We can\'t just rely\n# on /etc/os-release because it doesn\'t allow to distinguish between Debian\n# unstable and testing.\n#\n# This release detection logic should be kept in sync with similar code in the\n# setup-testbed script.\n#\n# For more information on APT data sources see sources.list(5).\n\n# Usage $0\n\nset -eux\n\ndistro=UNKNOWN\nif [ -r /etc/os-release ]; then\n # shellcheck disable=SC1091\n distro=$(. /etc/os-release && echo "${ID:-$distro}")\nfi\n\n# Try guessing the default release from deb822-style format sources.\n#\n# While not mandatory, APT upstream expects distros to follow the\n# .sources naming pattern for the default deb822 sources.\napt_sources="/etc/apt/sources.list.d/$distro.sources"\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'s/^Suites:\\s*(\\w+).*/\\1/Ip\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Try guessing the default release from one-line-style format sources.\napt_sources=/etc/apt/sources.list\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'/^(deb|deb-src) +(\\[.*\\] *)?(http|https|file):/ { s/\\[.*\\] +//; s/^[^ ]+ +[^ ]* +([^ ]+) +.*$/\\1/p }\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Could not guess the default release\necho "Could not guess the default release from the APT sources." >&2\nexit 1\n'], kind short, sout pipe, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest [13:18:17]: testbed release detected to be: None 113s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured "deb" sources in one-line-style\n# source lists (/etc/apt/sources.list, /etc/apt/sources.list.d/*.list).\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# grep(1) returns 1 if no lines were selected from the input files, which\n# can happen if there are .list files, but they contain no "deb" entries.\n# We don\'t want to fail in this case, hence the "|| true", which we put\n# in a subshell because we want it to affect only the grep invocation.\n{\n if [ -f /etc/apt/sources.list ]; then\n printf \'%s\\0\' /etc/apt/sources.list\n fi\n if [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.list\' -print0 \\\n | LC_ALL=C sort --zero-terminated\n fi\n} | xargs -0 --no-run-if-empty -- sh -c \'grep -h "^deb " "$@" || true\' "$(basename "$0")"\n'], kind short, sout pipe, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured sources in deb822-style source\n# lists (/etc/apt/sources.list.d/*.sources). Sources are not stripped out of\n# comments, extra blank lines or similar: the output of this script is meant to\n# be consumed by a deb822 parser that is able to correctly handle those.\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# Awk concatenates files making sure stanzas from separate files are separated\n# by a blank line, even if there are no newlines at EOF in the .sources files.\nif [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.sources\' -print0 \\\n | LC_ALL=C sort --zero-terminated \\\n | xargs -0 --no-run-if-empty -- awk \'FNR == 1 && NR != 1 { print "" } { print }\'\nfi\n'], kind short, sout pipe, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: adding APT source: Types: deb deb-src 114s URIs: http://ftpmaster.internal/ubuntu/ 114s Suites: plucky-proposed 114s Components: main restricted universe multiverse 114s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 114s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" >> "/etc/apt/sources.list.d/autopkgtest-add-apt-release-plucky-proposed.sources"', 'add_apt_source', 'printf', '%s\\n', 'Types: deb deb-src\nURIs: http://ftpmaster.internal/ubuntu/\nSuites: plucky-proposed\nComponents: main restricted universe multiverse\nSigned-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 114s Package: * 114s Pin: release plucky-proposed 114s Pin-Priority: 500 114s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-zz-plucky-proposed-baseline.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 500'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest [13:18:18]: updating testbed package index (apt update) 114s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'update'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 115s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 115s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 115s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 115s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 115s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.1 kB] 115s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [71.0 kB] 115s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [890 kB] 116s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [103 kB] 116s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [781 kB] 116s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [2964 B] 116s Fetched 1974 kB in 2s (1209 kB/s) 117s Reading package lists... 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 117s Package: * 117s Pin: release plucky-proposed 117s Pin-Priority: 100 117s 117s Package: src:openjpeg2:any 117s Pin: release plucky-proposed 117s Pin-Priority: 995 117s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:openjpeg2:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: testbed command ['bash', '-ec', 'for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do [ ! -d $d ] || touch -r $d /tmp/autopkgtest.tOmH6Z/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Canonical/Ubuntu specific testbed setup\n\nset -x\n\nRELEASE=$(lsb_release --codename --short 2>/dev/null)\n\n# Make the installed package versions match what is available from the configured\n# repositories, even if a downgrade is required.\n#\n# We may end up with images with packages newer than those available from the\n# repositories when opening a new release (images are created using the\n# previous release dailies as a base, which may include 0-day SRUs, or\n# Launchpad may fail to copy packages, see openssl 3.0.8-1ubuntu2), or when\n# package versions are pulled from the archive.\n#\n# Note: \'release a=\' matches the Suite field in the repository Release file.\ncat >/etc/apt/preferences.d/force-downgrade-to-release.pref <= Focal).\n#\n# Note: autoremove/--autoremove always runs on the entire set of installed\n# packages. Together with --autopurge/purge each removal becomes a purge.\n#\n# Removing \'?obsolete\' packages may remove the running kernel. This is not\n# expected to be an issue.\nif /usr/lib/apt/apt-helper analyze-pattern \'?true\' >/dev/null 2>&1; then\n # DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove \'?obsolete\'\n # Avoid removing the running kernel\n running_kernel_pattern="^linux-.*$(uname -r | sed \'s/\\./\\\\./g\').*"\n obsolete_pkgs="$(apt list \'?obsolete\' 2>/dev/null \\\n | tail -n+2 \\\n | cut -d\'/\' -f1 \\\n | grep -v "${running_kernel_pattern}" || true)"\n DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove ${obsolete_pkgs}\nelse\n # We\'re on an older release (analyze-pattern is not available).\n # Still do an autopurge to get rid of packages that got orphaned\n # by downgrades.\n eatmydata apt-get -y autoremove --purge\nfi\n\n# compatibility with old Jenkins testbeds for trusty\nif grep -q trusty /etc/lsb-release; then apt-get update || (sleep 10; apt-get update); apt-get install -y build-essential; fi\n\n# these packages really break tests, purge them if we use standard cloud images\n# (on lcy01)\nfor p in unattended-upgrades lxd lxd-client snapd; do\n [ ! -d /usr/share/doc/$p ] || $(which eatmydata || true) apt-get purge --auto-remove -y $p\ndone\n\nif type iptables >/dev/null 2>&1; then\n cat < /etc/rc.local\n#!/bin/sh\n\n# work around broken PTMU; LP: #1572026, RT#90771\niptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu || true\n\n# These addresses are used at least by rust-reqwest and should not be reachable\n# See https://bugs.launchpad.net/ubuntu/+source/rust-reqwest/+bug/2080346\niptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP || true\niptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP || true\nEOF\n chmod 755 /etc/rc.local\n # shellcheck disable=SC1091\n . /etc/rc.local\nfi\n\n# work around broken tty on ppc64el instances (LP: #1607075)\nif [ "$(uname -m)" = ppc64le ] && [ "$(systemctl is-active keyboard-setup.service 2>/dev/null|| true)" = failed ]; then\n systemctl reset-failed keyboard-setup.service\n systemctl mask keyboard-setup.service\nfi\n\n# work around late urandom pool initialization (LP: #1622893)\nif [ -d /run/systemd/system ] && systemd-detect-virt --quiet --vm; then\n mkdir -p /etc/systemd/system/systemd-random-seed.service.d/\n cat < /etc/systemd/system/systemd-random-seed.service.d/fakeentropy.conf\n[Service]\nExecStart=/usr/bin/perl -E \'open \\$\\$f, "/bin/bash" or die; open \\$\\$rnd, ">/dev/random" or die; for (\\$\\$i = 0; \\$\\$i < 10; ++\\$\\$i) {read \\$\\$f, \\$\\$d, 64; ioctl \\$\\$rnd, 0x40085203, pack("ii", 64*8, 64) . \\$\\$d}\'\nEOF\nfi\n\n# set compressor to lz4 where supported, we care about compression speed\nif grep -q lz4 /etc/initramfs-tools/initramfs.conf; then\n echo COMPRESS=lz4 > /etc/initramfs-tools/conf.d/lz4\nfi'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu'] 117s + lsb_release --codename --short 117s + RELEASE=plucky 117s + cat 117s + [ plucky != trusty ] 117s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 117s Reading package lists... 117s Building dependency tree... 117s Reading state information... 118s Calculating upgrade... 118s The following packages were automatically installed and are no longer required: 118s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 118s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 118s linux-tools-6.11.0-8-generic 118s Use 'sudo apt autoremove' to remove them. 118s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 118s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 118s + /usr/lib/apt/apt-helper analyze-pattern ?true 118s + uname -r 118s + sed s/\./\\./g 118s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 118s + apt list ?obsolete 118s + tail -n+2 118s + cut -d/ -f1 118s + grep -v ^linux-.*6\.12\.0-12-generic.* 118s + true 118s + obsolete_pkgs= 118s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 118s Reading package lists... 118s Building dependency tree... 118s Reading state information... 118s The following packages will be REMOVED: 118s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 118s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 118s linux-tools-6.11.0-8-generic* 118s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 118s After this operation, 143 MB disk space will be freed. 118s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80938 files and directories currently installed.) 118s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 119s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 119s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 119s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 119s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 120s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 56531 files and directories currently installed.) 120s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 120s + grep -q trusty /etc/lsb-release 120s + [ ! -d /usr/share/doc/unattended-upgrades ] 120s + [ ! -d /usr/share/doc/lxd ] 120s + [ ! -d /usr/share/doc/lxd-client ] 120s + [ ! -d /usr/share/doc/snapd ] 120s + type iptables 120s + cat 120s + chmod 755 /etc/rc.local 120s + . /etc/rc.local 120s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 120s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 120s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 120s + uname -m 120s + [ s390x = ppc64le ] 120s + [ -d /run/systemd/system ] 120s + systemd-detect-virt --quiet --vm 120s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 120s + cat 120s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 120s + echo COMPRESS=lz4 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest [13:18:24]: upgrading testbed (apt dist-upgrade and autopurge) 120s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'dist-upgrade'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 120s Reading package lists... 120s Building dependency tree... 120s Reading state information... 120s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 120s Starting 2 pkgProblemResolver with broken count: 0 120s Done 120s Entering ResolveByKeep 121s 121s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 121s Reading package lists... 121s Building dependency tree... 121s Reading state information... 121s Starting pkgProblemResolver with broken count: 0 121s Starting 2 pkgProblemResolver with broken count: 0 121s Done 121s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest: DBG: testbed command ['bash', '-ec', '[ ! -e /run/autopkgtest_no_reboot.stamp ] || exit 0;for d in /boot /boot/efi /boot/grub /etc/init /etc/init.d /etc/systemd/system /lib/systemd/system; do s=/tmp/autopkgtest.tOmH6Z/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 122s autopkgtest: DBG: testbed command exited with code 1 122s autopkgtest [13:18:26]: rebooting testbed after setup commands that affected boot 122s autopkgtest: DBG: sending command to testbed: reboot 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 138s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.tOmH6Z'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.tOmH6Z/autopkgtest-reboot 139s autopkgtest: DBG: got reply from testbed: ok 139s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.tOmH6Z/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.tOmH6Z/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.tOmH6Z/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.tOmH6Z'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.tOmH6Z/autopkgtest-reboot-prepare 140s autopkgtest: DBG: got reply from testbed: ok 140s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.tOmH6Z/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.tOmH6Z/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest [13:18:45]: testbed running kernel: Linux 6.12.0-12-generic #12-Ubuntu SMP Wed Jan 22 15:18:24 UTC 2025 141s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.tOmH6Z/testbed-packages"], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.tOmH6Z/testbed-packages /tmp/autopkgtest-work.xjq28qfw/out/testbed-packages 142s autopkgtest: DBG: got reply from testbed: ok 142s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 142s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.tOmH6Z'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.tOmH6Z/autopkgtest-reboot 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.tOmH6Z/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.tOmH6Z/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.tOmH6Z/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.tOmH6Z'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.tOmH6Z/autopkgtest-reboot-prepare 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.tOmH6Z/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.tOmH6Z/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: Binaries: initialising 144s autopkgtest [13:18:48]: @@@@@@@@@@@@@@@@@@@@ apt-source ghostscript 144s autopkgtest: DBG: blame += ghostscript 144s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 144s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'ghostscript'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libgs-common$'], kind short, sout pipe, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libgs-common=10.03.1~dfsg1-0ubuntu4'], kind short, sout pipe, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libgs-dev$'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libgs-dev=10.03.1~dfsg1-0ubuntu4'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ghostscript$'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ghostscript=10.03.1~dfsg1-0ubuntu4'], kind short, sout pipe, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ghostscript-doc$'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ghostscript-doc=10.03.1~dfsg1-0ubuntu4'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libgs10-common$'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libgs10-common=10.03.1~dfsg1-0ubuntu4'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libgs10$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libgs10=10.03.1~dfsg1-0ubuntu4'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: install_deps: deps_new=[] 148s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['sh', '-ec', 'su --shell=/bin/sh ubuntu -c \'set -e; exec 3>&1 >&2; set -x; cd /; builddir=$(mktemp -d /tmp/autopkgtest.tOmH6Z/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source ghostscript=10.03.1~dfsg1-0ubuntu4 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x ghostscript_*.dsc src >/dev/null; chmod -R a+rX .; cd [a-z0-9]*/.; pwd >&3; sed -n "1 {s/).*//; s/ (/\\n/; p}" debian/changelog >&3\''], kind build, sout pipe, serr raw, env ['ADT_TEST_TRIGGERS=openjpeg2/2.5.3-1'] 148s + cd / 148s + mktemp -d /tmp/autopkgtest.tOmH6Z/build.XXX 148s + builddir=/tmp/autopkgtest.tOmH6Z/build.PBn 148s + cd /tmp/autopkgtest.tOmH6Z/build.PBn 148s + apt-get source -d -q --only-source ghostscript=10.03.1~dfsg1-0ubuntu4 307s + OUT=Reading package lists... 307s NOTICE: 'ghostscript' packaging is maintained in the 'Git' version control system at: 307s https://salsa.debian.org/debian/ghostscript.git 307s Please use: 307s git clone https://salsa.debian.org/debian/ghostscript.git 307s to retrieve the latest (possibly unreleased) updates to the package. 307s Need to get 60.3 MB of source archives. 307s Get:1 http://ftpmaster.internal/ubuntu plucky/main ghostscript 10.03.1~dfsg1-0ubuntu4 (dsc) [2910 B] 307s Get:2 http://ftpmaster.internal/ubuntu plucky/main ghostscript 10.03.1~dfsg1-0ubuntu4 (tar) [60.2 MB] 307s Get:3 http://ftpmaster.internal/ubuntu plucky/main ghostscript 10.03.1~dfsg1-0ubuntu4 (diff) [90.7 kB] 307s Fetched 60.3 MB in 2min 38s (381 kB/s) 307s Download complete and in download only mode 307s + [ -n ] 307s + grep ^Get: 307s + echo Reading package lists... 307s NOTICE: 'ghostscript' packaging is maintained in the 'Git' version control system at: 307s https://salsa.debian.org/debian/ghostscript.git 307s Please use: 307s git clone https://salsa.debian.org/debian/ghostscript.git 307s to retrieve the latest (possibly unreleased) updates to the package. 307s Need to get 60.3 MB of source archives. 307s Get:1 http://ftpmaster.internal/ubuntu plucky/main ghostscript 10.03.1~dfsg1-0ubuntu4 (dsc) [2910 B] 307s Get:2 http://ftpmaster.internal/ubuntu plucky/main ghostscript 10.03.1~dfsg1-0ubuntu4 (tar) [60.2 MB] 307s Get:3 http://ftpmaster.internal/ubuntu plucky/main ghostscript 10.03.1~dfsg1-0ubuntu4 (diff) [90.7 kB] 307s Fetched 60.3 MB in 2min 38s (381 kB/s) 307s Download complete and in download only mode 307s Get:1 http://ftpmaster.internal/ubuntu plucky/main ghostscript 10.03.1~dfsg1-0ubuntu4 (dsc) [2910 B] 307s Get:2 http://ftpmaster.internal/ubuntu plucky/main ghostscript 10.03.1~dfsg1-0ubuntu4 (tar) [60.2 MB] 307s Get:3 http://ftpmaster.internal/ubuntu plucky/main ghostscript 10.03.1~dfsg1-0ubuntu4 (diff) [90.7 kB] 307s + dpkg-source -x ghostscript_10.03.1~dfsg1-0ubuntu4.dsc src 307s gpgv: Signature made Sun Dec 22 15:04:57 2024 UTC 307s gpgv: using RSA key B8340990283D8D9BC1949AC74799A35146D12B35 307s gpgv: Can't check signature: No public key 307s dpkg-source: warning: cannot verify inline signature for ./ghostscript_10.03.1~dfsg1-0ubuntu4.dsc: no acceptable signature found 310s + chmod -R a+rX . 310s + cd src/. 310s + pwd 310s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 310s autopkgtest: DBG: testbed command exited with code 0 310s autopkgtest [13:21:34]: testing package ghostscript version 10.03.1~dfsg1-0ubuntu4 310s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.tOmH6Z/build.PBn/src/debian/ /tmp/autopkgtest-work.xjq28qfw/out/pkg/debian/ 311s autopkgtest: DBG: got reply from testbed: ok 311s autopkgtest: DBG: processing dependency ghostscript 311s autopkgtest: DBG: marked alternatives ['ghostscript'] as a synthesised dependency 311s autopkgtest: DBG: Test defined: name command1 path None command "make -f debian/tests/smoke.mk" restrictions [] features [] depends ['ghostscript'] 311s autopkgtest [13:21:35]: build not needed 311s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.tOmH6Z/build.PBn/src/ /tmp/autopkgtest-work.xjq28qfw/out/tests-tree/ 325s autopkgtest: DBG: got reply from testbed: ok 325s autopkgtest: DBG: processing dependency ghostscript 325s autopkgtest: DBG: marked alternatives ['ghostscript'] as a synthesised dependency 325s autopkgtest: DBG: Test defined: name command1 path None command "make -f debian/tests/smoke.mk" restrictions [] features [] depends ['ghostscript'] 325s autopkgtest [13:21:49]: test command1: preparing testbed 325s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['ghostscript'] 325s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 325s autopkgtest: DBG: install_deps: deps_new=['ghostscript'] 325s autopkgtest: DBG: install-deps: satisfying ghostscript 325s autopkgtest: DBG: can use apt-get on testbed: True 325s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'ghostscript'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 325s Reading package lists... 325s Building dependency tree... 325s Reading state information... 325s Starting pkgProblemResolver with broken count: 0 325s Starting 2 pkgProblemResolver with broken count: 0 325s Done 326s The following NEW packages will be installed: 326s fontconfig-config fonts-urw-base35 ghostscript libavahi-client3 326s libavahi-common-data libavahi-common3 libcups2t64 libdeflate0 libfontconfig1 326s libfontenc1 libfreetype6 libgs-common libgs10 libgs10-common libice6 326s libidn12 libijs-0.35 libjbig0 libjbig2dec0 libjpeg-turbo8 libjpeg8 326s libopenjp2-7 libpaper2 libsharpyuv0 libsm6 libtiff6 libwebp7 libxt6t64 326s poppler-data x11-common xfonts-encodings xfonts-utils 326s 0 upgraded, 32 newly installed, 0 to remove and 0 not upgraded. 326s Need to get 20.7 MB of archives. 326s After this operation, 64.8 MB of additional disk space will be used. 326s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x poppler-data all 0.4.12-1 [2060 kB] 333s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libfontenc1 s390x 1:1.1.8-1build1 [14.8 kB] 333s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 335s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 335s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB] 336s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x xfonts-utils s390x 1:7.7+7 [101 kB] 336s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-urw-base35 all 20200910-8 [11.0 MB] 351s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-1.1ubuntu2 [37.4 kB] 351s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libgs-common all 10.03.1~dfsg1-0ubuntu4 [175 kB] 352s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libgs10-common all 10.03.1~dfsg1-0ubuntu4 [488 kB] 352s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libavahi-common-data s390x 0.8-14ubuntu1 [30.5 kB] 352s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libavahi-common3 s390x 0.8-14ubuntu1 [23.6 kB] 352s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libavahi-client3 s390x 0.8-14ubuntu1 [26.8 kB] 352s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libcups2t64 s390x 2.4.11-0ubuntu2 [282 kB] 352s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-1.1ubuntu2 [150 kB] 353s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libidn12 s390x 1.42-2 [58.5 kB] 353s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libijs-0.35 s390x 0.35-15.1build1 [15.5 kB] 353s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig2dec0 s390x 0.20-1build3 [69.3 kB] 353s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 353s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 353s Get:21 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libopenjp2-7 s390x 2.5.3-1 [208 kB] 353s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libpaper2 s390x 2.2.5-0.3 [17.2 kB] 353s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 353s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 353s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 353s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 353s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 354s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 354s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 354s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libxt6t64 s390x 1:1.2.1-1.2build1 [184 kB] 354s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libgs10 s390x 10.03.1~dfsg1-0ubuntu4 [3935 kB] 360s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x ghostscript s390x 10.03.1~dfsg1-0ubuntu4 [43.6 kB] 361s Preconfiguring packages ... 361s Fetched 20.7 MB in 35s (593 kB/s) 361s Selecting previously unselected package poppler-data. 361s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 56531 files and directories currently installed.) 361s Preparing to unpack .../00-poppler-data_0.4.12-1_all.deb ... 361s Unpacking poppler-data (0.4.12-1) ... 361s Selecting previously unselected package libfontenc1:s390x. 361s Preparing to unpack .../01-libfontenc1_1%3a1.1.8-1build1_s390x.deb ... 361s Unpacking libfontenc1:s390x (1:1.1.8-1build1) ... 361s Selecting previously unselected package libfreetype6:s390x. 361s Preparing to unpack .../02-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 361s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 361s Selecting previously unselected package x11-common. 361s Preparing to unpack .../03-x11-common_1%3a7.7+23ubuntu3_all.deb ... 361s Unpacking x11-common (1:7.7+23ubuntu3) ... 361s Selecting previously unselected package xfonts-encodings. 361s Preparing to unpack .../04-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ... 361s Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ... 361s Selecting previously unselected package xfonts-utils. 361s Preparing to unpack .../05-xfonts-utils_1%3a7.7+7_s390x.deb ... 361s Unpacking xfonts-utils (1:7.7+7) ... 361s Selecting previously unselected package fonts-urw-base35. 361s Preparing to unpack .../06-fonts-urw-base35_20200910-8_all.deb ... 361s Unpacking fonts-urw-base35 (20200910-8) ... 361s Selecting previously unselected package fontconfig-config. 361s Preparing to unpack .../07-fontconfig-config_2.15.0-1.1ubuntu2_s390x.deb ... 361s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 361s Selecting previously unselected package libgs-common. 361s Preparing to unpack .../08-libgs-common_10.03.1~dfsg1-0ubuntu4_all.deb ... 361s Unpacking libgs-common (10.03.1~dfsg1-0ubuntu4) ... 361s Selecting previously unselected package libgs10-common. 361s Preparing to unpack .../09-libgs10-common_10.03.1~dfsg1-0ubuntu4_all.deb ... 361s Unpacking libgs10-common (10.03.1~dfsg1-0ubuntu4) ... 361s Selecting previously unselected package libavahi-common-data:s390x. 361s Preparing to unpack .../10-libavahi-common-data_0.8-14ubuntu1_s390x.deb ... 361s Unpacking libavahi-common-data:s390x (0.8-14ubuntu1) ... 361s Selecting previously unselected package libavahi-common3:s390x. 361s Preparing to unpack .../11-libavahi-common3_0.8-14ubuntu1_s390x.deb ... 361s Unpacking libavahi-common3:s390x (0.8-14ubuntu1) ... 361s Selecting previously unselected package libavahi-client3:s390x. 361s Preparing to unpack .../12-libavahi-client3_0.8-14ubuntu1_s390x.deb ... 361s Unpacking libavahi-client3:s390x (0.8-14ubuntu1) ... 361s Selecting previously unselected package libcups2t64:s390x. 361s Preparing to unpack .../13-libcups2t64_2.4.11-0ubuntu2_s390x.deb ... 361s Unpacking libcups2t64:s390x (2.4.11-0ubuntu2) ... 361s Selecting previously unselected package libfontconfig1:s390x. 361s Preparing to unpack .../14-libfontconfig1_2.15.0-1.1ubuntu2_s390x.deb ... 361s Unpacking libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 361s Selecting previously unselected package libidn12:s390x. 361s Preparing to unpack .../15-libidn12_1.42-2_s390x.deb ... 361s Unpacking libidn12:s390x (1.42-2) ... 361s Selecting previously unselected package libijs-0.35:s390x. 361s Preparing to unpack .../16-libijs-0.35_0.35-15.1build1_s390x.deb ... 361s Unpacking libijs-0.35:s390x (0.35-15.1build1) ... 361s Selecting previously unselected package libjbig2dec0:s390x. 361s Preparing to unpack .../17-libjbig2dec0_0.20-1build3_s390x.deb ... 361s Unpacking libjbig2dec0:s390x (0.20-1build3) ... 361s Selecting previously unselected package libjpeg-turbo8:s390x. 361s Preparing to unpack .../18-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 361s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 361s Selecting previously unselected package libjpeg8:s390x. 361s Preparing to unpack .../19-libjpeg8_8c-2ubuntu11_s390x.deb ... 361s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 361s Selecting previously unselected package libopenjp2-7:s390x. 361s Preparing to unpack .../20-libopenjp2-7_2.5.3-1_s390x.deb ... 361s Unpacking libopenjp2-7:s390x (2.5.3-1) ... 361s Selecting previously unselected package libpaper2:s390x. 361s Preparing to unpack .../21-libpaper2_2.2.5-0.3_s390x.deb ... 361s Unpacking libpaper2:s390x (2.2.5-0.3) ... 361s Selecting previously unselected package libdeflate0:s390x. 361s Preparing to unpack .../22-libdeflate0_1.23-1_s390x.deb ... 361s Unpacking libdeflate0:s390x (1.23-1) ... 361s Selecting previously unselected package libjbig0:s390x. 361s Preparing to unpack .../23-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 361s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 361s Selecting previously unselected package libsharpyuv0:s390x. 361s Preparing to unpack .../24-libsharpyuv0_1.5.0-0.1_s390x.deb ... 361s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 361s Selecting previously unselected package libwebp7:s390x. 361s Preparing to unpack .../25-libwebp7_1.5.0-0.1_s390x.deb ... 361s Unpacking libwebp7:s390x (1.5.0-0.1) ... 361s Selecting previously unselected package libtiff6:s390x. 361s Preparing to unpack .../26-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 361s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 361s Selecting previously unselected package libice6:s390x. 361s Preparing to unpack .../27-libice6_2%3a1.1.1-1_s390x.deb ... 361s Unpacking libice6:s390x (2:1.1.1-1) ... 361s Selecting previously unselected package libsm6:s390x. 361s Preparing to unpack .../28-libsm6_2%3a1.2.4-1_s390x.deb ... 361s Unpacking libsm6:s390x (2:1.2.4-1) ... 361s Selecting previously unselected package libxt6t64:s390x. 361s Preparing to unpack .../29-libxt6t64_1%3a1.2.1-1.2build1_s390x.deb ... 361s Unpacking libxt6t64:s390x (1:1.2.1-1.2build1) ... 361s Selecting previously unselected package libgs10:s390x. 361s Preparing to unpack .../30-libgs10_10.03.1~dfsg1-0ubuntu4_s390x.deb ... 361s Unpacking libgs10:s390x (10.03.1~dfsg1-0ubuntu4) ... 361s Selecting previously unselected package ghostscript. 361s Preparing to unpack .../31-ghostscript_10.03.1~dfsg1-0ubuntu4_s390x.deb ... 361s Unpacking ghostscript (10.03.1~dfsg1-0ubuntu4) ... 362s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 362s Setting up libijs-0.35:s390x (0.35-15.1build1) ... 362s Setting up libgs-common (10.03.1~dfsg1-0ubuntu4) ... 362s Setting up x11-common (1:7.7+23ubuntu3) ... 362s Setting up libdeflate0:s390x (1.23-1) ... 362s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 362s Setting up poppler-data (0.4.12-1) ... 362s Setting up libfontenc1:s390x (1:1.1.8-1build1) ... 362s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 362s Setting up libjbig2dec0:s390x (0.20-1build3) ... 362s Setting up libavahi-common-data:s390x (0.8-14ubuntu1) ... 362s Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ... 362s Setting up libidn12:s390x (1.42-2) ... 362s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 362s Setting up libwebp7:s390x (1.5.0-0.1) ... 362s Setting up libopenjp2-7:s390x (2.5.3-1) ... 362s Setting up libpaper2:s390x (2.2.5-0.3) ... 362s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 362s Setting up libice6:s390x (2:1.1.1-1) ... 362s Setting up libavahi-common3:s390x (0.8-14ubuntu1) ... 362s Setting up xfonts-utils (1:7.7+7) ... 362s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 362s Setting up libsm6:s390x (2:1.2.4-1) ... 362s Setting up libavahi-client3:s390x (0.8-14ubuntu1) ... 362s Setting up fonts-urw-base35 (20200910-8) ... 362s Setting up libxt6t64:s390x (1:1.2.1-1.2build1) ... 362s Setting up libcups2t64:s390x (2.4.11-0ubuntu2) ... 362s Setting up libgs10-common (10.03.1~dfsg1-0ubuntu4) ... 362s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 362s Setting up libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 362s Setting up libgs10:s390x (10.03.1~dfsg1-0ubuntu4) ... 362s Setting up ghostscript (10.03.1~dfsg1-0ubuntu4) ... 362s Processing triggers for libc-bin (2.40-4ubuntu1) ... 362s Processing triggers for man-db (2.13.0-1) ... 363s autopkgtest: DBG: testbed command exited with code 0 363s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'ghostscript'], kind short, sout pipe, serr pipe, env [] 363s autopkgtest: DBG: testbed command exited with code 0 363s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.tOmH6Z/command1-packages.all"], kind short, sout raw, serr pipe, env [] 364s autopkgtest: DBG: testbed command exited with code 0 364s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.tOmH6Z/command1-packages.all /tmp/autopkgtest-work.xjq28qfw/out/command1-packages.all 364s autopkgtest: DBG: got reply from testbed: ok 364s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.tOmH6Z/build.PBn/src'], kind short, sout raw, serr raw, env [] 364s autopkgtest: DBG: testbed command exited with code 0 364s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.tOmH6Z/build.PBn/src already exists 364s autopkgtest [13:22:28]: test command1: make -f debian/tests/smoke.mk 364s autopkgtest [13:22:28]: test command1: [----------------------- 364s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.tOmH6Z/wrapper.sh --debug --artifacts=/tmp/autopkgtest.tOmH6Z/command1-artifacts --chdir=/tmp/autopkgtest.tOmH6Z/build.PBn/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=2 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.tOmH6Z/command1-stderr --stdout=/tmp/autopkgtest.tOmH6Z/command1-stdout --tmp=/tmp/autopkgtest.tOmH6Z/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=openjpeg2/2.5.3-1 -- bash -ec 'make -f debian/tests/smoke.mk'"], kind test, sout raw, serr raw, env [] 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.tOmH6Z/command1-artifacts 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: changing to directory: /tmp/autopkgtest.tOmH6Z/build.PBn/src 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: setting environment: LANG=C.UTF-8 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: unsetting environment: LANGUAGE 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: unsetting environment: LC_ADDRESS 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: unsetting environment: LC_ALL 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: unsetting environment: LC_COLLATE 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: unsetting environment: LC_CTYPE 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: unsetting environment: LC_IDENTIFICATION 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: unsetting environment: LC_MEASUREMENT 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: unsetting environment: LC_MESSAGES 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: unsetting environment: LC_MONETARY 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: unsetting environment: LC_NAME 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: unsetting environment: LC_NUMERIC 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: unsetting environment: LC_PAPER 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: unsetting environment: LC_TELEPHONE 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: unsetting environment: LC_TIME 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: pretending to be a login shell 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: will write standard error to /tmp/autopkgtest.tOmH6Z/command1-stderr 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: will write stdout to /tmp/autopkgtest.tOmH6Z/command1-stdout 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.tOmH6Z/autopkgtest_tmp 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=openjpeg2/2.5.3-1 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: command to run: bash -ec make -f debian/tests/smoke.mk 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: copying /tmp/tmp.Nlq93b6oJN/out to stdout and file: /tmp/autopkgtest.tOmH6Z/command1-stdout 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: copying /tmp/tmp.Nlq93b6oJN/err to standard error and file: /tmp/autopkgtest.tOmH6Z/command1-stdout 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: writing script pid 2200 to /tmp/autopkgtest_script_pid 364s gs --version \ 364s | grep --quiet --perl-regexp --regexp '^[\d.]+$' 364s gs --help \ 364s | grep --quiet --fixed-strings --line-regexp \ 364s --regexp 'Usage: gs [switches] [file1.ps file2.ps ...]' 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: checking for leaked background processes... 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: waiting for tee/cat subprocesses... 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: cleaning up... 364s /tmp/autopkgtest.tOmH6Z/wrapper.sh: Exit status: 0 364s autopkgtest: DBG: testbed command exited with code 0 365s autopkgtest [13:22:29]: test command1: -----------------------] 365s autopkgtest: DBG: testbed executing test finished with exit status 0 365s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.tOmH6Z/command1-stdout /tmp/autopkgtest-work.xjq28qfw/out/command1-stdout 365s autopkgtest: DBG: got reply from testbed: ok 365s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.tOmH6Z/command1-stderr /tmp/autopkgtest-work.xjq28qfw/out/command1-stderr 365s autopkgtest: DBG: got reply from testbed: ok 365s command1 PASS 365s autopkgtest [13:22:29]: test command1: - - - - - - - - - - results - - - - - - - - - - 365s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.tOmH6Z/command1-artifacts/ /tmp/autopkgtest-work.xjq28qfw/out/artifacts/ 365s autopkgtest: DBG: got reply from testbed: ok 365s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.tOmH6Z/command1-artifacts', '/tmp/autopkgtest.tOmH6Z/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 365s autopkgtest: DBG: testbed command exited with code 0 365s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 365s autopkgtest [13:22:29]: @@@@@@@@@@@@@@@@@@@@ summary 365s command1 PASS 365s autopkgtest: DBG: testbed stop 365s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.tOmH6Z 365s autopkgtest: DBG: sending command to testbed: close 384s autopkgtest: DBG: got reply from testbed: ok 384s autopkgtest: DBG: sending command to testbed: quit 384s nova [W] Using flock in prodstack6-s390x 384s Creating nova instance adt-plucky-s390x-ghostscript-20250203-131624-juju-7f2275-prod-proposed-migration-environment-15-5d91603c-d800-45ce-9a3e-987759ff0508 from image adt/ubuntu-plucky-s390x-server-20250203.img (UUID 247705cf-ad10-4dc6-8dfa-317dcfe4f398)... 384s nova [W] Timed out waiting for 061af1a2-a327-49f7-9eb6-a1ebc648d3b1 to get deleted.