0s autopkgtest: DBG: testbed init 0s autopkgtest [09:24:53]: starting date and time: 2025-02-14 09:24:53+0000 0s autopkgtest [09:24:53]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [09:24:53]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.yz19htla/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:ruby-sqlite3 --apt-upgrade schleuder --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=ruby-sqlite3/1.7.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-26.secgroup --name adt-plucky-s390x-schleuder-20250214-092453-juju-7f2275-prod-proposed-migration-environment-15-a6dce476-7cb3-4aae-9064-b5b14814958d --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 108s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.K2Y1uq 108s autopkgtest: DBG: sending command to testbed: print-execute-command 108s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.oj0r40t6/runcmd 108s autopkgtest: DBG: sending command to testbed: capabilities 108s autopkgtest: DBG: got reply from testbed: ok reboot revert revert-full-system suggested-normal-user=ubuntu isolation-machine root-on-testbed 108s autopkgtest: DBG: testbed capabilities: ['reboot', 'revert', 'revert-full-system', 'suggested-normal-user=ubuntu', 'isolation-machine', 'root-on-testbed', 'has_internet'] 108s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.K2Y1uq'], kind short, sout raw, serr pipe, env [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.K2Y1uq/wrapper.sh 108s autopkgtest: DBG: got reply from testbed: ok 108s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.K2Y1uq/wrapper.sh'], kind short, sout raw, serr pipe, env [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest [09:26:41]: testbed dpkg architecture: s390x 108s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest [09:26:41]: testbed apt version: 2.9.28 108s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: testbed has eatmydata 109s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest [09:26:42]: @@@@@@@@@@@@@@@@@@@@ test bed setup 109s 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 [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest [09:26:42]: testbed release detected to be: None 109s 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 [] 109s autopkgtest: DBG: testbed command exited with code 0 109s 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 [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: adding APT source: Types: deb deb-src 109s URIs: http://ftpmaster.internal/ubuntu/ 109s Suites: plucky-proposed 109s Components: main restricted universe multiverse 109s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 109s 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 [] 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 109s Package: * 109s Pin: release plucky-proposed 109s Pin-Priority: 500 109s 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 [] 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest [09:26:43]: updating testbed package index (apt update) 110s 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'] 110s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 110s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 110s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 110s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 110s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [61.1 kB] 110s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.1 kB] 110s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [811 kB] 111s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [80.5 kB] 111s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [785 kB] 111s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3392 B] 111s Fetched 1864 kB in 1s (1926 kB/s) 111s Reading package lists... 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 111s Package: * 111s Pin: release plucky-proposed 111s Pin-Priority: 100 111s 111s Package: src:ruby-sqlite3:any 111s Pin: release plucky-proposed 111s Pin-Priority: 995 111s 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-sqlite3:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s 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.K2Y1uq/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s 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'] 112s + lsb_release --codename --short 112s + RELEASE=plucky 112s + cat 112s + [ plucky != trusty ] 112s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 112s Reading package lists... 112s Building dependency tree... 112s Reading state information... 112s Calculating upgrade... 112s The following packages were automatically installed and are no longer required: 112s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 112s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 112s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 112s linux-tools-6.11.0-8-generic 112s Use 'sudo apt autoremove' to remove them. 112s The following packages will be upgraded: 112s dracut-install libblockdev-crypto3 libblockdev-fs3 libblockdev-loop3 112s libblockdev-mdraid3 libblockdev-nvme3 libblockdev-part3 libblockdev-swap3 112s libblockdev-utils3 libblockdev3 lshw python3-certifi 112s 12 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 112s Need to get 537 kB of archives. 112s After this operation, 5120 B of additional disk space will be used. 112s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x lshw s390x 02.19.git.2021.06.19.996aaad9c7-2.1ubuntu1 [295 kB] 113s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x dracut-install s390x 106-2ubuntu1 [37.0 kB] 113s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libblockdev-utils3 s390x 3.3.0-1 [19.4 kB] 113s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libblockdev-crypto3 s390x 3.3.0-1 [23.7 kB] 113s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libblockdev-fs3 s390x 3.3.0-1 [36.2 kB] 113s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libblockdev-loop3 s390x 3.3.0-1 [7096 B] 113s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libblockdev-mdraid3 s390x 3.3.0-1 [12.8 kB] 113s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libblockdev-nvme3 s390x 3.3.0-1 [18.1 kB] 113s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libblockdev-part3 s390x 3.3.0-1 [15.3 kB] 113s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libblockdev-swap3 s390x 3.3.0-1 [7730 B] 113s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libblockdev3 s390x 3.3.0-1 [54.0 kB] 113s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x python3-certifi all 2025.1.31+ds-1 [9816 B] 113s Fetched 537 kB in 1s (801 kB/s) 113s (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 ... 80969 files and directories currently installed.) 113s Preparing to unpack .../00-lshw_02.19.git.2021.06.19.996aaad9c7-2.1ubuntu1_s390x.deb ... 113s Unpacking lshw (02.19.git.2021.06.19.996aaad9c7-2.1ubuntu1) over (02.19.git.2021.06.19.996aaad9c7-2ubuntu2) ... 113s Preparing to unpack .../01-dracut-install_106-2ubuntu1_s390x.deb ... 113s Unpacking dracut-install (106-2ubuntu1) over (105-2ubuntu5) ... 113s Preparing to unpack .../02-libblockdev-utils3_3.3.0-1_s390x.deb ... 113s Unpacking libblockdev-utils3:s390x (3.3.0-1) over (3.2.1-1) ... 113s Preparing to unpack .../03-libblockdev-crypto3_3.3.0-1_s390x.deb ... 113s Unpacking libblockdev-crypto3:s390x (3.3.0-1) over (3.2.1-1) ... 113s Preparing to unpack .../04-libblockdev-fs3_3.3.0-1_s390x.deb ... 113s Unpacking libblockdev-fs3:s390x (3.3.0-1) over (3.2.1-1) ... 113s Preparing to unpack .../05-libblockdev-loop3_3.3.0-1_s390x.deb ... 113s Unpacking libblockdev-loop3:s390x (3.3.0-1) over (3.2.1-1) ... 113s Preparing to unpack .../06-libblockdev-mdraid3_3.3.0-1_s390x.deb ... 113s Unpacking libblockdev-mdraid3:s390x (3.3.0-1) over (3.2.1-1) ... 113s Preparing to unpack .../07-libblockdev-nvme3_3.3.0-1_s390x.deb ... 113s Unpacking libblockdev-nvme3:s390x (3.3.0-1) over (3.2.1-1) ... 113s Preparing to unpack .../08-libblockdev-part3_3.3.0-1_s390x.deb ... 113s Unpacking libblockdev-part3:s390x (3.3.0-1) over (3.2.1-1) ... 113s Preparing to unpack .../09-libblockdev-swap3_3.3.0-1_s390x.deb ... 113s Unpacking libblockdev-swap3:s390x (3.3.0-1) over (3.2.1-1) ... 113s Preparing to unpack .../10-libblockdev3_3.3.0-1_s390x.deb ... 113s Unpacking libblockdev3:s390x (3.3.0-1) over (3.2.1-1) ... 113s Preparing to unpack .../11-python3-certifi_2025.1.31+ds-1_all.deb ... 113s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 113s for fn in glob1(directory, "%s.*" % fname): 113s Unpacking python3-certifi (2025.1.31+ds-1) over (2024.12.14+ds-1) ... 113s Setting up lshw (02.19.git.2021.06.19.996aaad9c7-2.1ubuntu1) ... 113s Setting up python3-certifi (2025.1.31+ds-1) ... 114s Setting up libblockdev-utils3:s390x (3.3.0-1) ... 114s Setting up libblockdev-nvme3:s390x (3.3.0-1) ... 114s Setting up libblockdev-fs3:s390x (3.3.0-1) ... 114s Setting up dracut-install (106-2ubuntu1) ... 114s Setting up libblockdev-mdraid3:s390x (3.3.0-1) ... 114s Setting up libblockdev-crypto3:s390x (3.3.0-1) ... 114s Setting up libblockdev-swap3:s390x (3.3.0-1) ... 114s Setting up libblockdev-loop3:s390x (3.3.0-1) ... 114s Setting up libblockdev3:s390x (3.3.0-1) ... 114s Setting up libblockdev-part3:s390x (3.3.0-1) ... 114s Processing triggers for man-db (2.13.0-1) ... 114s Processing triggers for libc-bin (2.40-4ubuntu1) ... 114s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 114s + /usr/lib/apt/apt-helper analyze-pattern ?true 114s + uname -r 114s + sed s/\./\\./g 114s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 114s + apt list ?obsolete 114s + tail -n+2 114s + + grep -v ^linux-.*6\.12\.0-15-generic.* 114s cut -d/ -f1 114s + true 114s + obsolete_pkgs= 114s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 114s Reading package lists... 114s Building dependency tree... 114s Reading state information... 115s The following packages will be REMOVED: 115s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 115s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 115s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 115s linux-tools-6.11.0-8-generic* 115s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 115s After this operation, 167 MB disk space will be freed. 115s (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 ... 80969 files and directories currently installed.) 115s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 115s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 115s Removing libpython3.12t64:s390x (3.12.9-1) ... 115s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 115s Removing libnsl2:s390x (1.3.0-3build3) ... 115s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 115s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 115s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 116s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 116s Processing triggers for libc-bin (2.40-4ubuntu1) ... 116s (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 ... 55869 files and directories currently installed.) 116s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 116s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 116s + grep -q trusty /etc/lsb-release 116s + [ ! -d /usr/share/doc/unattended-upgrades ] 116s + [ ! -d /usr/share/doc/lxd ] 116s + [ ! -d /usr/share/doc/lxd-client ] 116s + [ ! -d /usr/share/doc/snapd ] 116s + type iptables 116s + cat 116s + chmod 755 /etc/rc.local 116s + . /etc/rc.local 116s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 116s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 116s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 116s + uname -m 116s + [ s390x = ppc64le ] 116s + [ -d /run/systemd/system ] 116s + systemd-detect-virt --quiet --vm 116s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 116s + cat 116s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 116s + echo COMPRESS=lz4 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest [09:26:49]: upgrading testbed (apt dist-upgrade and autopurge) 116s 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'] 116s Reading package lists... 116s Building dependency tree... 116s Reading state information... 116s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 116s Starting 2 pkgProblemResolver with broken count: 0 116s Done 117s Entering ResolveByKeep 117s 117s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 117s autopkgtest: DBG: testbed command exited with code 0 117s 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'] 117s Reading package lists... 117s Building dependency tree... 117s Reading state information... 117s Starting pkgProblemResolver with broken count: 0 117s Starting 2 pkgProblemResolver with broken count: 0 117s Done 117s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 117s autopkgtest: DBG: testbed command exited with code 0 117s 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.K2Y1uq/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 118s autopkgtest: DBG: testbed command exited with code 1 118s autopkgtest [09:26:51]: rebooting testbed after setup commands that affected boot 118s autopkgtest: DBG: sending command to testbed: reboot 141s autopkgtest: DBG: got reply from testbed: ok 141s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 141s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.K2Y1uq'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.K2Y1uq/autopkgtest-reboot 141s autopkgtest: DBG: got reply from testbed: ok 141s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.K2Y1uq/autopkgtest-reboot'], 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.K2Y1uq/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], 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.K2Y1uq/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.K2Y1uq'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.K2Y1uq/autopkgtest-reboot-prepare 142s autopkgtest: DBG: got reply from testbed: ok 142s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.K2Y1uq/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.K2Y1uq/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest [09:27:15]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 142s 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.K2Y1uq/testbed-packages"], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.K2Y1uq/testbed-packages /tmp/autopkgtest-work.yz19htla/out/testbed-packages 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 143s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.K2Y1uq'], 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.K2Y1uq/autopkgtest-reboot 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.K2Y1uq/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.K2Y1uq/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], 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.K2Y1uq/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.K2Y1uq'], 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.K2Y1uq/autopkgtest-reboot-prepare 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.K2Y1uq/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.K2Y1uq/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 [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: Binaries: initialising 145s autopkgtest [09:27:18]: @@@@@@@@@@@@@@@@@@@@ apt-source schleuder 145s autopkgtest: DBG: blame += schleuder 145s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 145s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'schleuder'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^schleuder$'], kind short, sout pipe, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'schleuder=5.0.0-2'], kind short, sout pipe, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: install_deps: deps_new=[] 145s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s 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.K2Y1uq/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source schleuder=5.0.0-2 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 schleuder_*.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-sqlite3/1.7.3-1'] 146s + cd / 146s + mktemp -d /tmp/autopkgtest.K2Y1uq/build.XXX 146s + builddir=/tmp/autopkgtest.K2Y1uq/build.s4E 146s + cd /tmp/autopkgtest.K2Y1uq/build.s4E 146s + apt-get source -d -q --only-source schleuder=5.0.0-2 146s + OUT=Reading package lists... 146s NOTICE: 'schleuder' packaging is maintained in the 'Git' version control system at: 146s https://salsa.debian.org/ruby-team/schleuder.git 146s Please use: 146s git clone https://salsa.debian.org/ruby-team/schleuder.git 146s to retrieve the latest (possibly unreleased) updates to the package. 146s Need to get 351 kB of source archives. 146s Get:1 http://ftpmaster.internal/ubuntu plucky/universe schleuder 5.0.0-2 (dsc) [2273 B] 146s Get:2 http://ftpmaster.internal/ubuntu plucky/universe schleuder 5.0.0-2 (tar) [323 kB] 146s Get:3 http://ftpmaster.internal/ubuntu plucky/universe schleuder 5.0.0-2 (diff) [25.6 kB] 146s Fetched 351 kB in 1s (647 kB/s) 146s Download complete and in download only mode 146s + [ -n ] 146s + echo Reading package lists... 146s NOTICE: 'schleuder' packaging is maintained in the 'Git' version control system at: 146s https://salsa.debian.org/ruby-team/schleuder.git 146s Please use: 146s git clone https://salsa.debian.org/ruby-team/schleuder.git 146s to retrieve the latest (possibly unreleased) updates to the package. 146s Need to get 351 kB of source archives. 146s Get:1 http://ftpmaster.internal/ubuntu plucky/universe schleuder 5.0.0-2 (dsc) [2273 B] 146s Get:2 http://ftpmaster.internal/ubuntu plucky/universe schleuder 5.0.0-2 (tar) [323 kB] 146s Get:3 http://ftpmaster.internal/ubuntu plucky/universe schleuder 5.0.0-2 (diff) [25.6 kB] 146s Fetched 351 kB in 1s (647 kB/s) 146s Download complete and in download only mode 146s + grep ^Get: 146s Get:1 http://ftpmaster.internal/ubuntu plucky/universe schleuder 5.0.0-2 (dsc) [2273 B] 146s Get:2 http://ftpmaster.internal/ubuntu plucky/universe schleuder 5.0.0-2 (tar) [323 kB] 146s Get:3 http://ftpmaster.internal/ubuntu plucky/universe schleuder 5.0.0-2 (diff) [25.6 kB] 146s + dpkg-source -x schleuder_5.0.0-2.dsc src 146s gpgv: Signature made Tue Jan 28 09:55:47 2025 UTC 146s gpgv: using RSA key 6C9D10484A9AE4CC385F7C71823E967606C34B96 146s gpgv: issuer "utkarsh@ubuntu.com" 146s gpgv: Can't check signature: No public key 146s dpkg-source: warning: cannot verify inline signature for ./schleuder_5.0.0-2.dsc: no acceptable signature found 146s + chmod -R a+rX . 146s + cd src/. 146s + pwd 146s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest [09:27:19]: testing package schleuder version 5.0.0-2 146s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.K2Y1uq/build.s4E/src/debian/ /tmp/autopkgtest-work.yz19htla/out/pkg/debian/ 147s autopkgtest: DBG: got reply from testbed: ok 147s autopkgtest: DBG: processing dependency curl 147s autopkgtest: DBG: processing dependency gem2deb-test-runner 147s autopkgtest: DBG: processing dependency @ 147s autopkgtest: DBG: synthesised dependency schleuder 147s autopkgtest: DBG: processing dependency @builddeps@ 147s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 147s autopkgtest: DBG: synthesised dependency gem2deb 147s autopkgtest: DBG: synthesised dependency procps 147s autopkgtest: DBG: synthesised dependency rake 147s autopkgtest: DBG: synthesised dependency ruby-activerecord 147s autopkgtest: DBG: synthesised dependency ruby-bcrypt 147s autopkgtest: DBG: synthesised dependency ruby-charlock-holmes 147s autopkgtest: DBG: synthesised dependency ruby-database-cleaner 147s autopkgtest: DBG: synthesised dependency ruby-factory-bot 147s autopkgtest: DBG: synthesised dependency ruby-gpgme 147s autopkgtest: DBG: synthesised dependency ruby-mail 147s autopkgtest: DBG: synthesised dependency ruby-rack-test 147s autopkgtest: DBG: synthesised dependency ruby-rspec 147s autopkgtest: DBG: synthesised dependency ruby-sinatra 147s autopkgtest: DBG: synthesised dependency ruby-sinatra-contrib 147s autopkgtest: DBG: synthesised dependency ruby-sqlite3 147s autopkgtest: DBG: synthesised dependency ruby-thor 147s autopkgtest: DBG: synthesised dependency ruby-typhoeus 147s autopkgtest: DBG: synthesised dependency thin 147s autopkgtest: DBG: synthesised dependency build-essential 147s autopkgtest: DBG: Test defined: name schleuder-api-daemon-reachable path debian/tests/schleuder-api-daemon-reachable command "None" restrictions ['allow-stderr', 'isolation-container', 'needs-root'] features [] depends ['curl', 'gem2deb-test-runner', 'schleuder', 'debhelper-compat (= 13)', 'gem2deb', 'procps', 'rake', 'ruby-activerecord', 'ruby-bcrypt', 'ruby-charlock-holmes', 'ruby-database-cleaner', 'ruby-factory-bot', 'ruby-gpgme', 'ruby-mail', 'ruby-rack-test', 'ruby-rspec', 'ruby-sinatra', 'ruby-sinatra-contrib', 'ruby-sqlite3', 'ruby-thor', 'ruby-typhoeus', 'thin', 'build-essential'] 147s autopkgtest: DBG: Test defined: name upstream-tests path debian/tests/upstream-tests command "None" restrictions ['allow-stderr', 'isolation-container', 'needs-root'] features [] depends ['curl', 'gem2deb-test-runner', 'schleuder', 'debhelper-compat (= 13)', 'gem2deb', 'procps', 'rake', 'ruby-activerecord', 'ruby-bcrypt', 'ruby-charlock-holmes', 'ruby-database-cleaner', 'ruby-factory-bot', 'ruby-gpgme', 'ruby-mail', 'ruby-rack-test', 'ruby-rspec', 'ruby-sinatra', 'ruby-sinatra-contrib', 'ruby-sqlite3', 'ruby-thor', 'ruby-typhoeus', 'thin', 'build-essential'] 147s autopkgtest [09:27:20]: build not needed 147s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.K2Y1uq/build.s4E/src/ /tmp/autopkgtest-work.yz19htla/out/tests-tree/ 147s autopkgtest: DBG: got reply from testbed: ok 147s autopkgtest: DBG: processing dependency curl 147s autopkgtest: DBG: processing dependency gem2deb-test-runner 147s autopkgtest: DBG: processing dependency @ 147s autopkgtest: DBG: synthesised dependency schleuder 147s autopkgtest: DBG: processing dependency @builddeps@ 147s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 147s autopkgtest: DBG: synthesised dependency gem2deb 147s autopkgtest: DBG: synthesised dependency procps 147s autopkgtest: DBG: synthesised dependency rake 147s autopkgtest: DBG: synthesised dependency ruby-activerecord 147s autopkgtest: DBG: synthesised dependency ruby-bcrypt 147s autopkgtest: DBG: synthesised dependency ruby-charlock-holmes 147s autopkgtest: DBG: synthesised dependency ruby-database-cleaner 147s autopkgtest: DBG: synthesised dependency ruby-factory-bot 147s autopkgtest: DBG: synthesised dependency ruby-gpgme 147s autopkgtest: DBG: synthesised dependency ruby-mail 147s autopkgtest: DBG: synthesised dependency ruby-rack-test 147s autopkgtest: DBG: synthesised dependency ruby-rspec 147s autopkgtest: DBG: synthesised dependency ruby-sinatra 147s autopkgtest: DBG: synthesised dependency ruby-sinatra-contrib 147s autopkgtest: DBG: synthesised dependency ruby-sqlite3 147s autopkgtest: DBG: synthesised dependency ruby-thor 147s autopkgtest: DBG: synthesised dependency ruby-typhoeus 147s autopkgtest: DBG: synthesised dependency thin 147s autopkgtest: DBG: synthesised dependency build-essential 147s autopkgtest: DBG: Test defined: name schleuder-api-daemon-reachable path debian/tests/schleuder-api-daemon-reachable command "None" restrictions ['allow-stderr', 'isolation-container', 'needs-root'] features [] depends ['curl', 'gem2deb-test-runner', 'schleuder', 'debhelper-compat (= 13)', 'gem2deb', 'procps', 'rake', 'ruby-activerecord', 'ruby-bcrypt', 'ruby-charlock-holmes', 'ruby-database-cleaner', 'ruby-factory-bot', 'ruby-gpgme', 'ruby-mail', 'ruby-rack-test', 'ruby-rspec', 'ruby-sinatra', 'ruby-sinatra-contrib', 'ruby-sqlite3', 'ruby-thor', 'ruby-typhoeus', 'thin', 'build-essential'] 147s autopkgtest: DBG: Test defined: name upstream-tests path debian/tests/upstream-tests command "None" restrictions ['allow-stderr', 'isolation-container', 'needs-root'] features [] depends ['curl', 'gem2deb-test-runner', 'schleuder', 'debhelper-compat (= 13)', 'gem2deb', 'procps', 'rake', 'ruby-activerecord', 'ruby-bcrypt', 'ruby-charlock-holmes', 'ruby-database-cleaner', 'ruby-factory-bot', 'ruby-gpgme', 'ruby-mail', 'ruby-rack-test', 'ruby-rspec', 'ruby-sinatra', 'ruby-sinatra-contrib', 'ruby-sqlite3', 'ruby-thor', 'ruby-typhoeus', 'thin', 'build-essential'] 147s autopkgtest [09:27:20]: test schleuder-api-daemon-reachable: preparing testbed 147s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['curl', 'gem2deb-test-runner', 'schleuder', 'debhelper-compat (= 13)', 'gem2deb', 'procps', 'rake', 'ruby-activerecord', 'ruby-bcrypt', 'ruby-charlock-holmes', 'ruby-database-cleaner', 'ruby-factory-bot', 'ruby-gpgme', 'ruby-mail', 'ruby-rack-test', 'ruby-rspec', 'ruby-sinatra', 'ruby-sinatra-contrib', 'ruby-sqlite3', 'ruby-thor', 'ruby-typhoeus', 'thin', 'build-essential'] 147s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 147s autopkgtest: DBG: install_deps: deps_new=['curl', 'gem2deb-test-runner', 'schleuder', 'debhelper-compat (= 13)', 'gem2deb', 'procps', 'rake', 'ruby-activerecord', 'ruby-bcrypt', 'ruby-charlock-holmes', 'ruby-database-cleaner', 'ruby-factory-bot', 'ruby-gpgme', 'ruby-mail', 'ruby-rack-test', 'ruby-rspec', 'ruby-sinatra', 'ruby-sinatra-contrib', 'ruby-sqlite3', 'ruby-thor', 'ruby-typhoeus', 'thin', 'build-essential'] 147s autopkgtest: DBG: install-deps: satisfying curl, gem2deb-test-runner, schleuder, debhelper-compat (= 13), gem2deb, procps, rake, ruby-activerecord, ruby-bcrypt, ruby-charlock-holmes, ruby-database-cleaner, ruby-factory-bot, ruby-gpgme, ruby-mail, ruby-rack-test, ruby-rspec, ruby-sinatra, ruby-sinatra-contrib, ruby-sqlite3, ruby-thor, ruby-typhoeus, thin, build-essential 147s autopkgtest: DBG: can use apt-get on testbed: True 147s 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', 'curl, gem2deb-test-runner, schleuder, debhelper-compat (= 13), gem2deb, procps, rake, ruby-activerecord, ruby-bcrypt, ruby-charlock-holmes, ruby-database-cleaner, ruby-factory-bot, ruby-gpgme, ruby-mail, ruby-rack-test, ruby-rspec, ruby-sinatra, ruby-sinatra-contrib, ruby-sqlite3, ruby-thor, ruby-typhoeus, thin, build-essential'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 147s Reading package lists... 147s Building dependency tree... 147s Reading state information... 147s Starting pkgProblemResolver with broken count: 0 147s Starting 2 pkgProblemResolver with broken count: 0 147s Done 148s The following NEW packages will be installed: 148s autoconf automake autopoint autotools-dev build-essential cpp cpp-14 148s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit devscripts 148s dh-autoreconf dh-strip-nondeterminism dwz g++ g++-14 g++-14-s390x-linux-gnu 148s g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu 148s gem2deb gem2deb-test-runner gettext intltool-debian libarchive-zip-perl 148s libasan8 libb-hooks-op-check-perl libcc1-0 libclass-method-modifiers-perl 148s libclass-xsaccessor-perl libclone-perl libdebhelper-perl 148s libdevel-callchecker-perl libdynaloader-functions-perl libencode-locale-perl 148s libfile-dirlist-perl libfile-homedir-perl libfile-listing-perl 148s libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl 148s libgcc-14-dev libgmp-dev libgmpxx4ldbl libgomp1 libhtml-parser-perl 148s libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl 148s libhttp-message-perl libhttp-negotiate-perl libimport-into-perl 148s libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl 148s libisl23 libitm1 liblwp-mediatypes-perl liblwp-protocol-https-perl 148s libmodule-runtime-perl libmoo-perl libmpc3 libnet-http-perl 148s libnet-ssleay-perl libnsl2 libparams-classify-perl librole-tiny-perl libruby 148s libruby3.3 libstdc++-14-dev libsub-quote-perl libtimedate-perl libtool 148s libtry-tiny-perl libubsan1 liburi-perl libwww-perl libwww-robotrules-perl m4 148s patchutils perl-openssl-defaults po-debconf postfix rake ruby 148s ruby-activemodel ruby-activerecord ruby-activesupport ruby-all-dev 148s ruby-base64 ruby-bcrypt ruby-charlock-holmes ruby-concurrent ruby-daemons 148s ruby-database-cleaner ruby-did-you-mean ruby-diff-lcs ruby-ethon 148s ruby-eventmachine ruby-factory-bot ruby-ffi ruby-gpgme ruby-i18n ruby-mail 148s ruby-mime-types ruby-mime-types-data ruby-mini-mime ruby-mini-portile2 148s ruby-minitest ruby-multi-json ruby-mustermann ruby-net-telnet 148s ruby-power-assert ruby-rack ruby-rack-protection ruby-rack-test ruby-rspec 148s ruby-rspec-core ruby-rspec-expectations ruby-rspec-mocks ruby-rspec-support 148s ruby-ruby2-keywords ruby-rubygems ruby-sdbm ruby-sinatra 148s ruby-sinatra-contrib ruby-sqlite3 ruby-test-unit ruby-thor ruby-tilt 148s ruby-typhoeus ruby-tzinfo ruby-webrick ruby-xmlrpc ruby-zeitwerk ruby3.3 148s ruby3.3-dev rubygems-integration schleuder thin wdiff 148s 0 upgraded, 146 newly installed, 0 to remove and 0 not upgraded. 148s Need to get 67.9 MB of archives. 148s After this operation, 236 MB of additional disk space will be used. 148s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 148s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x postfix s390x 3.9.1-10ubuntu1 [1305 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x rubygems-integration all 1.18ubuntu1 [5528 B] 149s Get:4 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-did-you-mean all 1.6.3-2 [14.8 kB] 149s Get:5 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-minitest all 5.22.3-1ubuntu1 [48.0 kB] 149s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-net-telnet all 0.2.0-1 [13.3 kB] 149s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-power-assert all 2.0.3-1 [12.0 kB] 149s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-test-unit all 3.6.2-1 [67.0 kB] 149s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-webrick all 1.8.1-1ubuntu1 [52.6 kB] 149s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-xmlrpc all 0.3.3-2 [24.8 kB] 149s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libruby s390x 1:3.3~ubuntu3 [5038 B] 149s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-sdbm s390x 1.0.0-5build5 [16.3 kB] 149s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libruby3.3 s390x 3.3.6-1.1ubuntu1 [5869 kB] 150s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x ruby3.3 s390x 3.3.6-1.1ubuntu1 [49.1 kB] 150s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-rubygems all 3.4.20-1 [238 kB] 150s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x ruby s390x 1:3.3~ubuntu3 [3618 B] 150s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x rake all 13.2.1-1 [45.8 kB] 150s Get:18 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-concurrent all 1.3.4-1 [283 kB] 150s Get:19 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-i18n all 1.14.5-1 [42.5 kB] 150s Get:20 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-tzinfo all 2.0.6-1 [55.2 kB] 150s Get:21 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-zeitwerk all 2.6.8-1 [36.0 kB] 150s Get:22 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-activesupport all 2:6.1.7.3+dfsg-7 [198 kB] 150s Get:23 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-activemodel all 2:6.1.7.3+dfsg-7 [63.3 kB] 150s Get:24 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-activerecord all 2:6.1.7.3+dfsg-7 [346 kB] 150s Get:25 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-bcrypt s390x 3.1.20-1 [37.6 kB] 150s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-charlock-holmes s390x 0.7.9-1build1 [13.1 kB] 150s Get:27 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-gpgme s390x 2.0.23-1build5 [39.1 kB] 150s Get:28 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-mini-mime all 1.1.5-1 [19.9 kB] 150s Get:29 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-mail all 2.8.1+dfsg1-2ubuntu1 [290 kB] 150s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-ruby2-keywords all 0.0.5-1 [4280 B] 150s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-mustermann all 3.0.0-2 [38.3 kB] 150s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-rack all 2.2.7-1.1 [114 kB] 150s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-base64 all 0.2.0-2 [7168 B] 150s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-rack-protection all 3.2.0-1 [17.6 kB] 150s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-tilt all 2.0.11-2ubuntu1 [26.5 kB] 150s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-sinatra all 3.2.0-1 [93.8 kB] 150s Get:37 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-multi-json all 1.14.1-2 [15.7 kB] 150s Get:38 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-sinatra-contrib all 3.2.0-1 [26.8 kB] 150s Get:39 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-mini-portile2 all 2.8.7-1 [17.3 kB] 150s Get:40 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x ruby-sqlite3 s390x 1.7.3-1 [43.9 kB] 150s Get:41 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-thor all 1.3.2-2 [50.2 kB] 150s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-ffi s390x 1.17.0+dfsg-1build1 [101 kB] 151s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-mime-types-data all 3.2024.0206-1 [134 kB] 151s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-mime-types all 3.6.0-1 [22.2 kB] 151s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-ethon all 0.16.0-2 [36.2 kB] 151s Get:46 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-typhoeus all 1.4.0-4 [31.5 kB] 151s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-eventmachine s390x 1.3~pre20220315-df4ab006-5build1 [154 kB] 151s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-daemons all 1.4.1-2 [25.1 kB] 151s Get:49 http://ftpmaster.internal/ubuntu plucky/universe s390x thin s390x 1.8.2-1ubuntu1 [54.2 kB] 151s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x schleuder all 5.0.0-2 [81.5 kB] 151s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 151s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 151s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 151s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 151s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 151s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 151s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 151s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 152s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 152s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 152s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 152s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 152s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 152s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 152s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 152s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 152s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 152s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 153s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 153s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 153s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 153s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-16ubuntu1 [2611 kB] 153s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [11.0 MB] 154s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-16ubuntu1 [21.5 kB] 154s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 154s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 154s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 154s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 154s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 154s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 154s Get:81 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 154s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 154s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 154s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 154s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 154s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 154s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 154s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 154s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 154s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-dirlist-perl all 0.05-3 [7286 B] 154s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-which-perl all 1.27-2 [12.5 kB] 154s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-homedir-perl all 1.006-2 [37.0 kB] 154s Get:93 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-touch-perl all 0.12-2 [7498 B] 154s Get:94 http://ftpmaster.internal/ubuntu plucky/main s390x libio-pty-perl s390x 1:1.20-1build3 [31.6 kB] 154s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x libipc-run-perl all 20231003.0-2 [91.5 kB] 154s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x libclass-method-modifiers-perl all 2.15-1 [16.1 kB] 154s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x libclass-xsaccessor-perl s390x 1.19-4build5 [34.2 kB] 154s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x libb-hooks-op-check-perl s390x 0.22-3build2 [9566 B] 154s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x libdynaloader-functions-perl all 0.004-1 [11.4 kB] 154s Get:100 http://ftpmaster.internal/ubuntu plucky/main s390x libdevel-callchecker-perl s390x 0.009-1build1 [14.2 kB] 154s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x libparams-classify-perl s390x 0.015-2build6 [20.6 kB] 154s Get:102 http://ftpmaster.internal/ubuntu plucky/main s390x libmodule-runtime-perl all 0.016-2 [16.4 kB] 154s Get:103 http://ftpmaster.internal/ubuntu plucky/main s390x libimport-into-perl all 1.002005-2 [10.7 kB] 154s Get:104 http://ftpmaster.internal/ubuntu plucky/main s390x librole-tiny-perl all 2.002004-1 [16.3 kB] 154s Get:105 http://ftpmaster.internal/ubuntu plucky/main s390x libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB] 155s Get:106 http://ftpmaster.internal/ubuntu plucky/main s390x libmoo-perl all 2.005005-1 [47.4 kB] 155s Get:107 http://ftpmaster.internal/ubuntu plucky/main s390x libencode-locale-perl all 1.05-3 [11.6 kB] 155s Get:108 http://ftpmaster.internal/ubuntu plucky/main s390x libtimedate-perl all 2.3300-2 [34.0 kB] 155s Get:109 http://ftpmaster.internal/ubuntu plucky/main s390x libhttp-date-perl all 6.06-1 [10.2 kB] 155s Get:110 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-listing-perl all 6.16-1 [11.3 kB] 155s Get:111 http://ftpmaster.internal/ubuntu plucky/main s390x libhtml-tagset-perl all 3.24-1 [14.1 kB] 155s Get:112 http://ftpmaster.internal/ubuntu plucky/main s390x liburi-perl all 5.30-1 [94.4 kB] 155s Get:113 http://ftpmaster.internal/ubuntu plucky/main s390x libhtml-parser-perl s390x 3.83-1build1 [87.8 kB] 155s Get:114 http://ftpmaster.internal/ubuntu plucky/main s390x libhtml-tree-perl all 5.07-3 [200 kB] 155s Get:115 http://ftpmaster.internal/ubuntu plucky/main s390x libclone-perl s390x 0.47-1 [10.7 kB] 155s Get:116 http://ftpmaster.internal/ubuntu plucky/main s390x libio-html-perl all 1.004-3 [15.9 kB] 155s Get:117 http://ftpmaster.internal/ubuntu plucky/main s390x liblwp-mediatypes-perl all 6.04-2 [20.1 kB] 155s Get:118 http://ftpmaster.internal/ubuntu plucky/main s390x libhttp-message-perl all 7.00-2ubuntu1 [75.9 kB] 155s Get:119 http://ftpmaster.internal/ubuntu plucky/main s390x libhttp-cookies-perl all 6.11-1 [18.2 kB] 155s Get:120 http://ftpmaster.internal/ubuntu plucky/main s390x libhttp-negotiate-perl all 6.01-2 [12.4 kB] 155s Get:121 http://ftpmaster.internal/ubuntu plucky/main s390x perl-openssl-defaults s390x 7build3 [6628 B] 155s Get:122 http://ftpmaster.internal/ubuntu plucky/main s390x libnet-ssleay-perl s390x 1.94-2 [319 kB] 155s Get:123 http://ftpmaster.internal/ubuntu plucky/main s390x libio-socket-ssl-perl all 2.089-1 [200 kB] 155s Get:124 http://ftpmaster.internal/ubuntu plucky/main s390x libnet-http-perl all 6.23-1 [22.3 kB] 155s Get:125 http://ftpmaster.internal/ubuntu plucky/main s390x liblwp-protocol-https-perl all 6.14-1 [9040 B] 155s Get:126 http://ftpmaster.internal/ubuntu plucky/main s390x libtry-tiny-perl all 0.32-1 [21.2 kB] 155s Get:127 http://ftpmaster.internal/ubuntu plucky/main s390x libwww-robotrules-perl all 6.02-1 [12.6 kB] 155s Get:128 http://ftpmaster.internal/ubuntu plucky/main s390x libwww-perl all 6.77-1 [138 kB] 155s Get:129 http://ftpmaster.internal/ubuntu plucky/main s390x patchutils s390x 0.4.2-1build3 [79.2 kB] 155s Get:130 http://ftpmaster.internal/ubuntu plucky/main s390x wdiff s390x 1.2.2-7 [29.8 kB] 155s Get:131 http://ftpmaster.internal/ubuntu plucky/main s390x devscripts all 2.25.2 [1058 kB] 155s Get:132 http://ftpmaster.internal/ubuntu plucky/universe s390x gem2deb-test-runner s390x 2.2.5 [18.3 kB] 155s Get:133 http://ftpmaster.internal/ubuntu plucky/main s390x libgmpxx4ldbl s390x 2:6.3.0+dfsg-2ubuntu7 [10.1 kB] 155s Get:134 http://ftpmaster.internal/ubuntu plucky/main s390x libgmp-dev s390x 2:6.3.0+dfsg-2ubuntu7 [424 kB] 155s Get:135 http://ftpmaster.internal/ubuntu plucky/main s390x ruby3.3-dev s390x 3.3.6-1.1ubuntu1 [263 kB] 155s Get:136 http://ftpmaster.internal/ubuntu plucky/main s390x ruby-all-dev s390x 1:3.3~ubuntu3 [6142 B] 155s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x gem2deb s390x 2.2.5 [42.9 kB] 155s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-database-cleaner all 1.7.0-1.1 [27.5 kB] 155s Get:139 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-diff-lcs all 1.5.1-1 [22.8 kB] 155s Get:140 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-factory-bot all 6.4.2-1 [36.3 kB] 155s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-rack-test all 2.2.0-1 [14.4 kB] 155s Get:142 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-rspec-support all 3.13.0c0e0m0s1-2 [29.2 kB] 155s Get:143 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-rspec-core all 3.13.0c0e0m0s1-2 [164 kB] 155s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-rspec-expectations all 3.13.0c0e0m0s1-2 [89.8 kB] 155s Get:145 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-rspec-mocks all 3.13.0c0e0m0s1-2 [81.0 kB] 155s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x ruby-rspec all 3.13.0c0e0m0s1-2 [3500 B] 156s Preconfiguring packages ... 156s Fetched 67.9 MB in 7s (9101 kB/s) 156s Selecting previously unselected package libnsl2:s390x. 156s (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 ... 55867 files and directories currently installed.) 156s Preparing to unpack .../000-libnsl2_1.3.0-3build3_s390x.deb ... 156s Unpacking libnsl2:s390x (1.3.0-3build3) ... 156s Selecting previously unselected package postfix. 156s Preparing to unpack .../001-postfix_3.9.1-10ubuntu1_s390x.deb ... 156s Unpacking postfix (3.9.1-10ubuntu1) ... 156s Selecting previously unselected package rubygems-integration. 156s Preparing to unpack .../002-rubygems-integration_1.18ubuntu1_all.deb ... 156s Unpacking rubygems-integration (1.18ubuntu1) ... 156s Selecting previously unselected package ruby-did-you-mean. 156s Preparing to unpack .../003-ruby-did-you-mean_1.6.3-2_all.deb ... 156s Unpacking ruby-did-you-mean (1.6.3-2) ... 156s Selecting previously unselected package ruby-minitest. 156s Preparing to unpack .../004-ruby-minitest_5.22.3-1ubuntu1_all.deb ... 156s Unpacking ruby-minitest (5.22.3-1ubuntu1) ... 156s Selecting previously unselected package ruby-net-telnet. 156s Preparing to unpack .../005-ruby-net-telnet_0.2.0-1_all.deb ... 156s Unpacking ruby-net-telnet (0.2.0-1) ... 156s Selecting previously unselected package ruby-power-assert. 156s Preparing to unpack .../006-ruby-power-assert_2.0.3-1_all.deb ... 156s Unpacking ruby-power-assert (2.0.3-1) ... 156s Selecting previously unselected package ruby-test-unit. 156s Preparing to unpack .../007-ruby-test-unit_3.6.2-1_all.deb ... 156s Unpacking ruby-test-unit (3.6.2-1) ... 156s Selecting previously unselected package ruby-webrick. 156s Preparing to unpack .../008-ruby-webrick_1.8.1-1ubuntu1_all.deb ... 156s Unpacking ruby-webrick (1.8.1-1ubuntu1) ... 156s Selecting previously unselected package ruby-xmlrpc. 156s Preparing to unpack .../009-ruby-xmlrpc_0.3.3-2_all.deb ... 156s Unpacking ruby-xmlrpc (0.3.3-2) ... 156s Selecting previously unselected package libruby:s390x. 156s Preparing to unpack .../010-libruby_1%3a3.3~ubuntu3_s390x.deb ... 156s Unpacking libruby:s390x (1:3.3~ubuntu3) ... 156s Selecting previously unselected package ruby-sdbm:s390x. 156s Preparing to unpack .../011-ruby-sdbm_1.0.0-5build5_s390x.deb ... 156s Unpacking ruby-sdbm:s390x (1.0.0-5build5) ... 156s Selecting previously unselected package libruby3.3:s390x. 156s Preparing to unpack .../012-libruby3.3_3.3.6-1.1ubuntu1_s390x.deb ... 156s Unpacking libruby3.3:s390x (3.3.6-1.1ubuntu1) ... 156s Selecting previously unselected package ruby3.3. 156s Preparing to unpack .../013-ruby3.3_3.3.6-1.1ubuntu1_s390x.deb ... 156s Unpacking ruby3.3 (3.3.6-1.1ubuntu1) ... 156s Selecting previously unselected package ruby-rubygems. 156s Preparing to unpack .../014-ruby-rubygems_3.4.20-1_all.deb ... 156s Unpacking ruby-rubygems (3.4.20-1) ... 156s Selecting previously unselected package ruby. 156s Preparing to unpack .../015-ruby_1%3a3.3~ubuntu3_s390x.deb ... 156s Unpacking ruby (1:3.3~ubuntu3) ... 156s Selecting previously unselected package rake. 156s Preparing to unpack .../016-rake_13.2.1-1_all.deb ... 156s Unpacking rake (13.2.1-1) ... 156s Selecting previously unselected package ruby-concurrent. 156s Preparing to unpack .../017-ruby-concurrent_1.3.4-1_all.deb ... 156s Unpacking ruby-concurrent (1.3.4-1) ... 156s Selecting previously unselected package ruby-i18n. 156s Preparing to unpack .../018-ruby-i18n_1.14.5-1_all.deb ... 156s Unpacking ruby-i18n (1.14.5-1) ... 156s Selecting previously unselected package ruby-tzinfo. 156s Preparing to unpack .../019-ruby-tzinfo_2.0.6-1_all.deb ... 156s Unpacking ruby-tzinfo (2.0.6-1) ... 156s Selecting previously unselected package ruby-zeitwerk. 156s Preparing to unpack .../020-ruby-zeitwerk_2.6.8-1_all.deb ... 156s Unpacking ruby-zeitwerk (2.6.8-1) ... 156s Selecting previously unselected package ruby-activesupport. 156s Preparing to unpack .../021-ruby-activesupport_2%3a6.1.7.3+dfsg-7_all.deb ... 156s Unpacking ruby-activesupport (2:6.1.7.3+dfsg-7) ... 156s Selecting previously unselected package ruby-activemodel. 156s Preparing to unpack .../022-ruby-activemodel_2%3a6.1.7.3+dfsg-7_all.deb ... 156s Unpacking ruby-activemodel (2:6.1.7.3+dfsg-7) ... 156s Selecting previously unselected package ruby-activerecord. 156s Preparing to unpack .../023-ruby-activerecord_2%3a6.1.7.3+dfsg-7_all.deb ... 156s Unpacking ruby-activerecord (2:6.1.7.3+dfsg-7) ... 156s Selecting previously unselected package ruby-bcrypt:s390x. 156s Preparing to unpack .../024-ruby-bcrypt_3.1.20-1_s390x.deb ... 156s Unpacking ruby-bcrypt:s390x (3.1.20-1) ... 156s Selecting previously unselected package ruby-charlock-holmes:s390x. 156s Preparing to unpack .../025-ruby-charlock-holmes_0.7.9-1build1_s390x.deb ... 156s Unpacking ruby-charlock-holmes:s390x (0.7.9-1build1) ... 156s Selecting previously unselected package ruby-gpgme. 156s Preparing to unpack .../026-ruby-gpgme_2.0.23-1build5_s390x.deb ... 156s Unpacking ruby-gpgme (2.0.23-1build5) ... 156s Selecting previously unselected package ruby-mini-mime. 156s Preparing to unpack .../027-ruby-mini-mime_1.1.5-1_all.deb ... 156s Unpacking ruby-mini-mime (1.1.5-1) ... 156s Selecting previously unselected package ruby-mail. 156s Preparing to unpack .../028-ruby-mail_2.8.1+dfsg1-2ubuntu1_all.deb ... 156s Unpacking ruby-mail (2.8.1+dfsg1-2ubuntu1) ... 156s Selecting previously unselected package ruby-ruby2-keywords. 156s Preparing to unpack .../029-ruby-ruby2-keywords_0.0.5-1_all.deb ... 156s Unpacking ruby-ruby2-keywords (0.0.5-1) ... 156s Selecting previously unselected package ruby-mustermann. 156s Preparing to unpack .../030-ruby-mustermann_3.0.0-2_all.deb ... 156s Unpacking ruby-mustermann (3.0.0-2) ... 156s Selecting previously unselected package ruby-rack. 156s Preparing to unpack .../031-ruby-rack_2.2.7-1.1_all.deb ... 156s Unpacking ruby-rack (2.2.7-1.1) ... 156s Selecting previously unselected package ruby-base64. 156s Preparing to unpack .../032-ruby-base64_0.2.0-2_all.deb ... 156s Unpacking ruby-base64 (0.2.0-2) ... 156s Selecting previously unselected package ruby-rack-protection. 156s Preparing to unpack .../033-ruby-rack-protection_3.2.0-1_all.deb ... 156s Unpacking ruby-rack-protection (3.2.0-1) ... 156s Selecting previously unselected package ruby-tilt. 156s Preparing to unpack .../034-ruby-tilt_2.0.11-2ubuntu1_all.deb ... 156s Unpacking ruby-tilt (2.0.11-2ubuntu1) ... 156s Selecting previously unselected package ruby-sinatra. 156s Preparing to unpack .../035-ruby-sinatra_3.2.0-1_all.deb ... 156s Unpacking ruby-sinatra (3.2.0-1) ... 156s Selecting previously unselected package ruby-multi-json. 156s Preparing to unpack .../036-ruby-multi-json_1.14.1-2_all.deb ... 156s Unpacking ruby-multi-json (1.14.1-2) ... 156s Selecting previously unselected package ruby-sinatra-contrib. 156s Preparing to unpack .../037-ruby-sinatra-contrib_3.2.0-1_all.deb ... 156s Unpacking ruby-sinatra-contrib (3.2.0-1) ... 156s Selecting previously unselected package ruby-mini-portile2. 156s Preparing to unpack .../038-ruby-mini-portile2_2.8.7-1_all.deb ... 156s Unpacking ruby-mini-portile2 (2.8.7-1) ... 156s Selecting previously unselected package ruby-sqlite3. 156s Preparing to unpack .../039-ruby-sqlite3_1.7.3-1_s390x.deb ... 156s Unpacking ruby-sqlite3 (1.7.3-1) ... 156s Selecting previously unselected package ruby-thor. 156s Preparing to unpack .../040-ruby-thor_1.3.2-2_all.deb ... 156s Unpacking ruby-thor (1.3.2-2) ... 156s Selecting previously unselected package ruby-ffi:s390x. 156s Preparing to unpack .../041-ruby-ffi_1.17.0+dfsg-1build1_s390x.deb ... 156s Unpacking ruby-ffi:s390x (1.17.0+dfsg-1build1) ... 156s Selecting previously unselected package ruby-mime-types-data. 156s Preparing to unpack .../042-ruby-mime-types-data_3.2024.0206-1_all.deb ... 156s Unpacking ruby-mime-types-data (3.2024.0206-1) ... 157s Selecting previously unselected package ruby-mime-types. 157s Preparing to unpack .../043-ruby-mime-types_3.6.0-1_all.deb ... 157s Unpacking ruby-mime-types (3.6.0-1) ... 157s Selecting previously unselected package ruby-ethon. 157s Preparing to unpack .../044-ruby-ethon_0.16.0-2_all.deb ... 157s Unpacking ruby-ethon (0.16.0-2) ... 157s Selecting previously unselected package ruby-typhoeus. 157s Preparing to unpack .../045-ruby-typhoeus_1.4.0-4_all.deb ... 157s Unpacking ruby-typhoeus (1.4.0-4) ... 157s Selecting previously unselected package ruby-eventmachine:s390x. 157s Preparing to unpack .../046-ruby-eventmachine_1.3~pre20220315-df4ab006-5build1_s390x.deb ... 157s Unpacking ruby-eventmachine:s390x (1.3~pre20220315-df4ab006-5build1) ... 157s Selecting previously unselected package ruby-daemons. 157s Preparing to unpack .../047-ruby-daemons_1.4.1-2_all.deb ... 157s Unpacking ruby-daemons (1.4.1-2) ... 157s Selecting previously unselected package thin. 157s Preparing to unpack .../048-thin_1.8.2-1ubuntu1_s390x.deb ... 157s Unpacking thin (1.8.2-1ubuntu1) ... 157s Selecting previously unselected package schleuder. 157s Preparing to unpack .../049-schleuder_5.0.0-2_all.deb ... 157s Unpacking schleuder (5.0.0-2) ... 157s Selecting previously unselected package m4. 157s Preparing to unpack .../050-m4_1.4.19-5_s390x.deb ... 157s Unpacking m4 (1.4.19-5) ... 157s Selecting previously unselected package autoconf. 157s Preparing to unpack .../051-autoconf_2.72-3_all.deb ... 157s Unpacking autoconf (2.72-3) ... 157s Selecting previously unselected package autotools-dev. 157s Preparing to unpack .../052-autotools-dev_20220109.1_all.deb ... 157s Unpacking autotools-dev (20220109.1) ... 157s Selecting previously unselected package automake. 157s Preparing to unpack .../053-automake_1%3a1.17-3_all.deb ... 157s Unpacking automake (1:1.17-3) ... 157s Selecting previously unselected package autopoint. 157s Preparing to unpack .../054-autopoint_0.23.1-1_all.deb ... 157s Unpacking autopoint (0.23.1-1) ... 157s Selecting previously unselected package libisl23:s390x. 157s Preparing to unpack .../055-libisl23_0.27-1_s390x.deb ... 157s Unpacking libisl23:s390x (0.27-1) ... 157s Selecting previously unselected package libmpc3:s390x. 157s Preparing to unpack .../056-libmpc3_1.3.1-1build2_s390x.deb ... 157s Unpacking libmpc3:s390x (1.3.1-1build2) ... 157s Selecting previously unselected package cpp-14-s390x-linux-gnu. 157s Preparing to unpack .../057-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 157s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 157s Selecting previously unselected package cpp-14. 157s Preparing to unpack .../058-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 157s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 157s Selecting previously unselected package cpp-s390x-linux-gnu. 157s Preparing to unpack .../059-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 157s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 157s Selecting previously unselected package cpp. 157s Preparing to unpack .../060-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 157s Unpacking cpp (4:14.2.0-1ubuntu1) ... 157s Selecting previously unselected package libcc1-0:s390x. 157s Preparing to unpack .../061-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 157s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 157s Selecting previously unselected package libgomp1:s390x. 157s Preparing to unpack .../062-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 157s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 157s Selecting previously unselected package libitm1:s390x. 157s Preparing to unpack .../063-libitm1_14.2.0-16ubuntu1_s390x.deb ... 157s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 157s Selecting previously unselected package libasan8:s390x. 157s Preparing to unpack .../064-libasan8_14.2.0-16ubuntu1_s390x.deb ... 157s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 157s Selecting previously unselected package libubsan1:s390x. 157s Preparing to unpack .../065-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 157s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 157s Selecting previously unselected package libgcc-14-dev:s390x. 157s Preparing to unpack .../066-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 157s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 157s Selecting previously unselected package gcc-14-s390x-linux-gnu. 157s Preparing to unpack .../067-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 157s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 157s Selecting previously unselected package gcc-14. 157s Preparing to unpack .../068-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 157s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 157s Selecting previously unselected package gcc-s390x-linux-gnu. 157s Preparing to unpack .../069-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 157s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 157s Selecting previously unselected package gcc. 157s Preparing to unpack .../070-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 157s Unpacking gcc (4:14.2.0-1ubuntu1) ... 157s Selecting previously unselected package libstdc++-14-dev:s390x. 157s Preparing to unpack .../071-libstdc++-14-dev_14.2.0-16ubuntu1_s390x.deb ... 157s Unpacking libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 157s Selecting previously unselected package g++-14-s390x-linux-gnu. 157s Preparing to unpack .../072-g++-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 157s Unpacking g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 158s Selecting previously unselected package g++-14. 158s Preparing to unpack .../073-g++-14_14.2.0-16ubuntu1_s390x.deb ... 158s Unpacking g++-14 (14.2.0-16ubuntu1) ... 158s Selecting previously unselected package g++-s390x-linux-gnu. 158s Preparing to unpack .../074-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 158s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 158s Selecting previously unselected package g++. 158s Preparing to unpack .../075-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 158s Unpacking g++ (4:14.2.0-1ubuntu1) ... 158s Selecting previously unselected package build-essential. 158s Preparing to unpack .../076-build-essential_12.10ubuntu1_s390x.deb ... 158s Unpacking build-essential (12.10ubuntu1) ... 158s Selecting previously unselected package libdebhelper-perl. 158s Preparing to unpack .../077-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 158s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 158s Selecting previously unselected package libtool. 158s Preparing to unpack .../078-libtool_2.5.4-3build1_all.deb ... 158s Unpacking libtool (2.5.4-3build1) ... 158s Selecting previously unselected package dh-autoreconf. 158s Preparing to unpack .../079-dh-autoreconf_20_all.deb ... 158s Unpacking dh-autoreconf (20) ... 158s Selecting previously unselected package libarchive-zip-perl. 158s Preparing to unpack .../080-libarchive-zip-perl_1.68-1_all.deb ... 158s Unpacking libarchive-zip-perl (1.68-1) ... 158s Selecting previously unselected package libfile-stripnondeterminism-perl. 158s Preparing to unpack .../081-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 158s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 158s Selecting previously unselected package dh-strip-nondeterminism. 158s Preparing to unpack .../082-dh-strip-nondeterminism_1.14.1-2_all.deb ... 158s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 158s Selecting previously unselected package debugedit. 158s Preparing to unpack .../083-debugedit_1%3a5.1-2_s390x.deb ... 158s Unpacking debugedit (1:5.1-2) ... 158s Selecting previously unselected package dwz. 158s Preparing to unpack .../084-dwz_0.15-1build6_s390x.deb ... 158s Unpacking dwz (0.15-1build6) ... 158s Selecting previously unselected package gettext. 158s Preparing to unpack .../085-gettext_0.23.1-1_s390x.deb ... 158s Unpacking gettext (0.23.1-1) ... 158s Selecting previously unselected package intltool-debian. 158s Preparing to unpack .../086-intltool-debian_0.35.0+20060710.6_all.deb ... 158s Unpacking intltool-debian (0.35.0+20060710.6) ... 158s Selecting previously unselected package po-debconf. 158s Preparing to unpack .../087-po-debconf_1.0.21+nmu1_all.deb ... 158s Unpacking po-debconf (1.0.21+nmu1) ... 158s Selecting previously unselected package debhelper. 158s Preparing to unpack .../088-debhelper_13.24.1ubuntu2_all.deb ... 158s Unpacking debhelper (13.24.1ubuntu2) ... 158s Selecting previously unselected package libfile-dirlist-perl. 158s Preparing to unpack .../089-libfile-dirlist-perl_0.05-3_all.deb ... 158s Unpacking libfile-dirlist-perl (0.05-3) ... 158s Selecting previously unselected package libfile-which-perl. 158s Preparing to unpack .../090-libfile-which-perl_1.27-2_all.deb ... 158s Unpacking libfile-which-perl (1.27-2) ... 158s Selecting previously unselected package libfile-homedir-perl. 158s Preparing to unpack .../091-libfile-homedir-perl_1.006-2_all.deb ... 158s Unpacking libfile-homedir-perl (1.006-2) ... 158s Selecting previously unselected package libfile-touch-perl. 158s Preparing to unpack .../092-libfile-touch-perl_0.12-2_all.deb ... 158s Unpacking libfile-touch-perl (0.12-2) ... 158s Selecting previously unselected package libio-pty-perl. 158s Preparing to unpack .../093-libio-pty-perl_1%3a1.20-1build3_s390x.deb ... 158s Unpacking libio-pty-perl (1:1.20-1build3) ... 158s Selecting previously unselected package libipc-run-perl. 158s Preparing to unpack .../094-libipc-run-perl_20231003.0-2_all.deb ... 158s Unpacking libipc-run-perl (20231003.0-2) ... 158s Selecting previously unselected package libclass-method-modifiers-perl. 158s Preparing to unpack .../095-libclass-method-modifiers-perl_2.15-1_all.deb ... 158s Unpacking libclass-method-modifiers-perl (2.15-1) ... 158s Selecting previously unselected package libclass-xsaccessor-perl. 158s Preparing to unpack .../096-libclass-xsaccessor-perl_1.19-4build5_s390x.deb ... 158s Unpacking libclass-xsaccessor-perl (1.19-4build5) ... 158s Selecting previously unselected package libb-hooks-op-check-perl:s390x. 158s Preparing to unpack .../097-libb-hooks-op-check-perl_0.22-3build2_s390x.deb ... 158s Unpacking libb-hooks-op-check-perl:s390x (0.22-3build2) ... 158s Selecting previously unselected package libdynaloader-functions-perl. 158s Preparing to unpack .../098-libdynaloader-functions-perl_0.004-1_all.deb ... 158s Unpacking libdynaloader-functions-perl (0.004-1) ... 158s Selecting previously unselected package libdevel-callchecker-perl:s390x. 158s Preparing to unpack .../099-libdevel-callchecker-perl_0.009-1build1_s390x.deb ... 158s Unpacking libdevel-callchecker-perl:s390x (0.009-1build1) ... 158s Selecting previously unselected package libparams-classify-perl:s390x. 158s Preparing to unpack .../100-libparams-classify-perl_0.015-2build6_s390x.deb ... 158s Unpacking libparams-classify-perl:s390x (0.015-2build6) ... 158s Selecting previously unselected package libmodule-runtime-perl. 158s Preparing to unpack .../101-libmodule-runtime-perl_0.016-2_all.deb ... 158s Unpacking libmodule-runtime-perl (0.016-2) ... 158s Selecting previously unselected package libimport-into-perl. 158s Preparing to unpack .../102-libimport-into-perl_1.002005-2_all.deb ... 158s Unpacking libimport-into-perl (1.002005-2) ... 158s Selecting previously unselected package librole-tiny-perl. 158s Preparing to unpack .../103-librole-tiny-perl_2.002004-1_all.deb ... 158s Unpacking librole-tiny-perl (2.002004-1) ... 158s Selecting previously unselected package libsub-quote-perl. 158s Preparing to unpack .../104-libsub-quote-perl_2.006008-1ubuntu1_all.deb ... 158s Unpacking libsub-quote-perl (2.006008-1ubuntu1) ... 158s Selecting previously unselected package libmoo-perl. 158s Preparing to unpack .../105-libmoo-perl_2.005005-1_all.deb ... 158s Unpacking libmoo-perl (2.005005-1) ... 158s Selecting previously unselected package libencode-locale-perl. 158s Preparing to unpack .../106-libencode-locale-perl_1.05-3_all.deb ... 158s Unpacking libencode-locale-perl (1.05-3) ... 158s Selecting previously unselected package libtimedate-perl. 158s Preparing to unpack .../107-libtimedate-perl_2.3300-2_all.deb ... 158s Unpacking libtimedate-perl (2.3300-2) ... 158s Selecting previously unselected package libhttp-date-perl. 158s Preparing to unpack .../108-libhttp-date-perl_6.06-1_all.deb ... 158s Unpacking libhttp-date-perl (6.06-1) ... 158s Selecting previously unselected package libfile-listing-perl. 158s Preparing to unpack .../109-libfile-listing-perl_6.16-1_all.deb ... 158s Unpacking libfile-listing-perl (6.16-1) ... 158s Selecting previously unselected package libhtml-tagset-perl. 158s Preparing to unpack .../110-libhtml-tagset-perl_3.24-1_all.deb ... 158s Unpacking libhtml-tagset-perl (3.24-1) ... 158s Selecting previously unselected package liburi-perl. 158s Preparing to unpack .../111-liburi-perl_5.30-1_all.deb ... 158s Unpacking liburi-perl (5.30-1) ... 158s Selecting previously unselected package libhtml-parser-perl:s390x. 158s Preparing to unpack .../112-libhtml-parser-perl_3.83-1build1_s390x.deb ... 158s Unpacking libhtml-parser-perl:s390x (3.83-1build1) ... 158s Selecting previously unselected package libhtml-tree-perl. 158s Preparing to unpack .../113-libhtml-tree-perl_5.07-3_all.deb ... 158s Unpacking libhtml-tree-perl (5.07-3) ... 158s Selecting previously unselected package libclone-perl:s390x. 158s Preparing to unpack .../114-libclone-perl_0.47-1_s390x.deb ... 158s Unpacking libclone-perl:s390x (0.47-1) ... 158s Selecting previously unselected package libio-html-perl. 158s Preparing to unpack .../115-libio-html-perl_1.004-3_all.deb ... 158s Unpacking libio-html-perl (1.004-3) ... 158s Selecting previously unselected package liblwp-mediatypes-perl. 158s Preparing to unpack .../116-liblwp-mediatypes-perl_6.04-2_all.deb ... 158s Unpacking liblwp-mediatypes-perl (6.04-2) ... 158s Selecting previously unselected package libhttp-message-perl. 158s Preparing to unpack .../117-libhttp-message-perl_7.00-2ubuntu1_all.deb ... 158s Unpacking libhttp-message-perl (7.00-2ubuntu1) ... 158s Selecting previously unselected package libhttp-cookies-perl. 158s Preparing to unpack .../118-libhttp-cookies-perl_6.11-1_all.deb ... 158s Unpacking libhttp-cookies-perl (6.11-1) ... 158s Selecting previously unselected package libhttp-negotiate-perl. 158s Preparing to unpack .../119-libhttp-negotiate-perl_6.01-2_all.deb ... 158s Unpacking libhttp-negotiate-perl (6.01-2) ... 158s Selecting previously unselected package perl-openssl-defaults:s390x. 158s Preparing to unpack .../120-perl-openssl-defaults_7build3_s390x.deb ... 158s Unpacking perl-openssl-defaults:s390x (7build3) ... 158s Selecting previously unselected package libnet-ssleay-perl:s390x. 158s Preparing to unpack .../121-libnet-ssleay-perl_1.94-2_s390x.deb ... 158s Unpacking libnet-ssleay-perl:s390x (1.94-2) ... 158s Selecting previously unselected package libio-socket-ssl-perl. 158s Preparing to unpack .../122-libio-socket-ssl-perl_2.089-1_all.deb ... 158s Unpacking libio-socket-ssl-perl (2.089-1) ... 158s Selecting previously unselected package libnet-http-perl. 158s Preparing to unpack .../123-libnet-http-perl_6.23-1_all.deb ... 158s Unpacking libnet-http-perl (6.23-1) ... 158s Selecting previously unselected package liblwp-protocol-https-perl. 158s Preparing to unpack .../124-liblwp-protocol-https-perl_6.14-1_all.deb ... 158s Unpacking liblwp-protocol-https-perl (6.14-1) ... 158s Selecting previously unselected package libtry-tiny-perl. 158s Preparing to unpack .../125-libtry-tiny-perl_0.32-1_all.deb ... 158s Unpacking libtry-tiny-perl (0.32-1) ... 158s Selecting previously unselected package libwww-robotrules-perl. 158s Preparing to unpack .../126-libwww-robotrules-perl_6.02-1_all.deb ... 158s Unpacking libwww-robotrules-perl (6.02-1) ... 158s Selecting previously unselected package libwww-perl. 158s Preparing to unpack .../127-libwww-perl_6.77-1_all.deb ... 158s Unpacking libwww-perl (6.77-1) ... 158s Selecting previously unselected package patchutils. 158s Preparing to unpack .../128-patchutils_0.4.2-1build3_s390x.deb ... 158s Unpacking patchutils (0.4.2-1build3) ... 158s Selecting previously unselected package wdiff. 158s Preparing to unpack .../129-wdiff_1.2.2-7_s390x.deb ... 158s Unpacking wdiff (1.2.2-7) ... 158s Selecting previously unselected package devscripts. 158s Preparing to unpack .../130-devscripts_2.25.2_all.deb ... 158s Unpacking devscripts (2.25.2) ... 158s Selecting previously unselected package gem2deb-test-runner. 158s Preparing to unpack .../131-gem2deb-test-runner_2.2.5_s390x.deb ... 158s Unpacking gem2deb-test-runner (2.2.5) ... 158s Selecting previously unselected package libgmpxx4ldbl:s390x. 158s Preparing to unpack .../132-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu7_s390x.deb ... 158s Unpacking libgmpxx4ldbl:s390x (2:6.3.0+dfsg-2ubuntu7) ... 158s Selecting previously unselected package libgmp-dev:s390x. 158s Preparing to unpack .../133-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu7_s390x.deb ... 158s Unpacking libgmp-dev:s390x (2:6.3.0+dfsg-2ubuntu7) ... 158s Selecting previously unselected package ruby3.3-dev:s390x. 158s Preparing to unpack .../134-ruby3.3-dev_3.3.6-1.1ubuntu1_s390x.deb ... 158s Unpacking ruby3.3-dev:s390x (3.3.6-1.1ubuntu1) ... 158s Selecting previously unselected package ruby-all-dev:s390x. 158s Preparing to unpack .../135-ruby-all-dev_1%3a3.3~ubuntu3_s390x.deb ... 158s Unpacking ruby-all-dev:s390x (1:3.3~ubuntu3) ... 158s Selecting previously unselected package gem2deb. 158s Preparing to unpack .../136-gem2deb_2.2.5_s390x.deb ... 158s Unpacking gem2deb (2.2.5) ... 158s Selecting previously unselected package ruby-database-cleaner. 158s Preparing to unpack .../137-ruby-database-cleaner_1.7.0-1.1_all.deb ... 158s Unpacking ruby-database-cleaner (1.7.0-1.1) ... 158s Selecting previously unselected package ruby-diff-lcs. 158s Preparing to unpack .../138-ruby-diff-lcs_1.5.1-1_all.deb ... 158s Unpacking ruby-diff-lcs (1.5.1-1) ... 158s Selecting previously unselected package ruby-factory-bot. 158s Preparing to unpack .../139-ruby-factory-bot_6.4.2-1_all.deb ... 158s Unpacking ruby-factory-bot (6.4.2-1) ... 158s Selecting previously unselected package ruby-rack-test. 158s Preparing to unpack .../140-ruby-rack-test_2.2.0-1_all.deb ... 158s Unpacking ruby-rack-test (2.2.0-1) ... 158s Selecting previously unselected package ruby-rspec-support. 158s Preparing to unpack .../141-ruby-rspec-support_3.13.0c0e0m0s1-2_all.deb ... 158s Unpacking ruby-rspec-support (3.13.0c0e0m0s1-2) ... 158s Selecting previously unselected package ruby-rspec-core. 158s Preparing to unpack .../142-ruby-rspec-core_3.13.0c0e0m0s1-2_all.deb ... 158s Unpacking ruby-rspec-core (3.13.0c0e0m0s1-2) ... 158s Selecting previously unselected package ruby-rspec-expectations. 158s Preparing to unpack .../143-ruby-rspec-expectations_3.13.0c0e0m0s1-2_all.deb ... 158s Unpacking ruby-rspec-expectations (3.13.0c0e0m0s1-2) ... 158s Selecting previously unselected package ruby-rspec-mocks. 158s Preparing to unpack .../144-ruby-rspec-mocks_3.13.0c0e0m0s1-2_all.deb ... 158s Unpacking ruby-rspec-mocks (3.13.0c0e0m0s1-2) ... 159s Selecting previously unselected package ruby-rspec. 159s Preparing to unpack .../145-ruby-rspec_3.13.0c0e0m0s1-2_all.deb ... 159s Unpacking ruby-rspec (3.13.0c0e0m0s1-2) ... 159s Setting up wdiff (1.2.2-7) ... 159s Setting up ruby-daemons (1.4.1-2) ... 159s Setting up libfile-which-perl (1.27-2) ... 159s Setting up ruby-ruby2-keywords (0.0.5-1) ... 159s Setting up ruby-mustermann (3.0.0-2) ... 159s Setting up libdynaloader-functions-perl (0.004-1) ... 159s Setting up libclass-method-modifiers-perl (2.15-1) ... 159s Setting up ruby-power-assert (2.0.3-1) ... 159s Setting up libio-pty-perl (1:1.20-1build3) ... 159s Setting up libclone-perl:s390x (0.47-1) ... 159s Setting up libarchive-zip-perl (1.68-1) ... 159s Setting up libhtml-tagset-perl (3.24-1) ... 159s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 159s Setting up liblwp-mediatypes-perl (6.04-2) ... 159s Setting up libtry-tiny-perl (0.32-1) ... 159s Setting up perl-openssl-defaults:s390x (7build3) ... 159s Setting up m4 (1.4.19-5) ... 159s Setting up ruby-mini-portile2 (2.8.7-1) ... 159s Setting up libencode-locale-perl (1.05-3) ... 159s Setting up rubygems-integration (1.18ubuntu1) ... 159s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 159s Setting up ruby-concurrent (1.3.4-1) ... 159s Setting up ruby-minitest (5.22.3-1ubuntu1) ... 159s Setting up patchutils (0.4.2-1build3) ... 159s Setting up autotools-dev (20220109.1) ... 159s Setting up libgmpxx4ldbl:s390x (2:6.3.0+dfsg-2ubuntu7) ... 159s Setting up ruby-test-unit (3.6.2-1) ... 159s Setting up ruby-net-telnet (0.2.0-1) ... 159s Setting up ruby-base64 (0.2.0-2) ... 159s Setting up libmpc3:s390x (1.3.1-1build2) ... 159s Setting up libio-html-perl (1.004-3) ... 159s Setting up autopoint (0.23.1-1) ... 159s Setting up libb-hooks-op-check-perl:s390x (0.22-3build2) ... 159s Setting up ruby-i18n (1.14.5-1) ... 159s Setting up libipc-run-perl (20231003.0-2) ... 159s Setting up autoconf (2.72-3) ... 159s Setting up ruby-rspec-support (3.13.0c0e0m0s1-2) ... 159s Setting up libtimedate-perl (2.3300-2) ... 159s Setting up ruby-webrick (1.8.1-1ubuntu1) ... 159s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 159s Setting up dwz (0.15-1build6) ... 159s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 159s Setting up libnsl2:s390x (1.3.0-3build3) ... 159s Setting up librole-tiny-perl (2.002004-1) ... 159s Setting up debugedit (1:5.1-2) ... 159s Setting up ruby-mime-types-data (3.2024.0206-1) ... 159s Setting up libsub-quote-perl (2.006008-1ubuntu1) ... 159s Setting up libclass-xsaccessor-perl (1.19-4build5) ... 159s Setting up ruby-did-you-mean (1.6.3-2) ... 159s Setting up libfile-dirlist-perl (0.05-3) ... 159s Setting up libisl23:s390x (0.27-1) ... 159s Setting up libfile-homedir-perl (1.006-2) ... 159s Setting up ruby-xmlrpc (0.3.3-2) ... 159s Setting up ruby-zeitwerk (2.6.8-1) ... 159s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 159s Setting up liburi-perl (5.30-1) ... 159s Setting up libfile-touch-perl (0.12-2) ... 159s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 159s Setting up libnet-ssleay-perl:s390x (1.94-2) ... 159s Setting up automake (1:1.17-3) ... 159s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 159s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 159s Setting up libhttp-date-perl (6.06-1) ... 159s Setting up gettext (0.23.1-1) ... 159s Setting up libgmp-dev:s390x (2:6.3.0+dfsg-2ubuntu7) ... 159s Setting up libfile-listing-perl (6.16-1) ... 159s Setting up ruby-tzinfo (2.0.6-1) ... 159s Setting up libnet-http-perl (6.23-1) ... 159s Setting up libdevel-callchecker-perl:s390x (0.009-1build1) ... 159s Setting up intltool-debian (0.35.0+20060710.6) ... 159s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 159s Setting up cpp-14 (14.2.0-16ubuntu1) ... 159s Setting up dh-strip-nondeterminism (1.14.1-2) ... 159s Setting up postfix (3.9.1-10ubuntu1) ... 159s Created symlink '/etc/systemd/system/multi-user.target.wants/postfix.service' → '/usr/lib/systemd/system/postfix.service'. 159s info: Selecting UID from range 100 to 999 ... 159s 159s info: Selecting GID from range 100 to 999 ... 159s info: Adding system user `postfix' (UID 107) ... 159s info: Adding new group `postfix' (GID 110) ... 159s info: Adding new user `postfix' (UID 107) with group `postfix' ... 159s info: Not creating home directory `/var/spool/postfix'. 159s info: Selecting GID from range 100 to 999 ... 159s info: Adding group `postdrop' (GID 113) ... 159s Creating /etc/postfix/dynamicmaps.cf 159s setting myhostname: autopkgtest.local 159s setting alias maps 159s setting alias database 159s changing /etc/mailname to autopkgtest.local 159s setting myorigin 159s setting destinations: $myhostname, autopkgtest.local, localhost.local, , localhost 159s setting relayhost: 159s setting mynetworks: 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 159s clearing mailbox_command 159s setting mailbox_size_limit: 0 159s setting recipient_delimiter: + 161s setting inet_interfaces: all 163s setting inet_protocols: all 163s /etc/aliases does not exist, creating it. 163s WARNING: /etc/aliases exists, but does not have a root alias. 163s 163s Postfix (main.cf) is now set up with a default configuration. If you need to 163s make changes, edit /etc/postfix/main.cf (and others) as needed. To view 163s Postfix configuration values, see postconf(1). 163s 163s After modifying main.cf, be sure to run 'systemctl reload postfix'. 163s 165s Setting up libwww-robotrules-perl (6.02-1) ... 165s Setting up libhtml-parser-perl:s390x (3.83-1build1) ... 165s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 165s Setting up libstdc++-14-dev:s390x (14.2.0-16ubuntu1) ... 165s Setting up libio-socket-ssl-perl (2.089-1) ... 165s Setting up libhttp-message-perl (7.00-2ubuntu1) ... 165s Setting up libhttp-negotiate-perl (6.01-2) ... 165s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 165s Setting up libhttp-cookies-perl (6.11-1) ... 165s Setting up po-debconf (1.0.21+nmu1) ... 165s Setting up libhtml-tree-perl (5.07-3) ... 165s Setting up libparams-classify-perl:s390x (0.015-2build6) ... 165s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 165s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 165s Setting up libmodule-runtime-perl (0.016-2) ... 165s Setting up g++-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 165s Setting up cpp (4:14.2.0-1ubuntu1) ... 165s Setting up libimport-into-perl (1.002005-2) ... 165s Setting up libmoo-perl (2.005005-1) ... 165s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 165s Setting up gcc-14 (14.2.0-16ubuntu1) ... 165s Setting up g++-14 (14.2.0-16ubuntu1) ... 165s Setting up libtool (2.5.4-3build1) ... 165s Setting up gcc (4:14.2.0-1ubuntu1) ... 165s Setting up dh-autoreconf (20) ... 165s Setting up g++ (4:14.2.0-1ubuntu1) ... 165s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 165s Setting up build-essential (12.10ubuntu1) ... 165s Setting up debhelper (13.24.1ubuntu2) ... 165s Setting up rake (13.2.1-1) ... 165s Setting up liblwp-protocol-https-perl (6.14-1) ... 165s Setting up libruby:s390x (1:3.3~ubuntu3) ... 165s Setting up libwww-perl (6.77-1) ... 165s Setting up ruby-rubygems (3.4.20-1) ... 165s Setting up devscripts (2.25.2) ... 165s Setting up ruby-sdbm:s390x (1.0.0-5build5) ... 165s Setting up libruby3.3:s390x (3.3.6-1.1ubuntu1) ... 165s Setting up ruby-eventmachine:s390x (1.3~pre20220315-df4ab006-5build1) ... 165s Setting up ruby-mime-types (3.6.0-1) ... 165s Setting up ruby-sqlite3 (1.7.3-1) ... 165s Setting up ruby3.3-dev:s390x (3.3.6-1.1ubuntu1) ... 165s Setting up ruby3.3 (3.3.6-1.1ubuntu1) ... 165s Setting up ruby-ffi:s390x (1.17.0+dfsg-1build1) ... 165s Setting up ruby-bcrypt:s390x (3.1.20-1) ... 165s Setting up ruby-all-dev:s390x (1:3.3~ubuntu3) ... 165s Setting up ruby (1:3.3~ubuntu3) ... 165s Setting up ruby-gpgme (2.0.23-1build5) ... 165s Setting up ruby-thor (1.3.2-2) ... 165s Setting up ruby-mini-mime (1.1.5-1) ... 165s Setting up ruby-ethon (0.16.0-2) ... 165s Setting up ruby-rspec-core (3.13.0c0e0m0s1-2) ... 165s Setting up ruby-tilt (2.0.11-2ubuntu1) ... 165s Setting up ruby-diff-lcs (1.5.1-1) ... 165s Setting up ruby-charlock-holmes:s390x (0.7.9-1build1) ... 165s Setting up ruby-multi-json (1.14.1-2) ... 165s Setting up ruby-rack (2.2.7-1.1) ... 165s Setting up ruby-typhoeus (1.4.0-4) ... 165s Setting up thin (1.8.2-1ubuntu1) ... 166s Setting up ruby-database-cleaner (1.7.0-1.1) ... 166s Setting up ruby-activesupport (2:6.1.7.3+dfsg-7) ... 166s Setting up gem2deb-test-runner (2.2.5) ... 166s Setting up ruby-factory-bot (6.4.2-1) ... 166s Setting up ruby-rack-test (2.2.0-1) ... 166s Setting up ruby-mail (2.8.1+dfsg1-2ubuntu1) ... 166s Setting up ruby-activemodel (2:6.1.7.3+dfsg-7) ... 166s Setting up ruby-rspec-expectations (3.13.0c0e0m0s1-2) ... 166s Setting up ruby-rspec-mocks (3.13.0c0e0m0s1-2) ... 166s Setting up gem2deb (2.2.5) ... 166s Setting up ruby-rack-protection (3.2.0-1) ... 166s Setting up ruby-activerecord (2:6.1.7.3+dfsg-7) ... 166s Setting up ruby-rspec (3.13.0c0e0m0s1-2) ... 166s Setting up ruby-sinatra (3.2.0-1) ... 166s Setting up ruby-sinatra-contrib (3.2.0-1) ... 166s Setting up schleuder (5.0.0-2) ... 167s Private key written to: /etc/schleuder/schleuder-private-key.pem 167s Certificate written to: /etc/schleuder/schleuder-certificate.pem 167s Fingerprint of generated certificate: eca4eda15433f5de392f3fa2c4f7a8327740feb9bb25c67d1c8c13e753a0fa3d 167s Have this fingerprint included into the configuration-file of all clients that want to connect to your Schleuder API. 168s Created database '/var/lib/schleuder/db.sqlite' 168s Created symlink '/etc/systemd/system/multi-user.target.wants/schleuder-api-daemon.service' → '/usr/lib/systemd/system/schleuder-api-daemon.service'. 168s Processing triggers for install-info (7.1.1-1) ... 168s Processing triggers for libc-bin (2.40-4ubuntu1) ... 168s Processing triggers for rsyslog (8.2412.0-1ubuntu1) ... 169s Processing triggers for ufw (0.36.2-9) ... 169s Processing triggers for man-db (2.13.0-1) ... 170s Processing triggers for postfix (3.9.1-10ubuntu1) ... 170s Restarting postfix 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'schleuder'], kind short, sout pipe, serr pipe, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.K2Y1uq/schleuder-api-daemon-reachable-packages.all"], kind short, sout raw, serr pipe, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.K2Y1uq/schleuder-api-daemon-reachable-packages.all /tmp/autopkgtest-work.yz19htla/out/schleuder-api-daemon-reachable-packages.all 171s autopkgtest: DBG: got reply from testbed: ok 171s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.K2Y1uq/build.s4E/src'], kind short, sout raw, serr raw, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.K2Y1uq/build.s4E/src already exists 171s autopkgtest [09:27:44]: test schleuder-api-daemon-reachable: [----------------------- 171s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.K2Y1uq/wrapper.sh --debug --artifacts=/tmp/autopkgtest.K2Y1uq/schleuder-api-daemon-reachable-artifacts --chdir=/tmp/autopkgtest.K2Y1uq/build.s4E/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.K2Y1uq/schleuder-api-daemon-reachable-stderr --stdout=/tmp/autopkgtest.K2Y1uq/schleuder-api-daemon-reachable-stdout --tmp=/tmp/autopkgtest.K2Y1uq/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=ruby-sqlite3/1.7.3-1 --make-executable=/tmp/autopkgtest.K2Y1uq/build.s4E/src/debian/tests/schleuder-api-daemon-reachable -- /tmp/autopkgtest.K2Y1uq/build.s4E/src/debian/tests/schleuder-api-daemon-reachable'], kind test, sout raw, serr raw, env [] 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.K2Y1uq/schleuder-api-daemon-reachable-artifacts 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: changing to directory: /tmp/autopkgtest.K2Y1uq/build.s4E/src 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: LANG=C.UTF-8 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LANGUAGE 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_ADDRESS 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_ALL 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_COLLATE 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_CTYPE 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_IDENTIFICATION 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_MEASUREMENT 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_MESSAGES 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_MONETARY 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_NAME 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_NUMERIC 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_PAPER 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_TELEPHONE 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_TIME 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: pretending to be a login shell 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: will write standard error to /tmp/autopkgtest.K2Y1uq/schleuder-api-daemon-reachable-stderr 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: will write stdout to /tmp/autopkgtest.K2Y1uq/schleuder-api-daemon-reachable-stdout 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.K2Y1uq/autopkgtest_tmp 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ruby-sqlite3/1.7.3-1 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: marking as executable: /tmp/autopkgtest.K2Y1uq/build.s4E/src/debian/tests/schleuder-api-daemon-reachable 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: command to run: /tmp/autopkgtest.K2Y1uq/build.s4E/src/debian/tests/schleuder-api-daemon-reachable 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: copying /tmp/tmp.SCgo4iKWy5/out to stdout and file: /tmp/autopkgtest.K2Y1uq/schleuder-api-daemon-reachable-stdout 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: copying /tmp/tmp.SCgo4iKWy5/err to standard error and file: /tmp/autopkgtest.K2Y1uq/schleuder-api-daemon-reachable-stdout 171s /tmp/autopkgtest.K2Y1uq/wrapper.sh: writing script pid 3414 to /tmp/autopkgtest_script_pid 171s + sleep 10 181s ++ check_reachability 127.0.0.1 181s ++ curl -g -k -m 5 -s -N https://127.0.0.1:4443/status.json 181s ++ grep -q '{"status":"ok"}' 181s ++ return 1 181s ++ echo 1 181s + test_v4=1 181s ++ check_reachability '[::1]' 181s ++ curl -g -k -m 5 -s -N 'https://[::1]:4443/status.json' 181s ++ grep -q '{"status":"ok"}' 181s ++ return 1 181s ++ echo 1 181s + test_v6=1 181s + '[' 1 -eq 0 ']' 181s + '[' 1 -eq 0 ']' 181s + exit 1 181s /tmp/autopkgtest.K2Y1uq/wrapper.sh: checking for leaked background processes... 181s /tmp/autopkgtest.K2Y1uq/wrapper.sh: waiting for tee/cat subprocesses... 181s /tmp/autopkgtest.K2Y1uq/wrapper.sh: cleaning up... 181s /tmp/autopkgtest.K2Y1uq/wrapper.sh: Exit status: 1 181s autopkgtest: DBG: testbed command exited with code 1 182s autopkgtest [09:27:55]: test schleuder-api-daemon-reachable: -----------------------] 182s autopkgtest: DBG: testbed executing test finished with exit status 1 182s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.K2Y1uq/schleuder-api-daemon-reachable-stdout /tmp/autopkgtest-work.yz19htla/out/schleuder-api-daemon-reachable-stdout 182s autopkgtest: DBG: got reply from testbed: ok 182s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.K2Y1uq/schleuder-api-daemon-reachable-stderr /tmp/autopkgtest-work.yz19htla/out/schleuder-api-daemon-reachable-stderr 182s autopkgtest: DBG: got reply from testbed: ok 182s autopkgtest [09:27:55]: test schleuder-api-daemon-reachable: - - - - - - - - - - results - - - - - - - - - - 182s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.K2Y1uq/schleuder-api-daemon-reachable-artifacts/ /tmp/autopkgtest-work.yz19htla/out/artifacts/ 182s schleuder-api-daemon-reachable FAIL non-zero exit status 1 182s autopkgtest: DBG: got reply from testbed: ok 182s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.K2Y1uq/schleuder-api-daemon-reachable-artifacts', '/tmp/autopkgtest.K2Y1uq/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 183s autopkgtest: DBG: testbed command exited with code 0 183s autopkgtest [09:27:56]: test upstream-tests: preparing testbed 183s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['curl', 'gem2deb-test-runner', 'schleuder', 'debhelper-compat (= 13)', 'gem2deb', 'procps', 'rake', 'ruby-activerecord', 'ruby-bcrypt', 'ruby-charlock-holmes', 'ruby-database-cleaner', 'ruby-factory-bot', 'ruby-gpgme', 'ruby-mail', 'ruby-rack-test', 'ruby-rspec', 'ruby-sinatra', 'ruby-sinatra-contrib', 'ruby-sqlite3', 'ruby-thor', 'ruby-typhoeus', 'thin', 'build-essential'], deps_new=['curl', 'gem2deb-test-runner', 'schleuder', 'debhelper-compat (= 13)', 'gem2deb', 'procps', 'rake', 'ruby-activerecord', 'ruby-bcrypt', 'ruby-charlock-holmes', 'ruby-database-cleaner', 'ruby-factory-bot', 'ruby-gpgme', 'ruby-mail', 'ruby-rack-test', 'ruby-rspec', 'ruby-sinatra', 'ruby-sinatra-contrib', 'ruby-sqlite3', 'ruby-thor', 'ruby-typhoeus', 'thin', 'build-essential'] 183s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 183s autopkgtest: DBG: install_deps: deps_new=['curl', 'gem2deb-test-runner', 'schleuder', 'debhelper-compat (= 13)', 'gem2deb', 'procps', 'rake', 'ruby-activerecord', 'ruby-bcrypt', 'ruby-charlock-holmes', 'ruby-database-cleaner', 'ruby-factory-bot', 'ruby-gpgme', 'ruby-mail', 'ruby-rack-test', 'ruby-rspec', 'ruby-sinatra', 'ruby-sinatra-contrib', 'ruby-sqlite3', 'ruby-thor', 'ruby-typhoeus', 'thin', 'build-essential'] 183s autopkgtest: DBG: install-deps: satisfying curl, gem2deb-test-runner, schleuder, debhelper-compat (= 13), gem2deb, procps, rake, ruby-activerecord, ruby-bcrypt, ruby-charlock-holmes, ruby-database-cleaner, ruby-factory-bot, ruby-gpgme, ruby-mail, ruby-rack-test, ruby-rspec, ruby-sinatra, ruby-sinatra-contrib, ruby-sqlite3, ruby-thor, ruby-typhoeus, thin, build-essential 183s autopkgtest: DBG: can use apt-get on testbed: True 183s 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', 'curl, gem2deb-test-runner, schleuder, debhelper-compat (= 13), gem2deb, procps, rake, ruby-activerecord, ruby-bcrypt, ruby-charlock-holmes, ruby-database-cleaner, ruby-factory-bot, ruby-gpgme, ruby-mail, ruby-rack-test, ruby-rspec, ruby-sinatra, ruby-sinatra-contrib, ruby-sqlite3, ruby-thor, ruby-typhoeus, thin, build-essential'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 183s Reading package lists... 183s Building dependency tree... 183s Reading state information... 183s Starting pkgProblemResolver with broken count: 0 183s Starting 2 pkgProblemResolver with broken count: 0 183s Done 183s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 183s autopkgtest: DBG: testbed command exited with code 0 183s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'schleuder'], kind short, sout pipe, serr pipe, env [] 183s autopkgtest: DBG: testbed command exited with code 0 183s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.K2Y1uq/upstream-tests-packages.all"], kind short, sout raw, serr pipe, env [] 184s autopkgtest: DBG: testbed command exited with code 0 184s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.K2Y1uq/upstream-tests-packages.all /tmp/autopkgtest-work.yz19htla/out/upstream-tests-packages.all 184s autopkgtest: DBG: got reply from testbed: ok 184s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.K2Y1uq/build.s4E/src'], kind short, sout raw, serr raw, env [] 184s autopkgtest: DBG: testbed command exited with code 0 184s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.K2Y1uq/build.s4E/src already exists 184s autopkgtest [09:27:57]: test upstream-tests: [----------------------- 184s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'root', '-c', 'set -e; exec /tmp/autopkgtest.K2Y1uq/wrapper.sh --debug --artifacts=/tmp/autopkgtest.K2Y1uq/upstream-tests-artifacts --chdir=/tmp/autopkgtest.K2Y1uq/build.s4E/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.K2Y1uq/upstream-tests-stderr --stdout=/tmp/autopkgtest.K2Y1uq/upstream-tests-stdout --tmp=/tmp/autopkgtest.K2Y1uq/autopkgtest_tmp --env=AUTOPKGTEST_NORMAL_USER=ubuntu --env=ADT_NORMAL_USER=ubuntu --env=ADT_TEST_TRIGGERS=ruby-sqlite3/1.7.3-1 --make-executable=/tmp/autopkgtest.K2Y1uq/build.s4E/src/debian/tests/upstream-tests -- /tmp/autopkgtest.K2Y1uq/build.s4E/src/debian/tests/upstream-tests'], kind test, sout raw, serr raw, env [] 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.K2Y1uq/upstream-tests-artifacts 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: changing to directory: /tmp/autopkgtest.K2Y1uq/build.s4E/src 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: LANG=C.UTF-8 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LANGUAGE 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_ADDRESS 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_ALL 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_COLLATE 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_CTYPE 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_IDENTIFICATION 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_MEASUREMENT 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_MESSAGES 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_MONETARY 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_NAME 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_NUMERIC 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_PAPER 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_TELEPHONE 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: unsetting environment: LC_TIME 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: pretending to be a login shell 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: will write standard error to /tmp/autopkgtest.K2Y1uq/upstream-tests-stderr 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: will write stdout to /tmp/autopkgtest.K2Y1uq/upstream-tests-stdout 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.K2Y1uq/autopkgtest_tmp 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: AUTOPKGTEST_NORMAL_USER=ubuntu 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: ADT_NORMAL_USER=ubuntu 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=ruby-sqlite3/1.7.3-1 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: marking as executable: /tmp/autopkgtest.K2Y1uq/build.s4E/src/debian/tests/upstream-tests 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: command to run: /tmp/autopkgtest.K2Y1uq/build.s4E/src/debian/tests/upstream-tests 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: copying /tmp/tmp.yRod7455FZ/out to stdout and file: /tmp/autopkgtest.K2Y1uq/upstream-tests-stdout 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: copying /tmp/tmp.yRod7455FZ/err to standard error and file: /tmp/autopkgtest.K2Y1uq/upstream-tests-stdout 184s /tmp/autopkgtest.K2Y1uq/wrapper.sh: writing script pid 3566 to /tmp/autopkgtest_script_pid 184s 184s ┌──────────────────────────────────────────────────────────────────────────────┐ 184s │ Checking Rubygems dependency resolution on ruby3.3 │ 184s └──────────────────────────────────────────────────────────────────────────────┘ 184s 184s RUBYLIB=. GEM_PATH= ruby3.3 -e gem\ \"schleuder\" 184s mv lib ./.gem2deb.lib 184s /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1477:in `rescue in block in activate_dependencies': Could not find 'sqlite3' (~> 1.6.0) among 135 total gem(s) (Gem::MissingSpecError) 184s Checked in 'GEM_PATH=/root/.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/schleuder-5.0.0.gemspec, execute `gem env` for more information 184s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1474:in `block in activate_dependencies' 184s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1463:in `each' 184s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1463:in `activate_dependencies' 184s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1445:in `activate' 184s from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_gem.rb:63:in `block in gem' 184s from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_gem.rb:63:in `synchronize' 184s from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_gem.rb:63:in `gem' 184s from -e:1:in `
' 184s /usr/lib/ruby/vendor_ruby/rubygems/dependency.rb:317:in `to_specs': Could not find 'sqlite3' (~> 1.6.0) - did find: [sqlite3-1.7.3] (Gem::MissingSpecVersionError) 184s Checked in 'GEM_PATH=/root/.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 184s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1475:in `block in activate_dependencies' 184s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1463:in `each' 184s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1463:in `activate_dependencies' 184s from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1445:in `activate' 184s from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_gem.rb:63:in `block in gem' 184s from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_gem.rb:63:in `synchronize' 184s from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_gem.rb:63:in `gem' 184s from -e:1:in `
' 184s mv ./.gem2deb.lib lib 184s abbrev (default: 0.1.2) 184s activemodel (6.1.7.3) 184s activerecord (6.1.7.3) 184s activesupport (6.1.7.3) 184s base64 (0.2.0) 184s bcrypt (3.1.20) 184s benchmark (default: 0.3.0) 184s bigdecimal (default: 3.1.5) 184s bundler (default: 2.5.22) 184s cgi (default: 0.4.1) 184s charlock_holmes (0.7.9) 184s concurrent-ruby (1.3.4) 184s concurrent-ruby-edge (0.7.1) 184s csv (default: 3.2.8) 184s daemons (1.4.1) 184s database_cleaner (1.7.0) 184s date (default: 3.3.4) 184s debug (1.9.2) 184s delegate (default: 0.3.1) 184s did_you_mean (1.6.3) 184s diff-lcs (1.5.1) 184s digest (default: 3.1.1) 184s drb (default: 2.2.0) 184s english (default: 0.8.0) 184s erb (default: 4.0.3) 184s error_highlight (default: 0.6.0) 184s etc (default: 1.4.3) 184s ethon (0.16.0) 184s eventmachine (1.3.0.dev.1) 184s factory_bot (6.4.2) 184s fcntl (default: 1.1.0) 184s ffi (1.17.0) 184s fiddle (default: 1.1.2) 184s fileutils (default: 1.7.2) 184s find (default: 0.2.0) 184s forwardable (default: 1.3.3) 184s getoptlong (default: 0.2.1) 184s gpgme (2.0.23) 184s i18n (1.14.5) 184s io-console (default: 0.7.1) 184s io-nonblock (default: 0.3.0) 184s io-wait (default: 0.3.1) 184s ipaddr (default: 1.2.6) 184s irb (default: 1.13.1) 184s json (default: 2.7.2) 184s logger (default: 1.6.0) 184s mail (2.8.1) 184s matrix (0.4.2) 184s mime-types (3.6.0) 184s mime-types-data (3.2024.0206) 184s mini_mime (1.1.5) 184s mini_portile2 (2.8.7) 184s minitest (5.22.3, 5.20.0) 184s multi_json (1.14.1) 184s mustermann (3.0.0) 184s mutex_m (default: 0.2.0) 184s net-ftp (0.3.4) 184s net-http (default: 0.4.1) 184s net-imap (0.4.9.1) 184s net-pop (0.1.2) 184s net-protocol (default: 0.2.2) 184s net-smtp (0.4.0.1) 184s net-telnet (0.2.0) 184s nkf (default: 0.1.3) 184s observer (default: 0.1.2) 184s open-uri (default: 0.4.1) 184s open3 (default: 0.2.1) 184s openssl (default: 3.2.0) 184s optparse (default: 0.4.0) 184s ostruct (default: 0.6.0) 184s pathname (default: 0.3.0) 184s power_assert (2.0.3) 184s pp (default: 0.5.0) 184s prettyprint (default: 0.2.0) 184s prime (0.1.2) 184s prism (default: 0.19.0) 184s pstore (default: 0.1.3) 184s psych (default: 5.1.2) 184s racc (1.7.3) 184s rack (2.2.7) 184s rack-protection (3.2.0) 184s rack-test (2.2.0) 184s rake (13.2.1, 13.1.0) 184s rbs (3.4.0) 184s rdoc (default: 6.6.3.1) 184s readline (default: 0.0.4) 184s reline (default: 0.5.10) 184s resolv (default: 0.3.0) 184s resolv-replace (default: 0.1.1) 184s rexml (3.3.9) 184s rinda (default: 0.2.0) 184s rspec (3.13.0) 184s rspec-core (3.13.0) 184s rspec-expectations (3.13.0) 184s rspec-mocks (3.13.0) 184s rspec-support (3.13.1) 184s rss (0.3.1) 184s ruby2_keywords (0.0.5) 184s rubygems-update (3.4.20) 184s schleuder (5.0.0) 184s sdbm (1.0.0) 184s securerandom (default: 0.3.1) 184s set (default: 1.1.0) 184s shellwords (default: 0.2.0) 184s sinatra (3.2.0) 184s sinatra-contrib (3.2.0) 184s singleton (default: 0.2.0) 184s sqlite3 (1.7.3) 184s stringio (default: 3.1.1) 184s strscan (default: 3.0.9) 184s syntax_suggest (default: 2.0.1) 184s syslog (default: 0.1.2) 184s tempfile (default: 0.2.1) 184s test-unit (3.6.2, 3.6.1) 184s thin (1.8.2) 184s thor (1.3.2) 184s tilt (2.0.11) 184s time (default: 0.3.0) 184s timeout (default: 0.4.1) 184s tmpdir (default: 0.2.0) 184s tsort (default: 0.2.0) 184s typeprof (0.21.9) 184s typhoeus (1.4.0) 184s tzinfo (2.0.6) 184s un (default: 0.3.0) 184s uri (default: 0.13.1) 184s weakref (default: 0.1.3) 184s webrick (1.8.1) 184s xmlrpc (0.3.3) 184s yaml (default: 0.3.0) 184s zeitwerk (2.6.8) 184s zlib (default: 3.1.1) 184s 184s ┌──────────────────────────────────────────────────────────────────────────────┐ 184s │ Run tests for ruby3.3 from debian/ruby-tests.rake │ 184s └──────────────────────────────────────────────────────────────────────────────┘ 184s 184s RUBYLIB=. GEM_PATH= ruby3.3 -S rake --rakelibdir /gem2deb-nonexistent -f debian/ruby-tests.rake 184s mv lib ./.gem2deb.lib 186s /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 --format documentation 187s 187s Randomized with seed 26389 187s 187s Schleuder::KeywordHandlers::Base 187s stores mail, list and arguments as instance variables 187s provides methods to register keywords 187s 187s Schleuder::Conf 187s reads ERB code in config files 187s 187s cli 187s #commands 188s exits with a status code of 1 in case the command is not implemented 188s #check_keys 188s warns about file system permissions if it was run as root 188s #refresh_keys 196s Warning: this process was run as root -- please make sure that all files in `/tmp/schleuder-1b00651b7e8edc0e0a6d2c3b6bf7ec47` and `/tmp/schleuder-1b00651b7e8edc0e0a6d2c3b6bf7ec47/test.sqlite3` have correct file system permissions for the user that is running both, schleuder from the MTA and `schleuder-api-daemon`. 196s updates keys from the keyserver for only a specific list 198s warns about file system permissions if it was run as root 202s Warning: this process was run as root -- please make sure that all files in `/tmp/schleuder-1b00651b7e8edc0e0a6d2c3b6bf7ec47` and `/tmp/schleuder-1b00651b7e8edc0e0a6d2c3b6bf7ec47/test.sqlite3` have correct file system permissions for the user that is running both, schleuder from the MTA and `schleuder-api-daemon`. 202s reports errors from refreshing keys 209s Warning: this process was run as root -- please make sure that all files in `/tmp/schleuder-1b00651b7e8edc0e0a6d2c3b6bf7ec47` and `/tmp/schleuder-1b00651b7e8edc0e0a6d2c3b6bf7ec47/test.sqlite3` have correct file system permissions for the user that is running both, schleuder from the MTA and `schleuder-api-daemon`. 209s updates keys from the keyserver 209s 209s Errors 209s ::TooManyKeys shows sensible string in response to to_s() 209s ::MessageTooBig shows sensible string in response to to_s() 209s ::MessageEmpty shows sensible string in response to to_s() 209s ::ListdirProblem shows sensible string in response to to_s() 209s ::MessageUnencrypted shows sensible string in response to to_s() 209s ::MessageUnsigned shows sensible string in response to to_s() 209s ::MessageSenderNotSubscribed shows sensible string in response to to_s() 209s ::KeyGenerationFailed shows sensible string in response to to_s() 209s ::MessageUnauthenticated shows sensible string in response to to_s() 209s ::MessageNotFromAdmin shows sensible string in response to to_s() 209s ::LoadingListSettingsFailed shows sensible string in response to to_s() 209s ::DecryptionFailed shows sensible string in response to to_s() 209s ::KeyAdduidFailed shows sensible string in response to to_s() 209s ::ListNotFound shows sensible string in response to to_s() 209s ::KeywordAdminOnly shows sensible string in response to to_s() 209s 209s lists via api 209s shows a list 209s correctly finds a list by email-address that starts with a number 209s creates a list 209s 209s someone sends an email to a listname-dash-address 209s forwards the message to the admins if extension is -bounce and it's a real bounce mail 209s forwards the message to the admins if extension is -bounce 209s sends the list's key as reply to -sendkey 209s forwards the message to the admins if extension is -owner 209s 209s version 209s does not return the current schleuder version if not authorized 209s returns the current schleuder version if authorized 209s 209s a bounce message is received 210s from bounce example 210s 210s Schleuder::KeywordHandlers::SignThis 211s signs attachment (even if a body is present) 211s responds to the configured keyword method 211s signs body content if no attachments are present 211s 211s Schleuder::Runner 211s after keyword parsing 211s falling back works also with non-ascii content 211s falls back to default charset per RFC if none is set 211s #run 211s does not throw an error on emails that contain other gpg keywords 212s does not throw an error on emails with an attached pgp key as application/octet-stream 212s does not throw an error on emails with broken utf-8 212s delivers a signed error message if a subscription's key is expired on a encrypted-only list 212s injects pseudoheaders appropriately into a signed multipart/alternative-message (thunderbird+enigmail-1.9) 212s does not throw an error on encrypted but unsigned emails that contain a forwarded encrypted email 212s does not throw an error on emails with large first mime-part 213s delivers a signed error message if a subscription's key is not available on a encrypted-only list 213s injects pseudoheaders appropriately into an unsigned thunderbird-multipart/alternative-message 213s with bounces_drop_all set to true 213s notifies admins about bounces when bounces_notify_admins is set to true 213s drops all bounces when bounces_notify_admins is set to false 213s with bounces_drop_all set to false 213s bounces and notifies admins about bounces when bounces_notify_admins is set to true 213s bounces and does not notify admins if bounces_notify_admins is set to false 213s mails not encrypted to the list key 213s handles a mail which was encrypted to a passphrase and returns DecryptionFailed error 213s handles a mail which was encrypted to an absent key and returns DecryptionFailed error 213s handles a mail containing PGP-garbage and returns DecryptionFailed error 213s Quoted-Printable encoding 213s is handled properly in encrypted emails 213s is handled properly in cleartext emails 214s is handled properly in encrypted+signed emails 214s with a plain text message 214s does not deliver content if send_encrypted_only is set to true 214s does keep the Message-Id as configured 214s contains the specified pseudoheaders in the correct order 214s contains the open pgp header if include_openpgp_header is set to true 214s delivers the incoming message 214s does not include the public_footer 214s has the correct headerlines 214s contains the list headers if include_list_headers is set to true 215s doesn't have unwanted headerlines from the original message 215s includes the internal_footer 215s does not contain the Autocrypt header if include_autocrypt_header is set to false 215s doesn't leak the Message-Id as configured 215s contains the Autocrypt header if include_autocrypt_header is set to true 215s 215s running filters 215s .key_auto_import_from_attachments 215s successfully validates a signature, whose previously unknown key is attached 215s successfully validates a signature, whose previously unknown key is attached, from an encrypted+signed message 215s .fix_exchange_messages! 217s accepts a valid plain-text message 218s accepts an invalid pgp/mime Exchange message 218s .strip_html_from_alternative! 219s strips HTML-part from multipart/alternative-message that contains ascii-armored PGP-data 220s does NOT strip HTML-part from multipart/alternative-message that does NOT contain ascii-armored PGP-data 220s .max_message_size 221s bounces to big mails 221s .key_auto_import_from_autocrypt_header 221s successfully validates a signature, whose previously unknown key is in the autocrypt-header 221s 221s user sends an encrypted message 222s from thunderbird being encrypted-mime 223s from thunderbird being encrypted+signed-inline 225s from thunderbird being encrypted-inline 226s from thunderbird being encrypted+signed-mime 226s 226s Schleuder::Filters 226s .strip_html_from_alternative_if_keywords_present 226s does not choke on nor change a message without Content-Type-header 226s strips HTML-part from multipart/alternative-message that contains keywords 226s strips related-part from encapsulated multipart/alternative-part that contains keywords 226s does NOT strip HTML-part from multipart/alternative-message that does NOT contain keywords 226s .receive_from_subscribed_emailaddresses_only 226s does not reject a message with a non-subscribed address as From-header if list.receive_from_subscribed_emailaddresses_only is not set 226s does not reject a message with a subscribed address as From-header if list.receive_from_subscribed_emailaddresses_only is set 226s rejects a message with a non-subscribed address as From-header if list.receive_from_subscribed_emailaddresses_only is set 226s does not reject a message with a subscribed address as From-header with different letter case if list.receive_from_subscribed_emailaddresses_only is set 226s .strip_html_from_alternative 226s strips HTML-part from multipart/alternative-message that contains ascii-armored PGP-data 226s does not choke on nor change a message without Content-Type-header 226s does NOT strip HTML-part from multipart/alternative-message that does NOT contain ascii-armored PGP-data 226s .fix_exchange_messages 226s fixes pgp/mime-messages that were mangled by Exchange 226s works with a text/plain message 226s .key_auto_import_from_autocrypt_header 226s only imports the one key that matches the sender address if keydata contains more than one key 226s does not import key if sender address does not match key UID, regardless of Autocrypt addr attribute 226s imports key and reports new key 226s imports key and reports no change 227s imports key and reports the change 227s .key_auto_import_from_attachments 227s imports key and reports new key 227s imports key and reports the change 227s imports key and reports no change 227s does not import key if sender address does not match key UID 227s only imports the one key that matches the sender address if keydata contains more than one key 227s does not import key if attachment has a different content-type than "application/pgp-keys" 227s 227s keys via api 227s a key with broken utf8 in uid 227s does add key 227s already imported 227s does delete key 227s does list this key 227s does get key 227s delete 227s does delete keys with authentication 227s doesn't delete keys without authentication 227s export 227s doesn't export keys without authentication 227s does list keys with authentication 227s check 227s doesn't check keys without authentication 227s does check keys with authorization 227s list 227s does list keys with authentication 227s doesn't list keys without authentication 227s import 227s returns json with empty array in case of useless input 227s doesn't import keys without authentication 227s returns json with key details about imported keys 227s does list keys with authentication 227s 227s Mail::Message 227s does not misclassify normal message spec/fixtures/mails/not_bounces/Bug_948982-_marked_as_pending_in_schleuder.eml as bounce 227s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_01.txt.eml as normal message 227s does not misclassify normal message spec/fixtures/mails/not_bounces/Bug_948981-_marked_as_pending_in_schleuder.eml as bounce 227s does not misclassify bounce spec/fixtures/mails/bounces/tt_1234211929.txt.eml as normal message 227s recognizes bounce message subject using the bounce_email gem 227s recognizes a sudo message with 'Auto-Submitted'-header NOT as automated message 227s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_19.txt.eml as normal message 227s doesn't change the order of mime-parts 227s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_14.txt.eml as normal message 227s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_10.txt.eml as normal message 227s does not misclassify bounce spec/fixtures/mails/bounces/tt_1234211931.txt.eml as normal message 227s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_25.txt.eml as normal message 227s does not misclassify bounce spec/fixtures/mails/bounces/tt_1234241665.txt.eml as normal message 227s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_12_soft.txt.eml as normal message 227s does not misclassify normal message spec/fixtures/mails/not_bounces/Bug_948980-_marked_as_pending_in_schleuder.eml as bounce 227s does not misclassify bounce spec/fixtures/mails/bounces/tt_1234211357.txt.eml as normal message 227s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_17.txt.eml as normal message 228s does not misclassify normal message spec/fixtures/mails/not_bounces/tt_1234210666.txt.eml as bounce 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_21.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_1234285668.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_1234285532.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_1234211932.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_13.txt.eml as normal message 228s adds list#public_footer as last mime-part without changing its value 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_05.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_1234177688.txt.eml as normal message 228s recognizes a message sent to listname-bounce@hostname as automated message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_11.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_20.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_15.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_04.txt.eml as normal message 228s verifies an encapsulated (signed-then-encrypted) message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_22.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_02.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/malformed_bounce_01.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_1234175799.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_23.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_06.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_07.txt.eml as normal message 228s does not misclassify normal message spec/fixtures/mails/not_bounces/tt_1234241664.txt.eml as bounce 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_24.txt.eml as normal message 228s recognizes a Jenkins message with 'Auto-Submitted'-header NOT as automated message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_09.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_18.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_08.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_03.txt.eml as normal message 228s adds list#internal_footer as last mime-part without changing its value 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_bounce_16.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/tt_1234210655.txt.eml as normal message 228s does not misclassify bounce spec/fixtures/mails/bounces/unknown_code_bounce_01.txt.eml as normal message 228s does not misclassify normal message spec/fixtures/mails/not_bounces/tt_1234211024.txt.eml as bounce 228s recognizes a cron message with 'Auto-Submitted'-header NOT as automated message 228s does not misclassify bounce spec/fixtures/mails/bounces/undeliverable_gmail.txt.eml as normal message 228s .keywords 228s stops looking for keywords when the first line is already email content 228s ignores empty lines before keywords 228s reads multiple lines as keyword arguments 228s stops looking for keywords when already the first line is blank followed by email content 228s takes the whole rest of the body as keyword argument if blank lines are present 228s stops looking for keywords when a blank line that is not followed by another keyword is met 228s drops empty lines in keyword arguments parsing 228s splits lines into words and downcases them in keyword arguments 228s drops multiple empty lines between keywords and content 228s #add_subject_prefix! 228s adds a configured subject prefix without subject 228s does not add a subject prefix if already present 228s adds a configured subject prefix 228s makes a pseudo header 228s that multiline are getting wrapped 228s that a multiline with less than 76 get wrapped correctly on the first line and the following lines 228s that a line with less than 76 gets wrapped 228s with key / value 228s that a multiline with less than 76 get wrapped correctly on the first line 228s that is getting wrapped 228s that single multiline are getting indented 228s without value 228s with empty value 228s 228s authorization via api 228s allows authorized access 228s allows un-authorized access to /status.json 228s blocks un-authorized access to other URLs 228s 228s Schleuder::ListBuilder 234s subscribes the adminaddress and ignores the adminfingerprint if an adminkey was given 234s returns an error-message if given an invalid email-address with a space 241s creates a list-key with all required UIDs 243s subscribes the adminaddress and respects the given adminfingerprint 243s returns an error-message if given an invalid email-address 247s creates a listdir for the list 252s creates a new, valid list 256s subscribes the adminaddress and imports the adminkey 256s 256s Schleuder::Filters::Runner 256s is expected to respond to #run 256s #run 256s stops on a StandardError and returns error even with bounces_drop_all 256s stops on a StandardError and returns error 256s stops on a StandardError and returns error even on headers match 256s runs the filters 256s loading filters 256s loads custom filters from filters_dir and sorts them in, ignores filter not following convention 256s loads custom filters from filters_dir and sorts them in with missing dir 256s loads custom filters from filters_dir even with non-2-digit priority 256s loads filters from built-in filters_dir sorts them 256s 256s Schleuder::KeyFetcher 256s #fetch 256s reports an error from trying to import non-key-material 256s reports an error if both, vks_keyserver and sks_keyserver, are blank 256s fetches one key from a good URL 256s fetches one key by email from SKS if vks_keyserver is blank 256s reports the returned body content when receiving an unexpected HTTP status from the server 256s fetches one key by email from VKS if vks_keyserver is set 256s reports an error from trying to fetch an URL that doesn't exist 256s fetches one key by fingerprint from VKS if vks_keyserver is set 256s fetches one key by fingerprint from SKS if vks_keyserver is blank 256s 256s GPGME::Ctx 256s #find_keys with bracketed email-address 256s #normalize_key_identifier with un-prefixed fingerprint 256s #find_keys with un-bracketed wrong email-address 256s #find_keys with un-marked sub-string 256s #gpgcli returns correct data types 256s #normalize_key_identifier with some string 256s #find_keys with bracketed wrong email-address 256s #find_keys with un-bracketed email-address 256s #keyimport with unusable data 256s #find_keys with correctly marked narrower sub-string 256s #normalize_key_identifier with URL 256s #normalize_key_identifier with bracketed email-address 256s #find_keys with correctly marked sub-string 256s #find_keys with prefixed fingerprint 256s #keyimport 256s #find_keys without argument 256s #normalize_key_identifier with un-bracketed email-address 256s #normalize_key_identifier with prefixed fingerprint 256s #find_keys with un-prefixed fingerprint 256s 256s user sends keyword 257s x-resend-cc-encrypted-only with matching key 257s x-unset-fingerprint with own email-address as admin and force 258s x-set-fingerprint with not-subscribed email-address and valid fingerprint 258s x-unsubscribe 258s x-fetch-key with email address 258s x-subscribe with attributes (first one 'false') and spaces-separated fingerprint 259s x-fetch-key with fingerprint 259s x-list-subscriptions without arguments 259s x-get-key with valid argument 260s x-resend-cc-encrypted-only to 2 addresses with matching keys 260s x-set-fingerprint without email-address and with valid fingerprint 260s resend returns an error about wrong arguments if email content got into the arguments due to no blank line 261s x-resend with admin-notification 261s x-resend-cc to 2 addresses with missing keys 262s x-fetch-key with unknown fingerprint 262s x-list-subscriptions with matching argument 262s x-subscribe with one attribute and spaces-separated fingerprint 263s x-resend with invalid recipient 263s x-attach-listkey from Thunderbird with protected headers 263s x-list-subscriptions with non-matching argument 263s x-resend does not include internal_footer 264s x-unsubscribe with invalid argument 264s x-get-version 264s x-resend-encrypted-only with matching key 265s x-set-fingerprint with own email-address and valid, spaces-separated fingerprint 265s x-unset-fingerprint without argument 265s x-fetch-key with unknown email-address 266s x-unset-fingerprint with other email-address as non-admin 266s x-set-fingerprint without argument 266s x-subscribe with attributes 267s x-get-logfile with debug level sends non-empty logfile 267s x-subscribe with attributes and spaces-separated fingerprint 267s x-unsubscribe doesn't unsubscribe last admin 268s x-resend with utf-8 body and umlauts 268s x-set-fingerprint with email-address but without fingerprint 268s x-list-key with arbitrary email-sub-string 269s does not parse keywords once the mail body started 269s x-resend-cc-encrypted-only with expired key 269s x-list-keys with two arguments 270s x-unset-fingerprint with own email-address as admin but without force 270s x-set-fingerprint with email-address but without valid fingerprint 270s x-unset-fingerprint with not-subscribed email-address 271s x-list-subscriptions without arguments but with admin-notification 271s x-set-fingerprint without email-address and with invalid fingerprint 271s x-unset-fingerprint with other email-address as admin 272s x-resend-cc to 2 addresses with one missing keys 272s x-resend-unencrypted with matching key 272s x-resend-encrypted-only with expired key 273s x-resend with admin-notification and admin has delivery disabled 273s x-set-fingerprint with own email-address and valid fingerprint 273s x-sign-this with inline text 274s x-subscribe with invalid arguments 274s x-set-fingerprint with other email-address and valid fingerprint as non-admin 274s x-get-key with empty argument 275s x-subscribe without attributes 275s x-list-keys with one argument 275s x-resend-cc-encrypted-only to 3 addresses with one missing keys 276s x-list-key with correctly prefixed email-sub-string 276s x-resend-cc-encrypted-only to 2 addresses with one missing keys 276s x-subscribe without arguments 277s x-sign-this with attachments 277s x-resend-encrypted-only with two matching keys, one of which is expired 277s x-fetch-key without arguments 278s x-fetch-key with invalid input 278s x-get-key with invalid argument 278s x-fetch-key with fingerprint of unchanged key 279s x-list-key with prefixed fingerprint 279s x-fetch-key with invalid URL 279s x-unsubscribe without argument 279s x-get-logfile with error-level sends empty logfile 280s x-set-fingerprint with other email-address and valid fingerprint 280s x-resend-cc-encrypted-only to 2 addresses with missing keys 280s x-subscribe without attributes, but with spaces-separated fingerprint 281s x-fetch-key with URL 281s x-resend 281s x-get-version with delivery disabled 282s x-resend with iso-8859-1 body 282s x-subscribe with attributes (last one 'true') and spaces-separated fingerprint 282s x-list-keys without arguments 283s x-attach-listkey 283s with broken utf8 in key 283s x-add-key with inline key-material 283s x-list-keys works 284s x-get-key with valid argument 284s 284s GPGME::Key 284s #summary 284s displays the expected attributes for a revoked key 284s displays the expected attributes for a key that's not capable of encryption 284s displays the expected attributes for an expired key 284s displays the expected attributes for an expiring key 284s displays the expected basic attributes 284s #minimal 284s returns a minimal key 284s .valid_fingerprint? 284s valid fingerprints 284s accepts 59C71FB38AEE22E091C78259D0635044 as a valid fingerprint 284s accepts 59C71FB38AEE22E091C78259D06350440F759BD3 as a valid fingerprint 284s accepts 0x59C71FB38AEE22E091C78259D06350440F759BD3 as a valid fingerprint 284s accepts 0x59C71FB38AEE22E091C78259D0635044 as a valid fingerprint 284s invalid fingerprints 284s rejects 59C71FB38AEE22E091C78259D06350440F759BD as an invalid fingerprint 284s rejects Z9C71FB38AEE22E091C78259D06350440F759BD3 as an invalid fingerprint 284s rejects Z9C71FB38AEE22E091C78259D0635044 as an invalid fingerprint 284s rejects 59C71FB38AEE22E091C78259D06350440F759BD3A as an invalid fingerprint 284s rejects Z9C71FB38AEE22E091C78259D0635044 as an invalid fingerprint 284s rejects 0x59C71FB38AEE22E091C78259D06350440F759B as an invalid fingerprint 284s 284s subscription via api 284s subscribes an admin user 284s doesn't subscribe new member without authentication 284s subscribes an admin user with a truthy value 284s unsubscribes members 284s subscribes an user and unsets delivery flag 284s subscribes new member to a list 284s 284s Schleuder::KeywordHandlers::KeyManagement 284s registers keywords 284s .delete_key 284s sends error message if no argument is given 284s deletes no key if the argument does not match 284s deletes multiple keys that each distinctly match one argument 284s deletes a key that distinctly matches the argument 284s returns a string as error message if input message has no content 284s .add_key 284s imports a key from attached quoted-printable binary material 284s imports a key from attached binary material (without specified encoding) 284s rejects garbage 284s imports from attached quoted-printable key-material (as produced by Thunderbird 115) 284s imports a key from attached acsii-armored material 284s imports from an inline mix of ascii-armored key and non-key material 284s ignores body if an ascii-armored attachment is present 284s imports a key from inline ascii-armored material 285s updates a key 285s ignores arguments 285s imports from attached quoted-printable ascii-armored key-material 285s imports from attached quoted-printable binary key-material (as produced by Mutt 2.0.5) 285s imports a key from attached explicitly base64-encoded binary material 285s 285s protected subject 285s is not leaked 285s is included as mime-part in body 285s is included in mime-headers 286s don't block request-messages 286s recognizes keywords in mails with protected headers and empty subject 286s works with mutt protected headers 286s 286s Schleuder::List 286s is invalid if set_reply_to_to_sender is blank 286s is invalid if bounces_notify_admins is blank 286s is invalid if language is jp 286s is expected to respond to #set_reply_to_to_sender 286s is invalid if receive_from_subscribed_emailaddresses_only is nil 286s is valid if headers_to_meta does not contain special characters 286s is invalid if headers_to_meta contains special characters 286s has a valid factory 286s is invalid if openpgp_header_preference is foobar 286s is expected to respond to #openpgp_header_preference 286s is invalid if include_openpgp_header is blank 286s is invalid when fingerprint contains invalid characters 286s is invalid if receive_signed_only is nil 286s is expected to respond to #include_openpgp_header 286s is invalid if set_reply_to_to_sender is nil 286s is expected to respond to #log_level 286s is invalid if logfiles_to_keep is 0 286s is expected to respond to #max_message_size_kb 286s is valid if keywords_admin_only does not contain special characters 286s is invalid if include_list_headers is blank 286s is invalid if receive_from_subscribed_emailaddresses_only is blank 286s is invalid if receive_encrypted_only is nil 286s is expected to respond to #send_encrypted_only 286s is invalid if include_list_headers is nil 286s is expected to respond to #subject_prefix 286s is expected to respond to #language 286s is expected to respond to #bounces_notify_admins 286s is invalid if send_encrypted_only is nil 286s is invalid if munge_from is nil 286s is expected to respond to #keywords_admin_only 286s is valid if subject_prefix is nil 286s is invalid if keywords_admin_only contains special characters 286s is expected to respond to #keywords_admin_notify 286s is expected to respond to #include_list_headers 286s is invalid if public_footer includes a non-printable character 286s is invalid if bounces_drop_all is blank 286s is invalid if subject_prefix contains a linebreak 286s is invalid when email is nil 286s is expected to respond to #receive_signed_only 286s is expected to respond to #subject_prefix_out 286s is invalid if bounces_notify_admins is nil 286s is invalid if munge_from is blank 286s is expected to respond to #email 286s is expected to respond to #bounces_drop_all 286s is invalid if receive_authenticated_only is blank 286s is expected to respond to #key_auto_import_from_email 286s is expected to respond to #bounces_drop_on_headers 286s is invalid if include_list_headers is blank 286s is expected to respond to #fingerprint 286s is invalid if keep_msgid is nil 286s is invalid if forward_all_incoming_to_admins is nil 286s is invalid if deliver_selfsent is blank 286s is invalid if send_encrypted_only is blank 286s is invalid if include_list_headers is nil 286s is valid if subject_prefix_out is nil 286s is invalid if include_openpgp_header is nil 286s is invalid if keywords_admin_notify contains special characters 286s is invalid if bounces_drop_on_headers contains special characters 286s is expected to respond to #subject_prefix_in 286s is invalid when fingerprint is nil 286s is expected to respond to #deliver_selfsent 286s is invalid when fingerprint is blank 286s is expected to respond to #internal_footer 286s is invalid if keep_msgid is blank 286s is expected to respond to #receive_admin_only 286s is invalid if receive_encrypted_only is blank 286s is expected to respond to #munge_from 286s is expected to respond to #receive_encrypted_only 286s is invalid if receive_admin_only is nil 286s is invalid if receive_admin_only is blank 286s is invalid if max_message_size_kb is 0 286s is expected to respond to #subscriptions 286s is invalid if bounces_drop_all is nil 286s is invalid if forward_all_incoming_to_admins is blank 286s is invalid if deliver_selfsent is nil 286s is invalid if internal_footer includes a non-printable character 286s is expected to respond to #forward_all_incoming_to_admins 286s exports the key with the given fingerprint 286s is invalid when email is blank 286s is expected to respond to #public_footer 286s is invalid if subject_prefix_out contains a linebreak 286s is expected to respond to #receive_from_subscribed_emailaddresses_only 286s is valid if subject_prefix_in is nil 286s is valid if keywords_admin_notify does not contain special characters 286s is expected to respond to #logfiles_to_keep 286s is expected to respond to #receive_authenticated_only 286s is invalid if receive_signed_only is blank 286s is invalid when email does not contain an @ 286s is expected to respond to #headers_to_meta 286s is expected to respond to #keep_msgid 286s is invalid if subject_prefix_in contains a linebreak 286s is invalid when email contains a space 286s is invalid if receive_authenticated_only is nil 286s is invalid if log_level is foobar 286s #logger 286s calls the ListLogger 286s #import_key 287s imports a given key 287s #delete_key 287s deletes the key with the given fingerprint 287s returns false if no key with the fingerprint was found 287s #export_key 287s exports the key with the fingerprint of the list if no argument is given 287s #owner_address 287s adds the owner keyword to the email address 287s #request_address 287s adds the request keyword to the email address 287s #admins 287s returns subscriptions of admin users 287s #gpg 287s sets the GNUPGHOME environment variable to the listdir 287s returns an instance of GPGME::Ctx 287s #keys 287s it returns an array with the keys of the list 287s returns an array of keys matching the given fingerprint 287s returns an array with the keys matching the given email address 287s returns an array with the keys matching the given bracketed email address 287s #to_s 287s returns the email 287s #logfile 287s returns the logfile path 287s send_list_key_to_subscriptions 287s sends its key to all subscriptions 287s #refresh_keys 293s reports errors from refreshing keys 303s updates keys from the keyserver 312s does not import non-self-signatures 312s #key_minimal_base64_encoded 312s does not return the key with the fingerprint in an Autocrypt-compatible format if the argument given does not correspond to a key 312s returns the key with the fingerprint of the list if no argument is given in an Autocrypt-compatible format 312s #subscribe 312s subscribes and ignores nil-values for admin and delivery_enabled 312s subscribes and does not set the fingerprint from key material containing no keys 312s subscribes and ignores a given fingerprint if key material is given, too 312s subscribes and sets the fingerprint from key material that contains exactly one key 312s subscribes and does not set the fingerprint from key material containing multiple keys 312s #fingerprint 312s transforms the fingerprint to upper case 312s removes whitespaces and 0x from the fingerprint 312s #munge_from 312s sets from to munged version when enabled 313s does not munge from address when disabled 313s is disabled by default 313s #send_to_subscriptions 313s sends the message to all subscribers 313s sends the message to subscribers if deliver_selfsent is set to false 313s sends the message only to subscribers with usable keys if send_encrypted_only is true, and a notification to the other subscribers 314s sends the message only to subscribers with available keys if send_encrypted_only is true, and a notification to the other subscribers 314s sends the message to all subscribers including the sender, if deliver_selfsent is false but the mail is not correctly signed 314s sends the message to all subscribers including the sender, if deliver_selfsent is true and the mail is correctly signed 314s sends the message to all subscribers, in the clear if one's key is unusable, if send_encrypted_only is false 314s sends the message to all subscribers but not the sender, if deliver_selfsent is false and the mail is correctly signed 314s #secret_key 315s returns the secret key with the fingerprint of the list 315s #check_keys 315s adds a message if a key is disabled 315s adds a message if a key is invalid 315s adds a message if a key expires in two weeks or less 315s adds a message if a key is revoked 315s #set_reply_to_to_sender 315s does not set reply_to mail address when disabled 315s is disabled by default 315s prefers reply_to of the sender over from when existing 315s sets reply-to to senders from-address when enabled 315s #fetch_keys 315s fetches one key by fingerprint 315s fetches one key by URL 315s does not import non-self-signatures 316s fetches one key by email address 316s #key 316s returns the key with the fingerprint of the list 316s .by_recipient 316s returns the list for a given address 316s .configurable_attributes 316s does not contain the attributes email and fingerprint 316s returns an array that contains the configurable attributes 316s #bounce_address 316s adds the bounce keyword to the email address 316s #sendkey_address 316s adds the sendkey keyword to the email address 316s 316s user sends emails with different charsets 317s works with japanese_attachment 318s works with thunderbird-multi-alt-html 319s works with simple_jpiso2022 320s works with japanese_shift_jis 321s works with japanese 322s works with ks_c_5601-1987 323s works with simple_latin1 325s works with japanese_iso_2022 326s works with signed_utf8 327s works with japanese_attachment_long_name 328s works with simple_utf8 329s works with simple_jis 329s 329s Schleuder::Subscription 329s removes whitespaces and 0x from the fingerprint 329s downcases all letters of an email address 329s is invalid when list_id is blank 329s is invalid if the given email is already subscribed for the list 329s is invalid if delivery_enabled is nil 329s is expected to respond to #email 329s is invalid when fingerprint contains invalid characters 329s is expected to respond to #admin 329s is invalid if admin is nil 329s formats email address when email begins with a space 329s is valid when fingerprint is nil 329s is expected to respond to #list_id 329s is expected to respond to #fingerprint 329s is invalid if delivery_enabled is blank 329s is invalid if admin is blank 329s is invalid when email is blank 329s is invalid when email is nil 329s is valid when fingerprint is empty 329s is invalid when email does not contain an @ 329s has a valid factory 329s is expected to respond to #delivery_enabled 329s #fingerprint 329s transforms the fingerprint to upper case 329s 329s user sends a plain text message 329s from thunderbird being signed-inline 329s from thunderbird being signed-mime 330s from thunderbird being plain 330s 330s status 330s returns status code 200 330s 330s Schleuder::LoggerNotifications 330s includes a List-Id header in notification mails sent to admins 330s notifies admins of multiple text-messages and the original message 330s notifies admins in the clear if their key is unusable 330s notifies admins of multiple text-messages 330s notifies admins of simple text-message 330s notifies admins encryptedly if their key is usable 330s return path 330s sets superadmin 330s sets default superadmin 330s 330s KeywordHandlersRunner 330s rejects unknown keywords 330s rejects X-LIST-NAME with mismatching argument 330s stores a keyword that was registered 330s loads additional keyword handlers 330s requires X-LIST-NAME 330s does not require mandatory keywords if no keywords are present 330s notifies admins 330s returns an error message if keyword is configured as admin-only 330s 330s Schleuder::Http 330s uses a proxy if one is configured 330s 330s Finished in 2 minutes 23.2 seconds (files took 1.06 seconds to load) 330s 583 examples, 0 failures 330s 330s Randomized with seed 26389 330s 331s mv ./.gem2deb.lib lib 331s /tmp/autopkgtest.K2Y1uq/wrapper.sh: checking for leaked background processes... 331s /tmp/autopkgtest.K2Y1uq/wrapper.sh: waiting for tee/cat subprocesses... 331s /tmp/autopkgtest.K2Y1uq/wrapper.sh: cleaning up... 331s /tmp/autopkgtest.K2Y1uq/wrapper.sh: Exit status: 1 331s autopkgtest: DBG: testbed command exited with code 1 331s autopkgtest [09:30:24]: test upstream-tests: -----------------------] 331s autopkgtest: DBG: testbed executing test finished with exit status 1 331s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.K2Y1uq/upstream-tests-stdout /tmp/autopkgtest-work.yz19htla/out/upstream-tests-stdout 331s autopkgtest: DBG: got reply from testbed: ok 331s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.K2Y1uq/upstream-tests-stderr /tmp/autopkgtest-work.yz19htla/out/upstream-tests-stderr 331s autopkgtest: DBG: got reply from testbed: ok 331s upstream-tests FAIL non-zero exit status 1 331s autopkgtest [09:30:24]: test upstream-tests: - - - - - - - - - - results - - - - - - - - - - 331s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.K2Y1uq/upstream-tests-artifacts/ /tmp/autopkgtest-work.yz19htla/out/artifacts/ 331s autopkgtest: DBG: got reply from testbed: ok 331s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.K2Y1uq/upstream-tests-artifacts', '/tmp/autopkgtest.K2Y1uq/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 332s autopkgtest: DBG: testbed command exited with code 0 332s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 332s autopkgtest [09:30:25]: @@@@@@@@@@@@@@@@@@@@ summary 332s schleuder-api-daemon-reachable FAIL non-zero exit status 1 332s upstream-tests FAIL non-zero exit status 1 332s autopkgtest: DBG: testbed stop 332s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.K2Y1uq 332s autopkgtest: DBG: sending command to testbed: close 349s autopkgtest: DBG: got reply from testbed: ok 349s autopkgtest: DBG: sending command to testbed: quit 349s nova [W] Using flock in prodstack6-s390x 349s flock: timeout while waiting to get lock 349s Creating nova instance adt-plucky-s390x-schleuder-20250214-092453-juju-7f2275-prod-proposed-migration-environment-15-a6dce476-7cb3-4aae-9064-b5b14814958d from image adt/ubuntu-plucky-s390x-server-20250213.img (UUID 057aaba1-21b0-489a-b323-9b18d35318a7)... 349s nova [W] Timed out waiting for 72798826-9c03-4b37-8184-474aed637943 to get deleted.