0s autopkgtest: DBG: testbed init 0s autopkgtest [04:42:31]: starting date and time: 2025-02-19 04:42:31+0000 0s autopkgtest [04:42:31]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [04:42:31]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.4w0u55r3/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:ruby-redis --apt-upgrade ruby-rollout --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=ruby-redis/5.3.0-1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-24.secgroup --name adt-plucky-s390x-ruby-rollout-20250219-044231-juju-7f2275-prod-proposed-migration-environment-15-69dcdaea-bd9b-43f5-918f-33dc638cdce2 --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 102s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.IaxIRa 102s autopkgtest: DBG: sending command to testbed: print-execute-command 102s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.vn8hffnv/runcmd 102s autopkgtest: DBG: sending command to testbed: capabilities 102s autopkgtest: DBG: got reply from testbed: ok isolation-machine revert-full-system reboot suggested-normal-user=ubuntu revert root-on-testbed 102s autopkgtest: DBG: testbed capabilities: ['isolation-machine', 'revert-full-system', 'reboot', 'suggested-normal-user=ubuntu', 'revert', 'root-on-testbed', 'has_internet'] 102s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.IaxIRa'], kind short, sout raw, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.IaxIRa/wrapper.sh 103s autopkgtest: DBG: got reply from testbed: ok 103s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.IaxIRa/wrapper.sh'], kind short, sout raw, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [04:44:14]: testbed dpkg architecture: s390x 103s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [04:44:14]: testbed apt version: 2.9.29 103s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed has eatmydata 103s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [04:44:15]: @@@@@@@@@@@@@@@@@@@@ test bed setup 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [04:44:15]: testbed release detected to be: None 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: adding APT source: Types: deb deb-src 104s URIs: http://ftpmaster.internal/ubuntu/ 104s Suites: plucky-proposed 104s Components: main restricted universe multiverse 104s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 104s Package: * 104s Pin: release plucky-proposed 104s Pin-Priority: 500 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [04:44:15]: updating testbed package index (apt update) 104s 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'] 105s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 105s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 105s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 105s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 105s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 105s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.2 kB] 105s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.6 kB] 105s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [770 kB] 105s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [93.9 kB] 105s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 105s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [648 kB] 106s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [5836 B] 106s Fetched 1723 kB in 1s (1722 kB/s) 106s Reading package lists... 106s autopkgtest: DBG: testbed command exited with code 0 106s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 106s Package: * 106s Pin: release plucky-proposed 106s Pin-Priority: 100 106s 106s Package: src:ruby-redis:any 106s Pin: release plucky-proposed 106s Pin-Priority: 995 106s 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:ruby-redis:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 106s autopkgtest: DBG: testbed command exited with code 0 106s 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.IaxIRa/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s 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'] 107s + lsb_release --codename --short 107s + RELEASE=plucky 107s + cat 107s + [ plucky != trusty ] 107s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 107s Reading package lists... 107s Building dependency tree... 107s Reading state information... 107s Calculating upgrade... 107s The following packages were automatically installed and are no longer required: 107s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 107s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 107s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 107s linux-tools-6.11.0-8-generic 107s Use 'sudo apt autoremove' to remove them. 107s The following NEW packages will be installed: 107s libapt-pkg7.0 107s The following packages will be upgraded: 107s apt apt-utils dhcpcd-base rsyslog s390-tools s390-tools-data 107s s390-tools-signed 107s 7 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 107s Need to get 8909 kB of archives. 107s After this operation, 3624 kB of additional disk space will be used. 107s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg7.0 s390x 2.9.30 [1103 kB] 108s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.30 [1418 kB] 108s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.30 [214 kB] 108s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 108s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x rsyslog s390x 8.2412.0-2ubuntu1 [536 kB] 108s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 108s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 108s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 108s Fetched 8909 kB in 1s (10.0 MB/s) 108s Selecting previously unselected package libapt-pkg7.0:s390x. 108s (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 ... 80980 files and directories currently installed.) 108s Preparing to unpack .../libapt-pkg7.0_2.9.30_s390x.deb ... 108s Unpacking libapt-pkg7.0:s390x (2.9.30) ... 108s Setting up libapt-pkg7.0:s390x (2.9.30) ... 108s (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 ... 81029 files and directories currently installed.) 108s Preparing to unpack .../archives/apt_2.9.30_s390x.deb ... 108s Unpacking apt (2.9.30) over (2.9.29) ... 109s Setting up apt (2.9.30) ... 109s (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 ... 81029 files and directories currently installed.) 109s Preparing to unpack .../0-apt-utils_2.9.30_s390x.deb ... 109s Unpacking apt-utils (2.9.30) over (2.9.29) ... 109s Preparing to unpack .../1-dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 109s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 109s Preparing to unpack .../2-rsyslog_8.2412.0-2ubuntu1_s390x.deb ... 109s Unpacking rsyslog (8.2412.0-2ubuntu1) over (8.2412.0-1ubuntu1) ... 109s Preparing to unpack .../3-s390-tools-data_2.37.0-0ubuntu2_all.deb ... 109s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 109s Preparing to unpack .../4-s390-tools_2.37.0-0ubuntu2_s390x.deb ... 109s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 109s Preparing to unpack .../5-s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 109s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 109s Setting up apt-utils (2.9.30) ... 109s Setting up rsyslog (8.2412.0-2ubuntu1) ... 109s info: The user `syslog' is already a member of `adm'. 110s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 110s Setting up dhcpcd-base (1:10.1.0-7) ... 110s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 110s Setting up s390-tools (2.37.0-0ubuntu2) ... 111s Processing triggers for libc-bin (2.40-4ubuntu1) ... 111s Processing triggers for man-db (2.13.0-1) ... 112s Processing triggers for initramfs-tools (0.145ubuntu2) ... 112s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 112s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 116s Using config file '/etc/zipl.conf' 116s Building bootmap in '/boot' 116s Adding IPL section 'ubuntu' (default) 116s Preparing boot device for LD-IPL: vda (0000). 116s Done. 116s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 116s + /usr/lib/apt/apt-helper analyze-pattern ?true 116s + uname -r 116s + sed s/\./\\./g 116s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 116s + apt list ?obsolete 116s + tail -n+2 116s + cut -d/ -f1 116s + grep -v ^linux-.*6\.12\.0-15-generic.* 117s + true 117s + obsolete_pkgs= 117s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 117s Reading package lists... 117s Building dependency tree... 117s Reading state information... 117s The following packages will be REMOVED: 117s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 117s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 117s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 117s linux-tools-6.11.0-8-generic* 117s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 117s After this operation, 167 MB disk space will be freed. 117s (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 ... 81030 files and directories currently installed.) 117s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 117s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 117s Removing libpython3.12t64:s390x (3.12.9-1) ... 117s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 117s Removing libnsl2:s390x (1.3.0-3build3) ... 117s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 117s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 118s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 118s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 118s Processing triggers for libc-bin (2.40-4ubuntu1) ... 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 ... 55930 files and directories currently installed.) 118s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 118s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 119s + grep -q trusty /etc/lsb-release 119s + [ ! -d /usr/share/doc/unattended-upgrades ] 119s + [ ! -d /usr/share/doc/lxd ] 119s + [ ! -d /usr/share/doc/lxd-client ] 119s + [ ! -d /usr/share/doc/snapd ] 119s + type iptables 119s + cat 119s + chmod 755 /etc/rc.local 119s + . /etc/rc.local 119s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 119s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 119s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 119s + uname -m 119s + [ s390x = ppc64le ] 119s + [ -d /run/systemd/system ] 119s + systemd-detect-virt --quiet --vm 119s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 119s + cat 119s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 119s + echo COMPRESS=lz4 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest [04:44:30]: upgrading testbed (apt dist-upgrade and autopurge) 119s 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'] 119s Reading package lists... 119s Building dependency tree... 119s Reading state information... 119s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 119s Starting 2 pkgProblemResolver with broken count: 0 119s Done 119s Entering ResolveByKeep 119s 119s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 119s autopkgtest: DBG: testbed command exited with code 0 119s 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'] 120s Reading package lists... 120s Building dependency tree... 120s Reading state information... 120s Starting pkgProblemResolver with broken count: 0 120s Starting 2 pkgProblemResolver with broken count: 0 120s Done 120s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 120s autopkgtest: DBG: testbed command exited with code 0 120s 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.IaxIRa/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 120s autopkgtest: DBG: testbed command exited with code 1 120s autopkgtest [04:44:31]: rebooting testbed after setup commands that affected boot 120s autopkgtest: DBG: sending command to testbed: reboot 129s autopkgtest-virt-ssh: WARNING: ssh connection failed. Retrying in 3 seconds... 136s autopkgtest: DBG: got reply from testbed: ok 136s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 136s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.IaxIRa'], kind short, sout raw, serr pipe, env [] 136s autopkgtest: DBG: testbed command exited with code 0 136s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.IaxIRa/autopkgtest-reboot 136s autopkgtest: DBG: got reply from testbed: ok 136s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.IaxIRa/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.IaxIRa/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.IaxIRa/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.IaxIRa'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.IaxIRa/autopkgtest-reboot-prepare 137s autopkgtest: DBG: got reply from testbed: ok 137s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.IaxIRa/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.IaxIRa/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest [04:44:49]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 138s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.IaxIRa/testbed-packages"], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.IaxIRa/testbed-packages /tmp/autopkgtest-work.4w0u55r3/out/testbed-packages 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.IaxIRa'], 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.IaxIRa/autopkgtest-reboot 139s autopkgtest: DBG: got reply from testbed: ok 139s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.IaxIRa/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.IaxIRa/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.IaxIRa/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.IaxIRa'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.IaxIRa/autopkgtest-reboot-prepare 139s autopkgtest: DBG: got reply from testbed: ok 139s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.IaxIRa/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.IaxIRa/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: Binaries: initialising 140s autopkgtest [04:44:51]: @@@@@@@@@@@@@@@@@@@@ apt-source ruby-rollout 140s autopkgtest: DBG: blame += ruby-rollout 140s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 140s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'ruby-rollout'], kind short, sout pipe, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^ruby-rollout$'], kind short, sout pipe, serr raw, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'ruby-rollout=2.5.0-1'], kind short, sout pipe, serr raw, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: install_deps: deps_new=[] 141s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s 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.IaxIRa/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source ruby-rollout=2.5.0-1 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 ruby-rollout_*.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=ruby-redis/5.3.0-1'] 141s + cd / 141s + mktemp -d /tmp/autopkgtest.IaxIRa/build.XXX 141s + builddir=/tmp/autopkgtest.IaxIRa/build.a6O 141s + cd /tmp/autopkgtest.IaxIRa/build.a6O 141s + apt-get source -d -q --only-source ruby-rollout=2.5.0-1 141s + OUT=Reading package lists... 141s NOTICE: 'ruby-rollout' packaging is maintained in the 'Git' version control system at: 141s https://salsa.debian.org/ruby-team/ruby-rollout.git 141s Please use: 141s git clone https://salsa.debian.org/ruby-team/ruby-rollout.git 141s to retrieve the latest (possibly unreleased) updates to the package. 141s Need to get 16.2 kB of source archives. 141s Get:1 http://ftpmaster.internal/ubuntu plucky/universe ruby-rollout 2.5.0-1 (dsc) [1745 B] 141s Get:2 http://ftpmaster.internal/ubuntu plucky/universe ruby-rollout 2.5.0-1 (tar) [11.7 kB] 141s Get:3 http://ftpmaster.internal/ubuntu plucky/universe ruby-rollout 2.5.0-1 (diff) [2676 B] 141s Fetched 16.2 kB in 0s (46.6 kB/s) 141s Download complete and in download only mode 141s + [ -n ] 141s + echo Reading package lists... 141s NOTICE: 'ruby-rollout' packaging is maintained in the 'Git' version control system at: 141s https://salsa.debian.org/ruby-team/ruby-rollout.git 141s Please use: 141s git clone https://salsa.debian.org/ruby-team/ruby-rollout.git 141s to retrieve the latest (possibly unreleased) updates to the package. 141s Need to get 16.2 kB of source archives. 141s Get:1 http://ftpmaster.internal/ubuntu plucky/universe ruby-rollout 2.5.0-1 (dsc) [1745 B] 141s Get:2 http://ftpmaster.internal/ubuntu plucky/universe ruby-rollout 2.5.0-1 (tar) [11.7 kB] 141s Get:3 http://ftpmaster.internal/ubuntu plucky/universe ruby-rollout 2.5.0-1 (diff) [2676 B] 141s Fetched 16.2 kB in 0s (46.6 kB/s) 141s Download complete and in download only mode 141s + grep ^Get: 141s Get:1 http://ftpmaster.internal/ubuntu plucky/universe ruby-rollout 2.5.0-1 (dsc) [1745 B] 141s Get:2 http://ftpmaster.internal/ubuntu plucky/universe ruby-rollout 2.5.0-1 (tar) [11.7 kB] 141s Get:3 http://ftpmaster.internal/ubuntu plucky/universe ruby-rollout 2.5.0-1 (diff) [2676 B] 141s + dpkg-source -x ruby-rollout_2.5.0-1.dsc src 141s gpgv: Signature made Fri Oct 2 15:27:10 2020 UTC 141s gpgv: using RSA key 9CCD6B319DBF8E40AB1ABD1A89AF82B739CD217A 141s gpgv: Can't check signature: No public key 141s dpkg-source: warning: cannot verify inline signature for ./ruby-rollout_2.5.0-1.dsc: no acceptable signature found 141s + chmod -R a+rX . 141s + cd src/. 141s + pwd 141s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest [04:44:52]: testing package ruby-rollout version 2.5.0-1 141s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.IaxIRa/build.a6O/src/debian/ /tmp/autopkgtest-work.4w0u55r3/out/pkg/debian/ 142s autopkgtest: DBG: got reply from testbed: ok 142s autopkgtest: DBG: autodep8 generated control: ----- 142s Test-Command: gem2deb-test-runner --autopkgtest --check-dependencies 2>&1 142s Depends: @, rake, ruby-fakeredis (>= 0.8.0-4~), ruby-redis (>= 4.0), ruby-rspec, gem2deb-test-runner, 142s Features: test-name=gem2deb-test-runner 142s Restrictions: skippable, 142s 142s ------- 142s autopkgtest: DBG: processing dependency @ 142s autopkgtest: DBG: synthesised dependency ruby-rollout 142s autopkgtest: DBG: processing dependency rake 142s autopkgtest: DBG: processing dependency ruby-fakeredis (>= 0.8.0-4~) 142s autopkgtest: DBG: processing dependency ruby-redis (>= 4.0) 142s autopkgtest: DBG: processing dependency ruby-rspec 142s autopkgtest: DBG: processing dependency gem2deb-test-runner 142s autopkgtest: DBG: Test defined: name gem2deb-test-runner path None command "gem2deb-test-runner --autopkgtest --check-dependencies 2>&1" restrictions ['skippable'] features ['test-name=gem2deb-test-runner'] depends ['ruby-rollout', 'rake', 'ruby-fakeredis (>= 0.8.0-4~)', 'ruby-redis (>= 4.0)', 'ruby-rspec', 'gem2deb-test-runner'] 142s autopkgtest [04:44:53]: build not needed 142s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.IaxIRa/build.a6O/src/ /tmp/autopkgtest-work.4w0u55r3/out/tests-tree/ 142s autopkgtest: DBG: got reply from testbed: ok 142s autopkgtest: DBG: autodep8 generated control: ----- 142s Test-Command: gem2deb-test-runner --autopkgtest --check-dependencies 2>&1 142s Depends: @, rake, ruby-fakeredis (>= 0.8.0-4~), ruby-redis (>= 4.0), ruby-rspec, gem2deb-test-runner, 142s Features: test-name=gem2deb-test-runner 142s Restrictions: skippable, 142s 142s ------- 142s autopkgtest: DBG: processing dependency @ 142s autopkgtest: DBG: synthesised dependency ruby-rollout 142s autopkgtest: DBG: processing dependency rake 142s autopkgtest: DBG: processing dependency ruby-fakeredis (>= 0.8.0-4~) 142s autopkgtest: DBG: processing dependency ruby-redis (>= 4.0) 142s autopkgtest: DBG: processing dependency ruby-rspec 142s autopkgtest: DBG: processing dependency gem2deb-test-runner 142s autopkgtest: DBG: Test defined: name gem2deb-test-runner path None command "gem2deb-test-runner --autopkgtest --check-dependencies 2>&1" restrictions ['skippable'] features ['test-name=gem2deb-test-runner'] depends ['ruby-rollout', 'rake', 'ruby-fakeredis (>= 0.8.0-4~)', 'ruby-redis (>= 4.0)', 'ruby-rspec', 'gem2deb-test-runner'] 142s autopkgtest [04:44:53]: test gem2deb-test-runner: preparing testbed 142s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['ruby-rollout', 'rake', 'ruby-fakeredis (>= 0.8.0-4~)', 'ruby-redis (>= 4.0)', 'ruby-rspec', 'gem2deb-test-runner'] 142s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 142s autopkgtest: DBG: install_deps: deps_new=['ruby-rollout', 'rake', 'ruby-fakeredis (>= 0.8.0-4~)', 'ruby-redis (>= 4.0)', 'ruby-rspec', 'gem2deb-test-runner'] 142s autopkgtest: DBG: install-deps: satisfying ruby-rollout, rake, ruby-fakeredis (>= 0.8.0-4~), ruby-redis (>= 4.0), ruby-rspec, gem2deb-test-runner 142s autopkgtest: DBG: can use apt-get on testbed: True 142s 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', 'ruby-rollout, rake, ruby-fakeredis (>= 0.8.0-4~), ruby-redis (>= 4.0), ruby-rspec, gem2deb-test-runner'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 142s Reading package lists... 143s Building dependency tree... 143s Reading state information... 143s Starting pkgProblemResolver with broken count: 0 143s Starting 2 pkgProblemResolver with broken count: 0 143s Done 143s The following NEW packages will be installed: 143s gem2deb-test-runner libruby libruby3.3 rake ruby ruby-connection-pool 143s ruby-did-you-mean ruby-diff-lcs ruby-fakeredis ruby-minitest ruby-net-telnet 143s ruby-power-assert ruby-redis ruby-redis-client ruby-rollout ruby-rspec 143s ruby-rspec-core ruby-rspec-expectations ruby-rspec-mocks ruby-rspec-support 143s ruby-rubygems ruby-sdbm ruby-test-unit ruby-webrick ruby-xmlrpc ruby3.3 143s rubygems-integration 143s 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. 143s Need to get 6979 kB of archives. 143s After this operation, 35.0 MB of additional disk space will be used. 143s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x rubygems-integration all 1.18ubuntu1 [5528 B] 143s Get:2 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-did-you-mean all 1.6.3-2 [14.8 kB] 143s Get:3 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-minitest all 5.22.3-1ubuntu1 [48.0 kB] 143s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-net-telnet all 0.2.0-1 [13.3 kB] 143s Get:5 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-power-assert all 2.0.3-1 [12.0 kB] 143s Get:6 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-test-unit all 3.6.2-1 [67.0 kB] 143s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-webrick all 1.8.1-1ubuntu1 [52.6 kB] 143s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-xmlrpc all 0.3.3-2 [24.8 kB] 143s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libruby s390x 1:3.3~ubuntu3 [5038 B] 143s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-sdbm s390x 1.0.0-5build5 [16.3 kB] 143s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libruby3.3 s390x 3.3.6-1.1ubuntu1 [5869 kB] 144s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x ruby3.3 s390x 3.3.6-1.1ubuntu1 [49.1 kB] 144s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-rubygems all 3.4.20-1 [238 kB] 144s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x ruby s390x 1:3.3~ubuntu3 [3618 B] 144s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x rake all 13.2.1-1 [45.8 kB] 144s Get:16 http://ftpmaster.internal/ubuntu plucky/universe s390x gem2deb-test-runner s390x 2.2.5 [18.3 kB] 144s Get:17 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-connection-pool all 2.4.1-1 [8876 B] 144s Get:18 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-diff-lcs all 1.5.1-1 [22.8 kB] 144s Get:19 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-redis-client all 0.22.2-1.1 [23.0 kB] 144s Get:20 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x ruby-redis all 5.3.0-1 [44.0 kB] 144s Get:21 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-fakeredis all 0.8.0-7 [20.0 kB] 144s Get:22 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-rollout all 2.5.0-1 [8668 B] 144s Get:23 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-rspec-support all 3.13.0c0e0m0s1-2 [29.2 kB] 144s Get:24 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-rspec-core all 3.13.0c0e0m0s1-2 [164 kB] 144s Get:25 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-rspec-expectations all 3.13.0c0e0m0s1-2 [89.8 kB] 144s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-rspec-mocks all 3.13.0c0e0m0s1-2 [81.0 kB] 144s Get:27 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-rspec all 3.13.0c0e0m0s1-2 [3500 B] 144s Fetched 6979 kB in 1s (6566 kB/s) 144s Selecting previously unselected package rubygems-integration. 144s (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 ... 55928 files and directories currently installed.) 144s Preparing to unpack .../00-rubygems-integration_1.18ubuntu1_all.deb ... 144s Unpacking rubygems-integration (1.18ubuntu1) ... 144s Selecting previously unselected package ruby-did-you-mean. 144s Preparing to unpack .../01-ruby-did-you-mean_1.6.3-2_all.deb ... 144s Unpacking ruby-did-you-mean (1.6.3-2) ... 144s Selecting previously unselected package ruby-minitest. 144s Preparing to unpack .../02-ruby-minitest_5.22.3-1ubuntu1_all.deb ... 144s Unpacking ruby-minitest (5.22.3-1ubuntu1) ... 144s Selecting previously unselected package ruby-net-telnet. 144s Preparing to unpack .../03-ruby-net-telnet_0.2.0-1_all.deb ... 144s Unpacking ruby-net-telnet (0.2.0-1) ... 144s Selecting previously unselected package ruby-power-assert. 144s Preparing to unpack .../04-ruby-power-assert_2.0.3-1_all.deb ... 144s Unpacking ruby-power-assert (2.0.3-1) ... 144s Selecting previously unselected package ruby-test-unit. 144s Preparing to unpack .../05-ruby-test-unit_3.6.2-1_all.deb ... 144s Unpacking ruby-test-unit (3.6.2-1) ... 144s Selecting previously unselected package ruby-webrick. 144s Preparing to unpack .../06-ruby-webrick_1.8.1-1ubuntu1_all.deb ... 144s Unpacking ruby-webrick (1.8.1-1ubuntu1) ... 144s Selecting previously unselected package ruby-xmlrpc. 144s Preparing to unpack .../07-ruby-xmlrpc_0.3.3-2_all.deb ... 144s Unpacking ruby-xmlrpc (0.3.3-2) ... 144s Selecting previously unselected package libruby:s390x. 144s Preparing to unpack .../08-libruby_1%3a3.3~ubuntu3_s390x.deb ... 144s Unpacking libruby:s390x (1:3.3~ubuntu3) ... 144s Selecting previously unselected package ruby-sdbm:s390x. 144s Preparing to unpack .../09-ruby-sdbm_1.0.0-5build5_s390x.deb ... 144s Unpacking ruby-sdbm:s390x (1.0.0-5build5) ... 144s Selecting previously unselected package libruby3.3:s390x. 144s Preparing to unpack .../10-libruby3.3_3.3.6-1.1ubuntu1_s390x.deb ... 144s Unpacking libruby3.3:s390x (3.3.6-1.1ubuntu1) ... 145s Selecting previously unselected package ruby3.3. 145s Preparing to unpack .../11-ruby3.3_3.3.6-1.1ubuntu1_s390x.deb ... 145s Unpacking ruby3.3 (3.3.6-1.1ubuntu1) ... 145s Selecting previously unselected package ruby-rubygems. 145s Preparing to unpack .../12-ruby-rubygems_3.4.20-1_all.deb ... 145s Unpacking ruby-rubygems (3.4.20-1) ... 145s Selecting previously unselected package ruby. 145s Preparing to unpack .../13-ruby_1%3a3.3~ubuntu3_s390x.deb ... 145s Unpacking ruby (1:3.3~ubuntu3) ... 145s Selecting previously unselected package rake. 145s Preparing to unpack .../14-rake_13.2.1-1_all.deb ... 145s Unpacking rake (13.2.1-1) ... 145s Selecting previously unselected package gem2deb-test-runner. 145s Preparing to unpack .../15-gem2deb-test-runner_2.2.5_s390x.deb ... 145s Unpacking gem2deb-test-runner (2.2.5) ... 145s Selecting previously unselected package ruby-connection-pool. 145s Preparing to unpack .../16-ruby-connection-pool_2.4.1-1_all.deb ... 145s Unpacking ruby-connection-pool (2.4.1-1) ... 145s Selecting previously unselected package ruby-diff-lcs. 145s Preparing to unpack .../17-ruby-diff-lcs_1.5.1-1_all.deb ... 145s Unpacking ruby-diff-lcs (1.5.1-1) ... 145s Selecting previously unselected package ruby-redis-client. 145s Preparing to unpack .../18-ruby-redis-client_0.22.2-1.1_all.deb ... 145s Unpacking ruby-redis-client (0.22.2-1.1) ... 145s Selecting previously unselected package ruby-redis. 145s Preparing to unpack .../19-ruby-redis_5.3.0-1_all.deb ... 145s Unpacking ruby-redis (5.3.0-1) ... 145s Selecting previously unselected package ruby-fakeredis. 145s Preparing to unpack .../20-ruby-fakeredis_0.8.0-7_all.deb ... 145s Unpacking ruby-fakeredis (0.8.0-7) ... 145s Selecting previously unselected package ruby-rollout. 145s Preparing to unpack .../21-ruby-rollout_2.5.0-1_all.deb ... 145s Unpacking ruby-rollout (2.5.0-1) ... 145s Selecting previously unselected package ruby-rspec-support. 145s Preparing to unpack .../22-ruby-rspec-support_3.13.0c0e0m0s1-2_all.deb ... 145s Unpacking ruby-rspec-support (3.13.0c0e0m0s1-2) ... 145s Selecting previously unselected package ruby-rspec-core. 145s Preparing to unpack .../23-ruby-rspec-core_3.13.0c0e0m0s1-2_all.deb ... 145s Unpacking ruby-rspec-core (3.13.0c0e0m0s1-2) ... 145s Selecting previously unselected package ruby-rspec-expectations. 145s Preparing to unpack .../24-ruby-rspec-expectations_3.13.0c0e0m0s1-2_all.deb ... 145s Unpacking ruby-rspec-expectations (3.13.0c0e0m0s1-2) ... 145s Selecting previously unselected package ruby-rspec-mocks. 145s Preparing to unpack .../25-ruby-rspec-mocks_3.13.0c0e0m0s1-2_all.deb ... 145s Unpacking ruby-rspec-mocks (3.13.0c0e0m0s1-2) ... 145s Selecting previously unselected package ruby-rspec. 145s Preparing to unpack .../26-ruby-rspec_3.13.0c0e0m0s1-2_all.deb ... 145s Unpacking ruby-rspec (3.13.0c0e0m0s1-2) ... 145s Setting up ruby-power-assert (2.0.3-1) ... 145s Setting up rubygems-integration (1.18ubuntu1) ... 145s Setting up ruby-minitest (5.22.3-1ubuntu1) ... 145s Setting up ruby-test-unit (3.6.2-1) ... 145s Setting up ruby-net-telnet (0.2.0-1) ... 145s Setting up ruby-rspec-support (3.13.0c0e0m0s1-2) ... 145s Setting up ruby-webrick (1.8.1-1ubuntu1) ... 145s Setting up ruby-connection-pool (2.4.1-1) ... 145s Setting up ruby-did-you-mean (1.6.3-2) ... 145s Setting up ruby-xmlrpc (0.3.3-2) ... 145s Setting up ruby-redis-client (0.22.2-1.1) ... 145s Setting up ruby-rubygems (3.4.20-1) ... 145s Setting up rake (13.2.1-1) ... 145s Setting up ruby3.3 (3.3.6-1.1ubuntu1) ... 145s Setting up ruby-sdbm:s390x (1.0.0-5build5) ... 145s Setting up libruby3.3:s390x (3.3.6-1.1ubuntu1) ... 145s Setting up libruby:s390x (1:3.3~ubuntu3) ... 145s Setting up ruby (1:3.3~ubuntu3) ... 145s Setting up ruby-redis (5.3.0-1) ... 145s Setting up ruby-rspec-core (3.13.0c0e0m0s1-2) ... 145s Setting up ruby-diff-lcs (1.5.1-1) ... 145s Setting up ruby-fakeredis (0.8.0-7) ... 145s Setting up ruby-rollout (2.5.0-1) ... 145s Setting up gem2deb-test-runner (2.2.5) ... 145s Setting up ruby-rspec-expectations (3.13.0c0e0m0s1-2) ... 145s Setting up ruby-rspec-mocks (3.13.0c0e0m0s1-2) ... 145s Setting up ruby-rspec (3.13.0c0e0m0s1-2) ... 145s Processing triggers for libc-bin (2.40-4ubuntu1) ... 145s Processing triggers for man-db (2.13.0-1) ... 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'ruby-rollout'], kind short, sout pipe, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.IaxIRa/gem2deb-test-runner-packages.all"], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.IaxIRa/gem2deb-test-runner-packages.all /tmp/autopkgtest-work.4w0u55r3/out/gem2deb-test-runner-packages.all 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.IaxIRa/build.a6O/src'], kind short, sout raw, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.IaxIRa/build.a6O/src already exists 146s autopkgtest [04:44:57]: test gem2deb-test-runner: gem2deb-test-runner --autopkgtest --check-dependencies 2>&1 146s autopkgtest [04:44:57]: test gem2deb-test-runner: [----------------------- 146s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.IaxIRa/wrapper.sh --debug --artifacts=/tmp/autopkgtest.IaxIRa/gem2deb-test-runner-artifacts --chdir=/tmp/autopkgtest.IaxIRa/build.a6O/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.IaxIRa/gem2deb-test-runner-stderr --stdout=/tmp/autopkgtest.IaxIRa/gem2deb-test-runner-stdout --tmp=/tmp/autopkgtest.IaxIRa/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=ruby-redis/5.3.0-1 -- bash -ec 'gem2deb-test-runner --autopkgtest --check-dependencies 2>&1'"], kind test, sout raw, serr raw, env [] 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.IaxIRa/gem2deb-test-runner-artifacts 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: changing to directory: /tmp/autopkgtest.IaxIRa/build.a6O/src 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: setting environment: LANG=C.UTF-8 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: unsetting environment: LANGUAGE 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: unsetting environment: LC_ADDRESS 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: unsetting environment: LC_ALL 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: unsetting environment: LC_COLLATE 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: unsetting environment: LC_CTYPE 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: unsetting environment: LC_IDENTIFICATION 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: unsetting environment: LC_MEASUREMENT 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: unsetting environment: LC_MESSAGES 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: unsetting environment: LC_MONETARY 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: unsetting environment: LC_NAME 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: unsetting environment: LC_NUMERIC 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: unsetting environment: LC_PAPER 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: unsetting environment: LC_TELEPHONE 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: unsetting environment: LC_TIME 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: pretending to be a login shell 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: will write standard error to /tmp/autopkgtest.IaxIRa/gem2deb-test-runner-stderr 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: will write stdout to /tmp/autopkgtest.IaxIRa/gem2deb-test-runner-stdout 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.IaxIRa/autopkgtest_tmp 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ruby-redis/5.3.0-1 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: command to run: bash -ec gem2deb-test-runner --autopkgtest --check-dependencies 2>&1 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: copying /tmp/tmp.HpRaC3aCRc/out to stdout and file: /tmp/autopkgtest.IaxIRa/gem2deb-test-runner-stdout 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: copying /tmp/tmp.HpRaC3aCRc/err to standard error and file: /tmp/autopkgtest.IaxIRa/gem2deb-test-runner-stdout 146s /tmp/autopkgtest.IaxIRa/wrapper.sh: writing script pid 1528 to /tmp/autopkgtest_script_pid 146s 146s ┌──────────────────────────────────────────────────────────────────────────────┐ 146s │ Checking Rubygems dependency resolution on ruby3.3 │ 146s └──────────────────────────────────────────────────────────────────────────────┘ 146s 146s RUBYLIB=. GEM_PATH= ruby3.3 -e gem\ \"rollout\" 146s mv lib ./.gem2deb.lib 146s /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1477:in `rescue in block in activate_dependencies': Could not find 'redis' (~> 4.0) among 105 total gem(s) (Gem::MissingSpecError) 146s Checked in 'GEM_PATH=/home/ubuntu/.local/share/gem/ruby/3.3.0:/var/lib/gems/3.3.0:/usr/local/lib/ruby/gems/3.3.0:/usr/lib/ruby/gems/3.3.0:/usr/lib/s390x-linux-gnu/ruby/gems/3.3.0:/usr/share/rubygems-integration/3.3.0:/usr/share/rubygems-integration/all:/usr/lib/s390x-linux-gnu/rubygems-integration/3.3.0' at: /usr/share/rubygems-integration/all/specifications/rollout-2.5.0.gemspec, execute `gem env` for more information 146s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1474:in `block in activate_dependencies' 146s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1463:in `each' 146s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1463:in `activate_dependencies' 146s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1445:in `activate' 146s from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_gem.rb:63:in `block in gem' 146s from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_gem.rb:63:in `synchronize' 146s from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_gem.rb:63:in `gem' 146s from -e:1:in `
' 146s /usr/lib/ruby/vendor_ruby/rubygems/dependency.rb:317:in `to_specs': Could not find 'redis' (~> 4.0) - did find: [redis-5.3.0] (Gem::MissingSpecVersionError) 146s Checked in 'GEM_PATH=/home/ubuntu/.local/share/gem/ruby/3.3.0:/var/lib/gems/3.3.0:/usr/local/lib/ruby/gems/3.3.0:/usr/lib/ruby/gems/3.3.0:/usr/lib/s390x-linux-gnu/ruby/gems/3.3.0:/usr/share/rubygems-integration/3.3.0:/usr/share/rubygems-integration/all:/usr/lib/s390x-linux-gnu/rubygems-integration/3.3.0' , execute `gem env` for more information 146s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1475:in `block in activate_dependencies' 146s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1463:in `each' 146s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1463:in `activate_dependencies' 146s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1445:in `activate' 146s from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_gem.rb:63:in `block in gem' 146s from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_gem.rb:63:in `synchronize' 146s from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_gem.rb:63:in `gem' 146s from -e:1:in `
' 146s mv ./.gem2deb.lib lib 147s abbrev (default: 0.1.2) 147s base64 (default: 0.2.0) 147s benchmark (default: 0.3.0) 147s bigdecimal (default: 3.1.5) 147s bundler (default: 2.5.22) 147s cgi (default: 0.4.1) 147s connection_pool (2.4.1) 147s csv (default: 3.2.8) 147s date (default: 3.3.4) 147s debug (1.9.2) 147s delegate (default: 0.3.1) 147s did_you_mean (1.6.3) 147s diff-lcs (1.5.1) 147s digest (default: 3.1.1) 147s drb (default: 2.2.0) 147s english (default: 0.8.0) 147s erb (default: 4.0.3) 147s error_highlight (default: 0.6.0) 147s etc (default: 1.4.3) 147s fakeredis (0.8.0) 147s fcntl (default: 1.1.0) 147s fiddle (default: 1.1.2) 147s fileutils (default: 1.7.2) 147s find (default: 0.2.0) 147s forwardable (default: 1.3.3) 147s getoptlong (default: 0.2.1) 147s io-console (default: 0.7.1) 147s io-nonblock (default: 0.3.0) 147s io-wait (default: 0.3.1) 147s ipaddr (default: 1.2.6) 147s irb (default: 1.13.1) 147s json (default: 2.7.2) 147s logger (default: 1.6.0) 147s matrix (0.4.2) 147s minitest (5.22.3, 5.20.0) 147s mutex_m (default: 0.2.0) 147s net-ftp (0.3.4) 147s net-http (default: 0.4.1) 147s net-imap (0.4.9.1) 147s net-pop (0.1.2) 147s net-protocol (default: 0.2.2) 147s net-smtp (0.4.0.1) 147s net-telnet (0.2.0) 147s nkf (default: 0.1.3) 147s observer (default: 0.1.2) 147s open-uri (default: 0.4.1) 147s open3 (default: 0.2.1) 147s openssl (default: 3.2.0) 147s optparse (default: 0.4.0) 147s ostruct (default: 0.6.0) 147s pathname (default: 0.3.0) 147s power_assert (2.0.3) 147s pp (default: 0.5.0) 147s prettyprint (default: 0.2.0) 147s prime (0.1.2) 147s prism (default: 0.19.0) 147s pstore (default: 0.1.3) 147s psych (default: 5.1.2) 147s racc (1.7.3) 147s rake (13.2.1, 13.1.0) 147s rbs (3.4.0) 147s rdoc (default: 6.6.3.1) 147s readline (default: 0.0.4) 147s redis (5.3.0) 147s redis-client (0.22.2) 147s reline (default: 0.5.10) 147s resolv (default: 0.3.0) 147s resolv-replace (default: 0.1.1) 147s rexml (3.3.9) 147s rinda (default: 0.2.0) 147s rollout (2.5.0) 147s rspec (3.13.0) 147s rspec-core (3.13.0) 147s rspec-expectations (3.13.0) 147s rspec-mocks (3.13.0) 147s rspec-support (3.13.1) 147s rss (0.3.1) 147s ruby2_keywords (default: 0.0.5) 147s rubygems-update (3.4.20) 147s sdbm (1.0.0) 147s securerandom (default: 0.3.1) 147s set (default: 1.1.0) 147s shellwords (default: 0.2.0) 147s singleton (default: 0.2.0) 147s stringio (default: 3.1.1) 147s strscan (default: 3.0.9) 147s syntax_suggest (default: 2.0.1) 147s syslog (default: 0.1.2) 147s tempfile (default: 0.2.1) 147s test-unit (3.6.2, 3.6.1) 147s time (default: 0.3.0) 147s timeout (default: 0.4.1) 147s tmpdir (default: 0.2.0) 147s tsort (default: 0.2.0) 147s typeprof (0.21.9) 147s un (default: 0.3.0) 147s uri (default: 0.13.1) 147s weakref (default: 0.1.3) 147s webrick (1.8.1) 147s xmlrpc (0.3.3) 147s yaml (default: 0.3.0) 147s zlib (default: 3.1.1) 147s 147s ┌──────────────────────────────────────────────────────────────────────────────┐ 147s │ Run tests for ruby3.3 from debian/ruby-tests.rake │ 147s └──────────────────────────────────────────────────────────────────────────────┘ 147s 147s RUBYLIB=. GEM_PATH= ruby3.3 -S rake --rakelibdir /gem2deb-nonexistent -f debian/ruby-tests.rake 147s mv lib ./.gem2deb.lib 147s /usr/bin/ruby3.3 -I/usr/share/rubygems-integration/all/gems/rspec-support-3.13.1/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.13.0/lib /usr/share/rubygems-integration/all/gems/rspec-core-3.13.0/exe/rspec --pattern ./spec/\*\*/\*_spec.rb --format documentation 147s 147s An error occurred while loading ./spec/rollout/logging_spec.rb. - Did you mean? 147s rspec ./spec/rollout_spec.rb 147s 147s Failure/Error: require 'fakeredis' 147s 147s LoadError: 147s cannot load such file -- redis/connection/registry 147s # ./spec/spec_helper.rb:3:in `' 147s # ./spec/rollout/logging_spec.rb:1:in `' 147s 147s An error occurred while loading ./spec/rollout_spec.rb. - Did you mean? 147s rspec ./spec/rollout/logging_spec.rb 147s 147s Failure/Error: require 'fakeredis' 147s 147s LoadError: 147s cannot load such file -- redis/connection/registry 147s # ./spec/spec_helper.rb:3:in `' 147s # ./spec/rollout_spec.rb:1:in `' 147s No examples found. 147s 147s Finished in 0.00003 seconds (files took 0.13388 seconds to load) 147s 0 examples, 0 failures, 2 errors occurred outside of examples 147s 147s /usr/bin/ruby3.3 -I/usr/share/rubygems-integration/all/gems/rspec-support-3.13.1/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.13.0/lib /usr/share/rubygems-integration/all/gems/rspec-core-3.13.0/exe/rspec --pattern ./spec/\*\*/\*_spec.rb --format documentation failed 147s mv ./.gem2deb.lib lib 147s /tmp/autopkgtest.IaxIRa/wrapper.sh: checking for leaked background processes... 147s /tmp/autopkgtest.IaxIRa/wrapper.sh: waiting for tee/cat subprocesses... 147s /tmp/autopkgtest.IaxIRa/wrapper.sh: cleaning up... 147s /tmp/autopkgtest.IaxIRa/wrapper.sh: Exit status: 1 147s autopkgtest: DBG: testbed command exited with code 1 147s autopkgtest [04:44:58]: test gem2deb-test-runner: -----------------------] 147s autopkgtest: DBG: testbed executing test finished with exit status 1 147s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.IaxIRa/gem2deb-test-runner-stdout /tmp/autopkgtest-work.4w0u55r3/out/gem2deb-test-runner-stdout 147s autopkgtest: DBG: got reply from testbed: ok 147s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.IaxIRa/gem2deb-test-runner-stderr /tmp/autopkgtest-work.4w0u55r3/out/gem2deb-test-runner-stderr 147s autopkgtest: DBG: got reply from testbed: ok 148s gem2deb-test-runner FAIL non-zero exit status 1 148s autopkgtest [04:44:59]: test gem2deb-test-runner: - - - - - - - - - - results - - - - - - - - - - 148s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.IaxIRa/gem2deb-test-runner-artifacts/ /tmp/autopkgtest-work.4w0u55r3/out/artifacts/ 148s autopkgtest: DBG: got reply from testbed: ok 148s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.IaxIRa/gem2deb-test-runner-artifacts', '/tmp/autopkgtest.IaxIRa/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 148s autopkgtest [04:44:59]: @@@@@@@@@@@@@@@@@@@@ summary 148s gem2deb-test-runner FAIL non-zero exit status 1 148s autopkgtest: DBG: testbed stop 148s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.IaxIRa 148s autopkgtest: DBG: sending command to testbed: close 154s autopkgtest: DBG: got reply from testbed: ok 154s autopkgtest: DBG: sending command to testbed: quit 154s nova [W] Using flock in prodstack6-s390x 154s flock: timeout while waiting to get lock 154s Creating nova instance adt-plucky-s390x-ruby-rollout-20250219-044231-juju-7f2275-prod-proposed-migration-environment-15-69dcdaea-bd9b-43f5-918f-33dc638cdce2 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 154s nova [W] Timed out waiting for afc40787-0272-4dd9-97f7-a10841f41d0b to get deleted.