0s autopkgtest: DBG: testbed init 0s autopkgtest [04:42:25]: starting date and time: 2025-02-19 04:42:25+0000 0s autopkgtest [04:42:25]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [04:42:25]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.pzbos077/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:r-cran-gbm --apt-upgrade r-cran-gbm --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=r-cran-gbm/2.2.2-1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-9.secgroup --name adt-plucky-s390x-r-cran-gbm-20250219-044225-juju-7f2275-prod-proposed-migration-environment-15-971e9333-35b4-4ae7-ad85-af7c5f70776b --image adt/ubuntu-plucky-s390x-server --keyname testbed-juju-7f2275-prod-proposed-migration-environment-15 --net-id=net_prod-proposed-migration-s390x -e TERM=linux -e ''"'"'http_proxy=http://squid.internal:3128'"'"'' -e ''"'"'https_proxy=http://squid.internal:3128'"'"'' -e ''"'"'no_proxy=127.0.0.1,127.0.1.1,login.ubuntu.com,localhost,localdomain,novalocal,internal,archive.ubuntu.com,ports.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,keyserver.ubuntu.com,launchpadlibrarian.net,launchpadcontent.net,launchpad.net,10.24.0.0/24,keystone.ps5.canonical.com,objectstorage.prodstack5.canonical.com,radosgw.ps5.canonical.com'"'"'' --mirror=http://ftpmaster.internal/ubuntu/ 0s autopkgtest: DBG: got reply from testbed: ok 0s autopkgtest: DBG: testbed open, scratch=None 0s autopkgtest: DBG: sending command to testbed: open 126s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.RLcEZM 126s autopkgtest: DBG: sending command to testbed: print-execute-command 126s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.t125rrj2/runcmd 126s autopkgtest: DBG: sending command to testbed: capabilities 126s autopkgtest: DBG: got reply from testbed: ok revert-full-system isolation-machine reboot revert suggested-normal-user=ubuntu root-on-testbed 126s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'isolation-machine', 'reboot', 'revert', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 126s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.RLcEZM'], kind short, sout raw, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.RLcEZM/wrapper.sh 126s autopkgtest: DBG: got reply from testbed: ok 126s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.RLcEZM/wrapper.sh'], kind short, sout raw, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest [04:44:31]: testbed dpkg architecture: s390x 126s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest [04:44:32]: testbed apt version: 2.9.29 127s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: testbed has eatmydata 127s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest [04:44:32]: @@@@@@@@@@@@@@@@@@@@ test bed setup 127s 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 [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest [04:44:32]: testbed release detected to be: None 127s 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 [] 127s autopkgtest: DBG: testbed command exited with code 0 127s 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 [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: adding APT source: Types: deb deb-src 127s URIs: http://ftpmaster.internal/ubuntu/ 127s Suites: plucky-proposed 127s Components: main restricted universe multiverse 127s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 127s 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 [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 128s Package: * 128s Pin: release plucky-proposed 128s Pin-Priority: 500 128s 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 [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest [04:44:33]: updating testbed package index (apt update) 128s 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'] 128s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 128s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 128s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 128s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 129s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.2 kB] 129s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [770 kB] 129s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.6 kB] 129s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 129s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [93.9 kB] 129s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 129s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [648 kB] 129s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [5836 B] 129s Fetched 1723 kB in 1s (1820 kB/s) 130s Reading package lists... 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 130s Package: * 130s Pin: release plucky-proposed 130s Pin-Priority: 100 130s 130s Package: src:r-cran-gbm:any 130s Pin: release plucky-proposed 130s Pin-Priority: 995 130s 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-gbm:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s 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.RLcEZM/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s 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'] 130s + lsb_release --codename --short 130s + RELEASE=plucky 130s + cat 130s + [ plucky != trusty ] 130s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 130s Reading package lists... 130s Building dependency tree... 130s Reading state information... 130s Calculating upgrade... 130s The following packages were automatically installed and are no longer required: 130s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 130s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 130s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 130s linux-tools-6.11.0-8-generic 130s Use 'sudo apt autoremove' to remove them. 130s The following NEW packages will be installed: 130s libapt-pkg7.0 130s The following packages will be upgraded: 130s apt apt-utils dhcpcd-base rsyslog s390-tools s390-tools-data 130s s390-tools-signed 131s 7 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 131s Need to get 8909 kB of archives. 131s After this operation, 3624 kB of additional disk space will be used. 131s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg7.0 s390x 2.9.30 [1103 kB] 131s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.30 [1418 kB] 131s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.30 [214 kB] 131s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 131s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x rsyslog s390x 8.2412.0-2ubuntu1 [536 kB] 131s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 131s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 131s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 132s Fetched 8909 kB in 1s (9172 kB/s) 132s Selecting previously unselected package libapt-pkg7.0:s390x. 132s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80980 files and directories currently installed.) 132s Preparing to unpack .../libapt-pkg7.0_2.9.30_s390x.deb ... 132s Unpacking libapt-pkg7.0:s390x (2.9.30) ... 132s Setting up libapt-pkg7.0:s390x (2.9.30) ... 132s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81029 files and directories currently installed.) 132s Preparing to unpack .../archives/apt_2.9.30_s390x.deb ... 132s Unpacking apt (2.9.30) over (2.9.29) ... 132s Setting up apt (2.9.30) ... 133s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81029 files and directories currently installed.) 133s Preparing to unpack .../0-apt-utils_2.9.30_s390x.deb ... 133s Unpacking apt-utils (2.9.30) over (2.9.29) ... 133s Preparing to unpack .../1-dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 133s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 133s Preparing to unpack .../2-rsyslog_8.2412.0-2ubuntu1_s390x.deb ... 133s Unpacking rsyslog (8.2412.0-2ubuntu1) over (8.2412.0-1ubuntu1) ... 133s Preparing to unpack .../3-s390-tools-data_2.37.0-0ubuntu2_all.deb ... 133s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 133s Preparing to unpack .../4-s390-tools_2.37.0-0ubuntu2_s390x.deb ... 133s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 133s Preparing to unpack .../5-s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 133s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 133s Setting up apt-utils (2.9.30) ... 133s Setting up rsyslog (8.2412.0-2ubuntu1) ... 133s info: The user `syslog' is already a member of `adm'. 134s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 134s Setting up dhcpcd-base (1:10.1.0-7) ... 134s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 134s Setting up s390-tools (2.37.0-0ubuntu2) ... 135s Processing triggers for libc-bin (2.40-4ubuntu1) ... 135s Processing triggers for man-db (2.13.0-1) ... 136s Processing triggers for initramfs-tools (0.145ubuntu2) ... 136s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 136s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 140s Using config file '/etc/zipl.conf' 140s Building bootmap in '/boot' 140s Adding IPL section 'ubuntu' (default) 140s Preparing boot device for LD-IPL: vda (0000). 140s Done. 141s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 141s + /usr/lib/apt/apt-helper analyze-pattern ?true 141s + uname -r 141s + sed s/\./\\./g 141s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 141s + apt list ?obsolete 141s + tail -n+2 141s + cut -d/ -f1 141s + grep -v ^linux-.*6\.12\.0-15-generic.* 142s + true 142s + obsolete_pkgs= 142s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 142s Reading package lists... 142s Building dependency tree... 142s Reading state information... 142s The following packages will be REMOVED: 142s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 142s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 142s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 142s linux-tools-6.11.0-8-generic* 142s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 142s After this operation, 167 MB disk space will be freed. 143s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81030 files and directories currently installed.) 143s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 143s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 143s Removing libpython3.12t64:s390x (3.12.9-1) ... 143s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 143s Removing libnsl2:s390x (1.3.0-3build3) ... 143s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 143s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 143s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 144s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 144s Processing triggers for libc-bin (2.40-4ubuntu1) ... 144s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55930 files and directories currently installed.) 144s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 144s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 144s + grep -q trusty /etc/lsb-release 144s + [ ! -d /usr/share/doc/unattended-upgrades ] 144s + [ ! -d /usr/share/doc/lxd ] 144s + [ ! -d /usr/share/doc/lxd-client ] 144s + [ ! -d /usr/share/doc/snapd ] 144s + type iptables 144s + cat 144s + chmod 755 /etc/rc.local 144s + . /etc/rc.local 144s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 144s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 144s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 144s + uname -m 144s + [ s390x = ppc64le ] 144s + [ -d /run/systemd/system ] 144s + systemd-detect-virt --quiet --vm 144s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 144s + cat 144s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 144s + echo COMPRESS=lz4 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest [04:44:49]: upgrading testbed (apt dist-upgrade and autopurge) 144s 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'] 144s Reading package lists... 144s Building dependency tree... 144s Reading state information... 145s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 145s Starting 2 pkgProblemResolver with broken count: 0 145s Done 145s Entering ResolveByKeep 145s 145s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 145s autopkgtest: DBG: testbed command exited with code 0 145s 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'] 145s Reading package lists... 145s Building dependency tree... 145s Reading state information... 146s Starting pkgProblemResolver with broken count: 0 146s Starting 2 pkgProblemResolver with broken count: 0 146s Done 146s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 146s autopkgtest: DBG: testbed command exited with code 0 146s 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.RLcEZM/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 146s autopkgtest: DBG: testbed command exited with code 1 146s autopkgtest [04:44:51]: rebooting testbed after setup commands that affected boot 146s autopkgtest: DBG: sending command to testbed: reboot 166s autopkgtest: DBG: got reply from testbed: ok 166s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 166s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.RLcEZM'], kind short, sout raw, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.RLcEZM/autopkgtest-reboot 166s autopkgtest: DBG: got reply from testbed: ok 166s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.RLcEZM/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.RLcEZM/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.RLcEZM/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.RLcEZM'], kind short, sout raw, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.RLcEZM/autopkgtest-reboot-prepare 167s autopkgtest: DBG: got reply from testbed: ok 167s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.RLcEZM/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.RLcEZM/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest [04:45:12]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 167s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.RLcEZM/testbed-packages"], kind short, sout raw, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RLcEZM/testbed-packages /tmp/autopkgtest-work.pzbos077/out/testbed-packages 168s autopkgtest: DBG: got reply from testbed: ok 168s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 168s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.RLcEZM'], kind short, sout raw, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.RLcEZM/autopkgtest-reboot 168s autopkgtest: DBG: got reply from testbed: ok 168s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.RLcEZM/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.RLcEZM/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.RLcEZM/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.RLcEZM'], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.RLcEZM/autopkgtest-reboot-prepare 169s autopkgtest: DBG: got reply from testbed: ok 169s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.RLcEZM/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.RLcEZM/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: Binaries: initialising 170s autopkgtest [04:45:15]: @@@@@@@@@@@@@@@@@@@@ apt-source r-cran-gbm 170s autopkgtest: DBG: blame += r-cran-gbm 170s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 170s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'r-cran-gbm'], kind short, sout pipe, serr pipe, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^r-cran-gbm$'], kind short, sout pipe, serr raw, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'r-cran-gbm=2.2.2-1'], kind short, sout pipe, serr raw, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: install_deps: deps_new=[] 170s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s 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.RLcEZM/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source r-cran-gbm=2.2.2-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-gbm_*.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-gbm/2.2.2-1'] 171s + cd / 171s + mktemp -d /tmp/autopkgtest.RLcEZM/build.XXX 171s + builddir=/tmp/autopkgtest.RLcEZM/build.StW 171s + cd /tmp/autopkgtest.RLcEZM/build.StW 171s + apt-get source -d -q --only-source r-cran-gbm=2.2.2-1 171s + OUT=Reading package lists... 171s NOTICE: 'r-cran-gbm' packaging is maintained in the 'Git' version control system at: 171s https://salsa.debian.org/r-pkg-team/r-cran-gbm.git 171s Please use: 171s git clone https://salsa.debian.org/r-pkg-team/r-cran-gbm.git 171s to retrieve the latest (possibly unreleased) updates to the package. 171s Need to get 458 kB of source archives. 171s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe r-cran-gbm 2.2.2-1 (dsc) [2188 B] 171s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe r-cran-gbm 2.2.2-1 (tar) [452 kB] 171s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe r-cran-gbm 2.2.2-1 (diff) [3316 B] 171s Fetched 458 kB in 1s (771 kB/s) 171s Download complete and in download only mode 171s + [ -n ] 171s + echo Reading package lists... 171s NOTICE: 'r-cran-gbm' packaging is maintained in the 'Git' version control system at: 171s https://salsa.debian.org/r-pkg-team/r-cran-gbm.git 171s Please use: 171s git clone https://salsa.debian.org/r-pkg-team/r-cran-gbm.git 171s to retrieve the latest (possibly unreleased) updates to the package. 171s Need to get 458 kB of source archives. 171s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe r-cran-gbm 2.2.2-1 (dsc) [2188 B] 171s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe r-cran-gbm 2.2.2-1 (tar) [452 kB] 171s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe r-cran-gbm 2.2.2-1 (diff) [3316 B] 171s Fetched 458 kB in 1s (771 kB/s) 171s Download complete and in download only mode 171s + grep ^Get: 171s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe r-cran-gbm 2.2.2-1 (dsc) [2188 B] 171s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe r-cran-gbm 2.2.2-1 (tar) [452 kB] 171s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe r-cran-gbm 2.2.2-1 (diff) [3316 B] 171s + dpkg-source -x r-cran-gbm_2.2.2-1.dsc src 172s gpgv: Signature made Fri Oct 4 00:10:04 2024 UTC 172s gpgv: using RSA key 73471499CC60ED9EEE805946C5BD6C8F2295D502 172s gpgv: issuer "plessy@debian.org" 172s gpgv: Can't check signature: No public key 172s dpkg-source: warning: cannot verify inline signature for ./r-cran-gbm_2.2.2-1.dsc: no acceptable signature found 172s + chmod -R a+rX . 172s + cd src/. 172s + pwd 172s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 172s autopkgtest: DBG: testbed command exited with code 0 172s autopkgtest [04:45:17]: testing package r-cran-gbm version 2.2.2-1 172s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RLcEZM/build.StW/src/debian/ /tmp/autopkgtest-work.pzbos077/out/pkg/debian/ 172s autopkgtest: DBG: got reply from testbed: ok 172s autopkgtest: DBG: autodep8 generated control: ----- 172s Tests: run-unit-test 172s Depends: @, 172s r-cran-covr, 172s r-cran-gridextra, 172s r-cran-knitr, 172s r-cran-runit, 172s r-cran-tinytest, 172s r-cran-viridis 172s Restrictions: allow-stderr 172s 172s 172s Test-Command: /usr/share/dh-r/pkg-r-autopkgtest 172s Depends: @, pkg-r-autopkgtest, 172s Restrictions: allow-stderr, 172s Features: test-name=pkg-r-autopkgtest 172s 172s ------- 172s autopkgtest: DBG: processing dependency @ 172s autopkgtest: DBG: synthesised dependency r-cran-gbm 172s autopkgtest: DBG: processing dependency r-cran-covr 172s autopkgtest: DBG: processing dependency r-cran-gridextra 172s autopkgtest: DBG: processing dependency r-cran-knitr 172s autopkgtest: DBG: processing dependency r-cran-runit 172s autopkgtest: DBG: processing dependency r-cran-tinytest 172s autopkgtest: DBG: processing dependency r-cran-viridis 172s autopkgtest: DBG: Test defined: name run-unit-test path debian/tests/run-unit-test command "None" restrictions ['allow-stderr'] features [] depends ['r-cran-gbm', 'r-cran-covr', 'r-cran-gridextra', 'r-cran-knitr', 'r-cran-runit', 'r-cran-tinytest', 'r-cran-viridis'] 172s autopkgtest: DBG: processing dependency @ 172s autopkgtest: DBG: synthesised dependency r-cran-gbm 172s autopkgtest: DBG: processing dependency pkg-r-autopkgtest 172s 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-gbm', 'pkg-r-autopkgtest'] 172s autopkgtest [04:45:17]: build not needed 172s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RLcEZM/build.StW/src/ /tmp/autopkgtest-work.pzbos077/out/tests-tree/ 173s autopkgtest: DBG: got reply from testbed: ok 174s autopkgtest: DBG: autodep8 generated control: ----- 174s Tests: run-unit-test 174s Depends: @, 174s r-cran-covr, 174s r-cran-gridextra, 174s r-cran-knitr, 174s r-cran-runit, 174s r-cran-tinytest, 174s r-cran-viridis 174s Restrictions: allow-stderr 174s 174s 174s Test-Command: /usr/share/dh-r/pkg-r-autopkgtest 174s Depends: @, r-cran-covr,r-cran-gridextra,r-cran-knitr,r-cran-runit,r-cran-tinytest,r-cran-viridis, pkg-r-autopkgtest, 174s Restrictions: allow-stderr, 174s Features: test-name=pkg-r-autopkgtest 174s 174s ------- 174s autopkgtest: DBG: processing dependency @ 174s autopkgtest: DBG: synthesised dependency r-cran-gbm 174s autopkgtest: DBG: processing dependency r-cran-covr 174s autopkgtest: DBG: processing dependency r-cran-gridextra 174s autopkgtest: DBG: processing dependency r-cran-knitr 174s autopkgtest: DBG: processing dependency r-cran-runit 174s autopkgtest: DBG: processing dependency r-cran-tinytest 174s autopkgtest: DBG: processing dependency r-cran-viridis 174s autopkgtest: DBG: Test defined: name run-unit-test path debian/tests/run-unit-test command "None" restrictions ['allow-stderr'] features [] depends ['r-cran-gbm', 'r-cran-covr', 'r-cran-gridextra', 'r-cran-knitr', 'r-cran-runit', 'r-cran-tinytest', 'r-cran-viridis'] 174s autopkgtest: DBG: processing dependency @ 174s autopkgtest: DBG: synthesised dependency r-cran-gbm 174s autopkgtest: DBG: processing dependency r-cran-covr 174s autopkgtest: DBG: processing dependency r-cran-gridextra 174s autopkgtest: DBG: processing dependency r-cran-knitr 174s autopkgtest: DBG: processing dependency r-cran-runit 174s autopkgtest: DBG: processing dependency r-cran-tinytest 174s autopkgtest: DBG: processing dependency r-cran-viridis 174s autopkgtest: DBG: processing dependency pkg-r-autopkgtest 174s 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-gbm', 'r-cran-covr', 'r-cran-gridextra', 'r-cran-knitr', 'r-cran-runit', 'r-cran-tinytest', 'r-cran-viridis', 'pkg-r-autopkgtest'] 174s autopkgtest [04:45:19]: test run-unit-test: preparing testbed 174s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['r-cran-gbm', 'r-cran-covr', 'r-cran-gridextra', 'r-cran-knitr', 'r-cran-runit', 'r-cran-tinytest', 'r-cran-viridis'] 174s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 174s autopkgtest: DBG: install_deps: deps_new=['r-cran-gbm', 'r-cran-covr', 'r-cran-gridextra', 'r-cran-knitr', 'r-cran-runit', 'r-cran-tinytest', 'r-cran-viridis'] 174s autopkgtest: DBG: install-deps: satisfying r-cran-gbm, r-cran-covr, r-cran-gridextra, r-cran-knitr, r-cran-runit, r-cran-tinytest, r-cran-viridis 174s autopkgtest: DBG: can use apt-get on testbed: True 174s 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-gbm, r-cran-covr, r-cran-gridextra, r-cran-knitr, r-cran-runit, r-cran-tinytest, r-cran-viridis'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 175s Reading package lists... 175s Building dependency tree... 175s Reading state information... 175s Starting pkgProblemResolver with broken count: 0 175s Starting 2 pkgProblemResolver with broken count: 0 175s Done 175s The following NEW packages will be installed: 175s fontconfig fontconfig-config fonts-dejavu-core fonts-dejavu-mono 175s fonts-glyphicons-halflings fonts-mathjax libblas3 libcairo2 libdatrie1 175s libdeflate0 libfontconfig1 libfreetype6 libgfortran5 libgomp1 libgraphite2-3 175s libharfbuzz0b libice6 libjbig0 libjpeg-turbo8 libjpeg8 libjs-bootstrap 175s libjs-highlight.js libjs-jquery libjs-jquery-datatables libjs-mathjax 175s liblapack3 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 175s libpaper-utils libpaper2 libpixman-1-0 libsharpyuv0 libsm6 libtcl8.6 175s libthai-data libthai0 libtiff6 libtk8.6 libwebp7 libxcb-render0 libxcb-shm0 175s libxft2 libxrender1 libxss1 libxt6t64 node-html5shiv node-normalize.css 175s r-base-core r-cran-askpass r-cran-cli r-cran-colorspace r-cran-covr 175s r-cran-crayon r-cran-curl r-cran-digest r-cran-evaluate r-cran-fansi 175s r-cran-farver r-cran-gbm r-cran-ggplot2 r-cran-glue r-cran-gridextra 175s r-cran-gtable r-cran-highr r-cran-httr r-cran-isoband r-cran-jsonlite 175s r-cran-knitr r-cran-labeling r-cran-lattice r-cran-lazyeval r-cran-lifecycle 175s r-cran-magrittr r-cran-mass r-cran-matrix r-cran-mgcv r-cran-mime 175s r-cran-munsell r-cran-nlme r-cran-openssl r-cran-pillar r-cran-pkgconfig 175s r-cran-r6 r-cran-rcolorbrewer r-cran-rex r-cran-rlang r-cran-runit 175s r-cran-scales r-cran-survival r-cran-sys r-cran-tibble r-cran-tinytest 175s r-cran-utf8 r-cran-vctrs r-cran-viridis r-cran-viridislite r-cran-withr 175s r-cran-xfun r-cran-yaml unzip x11-common xdg-utils zip 175s 0 upgraded, 104 newly installed, 0 to remove and 0 not upgraded. 175s Need to get 97.0 MB of archives. 175s After this operation, 206 MB of additional disk space will be used. 175s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 176s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 176s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 176s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-2ubuntu1 [37.5 kB] 176s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-2ubuntu1 [150 kB] 176s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-2ubuntu1 [191 kB] 176s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x fonts-glyphicons-halflings all 1.009~3.4.1+dfsg-3 [118 kB] 176s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-mathjax all 2.7.9+dfsg-1 [2208 kB] 176s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libblas3 s390x 3.12.1-2 [252 kB] 176s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 176s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 176s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 176s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 176s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 176s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie1 s390x 0.2.13-3build1 [20.6 kB] 176s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 176s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran5 s390x 15-20250213-1ubuntu1 [620 kB] 176s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 176s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 176s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 176s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 176s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 176s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 176s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 176s Get:25 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-bootstrap all 3.4.1+dfsg-3 [129 kB] 176s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-highlight.js all 9.18.5+dfsg1-2 [385 kB] 176s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 176s Get:28 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-datatables all 1.11.5+dfsg-2 [146 kB] 176s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack3 s390x 3.12.1-2 [2971 kB] 176s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-data all 0.1.29-2build1 [158 kB] 176s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libthai0 s390x 0.1.29-2build1 [20.7 kB] 176s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x libpango-1.0-0 s390x 1.56.1-1 [253 kB] 176s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoft2-1.0-0 s390x 1.56.1-1 [50.3 kB] 176s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libpangocairo-1.0-0 s390x 1.56.1-1 [28.3 kB] 176s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libpaper2 s390x 2.2.5-0.3 [17.2 kB] 176s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libpaper-utils s390x 2.2.5-0.3 [15.3 kB] 176s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 176s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 176s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 177s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 177s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 177s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 177s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 177s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libxss1 s390x 1:1.2.3-1build3 [7396 B] 177s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x libtk8.6 s390x 8.6.16-1 [830 kB] 177s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libxt6t64 s390x 1:1.2.1-1.2build1 [184 kB] 177s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x node-html5shiv all 3.7.3+dfsg-5 [13.5 kB] 177s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x node-normalize.css all 8.0.1-5 [10.8 kB] 177s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x zip s390x 3.0-14ubuntu2 [187 kB] 177s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x unzip s390x 6.0-28ubuntu6 [186 kB] 177s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x xdg-utils all 1.2.1-2ubuntu1 [66.0 kB] 177s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x r-base-core s390x 4.4.2-1build1 [28.6 MB] 178s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sys s390x 3.4.3-1 [45.2 kB] 178s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-askpass s390x 1.2.1-1 [24.8 kB] 178s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cli s390x 3.6.3-1 [1349 kB] 178s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-colorspace s390x 2.1-1+dfsg-1 [1567 kB] 178s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-digest s390x 0.6.37-1 [205 kB] 178s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-jsonlite s390x 1.8.9+dfsg-1 [447 kB] 178s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lazyeval s390x 0.2.2-1build1 [143 kB] 178s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rex all 1.2.1-1 [129 kB] 178s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-curl s390x 6.1.0+dfsg-1 [195 kB] 178s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mime s390x 0.12-2 [35.8 kB] 178s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-openssl s390x 2.2.0+dfsg-1 [405 kB] 178s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-r6 all 2.5.1-1 [99.0 kB] 178s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-httr all 1.4.7+dfsg-1 [459 kB] 178s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-crayon all 1.5.3-1 [165 kB] 178s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-withr all 3.0.2+dfsg-1 [214 kB] 178s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-yaml s390x 2.3.10-1 [113 kB] 178s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-covr s390x 3.6.4+dfsg-1 [302 kB] 178s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-evaluate all 1.0.3-1 [114 kB] 178s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-fansi s390x 1.0.5-1 [615 kB] 178s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-farver s390x 2.1.2-1 [1353 kB] 178s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lattice s390x 0.22-6-1 [1340 kB] 178s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-matrix s390x 1.7-2-1 [4441 kB] 178s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-survival s390x 3.8-3-1 [8250 kB] 179s Get:76 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x r-cran-gbm s390x 2.2.2-1 [586 kB] 179s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-glue s390x 1.8.0-1 [164 kB] 179s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rlang s390x 1.1.5-1 [1713 kB] 179s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lifecycle all 1.0.4+dfsg-1 [110 kB] 179s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gtable all 0.3.6+dfsg-1 [199 kB] 179s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-isoband s390x 0.2.7-1 [1481 kB] 179s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mass s390x 7.3-64-1 [1113 kB] 179s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-nlme s390x 3.1.167-1 [2323 kB] 179s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mgcv s390x 1.9-1-1 [3348 kB] 180s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-labeling all 0.4.3-1 [62.1 kB] 180s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-munsell all 0.5.1-1 [213 kB] 180s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rcolorbrewer all 1.1-3-1build1 [55.4 kB] 180s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-viridislite all 0.4.2-2 [1088 kB] 180s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-scales all 1.3.0-1 [603 kB] 180s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-magrittr s390x 2.0.3-1 [154 kB] 180s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-utf8 s390x 1.2.4-1 [143 kB] 180s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-vctrs s390x 0.6.5-1 [1448 kB] 180s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pillar all 1.10.1+dfsg-1 [453 kB] 180s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pkgconfig all 2.0.3-2build1 [19.7 kB] 180s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tibble s390x 3.2.1+dfsg-3 [420 kB] 180s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ggplot2 all 3.5.1+dfsg-1 [3940 kB] 180s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gridextra all 2.3-3build1 [1024 kB] 180s Get:98 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-xfun s390x 0.50+dfsg-1 [568 kB] 180s Get:99 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-highr all 0.11+dfsg-1 [38.5 kB] 180s Get:100 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-mathjax all 2.7.9+dfsg-1 [5665 kB] 180s Get:101 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-knitr all 1.49+dfsg-1 [859 kB] 180s Get:102 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-runit all 0.4.33-1 [377 kB] 180s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tinytest all 1.4.1-1 [674 kB] 181s Get:104 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-viridis all 0.6.5-1 [2770 kB] 181s Preconfiguring packages ... 181s Fetched 97.0 MB in 5s (17.8 MB/s) 181s Selecting previously unselected package libfreetype6:s390x. 181s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55928 files and directories currently installed.) 181s Preparing to unpack .../000-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 181s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 181s Selecting previously unselected package fonts-dejavu-mono. 181s Preparing to unpack .../001-fonts-dejavu-mono_2.37-8_all.deb ... 181s Unpacking fonts-dejavu-mono (2.37-8) ... 181s Selecting previously unselected package fonts-dejavu-core. 181s Preparing to unpack .../002-fonts-dejavu-core_2.37-8_all.deb ... 181s Unpacking fonts-dejavu-core (2.37-8) ... 181s Selecting previously unselected package fontconfig-config. 181s Preparing to unpack .../003-fontconfig-config_2.15.0-2ubuntu1_s390x.deb ... 182s Unpacking fontconfig-config (2.15.0-2ubuntu1) ... 182s Selecting previously unselected package libfontconfig1:s390x. 182s Preparing to unpack .../004-libfontconfig1_2.15.0-2ubuntu1_s390x.deb ... 182s Unpacking libfontconfig1:s390x (2.15.0-2ubuntu1) ... 182s Selecting previously unselected package fontconfig. 182s Preparing to unpack .../005-fontconfig_2.15.0-2ubuntu1_s390x.deb ... 182s Unpacking fontconfig (2.15.0-2ubuntu1) ... 182s Selecting previously unselected package fonts-glyphicons-halflings. 182s Preparing to unpack .../006-fonts-glyphicons-halflings_1.009~3.4.1+dfsg-3_all.deb ... 182s Unpacking fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) ... 182s Selecting previously unselected package fonts-mathjax. 182s Preparing to unpack .../007-fonts-mathjax_2.7.9+dfsg-1_all.deb ... 182s Unpacking fonts-mathjax (2.7.9+dfsg-1) ... 182s Selecting previously unselected package libblas3:s390x. 182s Preparing to unpack .../008-libblas3_3.12.1-2_s390x.deb ... 182s Unpacking libblas3:s390x (3.12.1-2) ... 182s Selecting previously unselected package libpixman-1-0:s390x. 182s Preparing to unpack .../009-libpixman-1-0_0.44.0-3_s390x.deb ... 182s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 182s Selecting previously unselected package libxcb-render0:s390x. 182s Preparing to unpack .../010-libxcb-render0_1.17.0-2_s390x.deb ... 182s Unpacking libxcb-render0:s390x (1.17.0-2) ... 182s Selecting previously unselected package libxcb-shm0:s390x. 182s Preparing to unpack .../011-libxcb-shm0_1.17.0-2_s390x.deb ... 182s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 182s Selecting previously unselected package libxrender1:s390x. 182s Preparing to unpack .../012-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 182s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 182s Selecting previously unselected package libcairo2:s390x. 182s Preparing to unpack .../013-libcairo2_1.18.2-2_s390x.deb ... 182s Unpacking libcairo2:s390x (1.18.2-2) ... 182s Selecting previously unselected package libdatrie1:s390x. 182s Preparing to unpack .../014-libdatrie1_0.2.13-3build1_s390x.deb ... 182s Unpacking libdatrie1:s390x (0.2.13-3build1) ... 182s Selecting previously unselected package libdeflate0:s390x. 182s Preparing to unpack .../015-libdeflate0_1.23-1_s390x.deb ... 182s Unpacking libdeflate0:s390x (1.23-1) ... 182s Selecting previously unselected package libgfortran5:s390x. 182s Preparing to unpack .../016-libgfortran5_15-20250213-1ubuntu1_s390x.deb ... 182s Unpacking libgfortran5:s390x (15-20250213-1ubuntu1) ... 182s Selecting previously unselected package libgomp1:s390x. 182s Preparing to unpack .../017-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 182s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 182s Selecting previously unselected package libgraphite2-3:s390x. 182s Preparing to unpack .../018-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 182s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 182s Selecting previously unselected package libharfbuzz0b:s390x. 182s Preparing to unpack .../019-libharfbuzz0b_10.2.0-1_s390x.deb ... 182s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 182s Selecting previously unselected package x11-common. 182s Preparing to unpack .../020-x11-common_1%3a7.7+23ubuntu3_all.deb ... 182s Unpacking x11-common (1:7.7+23ubuntu3) ... 182s Selecting previously unselected package libice6:s390x. 182s Preparing to unpack .../021-libice6_2%3a1.1.1-1_s390x.deb ... 182s Unpacking libice6:s390x (2:1.1.1-1) ... 182s Selecting previously unselected package libjpeg-turbo8:s390x. 182s Preparing to unpack .../022-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 182s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 182s Selecting previously unselected package libjpeg8:s390x. 182s Preparing to unpack .../023-libjpeg8_8c-2ubuntu11_s390x.deb ... 182s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 182s Selecting previously unselected package libjs-bootstrap. 182s Preparing to unpack .../024-libjs-bootstrap_3.4.1+dfsg-3_all.deb ... 182s Unpacking libjs-bootstrap (3.4.1+dfsg-3) ... 182s Selecting previously unselected package libjs-highlight.js. 182s Preparing to unpack .../025-libjs-highlight.js_9.18.5+dfsg1-2_all.deb ... 182s Unpacking libjs-highlight.js (9.18.5+dfsg1-2) ... 182s Selecting previously unselected package libjs-jquery. 182s Preparing to unpack .../026-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 182s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 182s Selecting previously unselected package libjs-jquery-datatables. 182s Preparing to unpack .../027-libjs-jquery-datatables_1.11.5+dfsg-2_all.deb ... 182s Unpacking libjs-jquery-datatables (1.11.5+dfsg-2) ... 182s Selecting previously unselected package liblapack3:s390x. 182s Preparing to unpack .../028-liblapack3_3.12.1-2_s390x.deb ... 182s Unpacking liblapack3:s390x (3.12.1-2) ... 182s Selecting previously unselected package libthai-data. 182s Preparing to unpack .../029-libthai-data_0.1.29-2build1_all.deb ... 182s Unpacking libthai-data (0.1.29-2build1) ... 182s Selecting previously unselected package libthai0:s390x. 182s Preparing to unpack .../030-libthai0_0.1.29-2build1_s390x.deb ... 182s Unpacking libthai0:s390x (0.1.29-2build1) ... 182s Selecting previously unselected package libpango-1.0-0:s390x. 182s Preparing to unpack .../031-libpango-1.0-0_1.56.1-1_s390x.deb ... 182s Unpacking libpango-1.0-0:s390x (1.56.1-1) ... 182s Selecting previously unselected package libpangoft2-1.0-0:s390x. 182s Preparing to unpack .../032-libpangoft2-1.0-0_1.56.1-1_s390x.deb ... 182s Unpacking libpangoft2-1.0-0:s390x (1.56.1-1) ... 182s Selecting previously unselected package libpangocairo-1.0-0:s390x. 182s Preparing to unpack .../033-libpangocairo-1.0-0_1.56.1-1_s390x.deb ... 182s Unpacking libpangocairo-1.0-0:s390x (1.56.1-1) ... 182s Selecting previously unselected package libpaper2:s390x. 182s Preparing to unpack .../034-libpaper2_2.2.5-0.3_s390x.deb ... 182s Unpacking libpaper2:s390x (2.2.5-0.3) ... 182s Selecting previously unselected package libpaper-utils. 182s Preparing to unpack .../035-libpaper-utils_2.2.5-0.3_s390x.deb ... 182s Unpacking libpaper-utils (2.2.5-0.3) ... 182s Selecting previously unselected package libsharpyuv0:s390x. 182s Preparing to unpack .../036-libsharpyuv0_1.5.0-0.1_s390x.deb ... 182s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 182s Selecting previously unselected package libsm6:s390x. 182s Preparing to unpack .../037-libsm6_2%3a1.2.4-1_s390x.deb ... 182s Unpacking libsm6:s390x (2:1.2.4-1) ... 182s Selecting previously unselected package libtcl8.6:s390x. 182s Preparing to unpack .../038-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 182s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 182s Selecting previously unselected package libjbig0:s390x. 182s Preparing to unpack .../039-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 182s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 182s Selecting previously unselected package libwebp7:s390x. 182s Preparing to unpack .../040-libwebp7_1.5.0-0.1_s390x.deb ... 182s Unpacking libwebp7:s390x (1.5.0-0.1) ... 182s Selecting previously unselected package libtiff6:s390x. 182s Preparing to unpack .../041-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 182s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 182s Selecting previously unselected package libxft2:s390x. 182s Preparing to unpack .../042-libxft2_2.3.6-1build1_s390x.deb ... 182s Unpacking libxft2:s390x (2.3.6-1build1) ... 182s Selecting previously unselected package libxss1:s390x. 182s Preparing to unpack .../043-libxss1_1%3a1.2.3-1build3_s390x.deb ... 182s Unpacking libxss1:s390x (1:1.2.3-1build3) ... 182s Selecting previously unselected package libtk8.6:s390x. 182s Preparing to unpack .../044-libtk8.6_8.6.16-1_s390x.deb ... 182s Unpacking libtk8.6:s390x (8.6.16-1) ... 182s Selecting previously unselected package libxt6t64:s390x. 182s Preparing to unpack .../045-libxt6t64_1%3a1.2.1-1.2build1_s390x.deb ... 182s Unpacking libxt6t64:s390x (1:1.2.1-1.2build1) ... 182s Selecting previously unselected package node-html5shiv. 182s Preparing to unpack .../046-node-html5shiv_3.7.3+dfsg-5_all.deb ... 182s Unpacking node-html5shiv (3.7.3+dfsg-5) ... 182s Selecting previously unselected package node-normalize.css. 182s Preparing to unpack .../047-node-normalize.css_8.0.1-5_all.deb ... 182s Unpacking node-normalize.css (8.0.1-5) ... 182s Selecting previously unselected package zip. 182s Preparing to unpack .../048-zip_3.0-14ubuntu2_s390x.deb ... 182s Unpacking zip (3.0-14ubuntu2) ... 182s Selecting previously unselected package unzip. 182s Preparing to unpack .../049-unzip_6.0-28ubuntu6_s390x.deb ... 182s Unpacking unzip (6.0-28ubuntu6) ... 182s Selecting previously unselected package xdg-utils. 182s Preparing to unpack .../050-xdg-utils_1.2.1-2ubuntu1_all.deb ... 182s Unpacking xdg-utils (1.2.1-2ubuntu1) ... 182s Selecting previously unselected package r-base-core. 182s Preparing to unpack .../051-r-base-core_4.4.2-1build1_s390x.deb ... 182s Unpacking r-base-core (4.4.2-1build1) ... 183s Selecting previously unselected package r-cran-sys. 183s Preparing to unpack .../052-r-cran-sys_3.4.3-1_s390x.deb ... 183s Unpacking r-cran-sys (3.4.3-1) ... 183s Selecting previously unselected package r-cran-askpass. 183s Preparing to unpack .../053-r-cran-askpass_1.2.1-1_s390x.deb ... 183s Unpacking r-cran-askpass (1.2.1-1) ... 183s Selecting previously unselected package r-cran-cli. 183s Preparing to unpack .../054-r-cran-cli_3.6.3-1_s390x.deb ... 183s Unpacking r-cran-cli (3.6.3-1) ... 183s Selecting previously unselected package r-cran-colorspace. 183s Preparing to unpack .../055-r-cran-colorspace_2.1-1+dfsg-1_s390x.deb ... 183s Unpacking r-cran-colorspace (2.1-1+dfsg-1) ... 183s Selecting previously unselected package r-cran-digest. 183s Preparing to unpack .../056-r-cran-digest_0.6.37-1_s390x.deb ... 183s Unpacking r-cran-digest (0.6.37-1) ... 183s Selecting previously unselected package r-cran-jsonlite. 183s Preparing to unpack .../057-r-cran-jsonlite_1.8.9+dfsg-1_s390x.deb ... 183s Unpacking r-cran-jsonlite (1.8.9+dfsg-1) ... 183s Selecting previously unselected package r-cran-lazyeval. 183s Preparing to unpack .../058-r-cran-lazyeval_0.2.2-1build1_s390x.deb ... 183s Unpacking r-cran-lazyeval (0.2.2-1build1) ... 183s Selecting previously unselected package r-cran-rex. 183s Preparing to unpack .../059-r-cran-rex_1.2.1-1_all.deb ... 183s Unpacking r-cran-rex (1.2.1-1) ... 183s Selecting previously unselected package r-cran-curl. 183s Preparing to unpack .../060-r-cran-curl_6.1.0+dfsg-1_s390x.deb ... 183s Unpacking r-cran-curl (6.1.0+dfsg-1) ... 183s Selecting previously unselected package r-cran-mime. 183s Preparing to unpack .../061-r-cran-mime_0.12-2_s390x.deb ... 183s Unpacking r-cran-mime (0.12-2) ... 183s Selecting previously unselected package r-cran-openssl. 183s Preparing to unpack .../062-r-cran-openssl_2.2.0+dfsg-1_s390x.deb ... 183s Unpacking r-cran-openssl (2.2.0+dfsg-1) ... 183s Selecting previously unselected package r-cran-r6. 183s Preparing to unpack .../063-r-cran-r6_2.5.1-1_all.deb ... 183s Unpacking r-cran-r6 (2.5.1-1) ... 183s Selecting previously unselected package r-cran-httr. 183s Preparing to unpack .../064-r-cran-httr_1.4.7+dfsg-1_all.deb ... 183s Unpacking r-cran-httr (1.4.7+dfsg-1) ... 183s Selecting previously unselected package r-cran-crayon. 183s Preparing to unpack .../065-r-cran-crayon_1.5.3-1_all.deb ... 183s Unpacking r-cran-crayon (1.5.3-1) ... 183s Selecting previously unselected package r-cran-withr. 183s Preparing to unpack .../066-r-cran-withr_3.0.2+dfsg-1_all.deb ... 183s Unpacking r-cran-withr (3.0.2+dfsg-1) ... 183s Selecting previously unselected package r-cran-yaml. 183s Preparing to unpack .../067-r-cran-yaml_2.3.10-1_s390x.deb ... 183s Unpacking r-cran-yaml (2.3.10-1) ... 183s Selecting previously unselected package r-cran-covr. 183s Preparing to unpack .../068-r-cran-covr_3.6.4+dfsg-1_s390x.deb ... 183s Unpacking r-cran-covr (3.6.4+dfsg-1) ... 183s Selecting previously unselected package r-cran-evaluate. 183s Preparing to unpack .../069-r-cran-evaluate_1.0.3-1_all.deb ... 183s Unpacking r-cran-evaluate (1.0.3-1) ... 183s Selecting previously unselected package r-cran-fansi. 183s Preparing to unpack .../070-r-cran-fansi_1.0.5-1_s390x.deb ... 183s Unpacking r-cran-fansi (1.0.5-1) ... 183s Selecting previously unselected package r-cran-farver. 183s Preparing to unpack .../071-r-cran-farver_2.1.2-1_s390x.deb ... 183s Unpacking r-cran-farver (2.1.2-1) ... 183s Selecting previously unselected package r-cran-lattice. 183s Preparing to unpack .../072-r-cran-lattice_0.22-6-1_s390x.deb ... 183s Unpacking r-cran-lattice (0.22-6-1) ... 183s Selecting previously unselected package r-cran-matrix. 183s Preparing to unpack .../073-r-cran-matrix_1.7-2-1_s390x.deb ... 183s Unpacking r-cran-matrix (1.7-2-1) ... 183s Selecting previously unselected package r-cran-survival. 183s Preparing to unpack .../074-r-cran-survival_3.8-3-1_s390x.deb ... 183s Unpacking r-cran-survival (3.8-3-1) ... 183s Selecting previously unselected package r-cran-gbm. 183s Preparing to unpack .../075-r-cran-gbm_2.2.2-1_s390x.deb ... 183s Unpacking r-cran-gbm (2.2.2-1) ... 183s Selecting previously unselected package r-cran-glue. 183s Preparing to unpack .../076-r-cran-glue_1.8.0-1_s390x.deb ... 183s Unpacking r-cran-glue (1.8.0-1) ... 183s Selecting previously unselected package r-cran-rlang. 183s Preparing to unpack .../077-r-cran-rlang_1.1.5-1_s390x.deb ... 183s Unpacking r-cran-rlang (1.1.5-1) ... 183s Selecting previously unselected package r-cran-lifecycle. 183s Preparing to unpack .../078-r-cran-lifecycle_1.0.4+dfsg-1_all.deb ... 183s Unpacking r-cran-lifecycle (1.0.4+dfsg-1) ... 183s Selecting previously unselected package r-cran-gtable. 183s Preparing to unpack .../079-r-cran-gtable_0.3.6+dfsg-1_all.deb ... 183s Unpacking r-cran-gtable (0.3.6+dfsg-1) ... 183s Selecting previously unselected package r-cran-isoband. 183s Preparing to unpack .../080-r-cran-isoband_0.2.7-1_s390x.deb ... 183s Unpacking r-cran-isoband (0.2.7-1) ... 183s Selecting previously unselected package r-cran-mass. 183s Preparing to unpack .../081-r-cran-mass_7.3-64-1_s390x.deb ... 183s Unpacking r-cran-mass (7.3-64-1) ... 183s Selecting previously unselected package r-cran-nlme. 183s Preparing to unpack .../082-r-cran-nlme_3.1.167-1_s390x.deb ... 183s Unpacking r-cran-nlme (3.1.167-1) ... 183s Selecting previously unselected package r-cran-mgcv. 183s Preparing to unpack .../083-r-cran-mgcv_1.9-1-1_s390x.deb ... 183s Unpacking r-cran-mgcv (1.9-1-1) ... 183s Selecting previously unselected package r-cran-labeling. 183s Preparing to unpack .../084-r-cran-labeling_0.4.3-1_all.deb ... 183s Unpacking r-cran-labeling (0.4.3-1) ... 183s Selecting previously unselected package r-cran-munsell. 183s Preparing to unpack .../085-r-cran-munsell_0.5.1-1_all.deb ... 183s Unpacking r-cran-munsell (0.5.1-1) ... 183s Selecting previously unselected package r-cran-rcolorbrewer. 183s Preparing to unpack .../086-r-cran-rcolorbrewer_1.1-3-1build1_all.deb ... 183s Unpacking r-cran-rcolorbrewer (1.1-3-1build1) ... 183s Selecting previously unselected package r-cran-viridislite. 183s Preparing to unpack .../087-r-cran-viridislite_0.4.2-2_all.deb ... 183s Unpacking r-cran-viridislite (0.4.2-2) ... 183s Selecting previously unselected package r-cran-scales. 183s Preparing to unpack .../088-r-cran-scales_1.3.0-1_all.deb ... 183s Unpacking r-cran-scales (1.3.0-1) ... 183s Selecting previously unselected package r-cran-magrittr. 183s Preparing to unpack .../089-r-cran-magrittr_2.0.3-1_s390x.deb ... 183s Unpacking r-cran-magrittr (2.0.3-1) ... 183s Selecting previously unselected package r-cran-utf8. 183s Preparing to unpack .../090-r-cran-utf8_1.2.4-1_s390x.deb ... 183s Unpacking r-cran-utf8 (1.2.4-1) ... 183s Selecting previously unselected package r-cran-vctrs. 183s Preparing to unpack .../091-r-cran-vctrs_0.6.5-1_s390x.deb ... 183s Unpacking r-cran-vctrs (0.6.5-1) ... 183s Selecting previously unselected package r-cran-pillar. 183s Preparing to unpack .../092-r-cran-pillar_1.10.1+dfsg-1_all.deb ... 183s Unpacking r-cran-pillar (1.10.1+dfsg-1) ... 183s Selecting previously unselected package r-cran-pkgconfig. 183s Preparing to unpack .../093-r-cran-pkgconfig_2.0.3-2build1_all.deb ... 183s Unpacking r-cran-pkgconfig (2.0.3-2build1) ... 183s Selecting previously unselected package r-cran-tibble. 183s Preparing to unpack .../094-r-cran-tibble_3.2.1+dfsg-3_s390x.deb ... 183s Unpacking r-cran-tibble (3.2.1+dfsg-3) ... 183s Selecting previously unselected package r-cran-ggplot2. 183s Preparing to unpack .../095-r-cran-ggplot2_3.5.1+dfsg-1_all.deb ... 183s Unpacking r-cran-ggplot2 (3.5.1+dfsg-1) ... 183s Selecting previously unselected package r-cran-gridextra. 183s Preparing to unpack .../096-r-cran-gridextra_2.3-3build1_all.deb ... 183s Unpacking r-cran-gridextra (2.3-3build1) ... 184s Selecting previously unselected package r-cran-xfun. 184s Preparing to unpack .../097-r-cran-xfun_0.50+dfsg-1_s390x.deb ... 184s Unpacking r-cran-xfun (0.50+dfsg-1) ... 184s Selecting previously unselected package r-cran-highr. 184s Preparing to unpack .../098-r-cran-highr_0.11+dfsg-1_all.deb ... 184s Unpacking r-cran-highr (0.11+dfsg-1) ... 184s Selecting previously unselected package libjs-mathjax. 184s Preparing to unpack .../099-libjs-mathjax_2.7.9+dfsg-1_all.deb ... 184s Unpacking libjs-mathjax (2.7.9+dfsg-1) ... 184s Selecting previously unselected package r-cran-knitr. 184s Preparing to unpack .../100-r-cran-knitr_1.49+dfsg-1_all.deb ... 184s Unpacking r-cran-knitr (1.49+dfsg-1) ... 184s Selecting previously unselected package r-cran-runit. 184s Preparing to unpack .../101-r-cran-runit_0.4.33-1_all.deb ... 184s Unpacking r-cran-runit (0.4.33-1) ... 184s Selecting previously unselected package r-cran-tinytest. 184s Preparing to unpack .../102-r-cran-tinytest_1.4.1-1_all.deb ... 184s Unpacking r-cran-tinytest (1.4.1-1) ... 184s Selecting previously unselected package r-cran-viridis. 184s Preparing to unpack .../103-r-cran-viridis_0.6.5-1_all.deb ... 184s Unpacking r-cran-viridis (0.6.5-1) ... 184s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 184s Setting up libpixman-1-0:s390x (0.44.0-3) ... 184s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 184s Setting up fonts-mathjax (2.7.9+dfsg-1) ... 184s Setting up libjs-mathjax (2.7.9+dfsg-1) ... 184s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 184s Setting up libdatrie1:s390x (0.2.13-3build1) ... 184s Setting up libxcb-render0:s390x (1.17.0-2) ... 184s Setting up fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) ... 184s Setting up unzip (6.0-28ubuntu6) ... 184s Setting up x11-common (1:7.7+23ubuntu3) ... 184s Setting up node-html5shiv (3.7.3+dfsg-5) ... 184s Setting up libdeflate0:s390x (1.23-1) ... 184s Setting up libxcb-shm0:s390x (1.17.0-2) ... 184s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 184s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 184s Setting up zip (3.0-14ubuntu2) ... 184s Setting up libblas3:s390x (3.12.1-2) ... 184s 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 184s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 184s Setting up fonts-dejavu-mono (2.37-8) ... 184s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 185s Setting up fonts-dejavu-core (2.37-8) ... 185s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 185s Setting up libgfortran5:s390x (15-20250213-1ubuntu1) ... 185s Setting up libwebp7:s390x (1.5.0-0.1) ... 185s Setting up libjs-highlight.js (9.18.5+dfsg1-2) ... 185s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 185s Setting up libthai-data (0.1.29-2build1) ... 185s Setting up libxss1:s390x (1:1.2.3-1build3) ... 185s Setting up libpaper2:s390x (2.2.5-0.3) ... 185s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 185s Setting up node-normalize.css (8.0.1-5) ... 185s Setting up xdg-utils (1.2.1-2ubuntu1) ... 185s update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode 185s Setting up libjs-bootstrap (3.4.1+dfsg-3) ... 185s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 185s Setting up libice6:s390x (2:1.1.1-1) ... 185s Setting up liblapack3:s390x (3.12.1-2) ... 185s 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 185s Setting up fontconfig-config (2.15.0-2ubuntu1) ... 185s Setting up libpaper-utils (2.2.5-0.3) ... 185s Setting up libjs-jquery-datatables (1.11.5+dfsg-2) ... 185s Setting up libthai0:s390x (0.1.29-2build1) ... 185s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 185s Setting up libfontconfig1:s390x (2.15.0-2ubuntu1) ... 185s Setting up libsm6:s390x (2:1.2.4-1) ... 185s Setting up fontconfig (2.15.0-2ubuntu1) ... 187s Regenerating fonts cache... done. 187s Setting up libxft2:s390x (2.3.6-1build1) ... 187s Setting up libtk8.6:s390x (8.6.16-1) ... 187s Setting up libpango-1.0-0:s390x (1.56.1-1) ... 187s Setting up libcairo2:s390x (1.18.2-2) ... 187s Setting up libxt6t64:s390x (1:1.2.1-1.2build1) ... 187s Setting up libpangoft2-1.0-0:s390x (1.56.1-1) ... 187s Setting up libpangocairo-1.0-0:s390x (1.56.1-1) ... 187s Setting up r-base-core (4.4.2-1build1) ... 187s Creating config file /etc/R/Renviron with new version 187s Setting up r-cran-crayon (1.5.3-1) ... 187s Setting up r-cran-labeling (0.4.3-1) ... 187s Setting up r-cran-lattice (0.22-6-1) ... 187s Setting up r-cran-tinytest (1.4.1-1) ... 187s Setting up r-cran-nlme (3.1.167-1) ... 187s Setting up r-cran-farver (2.1.2-1) ... 187s Setting up r-cran-viridislite (0.4.2-2) ... 187s Setting up r-cran-lazyeval (0.2.2-1build1) ... 187s Setting up r-cran-r6 (2.5.1-1) ... 187s Setting up r-cran-magrittr (2.0.3-1) ... 187s Setting up r-cran-curl (6.1.0+dfsg-1) ... 187s Setting up r-cran-rlang (1.1.5-1) ... 187s Setting up r-cran-xfun (0.50+dfsg-1) ... 187s Setting up r-cran-sys (3.4.3-1) ... 187s Setting up r-cran-withr (3.0.2+dfsg-1) ... 187s Setting up r-cran-mime (0.12-2) ... 187s Setting up r-cran-digest (0.6.37-1) ... 187s Setting up r-cran-yaml (2.3.10-1) ... 187s Setting up r-cran-evaluate (1.0.3-1) ... 187s Setting up r-cran-highr (0.11+dfsg-1) ... 187s Setting up r-cran-fansi (1.0.5-1) ... 187s Setting up r-cran-mass (7.3-64-1) ... 187s Setting up r-cran-glue (1.8.0-1) ... 187s Setting up r-cran-cli (3.6.3-1) ... 187s Setting up r-cran-lifecycle (1.0.4+dfsg-1) ... 187s Setting up r-cran-askpass (1.2.1-1) ... 187s Setting up r-cran-jsonlite (1.8.9+dfsg-1) ... 187s Setting up r-cran-pkgconfig (2.0.3-2build1) ... 187s Setting up r-cran-utf8 (1.2.4-1) ... 187s Setting up r-cran-colorspace (2.1-1+dfsg-1) ... 187s Setting up r-cran-rex (1.2.1-1) ... 187s Setting up r-cran-rcolorbrewer (1.1-3-1build1) ... 187s Setting up r-cran-isoband (0.2.7-1) ... 187s Setting up r-cran-runit (0.4.33-1) ... 187s Setting up r-cran-gtable (0.3.6+dfsg-1) ... 187s Setting up r-cran-matrix (1.7-2-1) ... 187s Setting up r-cran-knitr (1.49+dfsg-1) ... 187s Setting up r-cran-mgcv (1.9-1-1) ... 187s Setting up r-cran-vctrs (0.6.5-1) ... 187s Setting up r-cran-pillar (1.10.1+dfsg-1) ... 187s Setting up r-cran-openssl (2.2.0+dfsg-1) ... 187s Setting up r-cran-munsell (0.5.1-1) ... 187s Setting up r-cran-tibble (3.2.1+dfsg-3) ... 187s Setting up r-cran-survival (3.8-3-1) ... 187s Setting up r-cran-httr (1.4.7+dfsg-1) ... 187s Setting up r-cran-gridextra (2.3-3build1) ... 187s Setting up r-cran-scales (1.3.0-1) ... 187s Setting up r-cran-covr (3.6.4+dfsg-1) ... 187s Setting up r-cran-gbm (2.2.2-1) ... 187s Setting up r-cran-ggplot2 (3.5.1+dfsg-1) ... 187s Setting up r-cran-viridis (0.6.5-1) ... 187s Processing triggers for libc-bin (2.40-4ubuntu1) ... 187s Processing triggers for man-db (2.13.0-1) ... 188s Processing triggers for install-info (7.1.1-1) ... 188s autopkgtest: DBG: testbed command exited with code 0 188s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'r-cran-gbm'], kind short, sout pipe, serr pipe, env [] 188s autopkgtest: DBG: testbed command exited with code 0 188s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.RLcEZM/run-unit-test-packages.all"], kind short, sout raw, serr pipe, env [] 189s autopkgtest: DBG: testbed command exited with code 0 189s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RLcEZM/run-unit-test-packages.all /tmp/autopkgtest-work.pzbos077/out/run-unit-test-packages.all 189s autopkgtest: DBG: got reply from testbed: ok 189s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.RLcEZM/build.StW/src'], kind short, sout raw, serr raw, env [] 189s autopkgtest: DBG: testbed command exited with code 0 189s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.RLcEZM/build.StW/src already exists 189s autopkgtest [04:45:34]: test run-unit-test: [----------------------- 189s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.RLcEZM/wrapper.sh --debug --artifacts=/tmp/autopkgtest.RLcEZM/run-unit-test-artifacts --chdir=/tmp/autopkgtest.RLcEZM/build.StW/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.RLcEZM/run-unit-test-stderr --stdout=/tmp/autopkgtest.RLcEZM/run-unit-test-stdout --tmp=/tmp/autopkgtest.RLcEZM/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=r-cran-gbm/2.2.2-1 --make-executable=/tmp/autopkgtest.RLcEZM/build.StW/src/debian/tests/run-unit-test -- /tmp/autopkgtest.RLcEZM/build.StW/src/debian/tests/run-unit-test'], kind test, sout raw, serr raw, env [] 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.RLcEZM/run-unit-test-artifacts 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: changing to directory: /tmp/autopkgtest.RLcEZM/build.StW/src 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: setting environment: LANG=C.UTF-8 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LANGUAGE 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_ADDRESS 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_ALL 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_COLLATE 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_CTYPE 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_IDENTIFICATION 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_MEASUREMENT 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_MESSAGES 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_MONETARY 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_NAME 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_NUMERIC 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_PAPER 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_TELEPHONE 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_TIME 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: pretending to be a login shell 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: will write standard error to /tmp/autopkgtest.RLcEZM/run-unit-test-stderr 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: will write stdout to /tmp/autopkgtest.RLcEZM/run-unit-test-stdout 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.RLcEZM/autopkgtest_tmp 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=r-cran-gbm/2.2.2-1 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: marking as executable: /tmp/autopkgtest.RLcEZM/build.StW/src/debian/tests/run-unit-test 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: command to run: /tmp/autopkgtest.RLcEZM/build.StW/src/debian/tests/run-unit-test 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: copying /tmp/tmp.GoqUoNrWNH/out to stdout and file: /tmp/autopkgtest.RLcEZM/run-unit-test-stdout 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: copying /tmp/tmp.GoqUoNrWNH/err to standard error and file: /tmp/autopkgtest.RLcEZM/run-unit-test-stdout 189s /tmp/autopkgtest.RLcEZM/wrapper.sh: writing script pid 2774 to /tmp/autopkgtest_script_pid 189s BEGIN TEST tinytest.R 189s 189s R version 4.4.2 (2024-10-31) -- "Pile of Leaves" 189s Copyright (C) 2024 The R Foundation for Statistical Computing 189s Platform: s390x-ibm-linux-gnu 189s 189s R is free software and comes with ABSOLUTELY NO WARRANTY. 189s You are welcome to redistribute it under certain conditions. 189s Type 'license()' or 'licence()' for distribution details. 189s 189s R is a collaborative project with many contributors. 189s Type 'contributors()' for more information and 189s 'citation()' on how to cite R or R packages in publications. 189s 189s Type 'demo()' for some demos, 'help()' for on-line help, or 189s 'help.start()' for an HTML browser interface to help. 189s Type 'q()' to quit R. 189s 189s > 189s > if ( requireNamespace("tinytest", quietly = TRUE) ){ 189s + home <- length(unclass(packageVersion("gbm"))[[1L]]) == 4 189s + tinytest::test_package("gbm", at_home = home) 189s + } 190s Loaded gbm 2.2.2 190s This version of gbm is no longer under development. Consider transitioning to gbm3, https://github.com/gbm-developers/gbm3 190s test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests CV: 1 191s CV: 2 191s CV: 3 191s CV: 4 192s CV: 5 192s test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 1 tests OK 2.2s 192s test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests CV: 1 193s CV: 2 194s CV: 3 196s CV: 4 197s CV: 5 199s test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 1 tests OK 7.0s 199s test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests CV: 1 200s CV: 2 200s CV: 3 201s CV: 4 201s CV: 5 202s CV: 6 203s CV: 7 203s CV: 8 204s CV: 9 205s CV: 10 206s test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 1 tests 1 fails test_least_squares.R.......... 2 tests 2 fails 6.8s 206s test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests Distribution not specified, assuming bernoulli ... 206s CV: 1 208s CV: 2 209s CV: 3 211s CV: 4 212s CV: 5 215s test_relative_influence.R..... 0 tests n.trees not given. Using 1000 trees. 215s test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests test_relative_influence.R..... 1 tests OK 9.2s 215s ----- FAILED[data]: test_least_squares.R<68--69> 215s call| expect_true(abs(mean(data2$Y - f.predict)) < 0.01, info = "LS: checking if Gaussian absolute error within tolerance.") 215s diff| Expected TRUE, got FALSE 215s info| LS: checking if Gaussian absolute error within tolerance. 215s ----- FAILED[data]: test_least_squares.R<70--71> 215s call| expect_true(sd(data2$Y - f.predict) < sigma, info = "LS: checking if Gaussian squared error within tolerance.") 215s diff| Expected TRUE, got FALSE 215s info| LS: checking if Gaussian squared error within tolerance. 215s Error: 2 out of 5 tests failed 215s Execution halted 215s /tmp/autopkgtest.RLcEZM/wrapper.sh: checking for leaked background processes... 215s /tmp/autopkgtest.RLcEZM/wrapper.sh: waiting for tee/cat subprocesses... 215s /tmp/autopkgtest.RLcEZM/wrapper.sh: cleaning up... 215s /tmp/autopkgtest.RLcEZM/wrapper.sh: Exit status: 1 215s autopkgtest: DBG: testbed command exited with code 1 216s autopkgtest [04:46:01]: test run-unit-test: -----------------------] 216s autopkgtest: DBG: testbed executing test finished with exit status 1 216s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RLcEZM/run-unit-test-stdout /tmp/autopkgtest-work.pzbos077/out/run-unit-test-stdout 216s autopkgtest: DBG: got reply from testbed: ok 216s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RLcEZM/run-unit-test-stderr /tmp/autopkgtest-work.pzbos077/out/run-unit-test-stderr 216s autopkgtest: DBG: got reply from testbed: ok 216s run-unit-test FAIL non-zero exit status 1 216s autopkgtest [04:46:01]: test run-unit-test: - - - - - - - - - - results - - - - - - - - - - 216s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RLcEZM/run-unit-test-artifacts/ /tmp/autopkgtest-work.pzbos077/out/artifacts/ 216s autopkgtest: DBG: got reply from testbed: ok 216s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.RLcEZM/run-unit-test-artifacts', '/tmp/autopkgtest.RLcEZM/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 217s autopkgtest: DBG: testbed command exited with code 0 217s autopkgtest [04:46:02]: test pkg-r-autopkgtest: preparing testbed 217s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['r-cran-gbm', 'r-cran-covr', 'r-cran-gridextra', 'r-cran-knitr', 'r-cran-runit', 'r-cran-tinytest', 'r-cran-viridis'], deps_new=['r-cran-gbm', 'r-cran-covr', 'r-cran-gridextra', 'r-cran-knitr', 'r-cran-runit', 'r-cran-tinytest', 'r-cran-viridis', 'pkg-r-autopkgtest'] 217s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 217s autopkgtest: DBG: install_deps: deps_new=['r-cran-gbm', 'r-cran-covr', 'r-cran-gridextra', 'r-cran-knitr', 'r-cran-runit', 'r-cran-tinytest', 'r-cran-viridis', 'pkg-r-autopkgtest'] 217s autopkgtest: DBG: install-deps: satisfying r-cran-gbm, r-cran-covr, r-cran-gridextra, r-cran-knitr, r-cran-runit, r-cran-tinytest, r-cran-viridis, pkg-r-autopkgtest 217s autopkgtest: DBG: can use apt-get on testbed: True 217s 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-gbm, r-cran-covr, r-cran-gridextra, r-cran-knitr, r-cran-runit, r-cran-tinytest, r-cran-viridis, pkg-r-autopkgtest'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 217s Reading package lists... 217s Building dependency tree... 217s Reading state information... 217s Starting pkgProblemResolver with broken count: 0 217s Starting 2 pkgProblemResolver with broken count: 0 217s Done 217s The following NEW packages will be installed: 217s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu 217s dctrl-tools g++ g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 217s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gfortran gfortran-14 217s gfortran-14-s390x-linux-gnu gfortran-s390x-linux-gnu icu-devtools libasan8 217s libblas-dev libbz2-dev libcc1-0 libdeflate-dev libgcc-14-dev 217s libgfortran-14-dev libicu-dev libisl23 libitm1 libjpeg-dev 217s libjpeg-turbo8-dev libjpeg8-dev liblapack-dev liblzma-dev libmpc3 217s libncurses-dev libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 217s libpkgconf3 libpng-dev libreadline-dev libstdc++-14-dev libtirpc-dev 217s libubsan1 pkg-r-autopkgtest pkgconf pkgconf-bin r-base-dev zlib1g-dev 218s 0 upgraded, 51 newly installed, 0 to remove and 0 not upgraded. 218s Need to get 82.2 MB of archives. 218s After this operation, 278 MB of additional disk space will be used. 218s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 218s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 218s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 219s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 219s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 219s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 219s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 219s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 219s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 219s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 219s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 219s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 220s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 220s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 220s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 220s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 220s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 221s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 221s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 221s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 221s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 221s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x dctrl-tools s390x 2.24-3build3 [106 kB] 221s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran-14-dev s390x 14.2.0-17ubuntu1 [654 kB] 221s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [10.3 MB] 222s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-14 s390x 14.2.0-17ubuntu1 [13.6 kB] 222s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1012 B] 222s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran s390x 4:14.2.0-1ubuntu1 [1160 B] 222s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x icu-devtools s390x 76.1-1ubuntu2 [225 kB] 222s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libblas-dev s390x 3.12.1-2 [254 kB] 222s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libbz2-dev s390x 1.0.8-6 [39.1 kB] 222s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate-dev s390x 1.23-1 [52.2 kB] 222s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x libicu-dev s390x 76.1-1ubuntu2 [12.2 MB] 224s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8-dev s390x 2.1.5-3ubuntu2 [281 kB] 224s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8-dev s390x 8c-2ubuntu11 [1484 B] 224s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-dev s390x 8c-2ubuntu11 [1484 B] 224s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack-dev s390x 3.12.1-2 [5967 kB] 224s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libncurses-dev s390x 6.5+20250125-2 [407 kB] 224s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-16-0 s390x 10.42-4ubuntu3 [236 kB] 224s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-32-0 s390x 10.42-4ubuntu3 [221 kB] 224s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-posix3 s390x 10.42-4ubuntu3 [6820 B] 224s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-dev s390x 10.42-4ubuntu3 [815 kB] 224s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 224s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 225s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libpng-dev s390x 1.6.46-4 [283 kB] 225s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x libreadline-dev s390x 8.2-6 [187 kB] 225s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x liblzma-dev s390x 5.6.3-1 [183 kB] 225s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 225s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 225s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x libtirpc-dev s390x 1.3.4+ds-1.3 [196 kB] 225s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x r-base-dev all 4.4.2-1build1 [4342 B] 225s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x pkg-r-autopkgtest all 20231212ubuntu1 [6448 B] 225s Fetched 82.2 MB in 7s (11.4 MB/s) 225s Selecting previously unselected package libisl23:s390x. 225s (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 ... 67568 files and directories currently installed.) 225s Preparing to unpack .../00-libisl23_0.27-1_s390x.deb ... 225s Unpacking libisl23:s390x (0.27-1) ... 225s Selecting previously unselected package libmpc3:s390x. 225s Preparing to unpack .../01-libmpc3_1.3.1-1build2_s390x.deb ... 225s Unpacking libmpc3:s390x (1.3.1-1build2) ... 225s Selecting previously unselected package cpp-14-s390x-linux-gnu. 225s Preparing to unpack .../02-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 225s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 225s Selecting previously unselected package cpp-14. 225s Preparing to unpack .../03-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 225s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 225s Selecting previously unselected package cpp-s390x-linux-gnu. 225s Preparing to unpack .../04-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 225s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 225s Selecting previously unselected package cpp. 225s Preparing to unpack .../05-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 225s Unpacking cpp (4:14.2.0-1ubuntu1) ... 225s Selecting previously unselected package libcc1-0:s390x. 225s Preparing to unpack .../06-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 225s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 225s Selecting previously unselected package libitm1:s390x. 225s Preparing to unpack .../07-libitm1_15-20250213-1ubuntu1_s390x.deb ... 225s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 225s Selecting previously unselected package libasan8:s390x. 225s Preparing to unpack .../08-libasan8_15-20250213-1ubuntu1_s390x.deb ... 225s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 225s Selecting previously unselected package libubsan1:s390x. 225s Preparing to unpack .../09-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 225s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 225s Selecting previously unselected package libgcc-14-dev:s390x. 225s Preparing to unpack .../10-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 225s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 225s Selecting previously unselected package gcc-14-s390x-linux-gnu. 225s Preparing to unpack .../11-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 225s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 226s Selecting previously unselected package gcc-14. 226s Preparing to unpack .../12-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 226s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 226s Selecting previously unselected package gcc-s390x-linux-gnu. 226s Preparing to unpack .../13-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 226s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 226s Selecting previously unselected package gcc. 226s Preparing to unpack .../14-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 226s Unpacking gcc (4:14.2.0-1ubuntu1) ... 226s Selecting previously unselected package libstdc++-14-dev:s390x. 226s Preparing to unpack .../15-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 226s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 226s Selecting previously unselected package g++-14-s390x-linux-gnu. 226s Preparing to unpack .../16-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 226s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 226s Selecting previously unselected package g++-14. 226s Preparing to unpack .../17-g++-14_14.2.0-17ubuntu1_s390x.deb ... 226s Unpacking g++-14 (14.2.0-17ubuntu1) ... 226s Selecting previously unselected package g++-s390x-linux-gnu. 226s Preparing to unpack .../18-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 226s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 226s Selecting previously unselected package g++. 226s Preparing to unpack .../19-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 226s Unpacking g++ (4:14.2.0-1ubuntu1) ... 226s Selecting previously unselected package build-essential. 226s Preparing to unpack .../20-build-essential_12.10ubuntu1_s390x.deb ... 226s Unpacking build-essential (12.10ubuntu1) ... 226s Selecting previously unselected package dctrl-tools. 226s Preparing to unpack .../21-dctrl-tools_2.24-3build3_s390x.deb ... 226s Unpacking dctrl-tools (2.24-3build3) ... 226s Selecting previously unselected package libgfortran-14-dev:s390x. 226s Preparing to unpack .../22-libgfortran-14-dev_14.2.0-17ubuntu1_s390x.deb ... 226s Unpacking libgfortran-14-dev:s390x (14.2.0-17ubuntu1) ... 226s Selecting previously unselected package gfortran-14-s390x-linux-gnu. 226s Preparing to unpack .../23-gfortran-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 226s Unpacking gfortran-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 226s Selecting previously unselected package gfortran-14. 226s Preparing to unpack .../24-gfortran-14_14.2.0-17ubuntu1_s390x.deb ... 226s Unpacking gfortran-14 (14.2.0-17ubuntu1) ... 226s Selecting previously unselected package gfortran-s390x-linux-gnu. 226s Preparing to unpack .../25-gfortran-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 226s Unpacking gfortran-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 226s Selecting previously unselected package gfortran. 226s Preparing to unpack .../26-gfortran_4%3a14.2.0-1ubuntu1_s390x.deb ... 226s Unpacking gfortran (4:14.2.0-1ubuntu1) ... 226s Selecting previously unselected package icu-devtools. 226s Preparing to unpack .../27-icu-devtools_76.1-1ubuntu2_s390x.deb ... 226s Unpacking icu-devtools (76.1-1ubuntu2) ... 226s Selecting previously unselected package libblas-dev:s390x. 226s Preparing to unpack .../28-libblas-dev_3.12.1-2_s390x.deb ... 226s Unpacking libblas-dev:s390x (3.12.1-2) ... 226s Selecting previously unselected package libbz2-dev:s390x. 226s Preparing to unpack .../29-libbz2-dev_1.0.8-6_s390x.deb ... 226s Unpacking libbz2-dev:s390x (1.0.8-6) ... 226s Selecting previously unselected package libdeflate-dev:s390x. 226s Preparing to unpack .../30-libdeflate-dev_1.23-1_s390x.deb ... 226s Unpacking libdeflate-dev:s390x (1.23-1) ... 226s Selecting previously unselected package libicu-dev:s390x. 226s Preparing to unpack .../31-libicu-dev_76.1-1ubuntu2_s390x.deb ... 226s Unpacking libicu-dev:s390x (76.1-1ubuntu2) ... 227s Selecting previously unselected package libjpeg-turbo8-dev:s390x. 227s Preparing to unpack .../32-libjpeg-turbo8-dev_2.1.5-3ubuntu2_s390x.deb ... 227s Unpacking libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 227s Selecting previously unselected package libjpeg8-dev:s390x. 227s Preparing to unpack .../33-libjpeg8-dev_8c-2ubuntu11_s390x.deb ... 227s Unpacking libjpeg8-dev:s390x (8c-2ubuntu11) ... 227s Selecting previously unselected package libjpeg-dev:s390x. 227s Preparing to unpack .../34-libjpeg-dev_8c-2ubuntu11_s390x.deb ... 227s Unpacking libjpeg-dev:s390x (8c-2ubuntu11) ... 227s Selecting previously unselected package liblapack-dev:s390x. 227s Preparing to unpack .../35-liblapack-dev_3.12.1-2_s390x.deb ... 227s Unpacking liblapack-dev:s390x (3.12.1-2) ... 227s Selecting previously unselected package libncurses-dev:s390x. 227s Preparing to unpack .../36-libncurses-dev_6.5+20250125-2_s390x.deb ... 227s Unpacking libncurses-dev:s390x (6.5+20250125-2) ... 227s Selecting previously unselected package libpcre2-16-0:s390x. 227s Preparing to unpack .../37-libpcre2-16-0_10.42-4ubuntu3_s390x.deb ... 227s Unpacking libpcre2-16-0:s390x (10.42-4ubuntu3) ... 227s Selecting previously unselected package libpcre2-32-0:s390x. 227s Preparing to unpack .../38-libpcre2-32-0_10.42-4ubuntu3_s390x.deb ... 227s Unpacking libpcre2-32-0:s390x (10.42-4ubuntu3) ... 227s Selecting previously unselected package libpcre2-posix3:s390x. 227s Preparing to unpack .../39-libpcre2-posix3_10.42-4ubuntu3_s390x.deb ... 227s Unpacking libpcre2-posix3:s390x (10.42-4ubuntu3) ... 227s Selecting previously unselected package libpcre2-dev:s390x. 227s Preparing to unpack .../40-libpcre2-dev_10.42-4ubuntu3_s390x.deb ... 227s Unpacking libpcre2-dev:s390x (10.42-4ubuntu3) ... 227s Selecting previously unselected package libpkgconf3:s390x. 227s Preparing to unpack .../41-libpkgconf3_1.8.1-4_s390x.deb ... 227s Unpacking libpkgconf3:s390x (1.8.1-4) ... 227s Selecting previously unselected package zlib1g-dev:s390x. 227s Preparing to unpack .../42-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 227s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 227s Selecting previously unselected package libpng-dev:s390x. 227s Preparing to unpack .../43-libpng-dev_1.6.46-4_s390x.deb ... 227s Unpacking libpng-dev:s390x (1.6.46-4) ... 227s Selecting previously unselected package libreadline-dev:s390x. 227s Preparing to unpack .../44-libreadline-dev_8.2-6_s390x.deb ... 227s Unpacking libreadline-dev:s390x (8.2-6) ... 227s Selecting previously unselected package liblzma-dev:s390x. 227s Preparing to unpack .../45-liblzma-dev_5.6.3-1_s390x.deb ... 227s Unpacking liblzma-dev:s390x (5.6.3-1) ... 227s Selecting previously unselected package pkgconf-bin. 227s Preparing to unpack .../46-pkgconf-bin_1.8.1-4_s390x.deb ... 227s Unpacking pkgconf-bin (1.8.1-4) ... 227s Selecting previously unselected package pkgconf:s390x. 227s Preparing to unpack .../47-pkgconf_1.8.1-4_s390x.deb ... 227s Unpacking pkgconf:s390x (1.8.1-4) ... 227s Selecting previously unselected package libtirpc-dev:s390x. 227s Preparing to unpack .../48-libtirpc-dev_1.3.4+ds-1.3_s390x.deb ... 227s Unpacking libtirpc-dev:s390x (1.3.4+ds-1.3) ... 227s Selecting previously unselected package r-base-dev. 227s Preparing to unpack .../49-r-base-dev_4.4.2-1build1_all.deb ... 227s Unpacking r-base-dev (4.4.2-1build1) ... 227s Selecting previously unselected package pkg-r-autopkgtest. 227s Preparing to unpack .../50-pkg-r-autopkgtest_20231212ubuntu1_all.deb ... 227s Unpacking pkg-r-autopkgtest (20231212ubuntu1) ... 227s Setting up libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 227s Setting up libncurses-dev:s390x (6.5+20250125-2) ... 227s Setting up libreadline-dev:s390x (8.2-6) ... 227s Setting up libpcre2-16-0:s390x (10.42-4ubuntu3) ... 227s Setting up libpcre2-32-0:s390x (10.42-4ubuntu3) ... 227s Setting up libtirpc-dev:s390x (1.3.4+ds-1.3) ... 227s Setting up libpkgconf3:s390x (1.8.1-4) ... 227s Setting up libmpc3:s390x (1.3.1-1build2) ... 227s Setting up icu-devtools (76.1-1ubuntu2) ... 227s Setting up pkgconf-bin (1.8.1-4) ... 227s Setting up liblzma-dev:s390x (5.6.3-1) ... 227s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 227s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 227s Setting up libpcre2-posix3:s390x (10.42-4ubuntu3) ... 227s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 227s Setting up libjpeg8-dev:s390x (8c-2ubuntu11) ... 227s Setting up libisl23:s390x (0.27-1) ... 227s Setting up libdeflate-dev:s390x (1.23-1) ... 227s Setting up libicu-dev:s390x (76.1-1ubuntu2) ... 227s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 227s Setting up libblas-dev:s390x (3.12.1-2) ... 227s 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 227s Setting up dctrl-tools (2.24-3build3) ... 227s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 227s Setting up libbz2-dev:s390x (1.0.8-6) ... 227s Setting up libpcre2-dev:s390x (10.42-4ubuntu3) ... 227s Setting up libpng-dev:s390x (1.6.46-4) ... 227s Setting up libjpeg-dev:s390x (8c-2ubuntu11) ... 227s Setting up pkgconf:s390x (1.8.1-4) ... 227s Setting up liblapack-dev:s390x (3.12.1-2) ... 227s 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 227s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 227s Setting up cpp-14 (14.2.0-17ubuntu1) ... 227s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 227s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 227s Setting up libgfortran-14-dev:s390x (14.2.0-17ubuntu1) ... 227s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 227s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 227s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 227s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 227s Setting up cpp (4:14.2.0-1ubuntu1) ... 227s Setting up gfortran-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 227s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 227s Setting up gcc-14 (14.2.0-17ubuntu1) ... 227s Setting up g++-14 (14.2.0-17ubuntu1) ... 227s Setting up gfortran-14 (14.2.0-17ubuntu1) ... 227s Setting up gfortran-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 227s Setting up gcc (4:14.2.0-1ubuntu1) ... 227s Setting up g++ (4:14.2.0-1ubuntu1) ... 227s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 227s Setting up build-essential (12.10ubuntu1) ... 227s Setting up gfortran (4:14.2.0-1ubuntu1) ... 227s update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode 227s 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 227s update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode 227s 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 227s Setting up r-base-dev (4.4.2-1build1) ... 227s Setting up pkg-r-autopkgtest (20231212ubuntu1) ... 227s Processing triggers for libc-bin (2.40-4ubuntu1) ... 227s Processing triggers for man-db (2.13.0-1) ... 228s Processing triggers for install-info (7.1.1-1) ... 229s autopkgtest: DBG: testbed command exited with code 0 229s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'r-cran-gbm'], kind short, sout pipe, serr pipe, env [] 229s autopkgtest: DBG: testbed command exited with code 0 229s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.RLcEZM/pkg-r-autopkgtest-packages.all"], kind short, sout raw, serr pipe, env [] 229s autopkgtest: DBG: testbed command exited with code 0 229s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RLcEZM/pkg-r-autopkgtest-packages.all /tmp/autopkgtest-work.pzbos077/out/pkg-r-autopkgtest-packages.all 229s autopkgtest: DBG: got reply from testbed: ok 229s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.RLcEZM/build.StW/src'], kind short, sout raw, serr raw, env [] 229s autopkgtest: DBG: testbed command exited with code 0 229s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.RLcEZM/build.StW/src already exists 229s autopkgtest [04:46:14]: test pkg-r-autopkgtest: /usr/share/dh-r/pkg-r-autopkgtest 229s autopkgtest [04:46:14]: test pkg-r-autopkgtest: [----------------------- 229s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.RLcEZM/wrapper.sh --debug --artifacts=/tmp/autopkgtest.RLcEZM/pkg-r-autopkgtest-artifacts --chdir=/tmp/autopkgtest.RLcEZM/build.StW/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.RLcEZM/pkg-r-autopkgtest-stderr --stdout=/tmp/autopkgtest.RLcEZM/pkg-r-autopkgtest-stdout --tmp=/tmp/autopkgtest.RLcEZM/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=r-cran-gbm/2.2.2-1 -- bash -ec /usr/share/dh-r/pkg-r-autopkgtest'], kind test, sout raw, serr raw, env [] 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.RLcEZM/pkg-r-autopkgtest-artifacts 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: changing to directory: /tmp/autopkgtest.RLcEZM/build.StW/src 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: setting environment: LANG=C.UTF-8 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LANGUAGE 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_ADDRESS 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_ALL 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_COLLATE 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_CTYPE 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_IDENTIFICATION 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_MEASUREMENT 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_MESSAGES 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_MONETARY 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_NAME 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_NUMERIC 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_PAPER 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_TELEPHONE 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: unsetting environment: LC_TIME 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: pretending to be a login shell 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: will write standard error to /tmp/autopkgtest.RLcEZM/pkg-r-autopkgtest-stderr 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: will write stdout to /tmp/autopkgtest.RLcEZM/pkg-r-autopkgtest-stdout 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.RLcEZM/autopkgtest_tmp 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=r-cran-gbm/2.2.2-1 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: command to run: bash -ec /usr/share/dh-r/pkg-r-autopkgtest 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: copying /tmp/tmp.T21BzQxLv5/out to stdout and file: /tmp/autopkgtest.RLcEZM/pkg-r-autopkgtest-stdout 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: copying /tmp/tmp.T21BzQxLv5/err to standard error and file: /tmp/autopkgtest.RLcEZM/pkg-r-autopkgtest-stdout 230s /tmp/autopkgtest.RLcEZM/wrapper.sh: writing script pid 3518 to /tmp/autopkgtest_script_pid 230s Test: Try to load the R library gbm 230s 230s R version 4.4.2 (2024-10-31) -- "Pile of Leaves" 230s Copyright (C) 2024 The R Foundation for Statistical Computing 230s Platform: s390x-ibm-linux-gnu 230s 230s R is free software and comes with ABSOLUTELY NO WARRANTY. 230s You are welcome to redistribute it under certain conditions. 230s Type 'license()' or 'licence()' for distribution details. 230s 230s R is a collaborative project with many contributors. 230s Type 'contributors()' for more information and 230s 'citation()' on how to cite R or R packages in publications. 230s 230s Type 'demo()' for some demos, 'help()' for on-line help, or 230s 'help.start()' for an HTML browser interface to help. 230s Type 'q()' to quit R. 230s 230s > library('gbm') 231s Loaded gbm 2.2.2 231s > 231s > 231s This version of gbm is no longer under development. Consider transitioning to gbm3, https://github.com/gbm-developers/gbm3 231s Other tests are currently unsupported! 231s They will be progressively added. 231s /tmp/autopkgtest.RLcEZM/wrapper.sh: checking for leaked background processes... 231s /tmp/autopkgtest.RLcEZM/wrapper.sh: waiting for tee/cat subprocesses... 231s /tmp/autopkgtest.RLcEZM/wrapper.sh: cleaning up... 231s /tmp/autopkgtest.RLcEZM/wrapper.sh: Exit status: 0 231s autopkgtest: DBG: testbed command exited with code 0 231s autopkgtest [04:46:16]: test pkg-r-autopkgtest: -----------------------] 231s autopkgtest: DBG: testbed executing test finished with exit status 0 231s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RLcEZM/pkg-r-autopkgtest-stdout /tmp/autopkgtest-work.pzbos077/out/pkg-r-autopkgtest-stdout 231s autopkgtest: DBG: got reply from testbed: ok 231s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RLcEZM/pkg-r-autopkgtest-stderr /tmp/autopkgtest-work.pzbos077/out/pkg-r-autopkgtest-stderr 231s autopkgtest: DBG: got reply from testbed: ok 231s pkg-r-autopkgtest PASS 231s autopkgtest [04:46:16]: test pkg-r-autopkgtest: - - - - - - - - - - results - - - - - - - - - - 231s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.RLcEZM/pkg-r-autopkgtest-artifacts/ /tmp/autopkgtest-work.pzbos077/out/artifacts/ 232s autopkgtest: DBG: got reply from testbed: ok 232s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.RLcEZM/pkg-r-autopkgtest-artifacts', '/tmp/autopkgtest.RLcEZM/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 232s autopkgtest: DBG: testbed command exited with code 0 232s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 232s autopkgtest [04:46:17]: @@@@@@@@@@@@@@@@@@@@ summary 232s run-unit-test FAIL non-zero exit status 1 232s pkg-r-autopkgtest PASS 232s autopkgtest: DBG: testbed stop 232s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.RLcEZM 232s autopkgtest: DBG: sending command to testbed: close 249s autopkgtest: DBG: got reply from testbed: ok 249s autopkgtest: DBG: sending command to testbed: quit 249s nova [W] Using flock in prodstack6-s390x 249s Creating nova instance adt-plucky-s390x-r-cran-gbm-20250219-044225-juju-7f2275-prod-proposed-migration-environment-15-971e9333-35b4-4ae7-ad85-af7c5f70776b from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 249s nova [W] Timed out waiting for ea83a352-ebfb-4996-ba1e-429c572e0984 to get deleted.