0s autopkgtest: DBG: testbed init 0s autopkgtest [05:12:30]: starting date and time: 2025-02-04 05:12:30+0000 0s autopkgtest [05:12:30]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [05:12:30]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.8s8j0spd/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:r-cran-testthat --apt-upgrade r-cran-qvcalc --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=r-cran-testthat/3.2.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-19.secgroup --name adt-plucky-s390x-r-cran-qvcalc-20250204-051230-juju-7f2275-prod-proposed-migration-environment-15-5ee534c1-d44b-4de7-96f2-c39bc5815e84 --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/ 1s autopkgtest: DBG: got reply from testbed: ok 1s autopkgtest: DBG: testbed open, scratch=None 1s autopkgtest: DBG: sending command to testbed: open 95s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.9ll82a 95s autopkgtest: DBG: sending command to testbed: print-execute-command 95s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.8o82hqbx/runcmd 95s autopkgtest: DBG: sending command to testbed: capabilities 95s autopkgtest: DBG: got reply from testbed: ok isolation-machine revert-full-system suggested-normal-user=ubuntu revert reboot root-on-testbed 95s autopkgtest: DBG: testbed capabilities: ['isolation-machine', 'revert-full-system', 'suggested-normal-user=ubuntu', 'revert', 'reboot', 'root-on-testbed', 'has_internet'] 95s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.9ll82a'], kind short, sout raw, serr pipe, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.9ll82a/wrapper.sh 95s autopkgtest: DBG: got reply from testbed: ok 95s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.9ll82a/wrapper.sh'], kind short, sout raw, serr pipe, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest [05:14:06]: testbed dpkg architecture: s390x 96s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest [05:14:06]: testbed apt version: 2.9.18 96s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest: DBG: testbed has eatmydata 96s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest [05:14:06]: @@@@@@@@@@@@@@@@@@@@ test bed setup 96s 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 [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest [05:14:06]: testbed release detected to be: None 96s 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 [] 97s autopkgtest: DBG: testbed command exited with code 0 97s 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 [] 97s autopkgtest: DBG: testbed command exited with code 0 97s autopkgtest: DBG: adding APT source: Types: deb deb-src 97s URIs: http://ftpmaster.internal/ubuntu/ 97s Suites: plucky-proposed 97s Components: main restricted universe multiverse 97s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 97s 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 [] 97s autopkgtest: DBG: testbed command exited with code 0 97s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 97s Package: * 97s Pin: release plucky-proposed 97s Pin-Priority: 500 97s 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 [] 97s autopkgtest: DBG: testbed command exited with code 0 97s autopkgtest [05:14:07]: updating testbed package index (apt update) 97s 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'] 97s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 98s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 98s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 98s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 98s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [81.7 kB] 98s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [906 kB] 98s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.8 kB] 99s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [113 kB] 99s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [798 kB] 99s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3348 B] 99s Fetched 2027 kB in 2s (1165 kB/s) 100s Reading package lists... 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 100s Package: * 100s Pin: release plucky-proposed 100s Pin-Priority: 100 100s 100s Package: src:r-cran-testthat:any 100s Pin: release plucky-proposed 100s Pin-Priority: 995 100s 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:r-cran-testthat:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 100s autopkgtest: DBG: testbed command exited with code 0 100s 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.9ll82a/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 100s autopkgtest: DBG: testbed command exited with code 0 100s 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'] 100s + lsb_release --codename --short 100s + RELEASE=plucky 100s + cat 100s + [ plucky != trusty ] 100s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 100s Reading package lists... 100s Building dependency tree... 100s Reading state information... 100s Calculating upgrade... 101s The following packages were automatically installed and are no longer required: 101s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 101s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 101s linux-tools-6.11.0-8-generic 101s Use 'sudo apt autoremove' to remove them. 101s The following packages will be upgraded: 101s wireless-regdb 101s 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 101s Need to get 7214 B of archives. 101s After this operation, 0 B of additional disk space will be used. 101s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x wireless-regdb all 2024.10.07-0ubuntu1 [7214 B] 101s Fetched 7214 B in 0s (51.6 kB/s) 101s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80938 files and directories currently installed.) 101s Preparing to unpack .../wireless-regdb_2024.10.07-0ubuntu1_all.deb ... 101s Unpacking wireless-regdb (2024.10.07-0ubuntu1) over (2024.07.04-0ubuntu1) ... 101s Setting up wireless-regdb (2024.10.07-0ubuntu1) ... 101s Processing triggers for man-db (2.13.0-1) ... 101s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 101s + /usr/lib/apt/apt-helper analyze-pattern ?true 101s + uname -r 101s + sed s/\./\\./g 101s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 101s + apt list ?obsolete 101s + tail -n+2 101s + cut -d/ -f1 101s + grep -v ^linux-.*6\.12\.0-12-generic.* 102s + true 102s + obsolete_pkgs= 102s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 102s Reading package lists... 102s Building dependency tree... 102s Reading state information... 102s The following packages will be REMOVED: 102s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 102s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 102s linux-tools-6.11.0-8-generic* 102s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 102s After this operation, 143 MB disk space will be freed. 102s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80938 files and directories currently installed.) 102s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 102s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 103s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 103s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 103s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 103s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 56531 files and directories currently installed.) 103s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 103s + grep -q trusty /etc/lsb-release 103s + [ ! -d /usr/share/doc/unattended-upgrades ] 103s + [ ! -d /usr/share/doc/lxd ] 103s + [ ! -d /usr/share/doc/lxd-client ] 103s + [ ! -d /usr/share/doc/snapd ] 103s + type iptables 103s + cat 103s + chmod 755 /etc/rc.local 103s + . /etc/rc.local 103s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 103s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 103s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 103s + uname -m 103s + [ s390x = ppc64le ] 103s + [ -d /run/systemd/system ] 103s + systemd-detect-virt --quiet --vm 103s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 103s + cat 103s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 103s + echo COMPRESS=lz4 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [05:14:13]: upgrading testbed (apt dist-upgrade and autopurge) 103s 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'] 103s Reading package lists... 103s Building dependency tree... 103s Reading state information... 104s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 104s Starting 2 pkgProblemResolver with broken count: 0 104s Done 104s Entering ResolveByKeep 104s 104s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 104s Reading package lists... 104s Building dependency tree... 104s Reading state information... 104s Starting pkgProblemResolver with broken count: 0 104s Starting 2 pkgProblemResolver with broken count: 0 104s Done 105s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 105s autopkgtest: DBG: testbed command exited with code 0 105s 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.9ll82a/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 105s autopkgtest: DBG: testbed command exited with code 1 105s autopkgtest [05:14:15]: rebooting testbed after setup commands that affected boot 105s autopkgtest: DBG: sending command to testbed: reboot 127s autopkgtest: DBG: got reply from testbed: ok 127s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 127s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.9ll82a'], kind short, sout raw, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.9ll82a/autopkgtest-reboot 127s autopkgtest: DBG: got reply from testbed: ok 127s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.9ll82a/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.9ll82a/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.9ll82a/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.9ll82a'], kind short, sout raw, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.9ll82a/autopkgtest-reboot-prepare 128s autopkgtest: DBG: got reply from testbed: ok 128s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.9ll82a/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.9ll82a/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest [05:14:39]: testbed running kernel: Linux 6.12.0-12-generic #12-Ubuntu SMP Wed Jan 22 15:18:24 UTC 2025 129s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.9ll82a/testbed-packages"], kind short, sout raw, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.9ll82a/testbed-packages /tmp/autopkgtest-work.8s8j0spd/out/testbed-packages 129s autopkgtest: DBG: got reply from testbed: ok 129s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 129s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.9ll82a'], kind short, sout raw, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.9ll82a/autopkgtest-reboot 130s autopkgtest: DBG: got reply from testbed: ok 130s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.9ll82a/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.9ll82a/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.9ll82a/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.9ll82a'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.9ll82a/autopkgtest-reboot-prepare 130s autopkgtest: DBG: got reply from testbed: ok 130s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.9ll82a/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.9ll82a/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: Binaries: initialising 131s autopkgtest [05:14:41]: @@@@@@@@@@@@@@@@@@@@ apt-source r-cran-qvcalc 131s autopkgtest: DBG: blame += r-cran-qvcalc 131s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 131s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'r-cran-qvcalc'], kind short, sout pipe, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^r-cran-qvcalc$'], kind short, sout pipe, serr raw, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'r-cran-qvcalc=1.0.3-1'], kind short, sout pipe, serr raw, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: install_deps: deps_new=[] 132s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s 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.9ll82a/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source r-cran-qvcalc=1.0.3-1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x r-cran-qvcalc_*.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=r-cran-testthat/3.2.3-1'] 132s + cd / 132s + mktemp -d /tmp/autopkgtest.9ll82a/build.XXX 132s + builddir=/tmp/autopkgtest.9ll82a/build.k4g 132s + cd /tmp/autopkgtest.9ll82a/build.k4g 132s + apt-get source -d -q --only-source r-cran-qvcalc=1.0.3-1 132s + OUT=Reading package lists... 132s NOTICE: 'r-cran-qvcalc' packaging is maintained in the 'Git' version control system at: 132s https://salsa.debian.org/r-pkg-team/r-cran-qvcalc.git 132s Please use: 132s git clone https://salsa.debian.org/r-pkg-team/r-cran-qvcalc.git 132s to retrieve the latest (possibly unreleased) updates to the package. 132s Need to get 14.4 kB of source archives. 132s Get:1 http://ftpmaster.internal/ubuntu plucky/universe r-cran-qvcalc 1.0.3-1 (dsc) [2038 B] 132s Get:2 http://ftpmaster.internal/ubuntu plucky/universe r-cran-qvcalc 1.0.3-1 (tar) [10.1 kB] 132s Get:3 http://ftpmaster.internal/ubuntu plucky/universe r-cran-qvcalc 1.0.3-1 (diff) [2216 B] 132s Fetched 14.4 kB in 0s (59.6 kB/s) 132s Download complete and in download only mode 132s + [ -n ] 132s + grep ^Get: 132s + echo Reading package lists... 132s NOTICE: 'r-cran-qvcalc' packaging is maintained in the 'Git' version control system at: 132s https://salsa.debian.org/r-pkg-team/r-cran-qvcalc.git 132s Please use: 132s git clone https://salsa.debian.org/r-pkg-team/r-cran-qvcalc.git 132s to retrieve the latest (possibly unreleased) updates to the package. 132s Need to get 14.4 kB of source archives. 132s Get:1 http://ftpmaster.internal/ubuntu plucky/universe r-cran-qvcalc 1.0.3-1 (dsc) [2038 B] 132s Get:2 http://ftpmaster.internal/ubuntu plucky/universe r-cran-qvcalc 1.0.3-1 (tar) [10.1 kB] 132s Get:3 http://ftpmaster.internal/ubuntu plucky/universe r-cran-qvcalc 1.0.3-1 (diff) [2216 B] 132s Fetched 14.4 kB in 0s (59.6 kB/s) 132s Download complete and in download only mode 132s Get:1 http://ftpmaster.internal/ubuntu plucky/universe r-cran-qvcalc 1.0.3-1 (dsc) [2038 B] 132s Get:2 http://ftpmaster.internal/ubuntu plucky/universe r-cran-qvcalc 1.0.3-1 (tar) [10.1 kB] 132s Get:3 http://ftpmaster.internal/ubuntu plucky/universe r-cran-qvcalc 1.0.3-1 (diff) [2216 B] 132s + dpkg-source -x r-cran-qvcalc_1.0.3-1.dsc src 133s gpgv: Signature made Mon Jun 26 15:01:46 2023 UTC 133s gpgv: using RSA key F1F007320A035541F0A663CA578A0494D1C646D1 133s gpgv: issuer "tille@debian.org" 133s gpgv: Can't check signature: No public key 133s dpkg-source: warning: cannot verify inline signature for ./r-cran-qvcalc_1.0.3-1.dsc: no acceptable signature found 133s + chmod -R a+rX . 133s + cd src/. 133s + pwd 133s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest [05:14:43]: testing package r-cran-qvcalc version 1.0.3-1 133s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.9ll82a/build.k4g/src/debian/ /tmp/autopkgtest-work.8s8j0spd/out/pkg/debian/ 134s autopkgtest: DBG: got reply from testbed: ok 134s autopkgtest: DBG: autodep8 generated control: ----- 134s Test-Command: /usr/share/dh-r/pkg-r-autopkgtest 134s Depends: @, pkg-r-autopkgtest, 134s Restrictions: allow-stderr, 134s Features: test-name=pkg-r-autopkgtest 134s 134s ------- 134s autopkgtest: DBG: processing dependency @ 134s autopkgtest: DBG: synthesised dependency r-cran-qvcalc 134s autopkgtest: DBG: processing dependency pkg-r-autopkgtest 134s autopkgtest: DBG: Test defined: name pkg-r-autopkgtest path None command "/usr/share/dh-r/pkg-r-autopkgtest" restrictions ['allow-stderr'] features ['test-name=pkg-r-autopkgtest'] depends ['r-cran-qvcalc', 'pkg-r-autopkgtest'] 134s autopkgtest [05:14:44]: build not needed 134s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.9ll82a/build.k4g/src/ /tmp/autopkgtest-work.8s8j0spd/out/tests-tree/ 135s autopkgtest: DBG: got reply from testbed: ok 136s autopkgtest: DBG: autodep8 generated control: ----- 136s Test-Command: /usr/share/dh-r/pkg-r-autopkgtest 136s Depends: @, r-cran-relimp,r-cran-mass, pkg-r-autopkgtest, 136s Restrictions: allow-stderr, 136s Features: test-name=pkg-r-autopkgtest 136s 136s ------- 136s autopkgtest: DBG: processing dependency @ 136s autopkgtest: DBG: synthesised dependency r-cran-qvcalc 136s autopkgtest: DBG: processing dependency r-cran-relimp 136s autopkgtest: DBG: processing dependency r-cran-mass 136s autopkgtest: DBG: processing dependency pkg-r-autopkgtest 136s autopkgtest: DBG: Test defined: name pkg-r-autopkgtest path None command "/usr/share/dh-r/pkg-r-autopkgtest" restrictions ['allow-stderr'] features ['test-name=pkg-r-autopkgtest'] depends ['r-cran-qvcalc', 'r-cran-relimp', 'r-cran-mass', 'pkg-r-autopkgtest'] 136s autopkgtest [05:14:46]: test pkg-r-autopkgtest: preparing testbed 136s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['r-cran-qvcalc', 'r-cran-relimp', 'r-cran-mass', 'pkg-r-autopkgtest'] 136s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 136s autopkgtest: DBG: install_deps: deps_new=['r-cran-qvcalc', 'r-cran-relimp', 'r-cran-mass', 'pkg-r-autopkgtest'] 136s autopkgtest: DBG: install-deps: satisfying r-cran-qvcalc, r-cran-relimp, r-cran-mass, pkg-r-autopkgtest 136s autopkgtest: DBG: can use apt-get on testbed: True 136s 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', 'r-cran-qvcalc, r-cran-relimp, r-cran-mass, pkg-r-autopkgtest'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 137s Reading package lists... 137s Building dependency tree... 137s Reading state information... 137s Starting pkgProblemResolver with broken count: 0 137s Starting 2 pkgProblemResolver with broken count: 0 137s Done 137s The following NEW packages will be installed: 137s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu 137s dctrl-tools fontconfig fontconfig-config fonts-dejavu-core fonts-dejavu-mono 137s g++ g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 137s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gfortran gfortran-14 137s gfortran-14-s390x-linux-gnu gfortran-s390x-linux-gnu icu-devtools libasan8 137s libblas-dev libblas3 libbz2-dev libcairo2 libcc1-0 libdatrie1 libdeflate-dev 137s libdeflate0 libfontconfig1 libfreetype6 libgcc-14-dev libgfortran-14-dev 137s libgfortran5 libgomp1 libgraphite2-3 libharfbuzz0b libice6 libicu-dev 137s libisl23 libitm1 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev 137s libjpeg8 libjpeg8-dev liblapack-dev liblapack3 liblzma-dev libmpc3 137s libncurses-dev libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 137s libpaper-utils libpaper2 libpcre2-16-0 libpcre2-32-0 libpcre2-dev 137s libpcre2-posix3 libpixman-1-0 libpkgconf3 libpng-dev libreadline-dev 137s libsharpyuv0 libsm6 libstdc++-14-dev libtcl8.6 libthai-data libthai0 137s libtiff6 libtirpc-dev libtk8.6 libubsan1 libwebp7 libxcb-render0 libxcb-shm0 137s libxft2 libxrender1 libxss1 libxt6t64 pkg-r-autopkgtest pkgconf pkgconf-bin 137s r-base-core r-base-dev r-cran-mass r-cran-nnet r-cran-qvcalc r-cran-relimp 137s unzip x11-common xdg-utils zip zlib1g-dev 137s 0 upgraded, 99 newly installed, 0 to remove and 0 not upgraded. 137s Need to get 123 MB of archives. 137s After this operation, 361 MB of additional disk space will be used. 137s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 141s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 141s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-13ubuntu1 [9570 kB] 193s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-13ubuntu1 [1026 B] 193s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 193s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 193s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-13ubuntu1 [50.7 kB] 193s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-13ubuntu1 [151 kB] 194s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-13ubuntu1 [30.9 kB] 194s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-13ubuntu1 [2964 kB] 207s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-13ubuntu1 [1184 kB] 215s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-13ubuntu1 [1037 kB] 221s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-13ubuntu1 [18.7 MB] 315s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-13ubuntu1 [523 kB] 317s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 317s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 317s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-13ubuntu1 [2612 kB] 331s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-13ubuntu1 [11.0 MB] 394s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-13ubuntu1 [21.1 kB] 394s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [956 B] 394s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.1.0-2ubuntu1 [1076 B] 394s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 394s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x dctrl-tools s390x 2.24-3build3 [106 kB] 395s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 397s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 399s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 405s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-1.1ubuntu2 [37.4 kB] 405s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-1.1ubuntu2 [150 kB] 406s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-1.1ubuntu2 [191 kB] 408s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran5 s390x 14.2.0-13ubuntu1 [588 kB] 412s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran-14-dev s390x 14.2.0-13ubuntu1 [654 kB] 413s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-14-s390x-linux-gnu s390x 14.2.0-13ubuntu1 [10.3 MB] 471s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-14 s390x 14.2.0-13ubuntu1 [13.2 kB] 471s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1016 B] 471s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran s390x 4:14.1.0-2ubuntu1 [1160 B] 471s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x icu-devtools s390x 76.1-1ubuntu2 [225 kB] 472s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libblas3 s390x 3.12.0-4 [238 kB] 473s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libblas-dev s390x 3.12.0-4 [239 kB] 474s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libbz2-dev s390x 1.0.8-6 [39.1 kB] 474s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 475s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 475s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 475s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 475s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 477s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie1 s390x 0.2.13-3build1 [20.6 kB] 477s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 478s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate-dev s390x 1.23-1 [52.2 kB] 478s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 478s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 481s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 481s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 481s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x libicu-dev s390x 76.1-1ubuntu2 [12.2 MB] 563s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 564s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8-dev s390x 2.1.5-3ubuntu2 [281 kB] 566s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 566s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8-dev s390x 8c-2ubuntu11 [1484 B] 566s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-dev s390x 8c-2ubuntu11 [1484 B] 566s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack3 s390x 3.12.0-4 [2964 kB] 586s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack-dev s390x 3.12.0-4 [5956 kB] 624s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x libncurses-dev s390x 6.5-2 [404 kB] 627s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-data all 0.1.29-2build1 [158 kB] 630s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x libthai0 s390x 0.1.29-2build1 [20.7 kB] 631s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x libpango-1.0-0 s390x 1.56.1-1 [253 kB] 633s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoft2-1.0-0 s390x 1.56.1-1 [50.3 kB] 633s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x libpangocairo-1.0-0 s390x 1.56.1-1 [28.3 kB] 634s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x libpaper2 s390x 2.2.5-0.3 [17.2 kB] 634s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x libpaper-utils s390x 2.2.5-0.3 [15.3 kB] 634s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-16-0 s390x 10.42-4ubuntu3 [236 kB] 635s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-32-0 s390x 10.42-4ubuntu3 [221 kB] 636s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-posix3 s390x 10.42-4ubuntu3 [6820 B] 637s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-dev s390x 10.42-4ubuntu3 [815 kB] 642s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 642s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 645s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x libpng-dev s390x 1.6.44-3 [279 kB] 646s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x libreadline-dev s390x 8.2-6 [187 kB] 647s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 647s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 647s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 653s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 653s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 655s Get:81 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 656s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 656s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x libxss1 s390x 1:1.2.3-1build3 [7396 B] 656s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x libtk8.6 s390x 8.6.16-1 [830 kB] 660s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x libxt6t64 s390x 1:1.2.1-1.2build1 [184 kB] 662s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x zip s390x 3.0-14ubuntu2 [187 kB] 663s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x unzip s390x 6.0-28ubuntu6 [186 kB] 664s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x xdg-utils all 1.2.1-0ubuntu1 [67.5 kB] 664s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x r-base-core s390x 4.4.2-1build1 [28.6 MB] 850s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x liblzma-dev s390x 5.6.3-1 [183 kB] 851s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 851s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 851s Get:93 http://ftpmaster.internal/ubuntu plucky/main s390x libtirpc-dev s390x 1.3.4+ds-1.3 [196 kB] 852s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x r-base-dev all 4.4.2-1build1 [4342 B] 852s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x pkg-r-autopkgtest all 20231212ubuntu1 [6448 B] 852s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mass s390x 7.3-64-1 [1113 kB] 860s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-nnet s390x 7.3-20-1 [116 kB] 860s Get:98 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-qvcalc all 1.0.3-1 [47.7 kB] 861s Get:99 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-relimp all 1.0-5-4 [77.4 kB] 861s Preconfiguring packages ... 861s Fetched 123 MB in 12min 4s (171 kB/s) 861s Selecting previously unselected package libisl23:s390x. 862s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 56531 files and directories currently installed.) 862s Preparing to unpack .../00-libisl23_0.27-1_s390x.deb ... 862s Unpacking libisl23:s390x (0.27-1) ... 862s Selecting previously unselected package libmpc3:s390x. 862s Preparing to unpack .../01-libmpc3_1.3.1-1build2_s390x.deb ... 862s Unpacking libmpc3:s390x (1.3.1-1build2) ... 862s Selecting previously unselected package cpp-14-s390x-linux-gnu. 862s Preparing to unpack .../02-cpp-14-s390x-linux-gnu_14.2.0-13ubuntu1_s390x.deb ... 862s Unpacking cpp-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 862s Selecting previously unselected package cpp-14. 862s Preparing to unpack .../03-cpp-14_14.2.0-13ubuntu1_s390x.deb ... 862s Unpacking cpp-14 (14.2.0-13ubuntu1) ... 862s Selecting previously unselected package cpp-s390x-linux-gnu. 862s Preparing to unpack .../04-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 862s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 862s Selecting previously unselected package cpp. 862s Preparing to unpack .../05-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 862s Unpacking cpp (4:14.1.0-2ubuntu1) ... 862s Selecting previously unselected package libcc1-0:s390x. 862s Preparing to unpack .../06-libcc1-0_14.2.0-13ubuntu1_s390x.deb ... 862s Unpacking libcc1-0:s390x (14.2.0-13ubuntu1) ... 862s Selecting previously unselected package libgomp1:s390x. 862s Preparing to unpack .../07-libgomp1_14.2.0-13ubuntu1_s390x.deb ... 862s Unpacking libgomp1:s390x (14.2.0-13ubuntu1) ... 862s Selecting previously unselected package libitm1:s390x. 862s Preparing to unpack .../08-libitm1_14.2.0-13ubuntu1_s390x.deb ... 862s Unpacking libitm1:s390x (14.2.0-13ubuntu1) ... 862s Selecting previously unselected package libasan8:s390x. 862s Preparing to unpack .../09-libasan8_14.2.0-13ubuntu1_s390x.deb ... 862s Unpacking libasan8:s390x (14.2.0-13ubuntu1) ... 862s Selecting previously unselected package libubsan1:s390x. 862s Preparing to unpack .../10-libubsan1_14.2.0-13ubuntu1_s390x.deb ... 862s Unpacking libubsan1:s390x (14.2.0-13ubuntu1) ... 862s Selecting previously unselected package libgcc-14-dev:s390x. 862s Preparing to unpack .../11-libgcc-14-dev_14.2.0-13ubuntu1_s390x.deb ... 862s Unpacking libgcc-14-dev:s390x (14.2.0-13ubuntu1) ... 862s Selecting previously unselected package gcc-14-s390x-linux-gnu. 862s Preparing to unpack .../12-gcc-14-s390x-linux-gnu_14.2.0-13ubuntu1_s390x.deb ... 862s Unpacking gcc-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 862s Selecting previously unselected package gcc-14. 862s Preparing to unpack .../13-gcc-14_14.2.0-13ubuntu1_s390x.deb ... 862s Unpacking gcc-14 (14.2.0-13ubuntu1) ... 862s Selecting previously unselected package gcc-s390x-linux-gnu. 862s Preparing to unpack .../14-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 862s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 862s Selecting previously unselected package gcc. 862s Preparing to unpack .../15-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 862s Unpacking gcc (4:14.1.0-2ubuntu1) ... 862s Selecting previously unselected package libstdc++-14-dev:s390x. 862s Preparing to unpack .../16-libstdc++-14-dev_14.2.0-13ubuntu1_s390x.deb ... 862s Unpacking libstdc++-14-dev:s390x (14.2.0-13ubuntu1) ... 862s Selecting previously unselected package g++-14-s390x-linux-gnu. 862s Preparing to unpack .../17-g++-14-s390x-linux-gnu_14.2.0-13ubuntu1_s390x.deb ... 862s Unpacking g++-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 862s Selecting previously unselected package g++-14. 862s Preparing to unpack .../18-g++-14_14.2.0-13ubuntu1_s390x.deb ... 862s Unpacking g++-14 (14.2.0-13ubuntu1) ... 862s Selecting previously unselected package g++-s390x-linux-gnu. 862s Preparing to unpack .../19-g++-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 862s Unpacking g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 862s Selecting previously unselected package g++. 862s Preparing to unpack .../20-g++_4%3a14.1.0-2ubuntu1_s390x.deb ... 862s Unpacking g++ (4:14.1.0-2ubuntu1) ... 862s Selecting previously unselected package build-essential. 862s Preparing to unpack .../21-build-essential_12.10ubuntu1_s390x.deb ... 862s Unpacking build-essential (12.10ubuntu1) ... 862s Selecting previously unselected package dctrl-tools. 862s Preparing to unpack .../22-dctrl-tools_2.24-3build3_s390x.deb ... 862s Unpacking dctrl-tools (2.24-3build3) ... 862s Selecting previously unselected package libfreetype6:s390x. 862s Preparing to unpack .../23-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 862s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 863s Selecting previously unselected package fonts-dejavu-mono. 863s Preparing to unpack .../24-fonts-dejavu-mono_2.37-8_all.deb ... 863s Unpacking fonts-dejavu-mono (2.37-8) ... 863s Selecting previously unselected package fonts-dejavu-core. 863s Preparing to unpack .../25-fonts-dejavu-core_2.37-8_all.deb ... 863s Unpacking fonts-dejavu-core (2.37-8) ... 863s Selecting previously unselected package fontconfig-config. 863s Preparing to unpack .../26-fontconfig-config_2.15.0-1.1ubuntu2_s390x.deb ... 863s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 863s Selecting previously unselected package libfontconfig1:s390x. 863s Preparing to unpack .../27-libfontconfig1_2.15.0-1.1ubuntu2_s390x.deb ... 863s Unpacking libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 863s Selecting previously unselected package fontconfig. 863s Preparing to unpack .../28-fontconfig_2.15.0-1.1ubuntu2_s390x.deb ... 863s Unpacking fontconfig (2.15.0-1.1ubuntu2) ... 863s Selecting previously unselected package libgfortran5:s390x. 863s Preparing to unpack .../29-libgfortran5_14.2.0-13ubuntu1_s390x.deb ... 863s Unpacking libgfortran5:s390x (14.2.0-13ubuntu1) ... 863s Selecting previously unselected package libgfortran-14-dev:s390x. 863s Preparing to unpack .../30-libgfortran-14-dev_14.2.0-13ubuntu1_s390x.deb ... 863s Unpacking libgfortran-14-dev:s390x (14.2.0-13ubuntu1) ... 863s Selecting previously unselected package gfortran-14-s390x-linux-gnu. 863s Preparing to unpack .../31-gfortran-14-s390x-linux-gnu_14.2.0-13ubuntu1_s390x.deb ... 863s Unpacking gfortran-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 863s Selecting previously unselected package gfortran-14. 863s Preparing to unpack .../32-gfortran-14_14.2.0-13ubuntu1_s390x.deb ... 863s Unpacking gfortran-14 (14.2.0-13ubuntu1) ... 863s Selecting previously unselected package gfortran-s390x-linux-gnu. 863s Preparing to unpack .../33-gfortran-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 863s Unpacking gfortran-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 863s Selecting previously unselected package gfortran. 863s Preparing to unpack .../34-gfortran_4%3a14.1.0-2ubuntu1_s390x.deb ... 863s Unpacking gfortran (4:14.1.0-2ubuntu1) ... 863s Selecting previously unselected package icu-devtools. 863s Preparing to unpack .../35-icu-devtools_76.1-1ubuntu2_s390x.deb ... 863s Unpacking icu-devtools (76.1-1ubuntu2) ... 863s Selecting previously unselected package libblas3:s390x. 863s Preparing to unpack .../36-libblas3_3.12.0-4_s390x.deb ... 863s Unpacking libblas3:s390x (3.12.0-4) ... 863s Selecting previously unselected package libblas-dev:s390x. 863s Preparing to unpack .../37-libblas-dev_3.12.0-4_s390x.deb ... 863s Unpacking libblas-dev:s390x (3.12.0-4) ... 863s Selecting previously unselected package libbz2-dev:s390x. 863s Preparing to unpack .../38-libbz2-dev_1.0.8-6_s390x.deb ... 863s Unpacking libbz2-dev:s390x (1.0.8-6) ... 863s Selecting previously unselected package libpixman-1-0:s390x. 863s Preparing to unpack .../39-libpixman-1-0_0.44.0-3_s390x.deb ... 863s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 863s Selecting previously unselected package libxcb-render0:s390x. 863s Preparing to unpack .../40-libxcb-render0_1.17.0-2_s390x.deb ... 863s Unpacking libxcb-render0:s390x (1.17.0-2) ... 863s Selecting previously unselected package libxcb-shm0:s390x. 863s Preparing to unpack .../41-libxcb-shm0_1.17.0-2_s390x.deb ... 863s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 863s Selecting previously unselected package libxrender1:s390x. 863s Preparing to unpack .../42-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 863s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 863s Selecting previously unselected package libcairo2:s390x. 863s Preparing to unpack .../43-libcairo2_1.18.2-2_s390x.deb ... 863s Unpacking libcairo2:s390x (1.18.2-2) ... 863s Selecting previously unselected package libdatrie1:s390x. 863s Preparing to unpack .../44-libdatrie1_0.2.13-3build1_s390x.deb ... 863s Unpacking libdatrie1:s390x (0.2.13-3build1) ... 863s Selecting previously unselected package libdeflate0:s390x. 863s Preparing to unpack .../45-libdeflate0_1.23-1_s390x.deb ... 863s Unpacking libdeflate0:s390x (1.23-1) ... 863s Selecting previously unselected package libdeflate-dev:s390x. 863s Preparing to unpack .../46-libdeflate-dev_1.23-1_s390x.deb ... 863s Unpacking libdeflate-dev:s390x (1.23-1) ... 863s Selecting previously unselected package libgraphite2-3:s390x. 863s Preparing to unpack .../47-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 863s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 863s Selecting previously unselected package libharfbuzz0b:s390x. 863s Preparing to unpack .../48-libharfbuzz0b_10.2.0-1_s390x.deb ... 863s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 863s Selecting previously unselected package x11-common. 863s Preparing to unpack .../49-x11-common_1%3a7.7+23ubuntu3_all.deb ... 863s Unpacking x11-common (1:7.7+23ubuntu3) ... 863s Selecting previously unselected package libice6:s390x. 863s Preparing to unpack .../50-libice6_2%3a1.1.1-1_s390x.deb ... 863s Unpacking libice6:s390x (2:1.1.1-1) ... 863s Selecting previously unselected package libicu-dev:s390x. 863s Preparing to unpack .../51-libicu-dev_76.1-1ubuntu2_s390x.deb ... 863s Unpacking libicu-dev:s390x (76.1-1ubuntu2) ... 863s Selecting previously unselected package libjpeg-turbo8:s390x. 863s Preparing to unpack .../52-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 863s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 863s Selecting previously unselected package libjpeg-turbo8-dev:s390x. 863s Preparing to unpack .../53-libjpeg-turbo8-dev_2.1.5-3ubuntu2_s390x.deb ... 863s Unpacking libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 863s Selecting previously unselected package libjpeg8:s390x. 863s Preparing to unpack .../54-libjpeg8_8c-2ubuntu11_s390x.deb ... 863s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 863s Selecting previously unselected package libjpeg8-dev:s390x. 863s Preparing to unpack .../55-libjpeg8-dev_8c-2ubuntu11_s390x.deb ... 863s Unpacking libjpeg8-dev:s390x (8c-2ubuntu11) ... 863s Selecting previously unselected package libjpeg-dev:s390x. 863s Preparing to unpack .../56-libjpeg-dev_8c-2ubuntu11_s390x.deb ... 863s Unpacking libjpeg-dev:s390x (8c-2ubuntu11) ... 863s Selecting previously unselected package liblapack3:s390x. 863s Preparing to unpack .../57-liblapack3_3.12.0-4_s390x.deb ... 863s Unpacking liblapack3:s390x (3.12.0-4) ... 863s Selecting previously unselected package liblapack-dev:s390x. 863s Preparing to unpack .../58-liblapack-dev_3.12.0-4_s390x.deb ... 863s Unpacking liblapack-dev:s390x (3.12.0-4) ... 863s Selecting previously unselected package libncurses-dev:s390x. 863s Preparing to unpack .../59-libncurses-dev_6.5-2_s390x.deb ... 863s Unpacking libncurses-dev:s390x (6.5-2) ... 863s Selecting previously unselected package libthai-data. 863s Preparing to unpack .../60-libthai-data_0.1.29-2build1_all.deb ... 863s Unpacking libthai-data (0.1.29-2build1) ... 863s Selecting previously unselected package libthai0:s390x. 863s Preparing to unpack .../61-libthai0_0.1.29-2build1_s390x.deb ... 863s Unpacking libthai0:s390x (0.1.29-2build1) ... 863s Selecting previously unselected package libpango-1.0-0:s390x. 863s Preparing to unpack .../62-libpango-1.0-0_1.56.1-1_s390x.deb ... 863s Unpacking libpango-1.0-0:s390x (1.56.1-1) ... 864s Selecting previously unselected package libpangoft2-1.0-0:s390x. 864s Preparing to unpack .../63-libpangoft2-1.0-0_1.56.1-1_s390x.deb ... 864s Unpacking libpangoft2-1.0-0:s390x (1.56.1-1) ... 864s Selecting previously unselected package libpangocairo-1.0-0:s390x. 864s Preparing to unpack .../64-libpangocairo-1.0-0_1.56.1-1_s390x.deb ... 864s Unpacking libpangocairo-1.0-0:s390x (1.56.1-1) ... 864s Selecting previously unselected package libpaper2:s390x. 864s Preparing to unpack .../65-libpaper2_2.2.5-0.3_s390x.deb ... 864s Unpacking libpaper2:s390x (2.2.5-0.3) ... 864s Selecting previously unselected package libpaper-utils. 864s Preparing to unpack .../66-libpaper-utils_2.2.5-0.3_s390x.deb ... 864s Unpacking libpaper-utils (2.2.5-0.3) ... 864s Selecting previously unselected package libpcre2-16-0:s390x. 864s Preparing to unpack .../67-libpcre2-16-0_10.42-4ubuntu3_s390x.deb ... 864s Unpacking libpcre2-16-0:s390x (10.42-4ubuntu3) ... 864s Selecting previously unselected package libpcre2-32-0:s390x. 864s Preparing to unpack .../68-libpcre2-32-0_10.42-4ubuntu3_s390x.deb ... 864s Unpacking libpcre2-32-0:s390x (10.42-4ubuntu3) ... 864s Selecting previously unselected package libpcre2-posix3:s390x. 864s Preparing to unpack .../69-libpcre2-posix3_10.42-4ubuntu3_s390x.deb ... 864s Unpacking libpcre2-posix3:s390x (10.42-4ubuntu3) ... 864s Selecting previously unselected package libpcre2-dev:s390x. 864s Preparing to unpack .../70-libpcre2-dev_10.42-4ubuntu3_s390x.deb ... 864s Unpacking libpcre2-dev:s390x (10.42-4ubuntu3) ... 864s Selecting previously unselected package libpkgconf3:s390x. 864s Preparing to unpack .../71-libpkgconf3_1.8.1-4_s390x.deb ... 864s Unpacking libpkgconf3:s390x (1.8.1-4) ... 864s Selecting previously unselected package zlib1g-dev:s390x. 864s Preparing to unpack .../72-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 864s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 864s Selecting previously unselected package libpng-dev:s390x. 864s Preparing to unpack .../73-libpng-dev_1.6.44-3_s390x.deb ... 864s Unpacking libpng-dev:s390x (1.6.44-3) ... 864s Selecting previously unselected package libreadline-dev:s390x. 864s Preparing to unpack .../74-libreadline-dev_8.2-6_s390x.deb ... 864s Unpacking libreadline-dev:s390x (8.2-6) ... 864s Selecting previously unselected package libsharpyuv0:s390x. 864s Preparing to unpack .../75-libsharpyuv0_1.5.0-0.1_s390x.deb ... 864s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 864s Selecting previously unselected package libsm6:s390x. 864s Preparing to unpack .../76-libsm6_2%3a1.2.4-1_s390x.deb ... 864s Unpacking libsm6:s390x (2:1.2.4-1) ... 864s Selecting previously unselected package libtcl8.6:s390x. 864s Preparing to unpack .../77-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 864s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 864s Selecting previously unselected package libjbig0:s390x. 864s Preparing to unpack .../78-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 864s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 864s Selecting previously unselected package libwebp7:s390x. 864s Preparing to unpack .../79-libwebp7_1.5.0-0.1_s390x.deb ... 864s Unpacking libwebp7:s390x (1.5.0-0.1) ... 864s Selecting previously unselected package libtiff6:s390x. 864s Preparing to unpack .../80-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 864s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 864s Selecting previously unselected package libxft2:s390x. 864s Preparing to unpack .../81-libxft2_2.3.6-1build1_s390x.deb ... 864s Unpacking libxft2:s390x (2.3.6-1build1) ... 864s Selecting previously unselected package libxss1:s390x. 864s Preparing to unpack .../82-libxss1_1%3a1.2.3-1build3_s390x.deb ... 864s Unpacking libxss1:s390x (1:1.2.3-1build3) ... 864s Selecting previously unselected package libtk8.6:s390x. 864s Preparing to unpack .../83-libtk8.6_8.6.16-1_s390x.deb ... 864s Unpacking libtk8.6:s390x (8.6.16-1) ... 864s Selecting previously unselected package libxt6t64:s390x. 864s Preparing to unpack .../84-libxt6t64_1%3a1.2.1-1.2build1_s390x.deb ... 864s Unpacking libxt6t64:s390x (1:1.2.1-1.2build1) ... 864s Selecting previously unselected package zip. 864s Preparing to unpack .../85-zip_3.0-14ubuntu2_s390x.deb ... 864s Unpacking zip (3.0-14ubuntu2) ... 864s Selecting previously unselected package unzip. 864s Preparing to unpack .../86-unzip_6.0-28ubuntu6_s390x.deb ... 864s Unpacking unzip (6.0-28ubuntu6) ... 864s Selecting previously unselected package xdg-utils. 864s Preparing to unpack .../87-xdg-utils_1.2.1-0ubuntu1_all.deb ... 864s Unpacking xdg-utils (1.2.1-0ubuntu1) ... 864s Selecting previously unselected package r-base-core. 864s Preparing to unpack .../88-r-base-core_4.4.2-1build1_s390x.deb ... 864s Unpacking r-base-core (4.4.2-1build1) ... 864s Selecting previously unselected package liblzma-dev:s390x. 864s Preparing to unpack .../89-liblzma-dev_5.6.3-1_s390x.deb ... 864s Unpacking liblzma-dev:s390x (5.6.3-1) ... 864s Selecting previously unselected package pkgconf-bin. 864s Preparing to unpack .../90-pkgconf-bin_1.8.1-4_s390x.deb ... 864s Unpacking pkgconf-bin (1.8.1-4) ... 864s Selecting previously unselected package pkgconf:s390x. 864s Preparing to unpack .../91-pkgconf_1.8.1-4_s390x.deb ... 864s Unpacking pkgconf:s390x (1.8.1-4) ... 864s Selecting previously unselected package libtirpc-dev:s390x. 864s Preparing to unpack .../92-libtirpc-dev_1.3.4+ds-1.3_s390x.deb ... 864s Unpacking libtirpc-dev:s390x (1.3.4+ds-1.3) ... 864s Selecting previously unselected package r-base-dev. 864s Preparing to unpack .../93-r-base-dev_4.4.2-1build1_all.deb ... 864s Unpacking r-base-dev (4.4.2-1build1) ... 864s Selecting previously unselected package pkg-r-autopkgtest. 864s Preparing to unpack .../94-pkg-r-autopkgtest_20231212ubuntu1_all.deb ... 864s Unpacking pkg-r-autopkgtest (20231212ubuntu1) ... 864s Selecting previously unselected package r-cran-mass. 864s Preparing to unpack .../95-r-cran-mass_7.3-64-1_s390x.deb ... 864s Unpacking r-cran-mass (7.3-64-1) ... 864s Selecting previously unselected package r-cran-nnet. 864s Preparing to unpack .../96-r-cran-nnet_7.3-20-1_s390x.deb ... 864s Unpacking r-cran-nnet (7.3-20-1) ... 864s Selecting previously unselected package r-cran-qvcalc. 864s Preparing to unpack .../97-r-cran-qvcalc_1.0.3-1_all.deb ... 864s Unpacking r-cran-qvcalc (1.0.3-1) ... 864s Selecting previously unselected package r-cran-relimp. 864s Preparing to unpack .../98-r-cran-relimp_1.0-5-4_all.deb ... 864s Unpacking r-cran-relimp (1.0-5-4) ... 864s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 864s Setting up libpixman-1-0:s390x (0.44.0-3) ... 864s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 864s Setting up libncurses-dev:s390x (6.5-2) ... 864s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 864s Setting up libdatrie1:s390x (0.2.13-3build1) ... 864s Setting up libxcb-render0:s390x (1.17.0-2) ... 864s Setting up unzip (6.0-28ubuntu6) ... 864s Setting up x11-common (1:7.7+23ubuntu3) ... 864s Setting up libdeflate0:s390x (1.23-1) ... 864s Setting up libxcb-shm0:s390x (1.17.0-2) ... 864s Setting up libreadline-dev:s390x (8.2-6) ... 864s Setting up libgomp1:s390x (14.2.0-13ubuntu1) ... 864s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 864s Setting up libpcre2-16-0:s390x (10.42-4ubuntu3) ... 864s Setting up zip (3.0-14ubuntu2) ... 864s Setting up libpcre2-32-0:s390x (10.42-4ubuntu3) ... 864s Setting up libblas3:s390x (3.12.0-4) ... 864s update-alternatives: using /usr/lib/s390x-linux-gnu/blas/libblas.so.3 to provide /usr/lib/s390x-linux-gnu/libblas.so.3 (libblas.so.3-s390x-linux-gnu) in auto mode 864s Setting up libtirpc-dev:s390x (1.3.4+ds-1.3) ... 864s Setting up libpkgconf3:s390x (1.8.1-4) ... 864s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 864s Setting up fonts-dejavu-mono (2.37-8) ... 864s Setting up libmpc3:s390x (1.3.1-1build2) ... 864s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 864s Setting up icu-devtools (76.1-1ubuntu2) ... 864s Setting up fonts-dejavu-core (2.37-8) ... 864s Setting up pkgconf-bin (1.8.1-4) ... 864s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 864s Setting up libgfortran5:s390x (14.2.0-13ubuntu1) ... 864s Setting up libwebp7:s390x (1.5.0-0.1) ... 864s Setting up liblzma-dev:s390x (5.6.3-1) ... 864s Setting up libubsan1:s390x (14.2.0-13ubuntu1) ... 864s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 864s Setting up libpcre2-posix3:s390x (10.42-4ubuntu3) ... 865s Setting up libasan8:s390x (14.2.0-13ubuntu1) ... 865s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 865s Setting up libthai-data (0.1.29-2build1) ... 865s Setting up libxss1:s390x (1:1.2.3-1build3) ... 865s Setting up libpaper2:s390x (2.2.5-0.3) ... 865s Setting up libisl23:s390x (0.27-1) ... 865s Setting up libdeflate-dev:s390x (1.23-1) ... 865s Setting up libicu-dev:s390x (76.1-1ubuntu2) ... 865s Setting up xdg-utils (1.2.1-0ubuntu1) ... 865s update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode 865s Setting up libcc1-0:s390x (14.2.0-13ubuntu1) ... 865s Setting up libblas-dev:s390x (3.12.0-4) ... 865s update-alternatives: using /usr/lib/s390x-linux-gnu/blas/libblas.so to provide /usr/lib/s390x-linux-gnu/libblas.so (libblas.so-s390x-linux-gnu) in auto mode 865s Setting up dctrl-tools (2.24-3build3) ... 865s Setting up libitm1:s390x (14.2.0-13ubuntu1) ... 865s Setting up libbz2-dev:s390x (1.0.8-6) ... 865s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 865s Setting up libice6:s390x (2:1.1.1-1) ... 865s Setting up libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 865s Setting up liblapack3:s390x (3.12.0-4) ... 865s update-alternatives: using /usr/lib/s390x-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/s390x-linux-gnu/liblapack.so.3 (liblapack.so.3-s390x-linux-gnu) in auto mode 865s Setting up libpcre2-dev:s390x (10.42-4ubuntu3) ... 865s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 865s Setting up libpng-dev:s390x (1.6.44-3) ... 865s Setting up libpaper-utils (2.2.5-0.3) ... 865s Setting up pkgconf:s390x (1.8.1-4) ... 865s Setting up libthai0:s390x (0.1.29-2build1) ... 865s Setting up liblapack-dev:s390x (3.12.0-4) ... 865s update-alternatives: using /usr/lib/s390x-linux-gnu/lapack/liblapack.so to provide /usr/lib/s390x-linux-gnu/liblapack.so (liblapack.so-s390x-linux-gnu) in auto mode 865s Setting up cpp-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 865s Setting up cpp-14 (14.2.0-13ubuntu1) ... 865s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 865s Setting up libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 865s Setting up libgcc-14-dev:s390x (14.2.0-13ubuntu1) ... 865s Setting up libjpeg8-dev:s390x (8c-2ubuntu11) ... 865s Setting up libstdc++-14-dev:s390x (14.2.0-13ubuntu1) ... 865s Setting up libsm6:s390x (2:1.2.4-1) ... 865s Setting up libgfortran-14-dev:s390x (14.2.0-13ubuntu1) ... 865s Setting up fontconfig (2.15.0-1.1ubuntu2) ... 867s Regenerating fonts cache... done. 867s Setting up libxft2:s390x (2.3.6-1build1) ... 867s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 867s Setting up libtk8.6:s390x (8.6.16-1) ... 867s Setting up libpango-1.0-0:s390x (1.56.1-1) ... 867s Setting up libjpeg-dev:s390x (8c-2ubuntu11) ... 867s Setting up libcairo2:s390x (1.18.2-2) ... 867s Setting up gcc-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 867s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 867s Setting up libxt6t64:s390x (1:1.2.1-1.2build1) ... 867s Setting up g++-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 867s Setting up cpp (4:14.1.0-2ubuntu1) ... 867s Setting up libpangoft2-1.0-0:s390x (1.56.1-1) ... 867s Setting up libpangocairo-1.0-0:s390x (1.56.1-1) ... 867s Setting up gfortran-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 867s Setting up g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 867s Setting up gcc-14 (14.2.0-13ubuntu1) ... 867s Setting up r-base-core (4.4.2-1build1) ... 867s Creating config file /etc/R/Renviron with new version 867s Setting up r-cran-nnet (7.3-20-1) ... 867s Setting up g++-14 (14.2.0-13ubuntu1) ... 867s Setting up gfortran-14 (14.2.0-13ubuntu1) ... 867s Setting up r-cran-qvcalc (1.0.3-1) ... 867s Setting up r-cran-relimp (1.0-5-4) ... 867s Setting up gfortran-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 867s Setting up r-cran-mass (7.3-64-1) ... 867s Setting up gcc (4:14.1.0-2ubuntu1) ... 867s Setting up g++ (4:14.1.0-2ubuntu1) ... 867s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 867s Setting up build-essential (12.10ubuntu1) ... 867s Setting up gfortran (4:14.1.0-2ubuntu1) ... 867s update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode 867s update-alternatives: warning: skip creation of /usr/share/man/man1/f95.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f95) doesn't exist 867s update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode 867s update-alternatives: warning: skip creation of /usr/share/man/man1/f77.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f77) doesn't exist 867s Setting up r-base-dev (4.4.2-1build1) ... 867s Setting up pkg-r-autopkgtest (20231212ubuntu1) ... 867s Processing triggers for libc-bin (2.40-4ubuntu1) ... 867s Processing triggers for man-db (2.13.0-1) ... 868s Processing triggers for install-info (7.1.1-1) ... 868s autopkgtest: DBG: testbed command exited with code 0 868s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'r-cran-qvcalc'], kind short, sout pipe, serr pipe, env [] 868s autopkgtest: DBG: testbed command exited with code 0 868s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.9ll82a/pkg-r-autopkgtest-packages.all"], kind short, sout raw, serr pipe, env [] 869s autopkgtest: DBG: testbed command exited with code 0 869s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.9ll82a/pkg-r-autopkgtest-packages.all /tmp/autopkgtest-work.8s8j0spd/out/pkg-r-autopkgtest-packages.all 869s autopkgtest: DBG: got reply from testbed: ok 869s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.9ll82a/build.k4g/src'], kind short, sout raw, serr raw, env [] 869s autopkgtest: DBG: testbed command exited with code 0 869s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.9ll82a/build.k4g/src already exists 869s autopkgtest [05:26:59]: test pkg-r-autopkgtest: /usr/share/dh-r/pkg-r-autopkgtest 869s autopkgtest [05:26:59]: test pkg-r-autopkgtest: [----------------------- 869s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.9ll82a/wrapper.sh --debug --artifacts=/tmp/autopkgtest.9ll82a/pkg-r-autopkgtest-artifacts --chdir=/tmp/autopkgtest.9ll82a/build.k4g/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.9ll82a/pkg-r-autopkgtest-stderr --stdout=/tmp/autopkgtest.9ll82a/pkg-r-autopkgtest-stdout --tmp=/tmp/autopkgtest.9ll82a/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=r-cran-testthat/3.2.3-1 -- bash -ec /usr/share/dh-r/pkg-r-autopkgtest'], kind test, sout raw, serr raw, env [] 869s /tmp/autopkgtest.9ll82a/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.9ll82a/pkg-r-autopkgtest-artifacts 869s /tmp/autopkgtest.9ll82a/wrapper.sh: changing to directory: /tmp/autopkgtest.9ll82a/build.k4g/src 869s /tmp/autopkgtest.9ll82a/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 869s /tmp/autopkgtest.9ll82a/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 869s /tmp/autopkgtest.9ll82a/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 869s /tmp/autopkgtest.9ll82a/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 869s /tmp/autopkgtest.9ll82a/wrapper.sh: setting environment: LANG=C.UTF-8 869s /tmp/autopkgtest.9ll82a/wrapper.sh: unsetting environment: LANGUAGE 869s /tmp/autopkgtest.9ll82a/wrapper.sh: unsetting environment: LC_ADDRESS 869s /tmp/autopkgtest.9ll82a/wrapper.sh: unsetting environment: LC_ALL 869s /tmp/autopkgtest.9ll82a/wrapper.sh: unsetting environment: LC_COLLATE 869s /tmp/autopkgtest.9ll82a/wrapper.sh: unsetting environment: LC_CTYPE 869s /tmp/autopkgtest.9ll82a/wrapper.sh: unsetting environment: LC_IDENTIFICATION 869s /tmp/autopkgtest.9ll82a/wrapper.sh: unsetting environment: LC_MEASUREMENT 869s /tmp/autopkgtest.9ll82a/wrapper.sh: unsetting environment: LC_MESSAGES 869s /tmp/autopkgtest.9ll82a/wrapper.sh: unsetting environment: LC_MONETARY 869s /tmp/autopkgtest.9ll82a/wrapper.sh: unsetting environment: LC_NAME 869s /tmp/autopkgtest.9ll82a/wrapper.sh: unsetting environment: LC_NUMERIC 869s /tmp/autopkgtest.9ll82a/wrapper.sh: unsetting environment: LC_PAPER 869s /tmp/autopkgtest.9ll82a/wrapper.sh: unsetting environment: LC_TELEPHONE 869s /tmp/autopkgtest.9ll82a/wrapper.sh: unsetting environment: LC_TIME 869s /tmp/autopkgtest.9ll82a/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 869s /tmp/autopkgtest.9ll82a/wrapper.sh: pretending to be a login shell 869s /tmp/autopkgtest.9ll82a/wrapper.sh: will write standard error to /tmp/autopkgtest.9ll82a/pkg-r-autopkgtest-stderr 869s /tmp/autopkgtest.9ll82a/wrapper.sh: will write stdout to /tmp/autopkgtest.9ll82a/pkg-r-autopkgtest-stdout 869s /tmp/autopkgtest.9ll82a/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.9ll82a/autopkgtest_tmp 869s /tmp/autopkgtest.9ll82a/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=r-cran-testthat/3.2.3-1 869s /tmp/autopkgtest.9ll82a/wrapper.sh: command to run: bash -ec /usr/share/dh-r/pkg-r-autopkgtest 869s /tmp/autopkgtest.9ll82a/wrapper.sh: copying /tmp/tmp.sUwoURLtC3/out to stdout and file: /tmp/autopkgtest.9ll82a/pkg-r-autopkgtest-stdout 869s /tmp/autopkgtest.9ll82a/wrapper.sh: copying /tmp/tmp.sUwoURLtC3/err to standard error and file: /tmp/autopkgtest.9ll82a/pkg-r-autopkgtest-stdout 869s /tmp/autopkgtest.9ll82a/wrapper.sh: writing script pid 2813 to /tmp/autopkgtest_script_pid 869s Test: Try to load the R library qvcalc 869s 869s R version 4.4.2 (2024-10-31) -- "Pile of Leaves" 869s Copyright (C) 2024 The R Foundation for Statistical Computing 869s Platform: s390x-ibm-linux-gnu 869s 869s R is free software and comes with ABSOLUTELY NO WARRANTY. 869s You are welcome to redistribute it under certain conditions. 869s Type 'license()' or 'licence()' for distribution details. 869s 869s R is a collaborative project with many contributors. 869s Type 'contributors()' for more information and 869s 'citation()' on how to cite R or R packages in publications. 869s 869s Type 'demo()' for some demos, 'help()' for on-line help, or 869s 'help.start()' for an HTML browser interface to help. 869s Type 'q()' to quit R. 869s 869s > library('qvcalc') 869s > 869s > 869s Other tests are currently unsupported! 869s They will be progressively added. 869s /tmp/autopkgtest.9ll82a/wrapper.sh: checking for leaked background processes... 869s /tmp/autopkgtest.9ll82a/wrapper.sh: waiting for tee/cat subprocesses... 869s /tmp/autopkgtest.9ll82a/wrapper.sh: cleaning up... 869s /tmp/autopkgtest.9ll82a/wrapper.sh: Exit status: 0 869s autopkgtest: DBG: testbed command exited with code 0 870s autopkgtest [05:27:00]: test pkg-r-autopkgtest: -----------------------] 870s autopkgtest: DBG: testbed executing test finished with exit status 0 870s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.9ll82a/pkg-r-autopkgtest-stdout /tmp/autopkgtest-work.8s8j0spd/out/pkg-r-autopkgtest-stdout 870s autopkgtest: DBG: got reply from testbed: ok 870s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.9ll82a/pkg-r-autopkgtest-stderr /tmp/autopkgtest-work.8s8j0spd/out/pkg-r-autopkgtest-stderr 870s autopkgtest: DBG: got reply from testbed: ok 870s autopkgtest [05:27:00]: test pkg-r-autopkgtest: - - - - - - - - - - results - - - - - - - - - - 870s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.9ll82a/pkg-r-autopkgtest-artifacts/ /tmp/autopkgtest-work.8s8j0spd/out/artifacts/ 870s pkg-r-autopkgtest PASS 870s autopkgtest: DBG: got reply from testbed: ok 870s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.9ll82a/pkg-r-autopkgtest-artifacts', '/tmp/autopkgtest.9ll82a/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 870s autopkgtest: DBG: testbed command exited with code 0 870s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 870s autopkgtest [05:27:00]: @@@@@@@@@@@@@@@@@@@@ summary 870s pkg-r-autopkgtest PASS 870s autopkgtest: DBG: testbed stop 870s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.9ll82a 870s autopkgtest: DBG: sending command to testbed: close 889s autopkgtest: DBG: got reply from testbed: ok 889s autopkgtest: DBG: sending command to testbed: quit 889s nova [W] Using flock in prodstack6-s390x 889s Creating nova instance adt-plucky-s390x-r-cran-qvcalc-20250204-051230-juju-7f2275-prod-proposed-migration-environment-15-5ee534c1-d44b-4de7-96f2-c39bc5815e84 from image adt/ubuntu-plucky-s390x-server-20250203.img (UUID 247705cf-ad10-4dc6-8dfa-317dcfe4f398)... 889s nova [W] Timed out waiting for 7ada3c78-e14b-498d-acc4-e2fd77ccbd93 to get deleted.