0s autopkgtest: DBG: testbed init 0s autopkgtest [04:52:55]: starting date and time: 2025-02-04 04:52:55+0000 0s autopkgtest [04:52:55]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [04:52:55]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.81rcmgb6/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-powerlaw --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-29.secgroup --name adt-plucky-s390x-r-cran-powerlaw-20250204-045255-juju-7f2275-prod-proposed-migration-environment-15-e4516e39-3f55-49e8-b55f-e93b81e6bf44 --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 47s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.5IkC9y 47s autopkgtest: DBG: sending command to testbed: print-execute-command 47s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.kfx0hygz/runcmd 47s autopkgtest: DBG: sending command to testbed: capabilities 47s autopkgtest: DBG: got reply from testbed: ok reboot suggested-normal-user=ubuntu revert-full-system isolation-machine revert root-on-testbed 47s autopkgtest: DBG: testbed capabilities: ['reboot', 'suggested-normal-user=ubuntu', 'revert-full-system', 'isolation-machine', 'revert', 'root-on-testbed', 'has_internet'] 47s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5IkC9y'], kind short, sout raw, serr pipe, env [] 47s autopkgtest: DBG: testbed command exited with code 0 47s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.5IkC9y/wrapper.sh 47s autopkgtest: DBG: got reply from testbed: ok 47s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5IkC9y/wrapper.sh'], kind short, sout raw, serr pipe, env [] 48s autopkgtest: DBG: testbed command exited with code 0 48s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 48s autopkgtest: DBG: testbed command exited with code 0 48s autopkgtest [04:53:43]: testbed dpkg architecture: s390x 48s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 48s autopkgtest: DBG: testbed command exited with code 0 48s autopkgtest [04:53:43]: testbed apt version: 2.9.18 48s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 48s autopkgtest: DBG: testbed command exited with code 0 48s autopkgtest: DBG: testbed has eatmydata 48s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 48s autopkgtest: DBG: testbed command exited with code 0 48s autopkgtest [04:53:43]: @@@@@@@@@@@@@@@@@@@@ test bed setup 48s 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 [] 49s autopkgtest: DBG: testbed command exited with code 0 49s autopkgtest [04:53:44]: testbed release detected to be: None 49s 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 [] 49s autopkgtest: DBG: testbed command exited with code 0 49s 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 [] 49s autopkgtest: DBG: testbed command exited with code 0 49s autopkgtest: DBG: adding APT source: Types: deb deb-src 49s URIs: http://ftpmaster.internal/ubuntu/ 49s Suites: plucky-proposed 49s Components: main restricted universe multiverse 49s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 49s 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 [] 49s autopkgtest: DBG: testbed command exited with code 0 49s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 49s Package: * 49s Pin: release plucky-proposed 49s Pin-Priority: 500 49s 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 [] 50s autopkgtest: DBG: testbed command exited with code 0 50s autopkgtest [04:53:45]: updating testbed package index (apt update) 50s 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'] 50s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 50s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 50s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 50s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 51s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [906 kB] 51s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.8 kB] 51s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [81.7 kB] 51s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [113 kB] 51s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [798 kB] 51s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3348 B] 51s Fetched 2027 kB in 1s (2038 kB/s) 52s Reading package lists... 52s autopkgtest: DBG: testbed command exited with code 0 52s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 52s Package: * 52s Pin: release plucky-proposed 52s Pin-Priority: 100 52s 52s Package: src:r-cran-testthat:any 52s Pin: release plucky-proposed 52s Pin-Priority: 995 52s 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 [] 52s autopkgtest: DBG: testbed command exited with code 0 52s 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.5IkC9y/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 52s autopkgtest: DBG: testbed command exited with code 0 52s 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'] 52s + lsb_release --codename --short 52s + RELEASE=plucky 52s + cat 52s + [ plucky != trusty ] 52s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 52s Reading package lists... 52s Building dependency tree... 52s Reading state information... 52s Calculating upgrade... 53s The following packages were automatically installed and are no longer required: 53s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 53s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 53s linux-tools-6.11.0-8-generic 53s Use 'sudo apt autoremove' to remove them. 53s The following packages will be upgraded: 53s wireless-regdb 53s 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 53s Need to get 7214 B of archives. 53s After this operation, 0 B of additional disk space will be used. 53s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x wireless-regdb all 2024.10.07-0ubuntu1 [7214 B] 53s Fetched 7214 B in 0s (50.8 kB/s) 53s (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.) 53s Preparing to unpack .../wireless-regdb_2024.10.07-0ubuntu1_all.deb ... 53s Unpacking wireless-regdb (2024.10.07-0ubuntu1) over (2024.07.04-0ubuntu1) ... 53s Setting up wireless-regdb (2024.10.07-0ubuntu1) ... 53s Processing triggers for man-db (2.13.0-1) ... 53s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 53s + /usr/lib/apt/apt-helper analyze-pattern ?true 53s + uname -r 53s + sed s/\./\\./g 53s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 53s + apt list ?obsolete 53s + tail -n+2+ 53s cut -d/ -f1 53s + grep -v ^linux-.*6\.12\.0-12-generic.* 53s + true 53s + obsolete_pkgs= 53s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 54s Reading package lists... 54s Building dependency tree... 54s Reading state information... 54s The following packages will be REMOVED: 54s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 54s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 54s linux-tools-6.11.0-8-generic* 54s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 54s After this operation, 143 MB disk space will be freed. 54s (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.) 54s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 54s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 55s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 55s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 55s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 55s (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.) 55s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 55s + grep -q trusty /etc/lsb-release 55s + [ ! -d /usr/share/doc/unattended-upgrades ] 55s + [ ! -d /usr/share/doc/lxd ] 55s + [ ! -d /usr/share/doc/lxd-client ] 55s + [ ! -d /usr/share/doc/snapd ] 55s + type iptables 55s + cat 55s + chmod 755 /etc/rc.local 55s + . /etc/rc.local 55s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 55s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 55s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 55s + uname -m 55s + [ s390x = ppc64le ] 55s + [ -d /run/systemd/system ] 55s + systemd-detect-virt --quiet --vm 55s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 55s + cat 55s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 55s + echo COMPRESS=lz4 55s autopkgtest: DBG: testbed command exited with code 0 55s autopkgtest [04:53:50]: upgrading testbed (apt dist-upgrade and autopurge) 55s 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'] 55s Reading package lists... 55s Building dependency tree... 55s Reading state information... 55s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 55s Starting 2 pkgProblemResolver with broken count: 0 55s Done 56s Entering ResolveByKeep 56s 56s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 56s autopkgtest: DBG: testbed command exited with code 0 56s 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'] 56s Reading package lists... 56s Building dependency tree... 56s Reading state information... 56s Starting pkgProblemResolver with broken count: 0 56s Starting 2 pkgProblemResolver with broken count: 0 56s Done 57s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 57s autopkgtest: DBG: testbed command exited with code 0 57s 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.5IkC9y/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 57s autopkgtest: DBG: testbed command exited with code 1 57s autopkgtest [04:53:52]: rebooting testbed after setup commands that affected boot 57s autopkgtest: DBG: sending command to testbed: reboot 79s autopkgtest: DBG: got reply from testbed: ok 79s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 79s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5IkC9y'], kind short, sout raw, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.5IkC9y/autopkgtest-reboot 80s autopkgtest: DBG: got reply from testbed: ok 80s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5IkC9y/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5IkC9y/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5IkC9y/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5IkC9y'], kind short, sout raw, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.5IkC9y/autopkgtest-reboot-prepare 81s autopkgtest: DBG: got reply from testbed: ok 81s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5IkC9y/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5IkC9y/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest [04:54:16]: testbed running kernel: Linux 6.12.0-12-generic #12-Ubuntu SMP Wed Jan 22 15:18:24 UTC 2025 81s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.5IkC9y/testbed-packages"], kind short, sout raw, serr pipe, env [] 82s autopkgtest: DBG: testbed command exited with code 0 82s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5IkC9y/testbed-packages /tmp/autopkgtest-work.81rcmgb6/out/testbed-packages 82s autopkgtest: DBG: got reply from testbed: ok 82s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 82s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5IkC9y'], kind short, sout raw, serr pipe, env [] 82s autopkgtest: DBG: testbed command exited with code 0 82s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.5IkC9y/autopkgtest-reboot 82s autopkgtest: DBG: got reply from testbed: ok 82s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5IkC9y/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 82s autopkgtest: DBG: testbed command exited with code 0 82s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5IkC9y/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 82s autopkgtest: DBG: testbed command exited with code 0 82s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5IkC9y/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.5IkC9y'], kind short, sout raw, serr pipe, env [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.5IkC9y/autopkgtest-reboot-prepare 83s autopkgtest: DBG: got reply from testbed: ok 83s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.5IkC9y/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.5IkC9y/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: Binaries: initialising 83s autopkgtest [04:54:18]: @@@@@@@@@@@@@@@@@@@@ apt-source r-cran-powerlaw 83s autopkgtest: DBG: blame += r-cran-powerlaw 83s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 83s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'r-cran-powerlaw'], kind short, sout pipe, serr pipe, env [] 84s autopkgtest: DBG: testbed command exited with code 0 84s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^r-cran-powerlaw$'], kind short, sout pipe, serr raw, env [] 84s autopkgtest: DBG: testbed command exited with code 0 84s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'r-cran-powerlaw=0.80.0-1'], kind short, sout pipe, serr raw, env [] 84s autopkgtest: DBG: testbed command exited with code 0 84s autopkgtest: DBG: install_deps: deps_new=[] 84s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 84s autopkgtest: DBG: testbed command exited with code 0 84s 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.5IkC9y/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source r-cran-powerlaw=0.80.0-1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x r-cran-powerlaw_*.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'] 85s + cd / 85s + mktemp -d /tmp/autopkgtest.5IkC9y/build.XXX 85s + builddir=/tmp/autopkgtest.5IkC9y/build.zPW 85s + cd /tmp/autopkgtest.5IkC9y/build.zPW 85s + apt-get source -d -q --only-source r-cran-powerlaw=0.80.0-1 90s + OUT=Reading package lists... 90s NOTICE: 'r-cran-powerlaw' packaging is maintained in the 'Git' version control system at: 90s https://salsa.debian.org/r-pkg-team/r-cran-powerlaw.git 90s Please use: 90s git clone https://salsa.debian.org/r-pkg-team/r-cran-powerlaw.git 90s to retrieve the latest (possibly unreleased) updates to the package. 90s Need to get 4481 kB of source archives. 90s Get:1 http://ftpmaster.internal/ubuntu plucky/universe r-cran-powerlaw 0.80.0-1 (dsc) [2166 B] 90s Get:2 http://ftpmaster.internal/ubuntu plucky/universe r-cran-powerlaw 0.80.0-1 (tar) [4476 kB] 90s Get:3 http://ftpmaster.internal/ubuntu plucky/universe r-cran-powerlaw 0.80.0-1 (diff) [2780 B] 90s Fetched 4481 kB in 5s (892 kB/s) 90s Download complete and in download only mode 90s + [ -n ] 90s + echo+ Reading package lists... 90s NOTICE: 'r-cran-powerlaw' packaging is maintained in the 'Git' version control system at: 90s https://salsa.debian.org/r-pkg-team/r-cran-powerlaw.git 90s Please use: 90s git clone https://salsa.debian.org/r-pkg-team/r-cran-powerlaw.git 90s to retrieve the latest (possibly unreleased) updates to the package. 90s Need to get 4481 kB of source archives. 90s Get:1 http://ftpmaster.internal/ubuntu plucky/universe r-cran-powerlaw 0.80.0-1 (dsc) [2166 B] 90s Get:2 http://ftpmaster.internal/ubuntu plucky/universe r-cran-powerlaw 0.80.0-1 (tar) [4476 kB] 90s Get:3 http://ftpmaster.internal/ubuntu plucky/universe r-cran-powerlaw 0.80.0-1 (diff) [2780 B] 90s Fetched 4481 kB in 5s (892 kB/s) 90s Download complete and in download only mode 90s grep ^Get: 90s Get:1 http://ftpmaster.internal/ubuntu plucky/universe r-cran-powerlaw 0.80.0-1 (dsc) [2166 B] 90s Get:2 http://ftpmaster.internal/ubuntu plucky/universe r-cran-powerlaw 0.80.0-1 (tar) [4476 kB] 90s Get:3 http://ftpmaster.internal/ubuntu plucky/universe r-cran-powerlaw 0.80.0-1 (diff) [2780 B] 90s + dpkg-source -x r-cran-powerlaw_0.80.0-1.dsc src 90s gpgv: Signature made Mon Jan 29 21:01:04 2024 UTC 90s gpgv: using RSA key F1F007320A035541F0A663CA578A0494D1C646D1 90s gpgv: issuer "tille@debian.org" 90s gpgv: Can't check signature: No public key 90s dpkg-source: warning: cannot verify inline signature for ./r-cran-powerlaw_0.80.0-1.dsc: no acceptable signature found 90s + chmod -R a+rX . 90s + cd src/. 90s + pwd 90s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 90s autopkgtest: DBG: testbed command exited with code 0 90s autopkgtest [04:54:25]: testing package r-cran-powerlaw version 0.80.0-1 90s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5IkC9y/build.zPW/src/debian/ /tmp/autopkgtest-work.81rcmgb6/out/pkg/debian/ 90s autopkgtest: DBG: got reply from testbed: ok 90s autopkgtest: DBG: autodep8 generated control: ----- 90s Tests: run-unit-test 90s Depends: @, 90s r-cran-covr, 90s r-cran-knitr, 90s r-cran-testthat 90s Restrictions: allow-stderr 90s 90s 90s Test-Command: /usr/share/dh-r/pkg-r-autopkgtest 90s Depends: @, pkg-r-autopkgtest, 90s Restrictions: allow-stderr, 90s Features: test-name=pkg-r-autopkgtest 90s 90s ------- 90s autopkgtest: DBG: processing dependency @ 90s autopkgtest: DBG: synthesised dependency r-cran-powerlaw 90s autopkgtest: DBG: processing dependency r-cran-covr 90s autopkgtest: DBG: processing dependency r-cran-knitr 90s autopkgtest: DBG: processing dependency r-cran-testthat 90s autopkgtest: DBG: Test defined: name run-unit-test path debian/tests/run-unit-test command "None" restrictions ['allow-stderr'] features [] depends ['r-cran-powerlaw', 'r-cran-covr', 'r-cran-knitr', 'r-cran-testthat'] 90s autopkgtest: DBG: processing dependency @ 90s autopkgtest: DBG: synthesised dependency r-cran-powerlaw 90s autopkgtest: DBG: processing dependency pkg-r-autopkgtest 90s 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-powerlaw', 'pkg-r-autopkgtest'] 90s autopkgtest [04:54:25]: build not needed 90s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5IkC9y/build.zPW/src/ /tmp/autopkgtest-work.81rcmgb6/out/tests-tree/ 91s autopkgtest: DBG: got reply from testbed: ok 92s autopkgtest: DBG: autodep8 generated control: ----- 92s Tests: run-unit-test 92s Depends: @, 92s r-cran-covr, 92s r-cran-knitr, 92s r-cran-testthat 92s Restrictions: allow-stderr 92s 92s 92s Test-Command: /usr/share/dh-r/pkg-r-autopkgtest 92s Depends: @, r-cran-covr,r-cran-knitr,r-cran-testthat, pkg-r-autopkgtest, 92s Restrictions: allow-stderr, 92s Features: test-name=pkg-r-autopkgtest 92s 92s ------- 92s autopkgtest: DBG: processing dependency @ 92s autopkgtest: DBG: synthesised dependency r-cran-powerlaw 92s autopkgtest: DBG: processing dependency r-cran-covr 92s autopkgtest: DBG: processing dependency r-cran-knitr 92s autopkgtest: DBG: processing dependency r-cran-testthat 92s autopkgtest: DBG: Test defined: name run-unit-test path debian/tests/run-unit-test command "None" restrictions ['allow-stderr'] features [] depends ['r-cran-powerlaw', 'r-cran-covr', 'r-cran-knitr', 'r-cran-testthat'] 92s autopkgtest: DBG: processing dependency @ 92s autopkgtest: DBG: synthesised dependency r-cran-powerlaw 92s autopkgtest: DBG: processing dependency r-cran-covr 92s autopkgtest: DBG: processing dependency r-cran-knitr 92s autopkgtest: DBG: processing dependency r-cran-testthat 92s autopkgtest: DBG: processing dependency pkg-r-autopkgtest 92s 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-powerlaw', 'r-cran-covr', 'r-cran-knitr', 'r-cran-testthat', 'pkg-r-autopkgtest'] 92s autopkgtest [04:54:27]: test run-unit-test: preparing testbed 92s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['r-cran-powerlaw', 'r-cran-covr', 'r-cran-knitr', 'r-cran-testthat'] 92s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 92s autopkgtest: DBG: install_deps: deps_new=['r-cran-powerlaw', 'r-cran-covr', 'r-cran-knitr', 'r-cran-testthat'] 92s autopkgtest: DBG: install-deps: satisfying r-cran-powerlaw, r-cran-covr, r-cran-knitr, r-cran-testthat 92s autopkgtest: DBG: can use apt-get on testbed: True 92s 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-powerlaw, r-cran-covr, r-cran-knitr, r-cran-testthat'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 92s Reading package lists... 92s Building dependency tree... 92s Reading state information... 92s Starting pkgProblemResolver with broken count: 0 92s Starting 2 pkgProblemResolver with broken count: 0 92s Done 92s The following NEW packages will be installed: 92s fontconfig fontconfig-config fonts-dejavu-core fonts-dejavu-mono 92s fonts-glyphicons-halflings fonts-mathjax libblas3 libcairo2 libdatrie1 92s libdeflate0 libfontconfig1 libfreetype6 libgfortran5 libgomp1 libgraphite2-3 92s libharfbuzz0b libice6 libjbig0 libjpeg-turbo8 libjpeg8 libjs-bootstrap 92s libjs-highlight.js libjs-jquery libjs-jquery-datatables libjs-mathjax 92s liblapack3 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 92s libpaper-utils libpaper2 libpixman-1-0 libsharpyuv0 libsm6 libtcl8.6 92s libthai-data libthai0 libtiff6 libtk8.6 libwebp7 libxcb-render0 libxcb-shm0 92s libxft2 libxrender1 libxss1 libxt6t64 node-html5shiv node-normalize.css 92s r-base-core r-cran-askpass r-cran-brio r-cran-callr r-cran-cli r-cran-covr 92s r-cran-crayon r-cran-curl r-cran-desc r-cran-diffobj r-cran-digest 92s r-cran-evaluate r-cran-fs r-cran-glue r-cran-highr r-cran-httr 92s r-cran-jsonlite r-cran-knitr r-cran-lazyeval r-cran-lifecycle 92s r-cran-magrittr r-cran-mime r-cran-openssl r-cran-pkgbuild r-cran-pkgload 92s r-cran-powerlaw r-cran-pracma r-cran-praise r-cran-processx r-cran-ps 92s r-cran-r6 r-cran-rex r-cran-rlang r-cran-rprojroot r-cran-sys 92s r-cran-testthat r-cran-waldo r-cran-withr r-cran-xfun r-cran-yaml unzip 92s x11-common xdg-utils zip 93s 0 upgraded, 92 newly installed, 0 to remove and 0 not upgraded. 93s Need to get 67.9 MB of archives. 93s After this operation, 162 MB of additional disk space will be used. 93s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 94s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 96s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 100s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-1.1ubuntu2 [37.4 kB] 101s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-1.1ubuntu2 [150 kB] 101s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-1.1ubuntu2 [191 kB] 102s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x fonts-glyphicons-halflings all 1.009~3.4.1+dfsg-3 [118 kB] 103s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-mathjax all 2.7.9+dfsg-1 [2208 kB] 120s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libblas3 s390x 3.12.0-4 [238 kB] 121s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 122s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 122s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 122s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 123s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 129s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie1 s390x 0.2.13-3build1 [20.6 kB] 129s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 129s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran5 s390x 14.2.0-13ubuntu1 [588 kB] 133s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-13ubuntu1 [151 kB] 133s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 134s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 136s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 137s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 137s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 139s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 139s Get:25 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-bootstrap all 3.4.1+dfsg-3 [129 kB] 140s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-highlight.js all 9.18.5+dfsg1-2 [385 kB] 144s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 145s Get:28 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-datatables all 1.11.5+dfsg-2 [146 kB] 146s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack3 s390x 3.12.0-4 [2964 kB] 161s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-data all 0.1.29-2build1 [158 kB] 162s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libthai0 s390x 0.1.29-2build1 [20.7 kB] 162s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x libpango-1.0-0 s390x 1.56.1-1 [253 kB] 163s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoft2-1.0-0 s390x 1.56.1-1 [50.3 kB] 163s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libpangocairo-1.0-0 s390x 1.56.1-1 [28.3 kB] 164s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libpaper2 s390x 2.2.5-0.3 [17.2 kB] 164s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libpaper-utils s390x 2.2.5-0.3 [15.3 kB] 164s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 164s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 164s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 172s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 173s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 174s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 175s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 175s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libxss1 s390x 1:1.2.3-1build3 [7396 B] 175s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x libtk8.6 s390x 8.6.16-1 [830 kB] 178s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libxt6t64 s390x 1:1.2.1-1.2build1 [184 kB] 179s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x node-html5shiv all 3.7.3+dfsg-5 [13.5 kB] 179s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x node-normalize.css all 8.0.1-5 [10.8 kB] 179s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x zip s390x 3.0-14ubuntu2 [187 kB] 181s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x unzip s390x 6.0-28ubuntu6 [186 kB] 182s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x xdg-utils all 1.2.1-0ubuntu1 [67.5 kB] 182s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x r-base-core s390x 4.4.2-1build1 [28.6 MB] 368s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sys s390x 3.4.3-1 [45.2 kB] 368s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-askpass s390x 1.2.1-1 [24.8 kB] 368s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-brio s390x 1.1.5-1 [38.6 kB] 369s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ps s390x 1.8.1-1 [395 kB] 374s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-r6 all 2.5.1-1 [99.0 kB] 375s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-processx s390x 3.8.5-1 [354 kB] 379s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-callr all 3.7.6-1 [458 kB] 384s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cli s390x 3.6.3-1 [1349 kB] 389s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-digest s390x 0.6.37-1 [205 kB] 390s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-jsonlite s390x 1.8.9+dfsg-1 [447 kB] 393s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lazyeval s390x 0.2.2-1build1 [143 kB] 394s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rex all 1.2.1-1 [129 kB] 395s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-curl s390x 6.1.0+dfsg-1 [195 kB] 397s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mime s390x 0.12-2 [35.8 kB] 397s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-openssl s390x 2.2.0+dfsg-1 [405 kB] 401s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-httr all 1.4.7+dfsg-1 [459 kB] 406s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-crayon all 1.5.3-1 [165 kB] 407s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-withr all 3.0.2+dfsg-1 [214 kB] 409s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-yaml s390x 2.3.10-1 [113 kB] 410s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-covr s390x 3.6.4+dfsg-1 [302 kB] 414s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-desc all 1.4.3-1 [359 kB] 418s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-diffobj s390x 0.3.5-1 [1115 kB] 428s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-evaluate all 1.0.3-1 [114 kB] 430s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-fs s390x 1.6.5+dfsg-1 [245 kB] 433s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-glue s390x 1.8.0-1 [164 kB] 434s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-xfun s390x 0.50+dfsg-1 [568 kB] 437s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-highr all 0.11+dfsg-1 [38.5 kB] 437s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-mathjax all 2.7.9+dfsg-1 [5665 kB] 479s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-knitr all 1.49+dfsg-1 [859 kB] 483s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rlang s390x 1.1.5-1 [1713 kB] 495s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lifecycle all 1.0.4+dfsg-1 [110 kB] 496s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-magrittr s390x 2.0.3-1 [154 kB] 497s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pkgbuild all 1.4.6-1 [213 kB] 500s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rprojroot all 2.0.4-2 [125 kB] 501s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pkgload all 1.4.0-1 [247 kB] 502s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pracma all 2.4.4-3 [1710 kB] 512s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-powerlaw all 0.80.0-1 [3727 kB] 538s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-praise all 1.0.0-4build1 [20.3 kB] 538s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-waldo all 0.6.1-1 [150 kB] 539s Get:92 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x r-cran-testthat s390x 3.2.3-1 [1641 kB] 550s Preconfiguring packages ... 550s Fetched 67.9 MB in 7min 37s (148 kB/s) 550s Selecting previously unselected package libfreetype6:s390x. 550s (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.) 550s Preparing to unpack .../00-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 550s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 550s Selecting previously unselected package fonts-dejavu-mono. 550s Preparing to unpack .../01-fonts-dejavu-mono_2.37-8_all.deb ... 550s Unpacking fonts-dejavu-mono (2.37-8) ... 550s Selecting previously unselected package fonts-dejavu-core. 550s Preparing to unpack .../02-fonts-dejavu-core_2.37-8_all.deb ... 550s Unpacking fonts-dejavu-core (2.37-8) ... 550s Selecting previously unselected package fontconfig-config. 550s Preparing to unpack .../03-fontconfig-config_2.15.0-1.1ubuntu2_s390x.deb ... 551s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 551s Selecting previously unselected package libfontconfig1:s390x. 551s Preparing to unpack .../04-libfontconfig1_2.15.0-1.1ubuntu2_s390x.deb ... 551s Unpacking libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 551s Selecting previously unselected package fontconfig. 551s Preparing to unpack .../05-fontconfig_2.15.0-1.1ubuntu2_s390x.deb ... 551s Unpacking fontconfig (2.15.0-1.1ubuntu2) ... 551s Selecting previously unselected package fonts-glyphicons-halflings. 551s Preparing to unpack .../06-fonts-glyphicons-halflings_1.009~3.4.1+dfsg-3_all.deb ... 551s Unpacking fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) ... 551s Selecting previously unselected package fonts-mathjax. 551s Preparing to unpack .../07-fonts-mathjax_2.7.9+dfsg-1_all.deb ... 551s Unpacking fonts-mathjax (2.7.9+dfsg-1) ... 551s Selecting previously unselected package libblas3:s390x. 551s Preparing to unpack .../08-libblas3_3.12.0-4_s390x.deb ... 551s Unpacking libblas3:s390x (3.12.0-4) ... 551s Selecting previously unselected package libpixman-1-0:s390x. 551s Preparing to unpack .../09-libpixman-1-0_0.44.0-3_s390x.deb ... 551s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 551s Selecting previously unselected package libxcb-render0:s390x. 551s Preparing to unpack .../10-libxcb-render0_1.17.0-2_s390x.deb ... 551s Unpacking libxcb-render0:s390x (1.17.0-2) ... 551s Selecting previously unselected package libxcb-shm0:s390x. 551s Preparing to unpack .../11-libxcb-shm0_1.17.0-2_s390x.deb ... 551s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 551s Selecting previously unselected package libxrender1:s390x. 551s Preparing to unpack .../12-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 551s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 551s Selecting previously unselected package libcairo2:s390x. 551s Preparing to unpack .../13-libcairo2_1.18.2-2_s390x.deb ... 551s Unpacking libcairo2:s390x (1.18.2-2) ... 551s Selecting previously unselected package libdatrie1:s390x. 551s Preparing to unpack .../14-libdatrie1_0.2.13-3build1_s390x.deb ... 551s Unpacking libdatrie1:s390x (0.2.13-3build1) ... 551s Selecting previously unselected package libdeflate0:s390x. 551s Preparing to unpack .../15-libdeflate0_1.23-1_s390x.deb ... 551s Unpacking libdeflate0:s390x (1.23-1) ... 551s Selecting previously unselected package libgfortran5:s390x. 551s Preparing to unpack .../16-libgfortran5_14.2.0-13ubuntu1_s390x.deb ... 551s Unpacking libgfortran5:s390x (14.2.0-13ubuntu1) ... 551s Selecting previously unselected package libgomp1:s390x. 551s Preparing to unpack .../17-libgomp1_14.2.0-13ubuntu1_s390x.deb ... 551s Unpacking libgomp1:s390x (14.2.0-13ubuntu1) ... 551s Selecting previously unselected package libgraphite2-3:s390x. 551s Preparing to unpack .../18-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 551s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 551s Selecting previously unselected package libharfbuzz0b:s390x. 551s Preparing to unpack .../19-libharfbuzz0b_10.2.0-1_s390x.deb ... 551s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 551s Selecting previously unselected package x11-common. 551s Preparing to unpack .../20-x11-common_1%3a7.7+23ubuntu3_all.deb ... 551s Unpacking x11-common (1:7.7+23ubuntu3) ... 551s Selecting previously unselected package libice6:s390x. 551s Preparing to unpack .../21-libice6_2%3a1.1.1-1_s390x.deb ... 551s Unpacking libice6:s390x (2:1.1.1-1) ... 551s Selecting previously unselected package libjpeg-turbo8:s390x. 551s Preparing to unpack .../22-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 551s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 551s Selecting previously unselected package libjpeg8:s390x. 551s Preparing to unpack .../23-libjpeg8_8c-2ubuntu11_s390x.deb ... 551s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 551s Selecting previously unselected package libjs-bootstrap. 551s Preparing to unpack .../24-libjs-bootstrap_3.4.1+dfsg-3_all.deb ... 551s Unpacking libjs-bootstrap (3.4.1+dfsg-3) ... 551s Selecting previously unselected package libjs-highlight.js. 551s Preparing to unpack .../25-libjs-highlight.js_9.18.5+dfsg1-2_all.deb ... 551s Unpacking libjs-highlight.js (9.18.5+dfsg1-2) ... 551s Selecting previously unselected package libjs-jquery. 551s Preparing to unpack .../26-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 551s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 551s Selecting previously unselected package libjs-jquery-datatables. 551s Preparing to unpack .../27-libjs-jquery-datatables_1.11.5+dfsg-2_all.deb ... 551s Unpacking libjs-jquery-datatables (1.11.5+dfsg-2) ... 551s Selecting previously unselected package liblapack3:s390x. 551s Preparing to unpack .../28-liblapack3_3.12.0-4_s390x.deb ... 551s Unpacking liblapack3:s390x (3.12.0-4) ... 551s Selecting previously unselected package libthai-data. 551s Preparing to unpack .../29-libthai-data_0.1.29-2build1_all.deb ... 551s Unpacking libthai-data (0.1.29-2build1) ... 551s Selecting previously unselected package libthai0:s390x. 551s Preparing to unpack .../30-libthai0_0.1.29-2build1_s390x.deb ... 551s Unpacking libthai0:s390x (0.1.29-2build1) ... 551s Selecting previously unselected package libpango-1.0-0:s390x. 551s Preparing to unpack .../31-libpango-1.0-0_1.56.1-1_s390x.deb ... 551s Unpacking libpango-1.0-0:s390x (1.56.1-1) ... 551s Selecting previously unselected package libpangoft2-1.0-0:s390x. 551s Preparing to unpack .../32-libpangoft2-1.0-0_1.56.1-1_s390x.deb ... 551s Unpacking libpangoft2-1.0-0:s390x (1.56.1-1) ... 551s Selecting previously unselected package libpangocairo-1.0-0:s390x. 551s Preparing to unpack .../33-libpangocairo-1.0-0_1.56.1-1_s390x.deb ... 551s Unpacking libpangocairo-1.0-0:s390x (1.56.1-1) ... 551s Selecting previously unselected package libpaper2:s390x. 551s Preparing to unpack .../34-libpaper2_2.2.5-0.3_s390x.deb ... 551s Unpacking libpaper2:s390x (2.2.5-0.3) ... 551s Selecting previously unselected package libpaper-utils. 551s Preparing to unpack .../35-libpaper-utils_2.2.5-0.3_s390x.deb ... 551s Unpacking libpaper-utils (2.2.5-0.3) ... 551s Selecting previously unselected package libsharpyuv0:s390x. 551s Preparing to unpack .../36-libsharpyuv0_1.5.0-0.1_s390x.deb ... 551s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 551s Selecting previously unselected package libsm6:s390x. 551s Preparing to unpack .../37-libsm6_2%3a1.2.4-1_s390x.deb ... 551s Unpacking libsm6:s390x (2:1.2.4-1) ... 551s Selecting previously unselected package libtcl8.6:s390x. 551s Preparing to unpack .../38-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 551s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 551s Selecting previously unselected package libjbig0:s390x. 551s Preparing to unpack .../39-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 551s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 551s Selecting previously unselected package libwebp7:s390x. 551s Preparing to unpack .../40-libwebp7_1.5.0-0.1_s390x.deb ... 551s Unpacking libwebp7:s390x (1.5.0-0.1) ... 551s Selecting previously unselected package libtiff6:s390x. 551s Preparing to unpack .../41-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 551s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 551s Selecting previously unselected package libxft2:s390x. 551s Preparing to unpack .../42-libxft2_2.3.6-1build1_s390x.deb ... 551s Unpacking libxft2:s390x (2.3.6-1build1) ... 551s Selecting previously unselected package libxss1:s390x. 551s Preparing to unpack .../43-libxss1_1%3a1.2.3-1build3_s390x.deb ... 551s Unpacking libxss1:s390x (1:1.2.3-1build3) ... 551s Selecting previously unselected package libtk8.6:s390x. 551s Preparing to unpack .../44-libtk8.6_8.6.16-1_s390x.deb ... 551s Unpacking libtk8.6:s390x (8.6.16-1) ... 551s Selecting previously unselected package libxt6t64:s390x. 551s Preparing to unpack .../45-libxt6t64_1%3a1.2.1-1.2build1_s390x.deb ... 551s Unpacking libxt6t64:s390x (1:1.2.1-1.2build1) ... 551s Selecting previously unselected package node-html5shiv. 551s Preparing to unpack .../46-node-html5shiv_3.7.3+dfsg-5_all.deb ... 551s Unpacking node-html5shiv (3.7.3+dfsg-5) ... 551s Selecting previously unselected package node-normalize.css. 551s Preparing to unpack .../47-node-normalize.css_8.0.1-5_all.deb ... 551s Unpacking node-normalize.css (8.0.1-5) ... 551s Selecting previously unselected package zip. 551s Preparing to unpack .../48-zip_3.0-14ubuntu2_s390x.deb ... 551s Unpacking zip (3.0-14ubuntu2) ... 551s Selecting previously unselected package unzip. 551s Preparing to unpack .../49-unzip_6.0-28ubuntu6_s390x.deb ... 551s Unpacking unzip (6.0-28ubuntu6) ... 551s Selecting previously unselected package xdg-utils. 551s Preparing to unpack .../50-xdg-utils_1.2.1-0ubuntu1_all.deb ... 551s Unpacking xdg-utils (1.2.1-0ubuntu1) ... 551s Selecting previously unselected package r-base-core. 551s Preparing to unpack .../51-r-base-core_4.4.2-1build1_s390x.deb ... 551s Unpacking r-base-core (4.4.2-1build1) ... 552s Selecting previously unselected package r-cran-sys. 552s Preparing to unpack .../52-r-cran-sys_3.4.3-1_s390x.deb ... 552s Unpacking r-cran-sys (3.4.3-1) ... 552s Selecting previously unselected package r-cran-askpass. 552s Preparing to unpack .../53-r-cran-askpass_1.2.1-1_s390x.deb ... 552s Unpacking r-cran-askpass (1.2.1-1) ... 552s Selecting previously unselected package r-cran-brio. 552s Preparing to unpack .../54-r-cran-brio_1.1.5-1_s390x.deb ... 552s Unpacking r-cran-brio (1.1.5-1) ... 552s Selecting previously unselected package r-cran-ps. 552s Preparing to unpack .../55-r-cran-ps_1.8.1-1_s390x.deb ... 552s Unpacking r-cran-ps (1.8.1-1) ... 552s Selecting previously unselected package r-cran-r6. 552s Preparing to unpack .../56-r-cran-r6_2.5.1-1_all.deb ... 552s Unpacking r-cran-r6 (2.5.1-1) ... 552s Selecting previously unselected package r-cran-processx. 552s Preparing to unpack .../57-r-cran-processx_3.8.5-1_s390x.deb ... 552s Unpacking r-cran-processx (3.8.5-1) ... 552s Selecting previously unselected package r-cran-callr. 552s Preparing to unpack .../58-r-cran-callr_3.7.6-1_all.deb ... 552s Unpacking r-cran-callr (3.7.6-1) ... 552s Selecting previously unselected package r-cran-cli. 552s Preparing to unpack .../59-r-cran-cli_3.6.3-1_s390x.deb ... 552s Unpacking r-cran-cli (3.6.3-1) ... 552s Selecting previously unselected package r-cran-digest. 552s Preparing to unpack .../60-r-cran-digest_0.6.37-1_s390x.deb ... 552s Unpacking r-cran-digest (0.6.37-1) ... 552s Selecting previously unselected package r-cran-jsonlite. 552s Preparing to unpack .../61-r-cran-jsonlite_1.8.9+dfsg-1_s390x.deb ... 552s Unpacking r-cran-jsonlite (1.8.9+dfsg-1) ... 552s Selecting previously unselected package r-cran-lazyeval. 552s Preparing to unpack .../62-r-cran-lazyeval_0.2.2-1build1_s390x.deb ... 552s Unpacking r-cran-lazyeval (0.2.2-1build1) ... 552s Selecting previously unselected package r-cran-rex. 552s Preparing to unpack .../63-r-cran-rex_1.2.1-1_all.deb ... 552s Unpacking r-cran-rex (1.2.1-1) ... 552s Selecting previously unselected package r-cran-curl. 552s Preparing to unpack .../64-r-cran-curl_6.1.0+dfsg-1_s390x.deb ... 552s Unpacking r-cran-curl (6.1.0+dfsg-1) ... 552s Selecting previously unselected package r-cran-mime. 552s Preparing to unpack .../65-r-cran-mime_0.12-2_s390x.deb ... 552s Unpacking r-cran-mime (0.12-2) ... 552s Selecting previously unselected package r-cran-openssl. 552s Preparing to unpack .../66-r-cran-openssl_2.2.0+dfsg-1_s390x.deb ... 552s Unpacking r-cran-openssl (2.2.0+dfsg-1) ... 552s Selecting previously unselected package r-cran-httr. 552s Preparing to unpack .../67-r-cran-httr_1.4.7+dfsg-1_all.deb ... 552s Unpacking r-cran-httr (1.4.7+dfsg-1) ... 552s Selecting previously unselected package r-cran-crayon. 552s Preparing to unpack .../68-r-cran-crayon_1.5.3-1_all.deb ... 552s Unpacking r-cran-crayon (1.5.3-1) ... 552s Selecting previously unselected package r-cran-withr. 552s Preparing to unpack .../69-r-cran-withr_3.0.2+dfsg-1_all.deb ... 552s Unpacking r-cran-withr (3.0.2+dfsg-1) ... 552s Selecting previously unselected package r-cran-yaml. 552s Preparing to unpack .../70-r-cran-yaml_2.3.10-1_s390x.deb ... 552s Unpacking r-cran-yaml (2.3.10-1) ... 552s Selecting previously unselected package r-cran-covr. 552s Preparing to unpack .../71-r-cran-covr_3.6.4+dfsg-1_s390x.deb ... 552s Unpacking r-cran-covr (3.6.4+dfsg-1) ... 552s Selecting previously unselected package r-cran-desc. 552s Preparing to unpack .../72-r-cran-desc_1.4.3-1_all.deb ... 552s Unpacking r-cran-desc (1.4.3-1) ... 552s Selecting previously unselected package r-cran-diffobj. 552s Preparing to unpack .../73-r-cran-diffobj_0.3.5-1_s390x.deb ... 552s Unpacking r-cran-diffobj (0.3.5-1) ... 552s Selecting previously unselected package r-cran-evaluate. 552s Preparing to unpack .../74-r-cran-evaluate_1.0.3-1_all.deb ... 552s Unpacking r-cran-evaluate (1.0.3-1) ... 552s Selecting previously unselected package r-cran-fs. 552s Preparing to unpack .../75-r-cran-fs_1.6.5+dfsg-1_s390x.deb ... 552s Unpacking r-cran-fs (1.6.5+dfsg-1) ... 552s Selecting previously unselected package r-cran-glue. 552s Preparing to unpack .../76-r-cran-glue_1.8.0-1_s390x.deb ... 552s Unpacking r-cran-glue (1.8.0-1) ... 552s Selecting previously unselected package r-cran-xfun. 552s Preparing to unpack .../77-r-cran-xfun_0.50+dfsg-1_s390x.deb ... 552s Unpacking r-cran-xfun (0.50+dfsg-1) ... 552s Selecting previously unselected package r-cran-highr. 552s Preparing to unpack .../78-r-cran-highr_0.11+dfsg-1_all.deb ... 552s Unpacking r-cran-highr (0.11+dfsg-1) ... 552s Selecting previously unselected package libjs-mathjax. 552s Preparing to unpack .../79-libjs-mathjax_2.7.9+dfsg-1_all.deb ... 552s Unpacking libjs-mathjax (2.7.9+dfsg-1) ... 552s Selecting previously unselected package r-cran-knitr. 552s Preparing to unpack .../80-r-cran-knitr_1.49+dfsg-1_all.deb ... 552s Unpacking r-cran-knitr (1.49+dfsg-1) ... 552s Selecting previously unselected package r-cran-rlang. 552s Preparing to unpack .../81-r-cran-rlang_1.1.5-1_s390x.deb ... 552s Unpacking r-cran-rlang (1.1.5-1) ... 552s Selecting previously unselected package r-cran-lifecycle. 552s Preparing to unpack .../82-r-cran-lifecycle_1.0.4+dfsg-1_all.deb ... 552s Unpacking r-cran-lifecycle (1.0.4+dfsg-1) ... 552s Selecting previously unselected package r-cran-magrittr. 552s Preparing to unpack .../83-r-cran-magrittr_2.0.3-1_s390x.deb ... 552s Unpacking r-cran-magrittr (2.0.3-1) ... 552s Selecting previously unselected package r-cran-pkgbuild. 552s Preparing to unpack .../84-r-cran-pkgbuild_1.4.6-1_all.deb ... 552s Unpacking r-cran-pkgbuild (1.4.6-1) ... 552s Selecting previously unselected package r-cran-rprojroot. 552s Preparing to unpack .../85-r-cran-rprojroot_2.0.4-2_all.deb ... 552s Unpacking r-cran-rprojroot (2.0.4-2) ... 552s Selecting previously unselected package r-cran-pkgload. 552s Preparing to unpack .../86-r-cran-pkgload_1.4.0-1_all.deb ... 552s Unpacking r-cran-pkgload (1.4.0-1) ... 553s Selecting previously unselected package r-cran-pracma. 553s Preparing to unpack .../87-r-cran-pracma_2.4.4-3_all.deb ... 553s Unpacking r-cran-pracma (2.4.4-3) ... 553s Selecting previously unselected package r-cran-powerlaw. 553s Preparing to unpack .../88-r-cran-powerlaw_0.80.0-1_all.deb ... 553s Unpacking r-cran-powerlaw (0.80.0-1) ... 553s Selecting previously unselected package r-cran-praise. 553s Preparing to unpack .../89-r-cran-praise_1.0.0-4build1_all.deb ... 553s Unpacking r-cran-praise (1.0.0-4build1) ... 553s Selecting previously unselected package r-cran-waldo. 553s Preparing to unpack .../90-r-cran-waldo_0.6.1-1_all.deb ... 553s Unpacking r-cran-waldo (0.6.1-1) ... 553s Selecting previously unselected package r-cran-testthat. 553s Preparing to unpack .../91-r-cran-testthat_3.2.3-1_s390x.deb ... 553s Unpacking r-cran-testthat (3.2.3-1) ... 553s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 553s Setting up libpixman-1-0:s390x (0.44.0-3) ... 553s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 553s Setting up fonts-mathjax (2.7.9+dfsg-1) ... 553s Setting up libjs-mathjax (2.7.9+dfsg-1) ... 553s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 553s Setting up libdatrie1:s390x (0.2.13-3build1) ... 553s Setting up libxcb-render0:s390x (1.17.0-2) ... 553s Setting up fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) ... 553s Setting up unzip (6.0-28ubuntu6) ... 553s Setting up x11-common (1:7.7+23ubuntu3) ... 553s Setting up node-html5shiv (3.7.3+dfsg-5) ... 553s Setting up libdeflate0:s390x (1.23-1) ... 553s Setting up libxcb-shm0:s390x (1.17.0-2) ... 553s Setting up libgomp1:s390x (14.2.0-13ubuntu1) ... 553s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 553s Setting up zip (3.0-14ubuntu2) ... 553s Setting up libblas3:s390x (3.12.0-4) ... 553s 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 553s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 553s Setting up fonts-dejavu-mono (2.37-8) ... 553s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 553s Setting up fonts-dejavu-core (2.37-8) ... 553s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 553s Setting up libgfortran5:s390x (14.2.0-13ubuntu1) ... 553s Setting up libwebp7:s390x (1.5.0-0.1) ... 553s Setting up libjs-highlight.js (9.18.5+dfsg1-2) ... 553s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 553s Setting up libthai-data (0.1.29-2build1) ... 553s Setting up libxss1:s390x (1:1.2.3-1build3) ... 553s Setting up libpaper2:s390x (2.2.5-0.3) ... 553s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 553s Setting up node-normalize.css (8.0.1-5) ... 553s Setting up xdg-utils (1.2.1-0ubuntu1) ... 553s update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode 553s Setting up libjs-bootstrap (3.4.1+dfsg-3) ... 553s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 553s Setting up libice6:s390x (2:1.1.1-1) ... 553s Setting up liblapack3:s390x (3.12.0-4) ... 553s 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 553s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 553s Setting up libpaper-utils (2.2.5-0.3) ... 553s Setting up libjs-jquery-datatables (1.11.5+dfsg-2) ... 553s Setting up libthai0:s390x (0.1.29-2build1) ... 553s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 553s Setting up libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 553s Setting up libsm6:s390x (2:1.2.4-1) ... 553s Setting up fontconfig (2.15.0-1.1ubuntu2) ... 555s Regenerating fonts cache... done. 555s Setting up libxft2:s390x (2.3.6-1build1) ... 555s Setting up libtk8.6:s390x (8.6.16-1) ... 555s Setting up libpango-1.0-0:s390x (1.56.1-1) ... 555s Setting up libcairo2:s390x (1.18.2-2) ... 555s Setting up libxt6t64:s390x (1:1.2.1-1.2build1) ... 555s Setting up libpangoft2-1.0-0:s390x (1.56.1-1) ... 555s Setting up libpangocairo-1.0-0:s390x (1.56.1-1) ... 555s Setting up r-base-core (4.4.2-1build1) ... 555s Creating config file /etc/R/Renviron with new version 555s Setting up r-cran-crayon (1.5.3-1) ... 555s Setting up r-cran-ps (1.8.1-1) ... 555s Setting up r-cran-lazyeval (0.2.2-1build1) ... 555s Setting up r-cran-r6 (2.5.1-1) ... 555s Setting up r-cran-magrittr (2.0.3-1) ... 555s Setting up r-cran-fs (1.6.5+dfsg-1) ... 555s Setting up r-cran-curl (6.1.0+dfsg-1) ... 555s Setting up r-cran-brio (1.1.5-1) ... 555s Setting up r-cran-diffobj (0.3.5-1) ... 555s Setting up r-cran-rlang (1.1.5-1) ... 555s Setting up r-cran-pracma (2.4.4-3) ... 555s Setting up r-cran-xfun (0.50+dfsg-1) ... 555s Setting up r-cran-sys (3.4.3-1) ... 555s Setting up r-cran-withr (3.0.2+dfsg-1) ... 555s Setting up r-cran-processx (3.8.5-1) ... 555s Setting up r-cran-mime (0.12-2) ... 555s Setting up r-cran-praise (1.0.0-4build1) ... 555s Setting up r-cran-digest (0.6.37-1) ... 555s Setting up r-cran-yaml (2.3.10-1) ... 555s Setting up r-cran-evaluate (1.0.3-1) ... 555s Setting up r-cran-highr (0.11+dfsg-1) ... 555s Setting up r-cran-glue (1.8.0-1) ... 555s Setting up r-cran-cli (3.6.3-1) ... 555s Setting up r-cran-lifecycle (1.0.4+dfsg-1) ... 555s Setting up r-cran-rprojroot (2.0.4-2) ... 555s Setting up r-cran-askpass (1.2.1-1) ... 555s Setting up r-cran-jsonlite (1.8.9+dfsg-1) ... 555s Setting up r-cran-rex (1.2.1-1) ... 555s Setting up r-cran-waldo (0.6.1-1) ... 555s Setting up r-cran-knitr (1.49+dfsg-1) ... 555s Setting up r-cran-powerlaw (0.80.0-1) ... 555s Setting up r-cran-openssl (2.2.0+dfsg-1) ... 555s Setting up r-cran-callr (3.7.6-1) ... 555s Setting up r-cran-desc (1.4.3-1) ... 555s Setting up r-cran-httr (1.4.7+dfsg-1) ... 555s Setting up r-cran-covr (3.6.4+dfsg-1) ... 555s Setting up r-cran-pkgbuild (1.4.6-1) ... 555s Setting up r-cran-pkgload (1.4.0-1) ... 555s Setting up r-cran-testthat (3.2.3-1) ... 555s Processing triggers for libc-bin (2.40-4ubuntu1) ... 555s Processing triggers for man-db (2.13.0-1) ... 556s Processing triggers for install-info (7.1.1-1) ... 556s autopkgtest: DBG: testbed command exited with code 0 556s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'r-cran-powerlaw'], kind short, sout pipe, serr pipe, env [] 557s autopkgtest: DBG: testbed command exited with code 0 557s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.5IkC9y/run-unit-test-packages.all"], kind short, sout raw, serr pipe, env [] 557s autopkgtest: DBG: testbed command exited with code 0 557s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5IkC9y/run-unit-test-packages.all /tmp/autopkgtest-work.81rcmgb6/out/run-unit-test-packages.all 557s autopkgtest: DBG: got reply from testbed: ok 557s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.5IkC9y/build.zPW/src'], kind short, sout raw, serr raw, env [] 557s autopkgtest: DBG: testbed command exited with code 0 557s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.5IkC9y/build.zPW/src already exists 557s autopkgtest [05:02:12]: test run-unit-test: [----------------------- 557s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.5IkC9y/wrapper.sh --debug --artifacts=/tmp/autopkgtest.5IkC9y/run-unit-test-artifacts --chdir=/tmp/autopkgtest.5IkC9y/build.zPW/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.5IkC9y/run-unit-test-stderr --stdout=/tmp/autopkgtest.5IkC9y/run-unit-test-stdout --tmp=/tmp/autopkgtest.5IkC9y/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=r-cran-testthat/3.2.3-1 --make-executable=/tmp/autopkgtest.5IkC9y/build.zPW/src/debian/tests/run-unit-test -- /tmp/autopkgtest.5IkC9y/build.zPW/src/debian/tests/run-unit-test'], kind test, sout raw, serr raw, env [] 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.5IkC9y/run-unit-test-artifacts 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: changing to directory: /tmp/autopkgtest.5IkC9y/build.zPW/src 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: setting environment: LANG=C.UTF-8 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LANGUAGE 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_ADDRESS 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_ALL 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_COLLATE 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_CTYPE 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_IDENTIFICATION 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_MEASUREMENT 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_MESSAGES 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_MONETARY 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_NAME 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_NUMERIC 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_PAPER 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_TELEPHONE 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_TIME 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: pretending to be a login shell 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: will write standard error to /tmp/autopkgtest.5IkC9y/run-unit-test-stderr 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: will write stdout to /tmp/autopkgtest.5IkC9y/run-unit-test-stdout 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.5IkC9y/autopkgtest_tmp 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=r-cran-testthat/3.2.3-1 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: marking as executable: /tmp/autopkgtest.5IkC9y/build.zPW/src/debian/tests/run-unit-test 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: command to run: /tmp/autopkgtest.5IkC9y/build.zPW/src/debian/tests/run-unit-test 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: copying /tmp/tmp.Q7ZdAHdCkY/out to stdout and file: /tmp/autopkgtest.5IkC9y/run-unit-test-stdout 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: copying /tmp/tmp.Q7ZdAHdCkY/err to standard error and file: /tmp/autopkgtest.5IkC9y/run-unit-test-stdout 557s /tmp/autopkgtest.5IkC9y/wrapper.sh: writing script pid 2694 to /tmp/autopkgtest_script_pid 557s BEGIN TEST testthat.R 557s 557s R version 4.4.2 (2024-10-31) -- "Pile of Leaves" 557s Copyright (C) 2024 The R Foundation for Statistical Computing 557s Platform: s390x-ibm-linux-gnu 557s 557s R is free software and comes with ABSOLUTELY NO WARRANTY. 557s You are welcome to redistribute it under certain conditions. 557s Type 'license()' or 'licence()' for distribution details. 557s 557s R is a collaborative project with many contributors. 557s Type 'contributors()' for more information and 557s 'citation()' on how to cite R or R packages in publications. 557s 557s Type 'demo()' for some demos, 'help()' for on-line help, or 557s 'help.start()' for an HTML browser interface to help. 557s Type 'q()' to quit R. 557s 557s > library("testthat") 558s > test_check("poweRlaw") 558s Loading required package: poweRlaw 560s [ FAIL 0 | WARN 0 | SKIP 7 | PASS 91 ] 560s 560s == Skipped tests (7) =========================================================== 560s * On CRAN (6): 'test_bootstrap.R:2:3', 'test_estimate_pars.R:2:3', 560s 'test_estimate_xmin.R:2:3', 'test_estimate_xmin.R:87:3', 560s 'test_get_sims.R:2:3', 'test_plot.R:2:3' 560s * empty test (1): 'test_show.R:2:1' 560s 560s [ FAIL 0 | WARN 0 | SKIP 7 | PASS 91 ] 560s > 560s /tmp/autopkgtest.5IkC9y/wrapper.sh: checking for leaked background processes... 560s /tmp/autopkgtest.5IkC9y/wrapper.sh: waiting for tee/cat subprocesses... 560s /tmp/autopkgtest.5IkC9y/wrapper.sh: cleaning up... 560s /tmp/autopkgtest.5IkC9y/wrapper.sh: Exit status: 0 560s autopkgtest: DBG: testbed command exited with code 0 560s autopkgtest [05:02:15]: test run-unit-test: -----------------------] 560s autopkgtest: DBG: testbed executing test finished with exit status 0 560s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5IkC9y/run-unit-test-stdout /tmp/autopkgtest-work.81rcmgb6/out/run-unit-test-stdout 560s autopkgtest: DBG: got reply from testbed: ok 560s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5IkC9y/run-unit-test-stderr /tmp/autopkgtest-work.81rcmgb6/out/run-unit-test-stderr 560s autopkgtest: DBG: got reply from testbed: ok 561s run-unit-test PASS 561s autopkgtest [05:02:16]: test run-unit-test: - - - - - - - - - - results - - - - - - - - - - 561s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5IkC9y/run-unit-test-artifacts/ /tmp/autopkgtest-work.81rcmgb6/out/artifacts/ 561s autopkgtest: DBG: got reply from testbed: ok 561s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.5IkC9y/run-unit-test-artifacts', '/tmp/autopkgtest.5IkC9y/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 561s autopkgtest: DBG: testbed command exited with code 0 561s autopkgtest [05:02:16]: test pkg-r-autopkgtest: preparing testbed 561s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['r-cran-powerlaw', 'r-cran-covr', 'r-cran-knitr', 'r-cran-testthat'], deps_new=['r-cran-powerlaw', 'r-cran-covr', 'r-cran-knitr', 'r-cran-testthat', 'pkg-r-autopkgtest'] 561s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 561s autopkgtest: DBG: install_deps: deps_new=['r-cran-powerlaw', 'r-cran-covr', 'r-cran-knitr', 'r-cran-testthat', 'pkg-r-autopkgtest'] 561s autopkgtest: DBG: install-deps: satisfying r-cran-powerlaw, r-cran-covr, r-cran-knitr, r-cran-testthat, pkg-r-autopkgtest 561s autopkgtest: DBG: can use apt-get on testbed: True 561s 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-powerlaw, r-cran-covr, r-cran-knitr, r-cran-testthat, pkg-r-autopkgtest'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 561s Reading package lists... 561s Building dependency tree... 561s Reading state information... 561s Starting pkgProblemResolver with broken count: 0 561s Starting 2 pkgProblemResolver with broken count: 0 561s Done 562s The following NEW packages will be installed: 562s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu 562s dctrl-tools g++ g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 562s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gfortran gfortran-14 562s gfortran-14-s390x-linux-gnu gfortran-s390x-linux-gnu icu-devtools libasan8 562s libblas-dev libbz2-dev libcc1-0 libdeflate-dev libgcc-14-dev 562s libgfortran-14-dev libicu-dev libisl23 libitm1 libjpeg-dev 562s libjpeg-turbo8-dev libjpeg8-dev liblapack-dev liblzma-dev libmpc3 562s libncurses-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 562s libpkgconf3 libpng-dev libreadline-dev libstdc++-14-dev libtirpc-dev 562s libubsan1 pkg-r-autopkgtest pkgconf pkgconf-bin r-base-dev zlib1g-dev 562s 0 upgraded, 51 newly installed, 0 to remove and 0 not upgraded. 562s Need to get 82.1 MB of archives. 562s After this operation, 278 MB of additional disk space will be used. 562s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 566s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 566s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-13ubuntu1 [9570 kB] 624s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-13ubuntu1 [1026 B] 624s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 624s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 624s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-13ubuntu1 [50.7 kB] 625s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-13ubuntu1 [30.9 kB] 625s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-13ubuntu1 [2964 kB] 650s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-13ubuntu1 [1184 kB] 657s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-13ubuntu1 [1037 kB] 662s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-13ubuntu1 [18.7 MB] 760s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-13ubuntu1 [523 kB] 763s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 763s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 763s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-13ubuntu1 [2612 kB] 788s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-13ubuntu1 [11.0 MB] 859s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-13ubuntu1 [21.1 kB] 859s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [956 B] 859s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.1.0-2ubuntu1 [1076 B] 859s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 859s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x dctrl-tools s390x 2.24-3build3 [106 kB] 860s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran-14-dev s390x 14.2.0-13ubuntu1 [654 kB] 864s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-14-s390x-linux-gnu s390x 14.2.0-13ubuntu1 [10.3 MB] 934s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-14 s390x 14.2.0-13ubuntu1 [13.2 kB] 934s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1016 B] 934s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran s390x 4:14.1.0-2ubuntu1 [1160 B] 934s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x icu-devtools s390x 76.1-1ubuntu2 [225 kB] 936s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libblas-dev s390x 3.12.0-4 [239 kB] 938s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libbz2-dev s390x 1.0.8-6 [39.1 kB] 938s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate-dev s390x 1.23-1 [52.2 kB] 938s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x libicu-dev s390x 76.1-1ubuntu2 [12.2 MB] 1008s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8-dev s390x 2.1.5-3ubuntu2 [281 kB] 1010s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8-dev s390x 8c-2ubuntu11 [1484 B] 1010s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-dev s390x 8c-2ubuntu11 [1484 B] 1010s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack-dev s390x 3.12.0-4 [5956 kB] 1049s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libncurses-dev s390x 6.5-2 [404 kB] 1051s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-16-0 s390x 10.42-4ubuntu3 [236 kB] 1052s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-32-0 s390x 10.42-4ubuntu3 [221 kB] 1053s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-posix3 s390x 10.42-4ubuntu3 [6820 B] 1053s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-dev s390x 10.42-4ubuntu3 [815 kB] 1056s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 1056s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 1064s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libpng-dev s390x 1.6.44-3 [279 kB] 1066s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x libreadline-dev s390x 8.2-6 [187 kB] 1067s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x liblzma-dev s390x 5.6.3-1 [183 kB] 1069s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 1069s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 1069s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x libtirpc-dev s390x 1.3.4+ds-1.3 [196 kB] 1070s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x r-base-dev all 4.4.2-1build1 [4342 B] 1070s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x pkg-r-autopkgtest all 20231212ubuntu1 [6448 B] 1070s Fetched 82.1 MB in 8min 28s (162 kB/s) 1070s Selecting previously unselected package libisl23:s390x. 1070s (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 ... 67411 files and directories currently installed.) 1070s Preparing to unpack .../00-libisl23_0.27-1_s390x.deb ... 1070s Unpacking libisl23:s390x (0.27-1) ... 1070s Selecting previously unselected package libmpc3:s390x. 1070s Preparing to unpack .../01-libmpc3_1.3.1-1build2_s390x.deb ... 1070s Unpacking libmpc3:s390x (1.3.1-1build2) ... 1070s Selecting previously unselected package cpp-14-s390x-linux-gnu. 1070s Preparing to unpack .../02-cpp-14-s390x-linux-gnu_14.2.0-13ubuntu1_s390x.deb ... 1070s Unpacking cpp-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 1070s Selecting previously unselected package cpp-14. 1070s Preparing to unpack .../03-cpp-14_14.2.0-13ubuntu1_s390x.deb ... 1070s Unpacking cpp-14 (14.2.0-13ubuntu1) ... 1070s Selecting previously unselected package cpp-s390x-linux-gnu. 1070s Preparing to unpack .../04-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 1070s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 1070s Selecting previously unselected package cpp. 1070s Preparing to unpack .../05-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 1070s Unpacking cpp (4:14.1.0-2ubuntu1) ... 1070s Selecting previously unselected package libcc1-0:s390x. 1070s Preparing to unpack .../06-libcc1-0_14.2.0-13ubuntu1_s390x.deb ... 1070s Unpacking libcc1-0:s390x (14.2.0-13ubuntu1) ... 1070s Selecting previously unselected package libitm1:s390x. 1070s Preparing to unpack .../07-libitm1_14.2.0-13ubuntu1_s390x.deb ... 1070s Unpacking libitm1:s390x (14.2.0-13ubuntu1) ... 1070s Selecting previously unselected package libasan8:s390x. 1070s Preparing to unpack .../08-libasan8_14.2.0-13ubuntu1_s390x.deb ... 1070s Unpacking libasan8:s390x (14.2.0-13ubuntu1) ... 1070s Selecting previously unselected package libubsan1:s390x. 1070s Preparing to unpack .../09-libubsan1_14.2.0-13ubuntu1_s390x.deb ... 1070s Unpacking libubsan1:s390x (14.2.0-13ubuntu1) ... 1070s Selecting previously unselected package libgcc-14-dev:s390x. 1070s Preparing to unpack .../10-libgcc-14-dev_14.2.0-13ubuntu1_s390x.deb ... 1070s Unpacking libgcc-14-dev:s390x (14.2.0-13ubuntu1) ... 1071s Selecting previously unselected package gcc-14-s390x-linux-gnu. 1071s Preparing to unpack .../11-gcc-14-s390x-linux-gnu_14.2.0-13ubuntu1_s390x.deb ... 1071s Unpacking gcc-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 1071s Selecting previously unselected package gcc-14. 1071s Preparing to unpack .../12-gcc-14_14.2.0-13ubuntu1_s390x.deb ... 1071s Unpacking gcc-14 (14.2.0-13ubuntu1) ... 1071s Selecting previously unselected package gcc-s390x-linux-gnu. 1071s Preparing to unpack .../13-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 1071s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 1071s Selecting previously unselected package gcc. 1071s Preparing to unpack .../14-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 1071s Unpacking gcc (4:14.1.0-2ubuntu1) ... 1071s Selecting previously unselected package libstdc++-14-dev:s390x. 1071s Preparing to unpack .../15-libstdc++-14-dev_14.2.0-13ubuntu1_s390x.deb ... 1071s Unpacking libstdc++-14-dev:s390x (14.2.0-13ubuntu1) ... 1071s Selecting previously unselected package g++-14-s390x-linux-gnu. 1071s Preparing to unpack .../16-g++-14-s390x-linux-gnu_14.2.0-13ubuntu1_s390x.deb ... 1071s Unpacking g++-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 1071s Selecting previously unselected package g++-14. 1071s Preparing to unpack .../17-g++-14_14.2.0-13ubuntu1_s390x.deb ... 1071s Unpacking g++-14 (14.2.0-13ubuntu1) ... 1071s Selecting previously unselected package g++-s390x-linux-gnu. 1071s Preparing to unpack .../18-g++-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 1071s Unpacking g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 1071s Selecting previously unselected package g++. 1071s Preparing to unpack .../19-g++_4%3a14.1.0-2ubuntu1_s390x.deb ... 1071s Unpacking g++ (4:14.1.0-2ubuntu1) ... 1071s Selecting previously unselected package build-essential. 1071s Preparing to unpack .../20-build-essential_12.10ubuntu1_s390x.deb ... 1071s Unpacking build-essential (12.10ubuntu1) ... 1071s Selecting previously unselected package dctrl-tools. 1071s Preparing to unpack .../21-dctrl-tools_2.24-3build3_s390x.deb ... 1071s Unpacking dctrl-tools (2.24-3build3) ... 1071s Selecting previously unselected package libgfortran-14-dev:s390x. 1071s Preparing to unpack .../22-libgfortran-14-dev_14.2.0-13ubuntu1_s390x.deb ... 1071s Unpacking libgfortran-14-dev:s390x (14.2.0-13ubuntu1) ... 1071s Selecting previously unselected package gfortran-14-s390x-linux-gnu. 1071s Preparing to unpack .../23-gfortran-14-s390x-linux-gnu_14.2.0-13ubuntu1_s390x.deb ... 1071s Unpacking gfortran-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 1071s Selecting previously unselected package gfortran-14. 1071s Preparing to unpack .../24-gfortran-14_14.2.0-13ubuntu1_s390x.deb ... 1071s Unpacking gfortran-14 (14.2.0-13ubuntu1) ... 1071s Selecting previously unselected package gfortran-s390x-linux-gnu. 1071s Preparing to unpack .../25-gfortran-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 1071s Unpacking gfortran-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 1071s Selecting previously unselected package gfortran. 1071s Preparing to unpack .../26-gfortran_4%3a14.1.0-2ubuntu1_s390x.deb ... 1071s Unpacking gfortran (4:14.1.0-2ubuntu1) ... 1071s Selecting previously unselected package icu-devtools. 1071s Preparing to unpack .../27-icu-devtools_76.1-1ubuntu2_s390x.deb ... 1071s Unpacking icu-devtools (76.1-1ubuntu2) ... 1071s Selecting previously unselected package libblas-dev:s390x. 1071s Preparing to unpack .../28-libblas-dev_3.12.0-4_s390x.deb ... 1071s Unpacking libblas-dev:s390x (3.12.0-4) ... 1071s Selecting previously unselected package libbz2-dev:s390x. 1071s Preparing to unpack .../29-libbz2-dev_1.0.8-6_s390x.deb ... 1071s Unpacking libbz2-dev:s390x (1.0.8-6) ... 1071s Selecting previously unselected package libdeflate-dev:s390x. 1071s Preparing to unpack .../30-libdeflate-dev_1.23-1_s390x.deb ... 1071s Unpacking libdeflate-dev:s390x (1.23-1) ... 1071s Selecting previously unselected package libicu-dev:s390x. 1071s Preparing to unpack .../31-libicu-dev_76.1-1ubuntu2_s390x.deb ... 1071s Unpacking libicu-dev:s390x (76.1-1ubuntu2) ... 1072s Selecting previously unselected package libjpeg-turbo8-dev:s390x. 1072s Preparing to unpack .../32-libjpeg-turbo8-dev_2.1.5-3ubuntu2_s390x.deb ... 1072s Unpacking libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 1072s Selecting previously unselected package libjpeg8-dev:s390x. 1072s Preparing to unpack .../33-libjpeg8-dev_8c-2ubuntu11_s390x.deb ... 1072s Unpacking libjpeg8-dev:s390x (8c-2ubuntu11) ... 1072s Selecting previously unselected package libjpeg-dev:s390x. 1072s Preparing to unpack .../34-libjpeg-dev_8c-2ubuntu11_s390x.deb ... 1072s Unpacking libjpeg-dev:s390x (8c-2ubuntu11) ... 1072s Selecting previously unselected package liblapack-dev:s390x. 1072s Preparing to unpack .../35-liblapack-dev_3.12.0-4_s390x.deb ... 1072s Unpacking liblapack-dev:s390x (3.12.0-4) ... 1072s Selecting previously unselected package libncurses-dev:s390x. 1072s Preparing to unpack .../36-libncurses-dev_6.5-2_s390x.deb ... 1072s Unpacking libncurses-dev:s390x (6.5-2) ... 1072s Selecting previously unselected package libpcre2-16-0:s390x. 1072s Preparing to unpack .../37-libpcre2-16-0_10.42-4ubuntu3_s390x.deb ... 1072s Unpacking libpcre2-16-0:s390x (10.42-4ubuntu3) ... 1072s Selecting previously unselected package libpcre2-32-0:s390x. 1072s Preparing to unpack .../38-libpcre2-32-0_10.42-4ubuntu3_s390x.deb ... 1072s Unpacking libpcre2-32-0:s390x (10.42-4ubuntu3) ... 1072s Selecting previously unselected package libpcre2-posix3:s390x. 1072s Preparing to unpack .../39-libpcre2-posix3_10.42-4ubuntu3_s390x.deb ... 1072s Unpacking libpcre2-posix3:s390x (10.42-4ubuntu3) ... 1072s Selecting previously unselected package libpcre2-dev:s390x. 1072s Preparing to unpack .../40-libpcre2-dev_10.42-4ubuntu3_s390x.deb ... 1072s Unpacking libpcre2-dev:s390x (10.42-4ubuntu3) ... 1072s Selecting previously unselected package libpkgconf3:s390x. 1072s Preparing to unpack .../41-libpkgconf3_1.8.1-4_s390x.deb ... 1072s Unpacking libpkgconf3:s390x (1.8.1-4) ... 1072s Selecting previously unselected package zlib1g-dev:s390x. 1072s Preparing to unpack .../42-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 1072s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 1072s Selecting previously unselected package libpng-dev:s390x. 1072s Preparing to unpack .../43-libpng-dev_1.6.44-3_s390x.deb ... 1072s Unpacking libpng-dev:s390x (1.6.44-3) ... 1072s Selecting previously unselected package libreadline-dev:s390x. 1072s Preparing to unpack .../44-libreadline-dev_8.2-6_s390x.deb ... 1072s Unpacking libreadline-dev:s390x (8.2-6) ... 1072s Selecting previously unselected package liblzma-dev:s390x. 1072s Preparing to unpack .../45-liblzma-dev_5.6.3-1_s390x.deb ... 1072s Unpacking liblzma-dev:s390x (5.6.3-1) ... 1072s Selecting previously unselected package pkgconf-bin. 1072s Preparing to unpack .../46-pkgconf-bin_1.8.1-4_s390x.deb ... 1072s Unpacking pkgconf-bin (1.8.1-4) ... 1072s Selecting previously unselected package pkgconf:s390x. 1072s Preparing to unpack .../47-pkgconf_1.8.1-4_s390x.deb ... 1072s Unpacking pkgconf:s390x (1.8.1-4) ... 1072s Selecting previously unselected package libtirpc-dev:s390x. 1072s Preparing to unpack .../48-libtirpc-dev_1.3.4+ds-1.3_s390x.deb ... 1072s Unpacking libtirpc-dev:s390x (1.3.4+ds-1.3) ... 1072s Selecting previously unselected package r-base-dev. 1072s Preparing to unpack .../49-r-base-dev_4.4.2-1build1_all.deb ... 1072s Unpacking r-base-dev (4.4.2-1build1) ... 1072s Selecting previously unselected package pkg-r-autopkgtest. 1072s Preparing to unpack .../50-pkg-r-autopkgtest_20231212ubuntu1_all.deb ... 1072s Unpacking pkg-r-autopkgtest (20231212ubuntu1) ... 1072s Setting up libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 1072s Setting up libncurses-dev:s390x (6.5-2) ... 1072s Setting up libreadline-dev:s390x (8.2-6) ... 1072s Setting up libpcre2-16-0:s390x (10.42-4ubuntu3) ... 1072s Setting up libpcre2-32-0:s390x (10.42-4ubuntu3) ... 1072s Setting up libtirpc-dev:s390x (1.3.4+ds-1.3) ... 1072s Setting up libpkgconf3:s390x (1.8.1-4) ... 1072s Setting up libmpc3:s390x (1.3.1-1build2) ... 1072s Setting up icu-devtools (76.1-1ubuntu2) ... 1072s Setting up pkgconf-bin (1.8.1-4) ... 1072s Setting up liblzma-dev:s390x (5.6.3-1) ... 1072s Setting up libubsan1:s390x (14.2.0-13ubuntu1) ... 1072s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 1072s Setting up libpcre2-posix3:s390x (10.42-4ubuntu3) ... 1072s Setting up libasan8:s390x (14.2.0-13ubuntu1) ... 1072s Setting up libjpeg8-dev:s390x (8c-2ubuntu11) ... 1072s Setting up libisl23:s390x (0.27-1) ... 1072s Setting up libdeflate-dev:s390x (1.23-1) ... 1072s Setting up libicu-dev:s390x (76.1-1ubuntu2) ... 1072s Setting up libcc1-0:s390x (14.2.0-13ubuntu1) ... 1072s Setting up libblas-dev:s390x (3.12.0-4) ... 1072s 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 1072s Setting up dctrl-tools (2.24-3build3) ... 1072s Setting up libitm1:s390x (14.2.0-13ubuntu1) ... 1072s Setting up libbz2-dev:s390x (1.0.8-6) ... 1072s Setting up libpcre2-dev:s390x (10.42-4ubuntu3) ... 1072s Setting up libpng-dev:s390x (1.6.44-3) ... 1072s Setting up libjpeg-dev:s390x (8c-2ubuntu11) ... 1072s Setting up pkgconf:s390x (1.8.1-4) ... 1072s Setting up liblapack-dev:s390x (3.12.0-4) ... 1072s 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 1072s Setting up cpp-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 1072s Setting up cpp-14 (14.2.0-13ubuntu1) ... 1072s Setting up libgcc-14-dev:s390x (14.2.0-13ubuntu1) ... 1072s Setting up libstdc++-14-dev:s390x (14.2.0-13ubuntu1) ... 1072s Setting up libgfortran-14-dev:s390x (14.2.0-13ubuntu1) ... 1072s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 1072s Setting up gcc-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 1072s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 1072s Setting up g++-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 1072s Setting up cpp (4:14.1.0-2ubuntu1) ... 1072s Setting up gfortran-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 1072s Setting up g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 1072s Setting up gcc-14 (14.2.0-13ubuntu1) ... 1072s Setting up g++-14 (14.2.0-13ubuntu1) ... 1072s Setting up gfortran-14 (14.2.0-13ubuntu1) ... 1072s Setting up gfortran-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 1072s Setting up gcc (4:14.1.0-2ubuntu1) ... 1072s Setting up g++ (4:14.1.0-2ubuntu1) ... 1072s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 1072s Setting up build-essential (12.10ubuntu1) ... 1072s Setting up gfortran (4:14.1.0-2ubuntu1) ... 1072s update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode 1072s 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 1072s update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode 1072s 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 1072s Setting up r-base-dev (4.4.2-1build1) ... 1072s Setting up pkg-r-autopkgtest (20231212ubuntu1) ... 1072s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1072s Processing triggers for man-db (2.13.0-1) ... 1073s Processing triggers for install-info (7.1.1-1) ... 1073s autopkgtest: DBG: testbed command exited with code 0 1073s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'r-cran-powerlaw'], kind short, sout pipe, serr pipe, env [] 1073s autopkgtest: DBG: testbed command exited with code 0 1073s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.5IkC9y/pkg-r-autopkgtest-packages.all"], kind short, sout raw, serr pipe, env [] 1073s autopkgtest: DBG: testbed command exited with code 0 1073s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5IkC9y/pkg-r-autopkgtest-packages.all /tmp/autopkgtest-work.81rcmgb6/out/pkg-r-autopkgtest-packages.all 1074s autopkgtest: DBG: got reply from testbed: ok 1074s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.5IkC9y/build.zPW/src'], kind short, sout raw, serr raw, env [] 1074s autopkgtest: DBG: testbed command exited with code 0 1074s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.5IkC9y/build.zPW/src already exists 1074s autopkgtest [05:10:49]: test pkg-r-autopkgtest: /usr/share/dh-r/pkg-r-autopkgtest 1074s autopkgtest [05:10:49]: test pkg-r-autopkgtest: [----------------------- 1074s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.5IkC9y/wrapper.sh --debug --artifacts=/tmp/autopkgtest.5IkC9y/pkg-r-autopkgtest-artifacts --chdir=/tmp/autopkgtest.5IkC9y/build.zPW/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.5IkC9y/pkg-r-autopkgtest-stderr --stdout=/tmp/autopkgtest.5IkC9y/pkg-r-autopkgtest-stdout --tmp=/tmp/autopkgtest.5IkC9y/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 [] 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.5IkC9y/pkg-r-autopkgtest-artifacts 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: changing to directory: /tmp/autopkgtest.5IkC9y/build.zPW/src 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: setting environment: LANG=C.UTF-8 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LANGUAGE 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_ADDRESS 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_ALL 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_COLLATE 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_CTYPE 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_MEASUREMENT 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_MESSAGES 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_MONETARY 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_NAME 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_NUMERIC 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_PAPER 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_TELEPHONE 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: unsetting environment: LC_TIME 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: pretending to be a login shell 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: will write standard error to /tmp/autopkgtest.5IkC9y/pkg-r-autopkgtest-stderr 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: will write stdout to /tmp/autopkgtest.5IkC9y/pkg-r-autopkgtest-stdout 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.5IkC9y/autopkgtest_tmp 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=r-cran-testthat/3.2.3-1 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: command to run: bash -ec /usr/share/dh-r/pkg-r-autopkgtest 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: copying /tmp/tmp.YfVd2QdObr/out to stdout and file: /tmp/autopkgtest.5IkC9y/pkg-r-autopkgtest-stdout 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: copying /tmp/tmp.YfVd2QdObr/err to standard error and file: /tmp/autopkgtest.5IkC9y/pkg-r-autopkgtest-stdout 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: writing script pid 3504 to /tmp/autopkgtest_script_pid 1074s Test: Try to load the R library poweRlaw 1074s 1074s R version 4.4.2 (2024-10-31) -- "Pile of Leaves" 1074s Copyright (C) 2024 The R Foundation for Statistical Computing 1074s Platform: s390x-ibm-linux-gnu 1074s 1074s R is free software and comes with ABSOLUTELY NO WARRANTY. 1074s You are welcome to redistribute it under certain conditions. 1074s Type 'license()' or 'licence()' for distribution details. 1074s 1074s R is a collaborative project with many contributors. 1074s Type 'contributors()' for more information and 1074s 'citation()' on how to cite R or R packages in publications. 1074s 1074s Type 'demo()' for some demos, 'help()' for on-line help, or 1074s 'help.start()' for an HTML browser interface to help. 1074s Type 'q()' to quit R. 1074s 1074s > library('poweRlaw') 1074s > 1074s > 1074s Other tests are currently unsupported! 1074s They will be progressively added. 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: checking for leaked background processes... 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: waiting for tee/cat subprocesses... 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: cleaning up... 1074s /tmp/autopkgtest.5IkC9y/wrapper.sh: Exit status: 0 1074s autopkgtest: DBG: testbed command exited with code 0 1075s autopkgtest [05:10:50]: test pkg-r-autopkgtest: -----------------------] 1075s autopkgtest: DBG: testbed executing test finished with exit status 0 1075s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5IkC9y/pkg-r-autopkgtest-stdout /tmp/autopkgtest-work.81rcmgb6/out/pkg-r-autopkgtest-stdout 1075s autopkgtest: DBG: got reply from testbed: ok 1075s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5IkC9y/pkg-r-autopkgtest-stderr /tmp/autopkgtest-work.81rcmgb6/out/pkg-r-autopkgtest-stderr 1075s autopkgtest: DBG: got reply from testbed: ok 1075s pkg-r-autopkgtest PASS 1075s autopkgtest [05:10:50]: test pkg-r-autopkgtest: - - - - - - - - - - results - - - - - - - - - - 1075s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.5IkC9y/pkg-r-autopkgtest-artifacts/ /tmp/autopkgtest-work.81rcmgb6/out/artifacts/ 1075s autopkgtest: DBG: got reply from testbed: ok 1075s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.5IkC9y/pkg-r-autopkgtest-artifacts', '/tmp/autopkgtest.5IkC9y/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1075s autopkgtest: DBG: testbed command exited with code 0 1075s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 1075s autopkgtest [05:10:50]: @@@@@@@@@@@@@@@@@@@@ summary 1075s run-unit-test PASS 1075s pkg-r-autopkgtest PASS 1075s autopkgtest: DBG: testbed stop 1075s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.5IkC9y 1075s autopkgtest: DBG: sending command to testbed: close 1081s autopkgtest: DBG: got reply from testbed: ok 1081s autopkgtest: DBG: sending command to testbed: quit 1081s nova [W] Using flock in prodstack6-s390x 1081s Creating nova instance adt-plucky-s390x-r-cran-powerlaw-20250204-045255-juju-7f2275-prod-proposed-migration-environment-15-e4516e39-3f55-49e8-b55f-e93b81e6bf44 from image adt/ubuntu-plucky-s390x-server-20250203.img (UUID 247705cf-ad10-4dc6-8dfa-317dcfe4f398)... 1081s nova [W] Timed out waiting for dbaa8e7c-4e63-4b15-93ba-a984f2e59094 to get deleted.