0s autopkgtest: DBG: testbed init 0s autopkgtest [06:38:25]: starting date and time: 2025-02-04 06:38:25+0000 0s autopkgtest [06:38:25]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [06:38:25]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.2pwcuid8/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-stars --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-2.secgroup --name adt-plucky-s390x-r-cran-stars-20250204-063825-juju-7f2275-prod-proposed-migration-environment-15-a959ff95-9a34-4eb7-92cd-df11c14c4161 --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 225s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.UWe9Ul 225s autopkgtest: DBG: sending command to testbed: print-execute-command 225s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.hh37f983/runcmd 225s autopkgtest: DBG: sending command to testbed: capabilities 225s autopkgtest: DBG: got reply from testbed: ok revert suggested-normal-user=ubuntu revert-full-system isolation-machine reboot root-on-testbed 225s autopkgtest: DBG: testbed capabilities: ['revert', 'suggested-normal-user=ubuntu', 'revert-full-system', 'isolation-machine', 'reboot', 'root-on-testbed', 'has_internet'] 225s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UWe9Ul'], kind short, sout raw, serr pipe, env [] 225s autopkgtest: DBG: testbed command exited with code 0 225s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.UWe9Ul/wrapper.sh 225s autopkgtest: DBG: got reply from testbed: ok 225s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UWe9Ul/wrapper.sh'], kind short, sout raw, serr pipe, env [] 226s autopkgtest: DBG: testbed command exited with code 0 226s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 226s autopkgtest: DBG: testbed command exited with code 0 226s autopkgtest [06:42:11]: testbed dpkg architecture: s390x 226s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 226s autopkgtest: DBG: testbed command exited with code 0 226s autopkgtest [06:42:11]: testbed apt version: 2.9.18 226s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 226s autopkgtest: DBG: testbed command exited with code 0 226s autopkgtest: DBG: testbed has eatmydata 226s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 226s autopkgtest: DBG: testbed command exited with code 0 226s autopkgtest [06:42:11]: @@@@@@@@@@@@@@@@@@@@ test bed setup 226s 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 [] 226s autopkgtest: DBG: testbed command exited with code 0 226s autopkgtest [06:42:11]: testbed release detected to be: None 227s 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 [] 227s autopkgtest: DBG: testbed command exited with code 0 227s 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 [] 227s autopkgtest: DBG: testbed command exited with code 0 227s autopkgtest: DBG: adding APT source: Types: deb deb-src 227s URIs: http://ftpmaster.internal/ubuntu/ 227s Suites: plucky-proposed 227s Components: main restricted universe multiverse 227s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 227s 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 [] 227s autopkgtest: DBG: testbed command exited with code 0 227s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 227s Package: * 227s Pin: release plucky-proposed 227s Pin-Priority: 500 227s 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 [] 227s autopkgtest: DBG: testbed command exited with code 0 227s autopkgtest [06:42:12]: updating testbed package index (apt update) 227s 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'] 228s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 228s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 228s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 228s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 228s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [80.4 kB] 228s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.8 kB] 228s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [900 kB] 231s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [111 kB] 231s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [800 kB] 235s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3348 B] 235s Fetched 2020 kB in 8s (269 kB/s) 236s Reading package lists... 236s autopkgtest: DBG: testbed command exited with code 0 236s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 236s Package: * 236s Pin: release plucky-proposed 236s Pin-Priority: 100 236s 236s Package: src:r-cran-testthat:any 236s Pin: release plucky-proposed 236s Pin-Priority: 995 236s 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 [] 236s autopkgtest: DBG: testbed command exited with code 0 236s 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.UWe9Ul/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 236s autopkgtest: DBG: testbed command exited with code 0 236s 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'] 236s + lsb_release --codename --short 236s + RELEASE=plucky 236s + cat 236s + [ plucky != trusty ] 236s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 236s Reading package lists... 236s Building dependency tree... 236s Reading state information... 236s Calculating upgrade... 236s The following packages were automatically installed and are no longer required: 236s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 236s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 236s linux-tools-6.11.0-8-generic 236s Use 'sudo apt autoremove' to remove them. 236s The following packages will be upgraded: 236s wireless-regdb 237s 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 237s Need to get 7214 B of archives. 237s After this operation, 0 B of additional disk space will be used. 237s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x wireless-regdb all 2024.10.07-0ubuntu1 [7214 B] 237s Fetched 7214 B in 0s (49.2 kB/s) 237s (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.) 237s Preparing to unpack .../wireless-regdb_2024.10.07-0ubuntu1_all.deb ... 237s Unpacking wireless-regdb (2024.10.07-0ubuntu1) over (2024.07.04-0ubuntu1) ... 237s Setting up wireless-regdb (2024.10.07-0ubuntu1) ... 237s Processing triggers for man-db (2.13.0-1) ... 237s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 237s + /usr/lib/apt/apt-helper analyze-pattern ?true 237s + uname -r 237s + sed s/\./\\./g 237s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 237s + apt list ?obsolete 237s + tail -n+2 237s + cut -d/ -f1 237s + grep -v ^linux-.*6\.12\.0-12-generic.* 237s + true 237s + obsolete_pkgs= 237s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 237s Reading package lists... 238s Building dependency tree... 238s Reading state information... 238s The following packages will be REMOVED: 238s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 238s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 238s linux-tools-6.11.0-8-generic* 238s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 238s After this operation, 143 MB disk space will be freed. 238s (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.) 238s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 238s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 239s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 239s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 239s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 239s (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.) 239s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 239s + grep -q trusty /etc/lsb-release 239s + [ ! -d /usr/share/doc/unattended-upgrades ] 239s + [ ! -d /usr/share/doc/lxd ] 239s + [ ! -d /usr/share/doc/lxd-client ] 239s + [ ! -d /usr/share/doc/snapd ] 239s + type iptables 239s + cat 239s + chmod 755 /etc/rc.local 239s + . /etc/rc.local 239s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 239s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 239s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 239s + uname -m 239s + [ s390x = ppc64le ] 239s + [ -d /run/systemd/system ] 239s + systemd-detect-virt --quiet --vm 239s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 239s + cat 239s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 239s + echo COMPRESS=lz4 239s autopkgtest: DBG: testbed command exited with code 0 239s autopkgtest [06:42:24]: upgrading testbed (apt dist-upgrade and autopurge) 239s 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'] 239s Reading package lists... 239s Building dependency tree... 239s Reading state information... 239s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 239s Starting 2 pkgProblemResolver with broken count: 0 239s Done 240s Entering ResolveByKeep 240s 240s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 240s autopkgtest: DBG: testbed command exited with code 0 240s 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'] 240s Reading package lists... 240s Building dependency tree... 240s Reading state information... 240s Starting pkgProblemResolver with broken count: 0 240s Starting 2 pkgProblemResolver with broken count: 0 240s Done 240s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 240s autopkgtest: DBG: testbed command exited with code 0 240s 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.UWe9Ul/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 240s autopkgtest: DBG: testbed command exited with code 1 240s autopkgtest [06:42:25]: rebooting testbed after setup commands that affected boot 240s autopkgtest: DBG: sending command to testbed: reboot 256s autopkgtest: DBG: got reply from testbed: ok 256s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 256s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UWe9Ul'], kind short, sout raw, serr pipe, env [] 257s autopkgtest: DBG: testbed command exited with code 0 257s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.UWe9Ul/autopkgtest-reboot 257s autopkgtest: DBG: got reply from testbed: ok 257s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UWe9Ul/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 258s autopkgtest: DBG: testbed command exited with code 0 258s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UWe9Ul/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 258s autopkgtest: DBG: testbed command exited with code 0 258s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UWe9Ul/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 258s autopkgtest: DBG: testbed command exited with code 0 258s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UWe9Ul'], kind short, sout raw, serr pipe, env [] 259s autopkgtest: DBG: testbed command exited with code 0 259s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.UWe9Ul/autopkgtest-reboot-prepare 259s autopkgtest: DBG: got reply from testbed: ok 259s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UWe9Ul/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 259s autopkgtest: DBG: testbed command exited with code 0 259s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UWe9Ul/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 259s autopkgtest: DBG: testbed command exited with code 0 259s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 260s autopkgtest: DBG: testbed command exited with code 0 260s autopkgtest [06:42:45]: testbed running kernel: Linux 6.12.0-12-generic #12-Ubuntu SMP Wed Jan 22 15:18:24 UTC 2025 260s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 260s autopkgtest: DBG: testbed command exited with code 0 260s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.UWe9Ul/testbed-packages"], kind short, sout raw, serr pipe, env [] 260s autopkgtest: DBG: testbed command exited with code 0 260s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UWe9Ul/testbed-packages /tmp/autopkgtest-work.2pwcuid8/out/testbed-packages 261s autopkgtest: DBG: got reply from testbed: ok 261s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 261s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UWe9Ul'], kind short, sout raw, serr pipe, env [] 261s autopkgtest: DBG: testbed command exited with code 0 261s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.UWe9Ul/autopkgtest-reboot 261s autopkgtest: DBG: got reply from testbed: ok 261s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UWe9Ul/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 261s autopkgtest: DBG: testbed command exited with code 0 261s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UWe9Ul/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 261s autopkgtest: DBG: testbed command exited with code 0 261s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UWe9Ul/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 262s autopkgtest: DBG: testbed command exited with code 0 262s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.UWe9Ul'], kind short, sout raw, serr pipe, env [] 262s autopkgtest: DBG: testbed command exited with code 0 262s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.UWe9Ul/autopkgtest-reboot-prepare 262s autopkgtest: DBG: got reply from testbed: ok 262s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.UWe9Ul/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 262s autopkgtest: DBG: testbed command exited with code 0 262s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.UWe9Ul/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 263s autopkgtest: DBG: testbed command exited with code 0 263s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 263s autopkgtest: DBG: testbed command exited with code 0 263s autopkgtest: DBG: Binaries: initialising 263s autopkgtest [06:42:48]: @@@@@@@@@@@@@@@@@@@@ apt-source r-cran-stars 263s autopkgtest: DBG: blame += r-cran-stars 263s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 263s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'r-cran-stars'], kind short, sout pipe, serr pipe, env [] 263s autopkgtest: DBG: testbed command exited with code 0 263s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^r-cran-stars$'], kind short, sout pipe, serr raw, env [] 264s autopkgtest: DBG: testbed command exited with code 0 264s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'r-cran-stars=0.6-7-1'], kind short, sout pipe, serr raw, env [] 265s autopkgtest: DBG: testbed command exited with code 0 265s autopkgtest: DBG: install_deps: deps_new=[] 265s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 265s autopkgtest: DBG: testbed command exited with code 0 265s 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.UWe9Ul/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source r-cran-stars=0.6-7-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-stars_*.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'] 265s + cd / 265s + mktemp -d /tmp/autopkgtest.UWe9Ul/build.XXX 265s + builddir=/tmp/autopkgtest.UWe9Ul/build.nfV 265s + cd /tmp/autopkgtest.UWe9Ul/build.nfV 265s + apt-get source -d -q --only-source r-cran-stars=0.6-7-1 280s + OUT=Reading package lists... 280s NOTICE: 'r-cran-stars' packaging is maintained in the 'Git' version control system at: 280s https://salsa.debian.org/r-pkg-team/r-cran-stars.git 280s Please use: 280s git clone https://salsa.debian.org/r-pkg-team/r-cran-stars.git 280s to retrieve the latest (possibly unreleased) updates to the package. 280s Need to get 4041 kB of source archives. 280s Get:1 http://ftpmaster.internal/ubuntu plucky/universe r-cran-stars 0.6-7-1 (dsc) [2749 B] 280s Get:2 http://ftpmaster.internal/ubuntu plucky/universe r-cran-stars 0.6-7-1 (tar) [4034 kB] 280s Get:3 http://ftpmaster.internal/ubuntu plucky/universe r-cran-stars 0.6-7-1 (diff) [4392 B] 280s Fetched 4041 kB in 16s (257 kB/s) 280s Download complete and in download only mode 280s + [ -n ] 280s + echo Reading package lists... 280s NOTICE: 'r-cran-stars' packaging is maintained in the 'Git' version control system at: 280s https://salsa.debian.org/r-pkg-team/r-cran-stars.git 280s Please use: 280s git clone https://salsa.debian.org/r-pkg-team/r-cran-stars.git 280s to retrieve the latest (possibly unreleased) updates to the package. 280s Need to get 4041 kB of source archives. 280s Get:1 http://ftpmaster.internal/ubuntu plucky/universe r-cran-stars 0.6-7-1 (dsc) [2749 B] 280s Get:2 http://ftpmaster.internal/ubuntu plucky/universe r-cran-stars 0.6-7-1 (tar) [4034 kB] 280s Get:3 http://ftpmaster.internal/ubuntu plucky/universe r-cran-stars 0.6-7-1 (diff) [4392 B] 280s Fetched 4041 kB in 16s (257 kB/s) 280s Download complete and in download only mode 280s + grep ^Get: 280s Get:1 http://ftpmaster.internal/ubuntu plucky/universe r-cran-stars 0.6-7-1 (dsc) [2749 B] 280s Get:2 http://ftpmaster.internal/ubuntu plucky/universe r-cran-stars 0.6-7-1 (tar) [4034 kB] 280s Get:3 http://ftpmaster.internal/ubuntu plucky/universe r-cran-stars 0.6-7-1 (diff) [4392 B] 280s + dpkg-source -x r-cran-stars_0.6-7-1.dsc src 280s gpgv: Signature made Thu Jan 23 02:23:45 2025 UTC 280s gpgv: using RSA key 73471499CC60ED9EEE805946C5BD6C8F2295D502 280s gpgv: issuer "plessy@debian.org" 280s gpgv: Can't check signature: No public key 280s dpkg-source: warning: cannot verify inline signature for ./r-cran-stars_0.6-7-1.dsc: no acceptable signature found 280s + chmod -R a+rX . 280s + cd src/. 280s + pwd 280s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 280s autopkgtest: DBG: testbed command exited with code 0 280s autopkgtest [06:43:05]: testing package r-cran-stars version 0.6-7-1 280s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UWe9Ul/build.nfV/src/debian/ /tmp/autopkgtest-work.2pwcuid8/out/pkg/debian/ 281s autopkgtest: DBG: got reply from testbed: ok 281s autopkgtest: DBG: autodep8 generated control: ----- 281s Tests: run-unit-test 281s Depends: @, 281s r-cran-cairo, 281s r-cran-pcict, 281s r-cran-rnetcdf (>= 1.8-2), 281s r-cran-clue, 281s r-cran-covr, 281s r-cran-cubelyr, 281s r-cran-digest, 281s r-cran-dplyr (>= 0.7-0), 281s r-cran-exactextractr, 281s r-cran-fnn, 281s r-cran-future.apply, 281s r-cran-ggforce, 281s r-cran-ggplot2, 281s r-cran-ggthemes, 281s r-cran-gstat, 281s r-cran-httr, 281s r-cran-jsonlite, 281s r-cran-knitr, 281s r-cran-lwgeom, 281s r-cran-maps, 281s r-cran-mapdata, 281s r-cran-ncdfgeom, 281s r-cran-ncmeta (>= 0.0.3), 281s r-cran-pbapply, 281s r-cran-plm, 281s r-cran-randomforest, 281s r-cran-raster, 281s r-cran-rmarkdown, 281s r-cran-sp, 281s r-cran-spacetime, 281s r-cran-spatstat (>= 2.0-1), 281s r-cran-spatstat.geom, 281s r-cran-terra (>= 1.4-22), 281s r-cran-testthat, 281s r-cran-tibble, 281s r-cran-tidyr, 281s r-cran-viridis, 281s r-cran-xts, 281s r-cran-zoo 281s Restrictions: allow-stderr, skip-not-installable 281s Architecture: !s390x 281s 281s 281s Test-Command: /usr/share/dh-r/pkg-r-autopkgtest 281s Depends: @, pkg-r-autopkgtest, 281s Restrictions: allow-stderr, skip-not-installable 281s Features: test-name=pkg-r-autopkgtest 281s Architecture: !s390x 281s 281s ------- 281s autopkgtest: DBG: processing dependency @ 281s autopkgtest: DBG: synthesised dependency r-cran-stars 281s autopkgtest: DBG: processing dependency r-cran-cairo 281s autopkgtest: DBG: processing dependency r-cran-pcict 281s autopkgtest: DBG: processing dependency r-cran-rnetcdf (>= 1.8-2) 281s autopkgtest: DBG: processing dependency r-cran-clue 281s autopkgtest: DBG: processing dependency r-cran-covr 281s autopkgtest: DBG: processing dependency r-cran-cubelyr 281s autopkgtest: DBG: processing dependency r-cran-digest 281s autopkgtest: DBG: processing dependency r-cran-dplyr (>= 0.7-0) 281s autopkgtest: DBG: processing dependency r-cran-exactextractr 281s autopkgtest: DBG: processing dependency r-cran-fnn 281s autopkgtest: DBG: processing dependency r-cran-future.apply 281s autopkgtest: DBG: processing dependency r-cran-ggforce 281s autopkgtest: DBG: processing dependency r-cran-ggplot2 281s autopkgtest: DBG: processing dependency r-cran-ggthemes 281s autopkgtest: DBG: processing dependency r-cran-gstat 281s autopkgtest: DBG: processing dependency r-cran-httr 281s autopkgtest: DBG: processing dependency r-cran-jsonlite 281s autopkgtest: DBG: processing dependency r-cran-knitr 281s autopkgtest: DBG: processing dependency r-cran-lwgeom 281s autopkgtest: DBG: processing dependency r-cran-maps 281s autopkgtest: DBG: processing dependency r-cran-mapdata 281s autopkgtest: DBG: processing dependency r-cran-ncdfgeom 281s autopkgtest: DBG: processing dependency r-cran-ncmeta (>= 0.0.3) 281s autopkgtest: DBG: processing dependency r-cran-pbapply 281s autopkgtest: DBG: processing dependency r-cran-plm 281s autopkgtest: DBG: processing dependency r-cran-randomforest 281s autopkgtest: DBG: processing dependency r-cran-raster 281s autopkgtest: DBG: processing dependency r-cran-rmarkdown 281s autopkgtest: DBG: processing dependency r-cran-sp 281s autopkgtest: DBG: processing dependency r-cran-spacetime 281s autopkgtest: DBG: processing dependency r-cran-spatstat (>= 2.0-1) 281s autopkgtest: DBG: processing dependency r-cran-spatstat.geom 281s autopkgtest: DBG: processing dependency r-cran-terra (>= 1.4-22) 281s autopkgtest: DBG: processing dependency r-cran-testthat 281s autopkgtest: DBG: processing dependency r-cran-tibble 281s autopkgtest: DBG: processing dependency r-cran-tidyr 281s autopkgtest: DBG: processing dependency r-cran-viridis 281s autopkgtest: DBG: processing dependency r-cran-xts 281s autopkgtest: DBG: processing dependency r-cran-zoo 281s run-unit-test SKIP Test declares architecture as not supported: s390x 281s autopkgtest: DBG: processing dependency @ 281s autopkgtest: DBG: synthesised dependency r-cran-stars 281s autopkgtest: DBG: processing dependency pkg-r-autopkgtest 281s pkg-r-autopkgtest SKIP Test declares architecture as not supported: s390x 281s autopkgtest [06:43:06]: build not needed 281s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.UWe9Ul/build.nfV/src/ /tmp/autopkgtest-work.2pwcuid8/out/tests-tree/ 285s autopkgtest: DBG: got reply from testbed: ok 288s autopkgtest: DBG: autodep8 generated control: ----- 288s Tests: run-unit-test 288s Depends: @, 288s r-cran-cairo, 288s r-cran-pcict, 288s r-cran-rnetcdf (>= 1.8-2), 288s r-cran-clue, 288s r-cran-covr, 288s r-cran-cubelyr, 288s r-cran-digest, 288s r-cran-dplyr (>= 0.7-0), 288s r-cran-exactextractr, 288s r-cran-fnn, 288s r-cran-future.apply, 288s r-cran-ggforce, 288s r-cran-ggplot2, 288s r-cran-ggthemes, 288s r-cran-gstat, 288s r-cran-httr, 288s r-cran-jsonlite, 288s r-cran-knitr, 288s r-cran-lwgeom, 288s r-cran-maps, 288s r-cran-mapdata, 288s r-cran-ncdfgeom, 288s r-cran-ncmeta (>= 0.0.3), 288s r-cran-pbapply, 288s r-cran-plm, 288s r-cran-randomforest, 288s r-cran-raster, 288s r-cran-rmarkdown, 288s r-cran-sp, 288s r-cran-spacetime, 288s r-cran-spatstat (>= 2.0-1), 288s r-cran-spatstat.geom, 288s r-cran-terra (>= 1.4-22), 288s r-cran-testthat, 288s r-cran-tibble, 288s r-cran-tidyr, 288s r-cran-viridis, 288s r-cran-xts, 288s r-cran-zoo 288s Restrictions: allow-stderr, skip-not-installable 288s Architecture: !s390x 288s 288s 288s Test-Command: /usr/share/dh-r/pkg-r-autopkgtest 288s Depends: @, r-cran-cairo,r-cran-pcict,r-cran-rnetcdf,r-cran-clue,r-cran-covr,r-cran-digest,r-cran-dplyr,r-cran-fnn,r-cran-future.apply,r-cran-ggforce,r-cran-ggplot2,r-cran-ggthemes,r-cran-httr,r-cran-jsonlite,r-cran-knitr,r-cran-lwgeom,r-cran-maps,r-cran-mapdata,r-cran-ncdfgeom,r-cran-ncmeta,r-cran-pbapply,r-cran-plm,r-cran-randomforest,r-cran-raster,r-cran-rmarkdown,r-cran-sp,r-cran-spacetime,r-cran-spatstat,r-cran-testthat,r-cran-tibble,r-cran-tidyr,r-cran-viridis,r-cran-xts,r-cran-zoo, pkg-r-autopkgtest, 288s Restrictions: allow-stderr, skip-not-installable 288s Features: test-name=pkg-r-autopkgtest 288s Architecture: !s390x 288s 288s ------- 288s autopkgtest: DBG: processing dependency @ 288s autopkgtest: DBG: synthesised dependency r-cran-stars 288s autopkgtest: DBG: processing dependency r-cran-cairo 288s autopkgtest: DBG: processing dependency r-cran-pcict 288s autopkgtest: DBG: processing dependency r-cran-rnetcdf (>= 1.8-2) 288s autopkgtest: DBG: processing dependency r-cran-clue 288s autopkgtest: DBG: processing dependency r-cran-covr 288s autopkgtest: DBG: processing dependency r-cran-cubelyr 288s autopkgtest: DBG: processing dependency r-cran-digest 288s autopkgtest: DBG: processing dependency r-cran-dplyr (>= 0.7-0) 288s autopkgtest: DBG: processing dependency r-cran-exactextractr 288s autopkgtest: DBG: processing dependency r-cran-fnn 288s autopkgtest: DBG: processing dependency r-cran-future.apply 288s autopkgtest: DBG: processing dependency r-cran-ggforce 288s autopkgtest: DBG: processing dependency r-cran-ggplot2 288s autopkgtest: DBG: processing dependency r-cran-ggthemes 288s autopkgtest: DBG: processing dependency r-cran-gstat 288s autopkgtest: DBG: processing dependency r-cran-httr 288s autopkgtest: DBG: processing dependency r-cran-jsonlite 288s autopkgtest: DBG: processing dependency r-cran-knitr 288s autopkgtest: DBG: processing dependency r-cran-lwgeom 288s autopkgtest: DBG: processing dependency r-cran-maps 288s autopkgtest: DBG: processing dependency r-cran-mapdata 288s autopkgtest: DBG: processing dependency r-cran-ncdfgeom 288s autopkgtest: DBG: processing dependency r-cran-ncmeta (>= 0.0.3) 288s autopkgtest: DBG: processing dependency r-cran-pbapply 288s autopkgtest: DBG: processing dependency r-cran-plm 288s autopkgtest: DBG: processing dependency r-cran-randomforest 288s autopkgtest: DBG: processing dependency r-cran-raster 288s autopkgtest: DBG: processing dependency r-cran-rmarkdown 288s autopkgtest: DBG: processing dependency r-cran-sp 288s autopkgtest: DBG: processing dependency r-cran-spacetime 288s autopkgtest: DBG: processing dependency r-cran-spatstat (>= 2.0-1) 288s autopkgtest: DBG: processing dependency r-cran-spatstat.geom 288s autopkgtest: DBG: processing dependency r-cran-terra (>= 1.4-22) 288s autopkgtest: DBG: processing dependency r-cran-testthat 288s autopkgtest: DBG: processing dependency r-cran-tibble 288s autopkgtest: DBG: processing dependency r-cran-tidyr 288s autopkgtest: DBG: processing dependency r-cran-viridis 288s autopkgtest: DBG: processing dependency r-cran-xts 288s autopkgtest: DBG: processing dependency r-cran-zoo 288s run-unit-test SKIP Test declares architecture as not supported: s390x 288s autopkgtest: DBG: processing dependency @ 288s autopkgtest: DBG: synthesised dependency r-cran-stars 288s autopkgtest: DBG: processing dependency r-cran-cairo 288s autopkgtest: DBG: processing dependency r-cran-pcict 288s autopkgtest: DBG: processing dependency r-cran-rnetcdf 288s autopkgtest: DBG: processing dependency r-cran-clue 288s autopkgtest: DBG: processing dependency r-cran-covr 288s autopkgtest: DBG: processing dependency r-cran-digest 288s autopkgtest: DBG: processing dependency r-cran-dplyr 288s autopkgtest: DBG: processing dependency r-cran-fnn 288s autopkgtest: DBG: processing dependency r-cran-future.apply 288s autopkgtest: DBG: processing dependency r-cran-ggforce 288s autopkgtest: DBG: processing dependency r-cran-ggplot2 288s autopkgtest: DBG: processing dependency r-cran-ggthemes 288s autopkgtest: DBG: processing dependency r-cran-httr 288s autopkgtest: DBG: processing dependency r-cran-jsonlite 288s autopkgtest: DBG: processing dependency r-cran-knitr 288s autopkgtest: DBG: processing dependency r-cran-lwgeom 288s autopkgtest: DBG: processing dependency r-cran-maps 288s autopkgtest: DBG: processing dependency r-cran-mapdata 288s autopkgtest: DBG: processing dependency r-cran-ncdfgeom 288s autopkgtest: DBG: processing dependency r-cran-ncmeta 288s autopkgtest: DBG: processing dependency r-cran-pbapply 288s autopkgtest: DBG: processing dependency r-cran-plm 288s autopkgtest: DBG: processing dependency r-cran-randomforest 288s autopkgtest: DBG: processing dependency r-cran-raster 288s autopkgtest: DBG: processing dependency r-cran-rmarkdown 288s autopkgtest: DBG: processing dependency r-cran-sp 288s autopkgtest: DBG: processing dependency r-cran-spacetime 288s autopkgtest: DBG: processing dependency r-cran-spatstat 288s autopkgtest: DBG: processing dependency r-cran-testthat 288s autopkgtest: DBG: processing dependency r-cran-tibble 288s autopkgtest: DBG: processing dependency r-cran-tidyr 288s autopkgtest: DBG: processing dependency r-cran-viridis 288s autopkgtest: DBG: processing dependency r-cran-xts 288s autopkgtest: DBG: processing dependency r-cran-zoo 288s autopkgtest: DBG: processing dependency pkg-r-autopkgtest 288s pkg-r-autopkgtest SKIP Test declares architecture as not supported: s390x 288s autopkgtest [06:43:13]: @@@@@@@@@@@@@@@@@@@@ summary 288s run-unit-test SKIP Test declares architecture as not supported: s390x 288s pkg-r-autopkgtest SKIP Test declares architecture as not supported: s390x 288s run-unit-test SKIP Test declares architecture as not supported: s390x 288s pkg-r-autopkgtest SKIP Test declares architecture as not supported: s390x 288s autopkgtest: DBG: testbed stop 288s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.UWe9Ul 288s autopkgtest: DBG: sending command to testbed: close 295s autopkgtest: DBG: got reply from testbed: ok 295s autopkgtest: DBG: sending command to testbed: quit 295s nova [W] Using flock in prodstack6-s390x 295s Creating nova instance adt-plucky-s390x-r-cran-stars-20250204-063825-juju-7f2275-prod-proposed-migration-environment-15-a959ff95-9a34-4eb7-92cd-df11c14c4161 from image adt/ubuntu-plucky-s390x-server-20250203.img (UUID 247705cf-ad10-4dc6-8dfa-317dcfe4f398)... 295s nova [W] Timed out waiting for f6283cde-a699-42fa-9260-6c6668e61f45 to get deleted.