0s autopkgtest: DBG: testbed init 0s autopkgtest [00:41:15]: starting date and time: 2025-02-04 00:41:15+0000 0s autopkgtest [00:41:15]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [00:41:15]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.r0d0eu_n/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:r-cran-testthat --apt-upgrade r-cran-ggeffects --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=r-cran-testthat/3.2.3-1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-16.secgroup --name adt-plucky-s390x-r-cran-ggeffects-20250204-004115-juju-7f2275-prod-proposed-migration-environment-15-a1e581f8-311f-458b-9a1b-377571442d06 --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 56s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.cNuVOf 56s autopkgtest: DBG: sending command to testbed: print-execute-command 56s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.eb0bt68g/runcmd 56s autopkgtest: DBG: sending command to testbed: capabilities 56s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu isolation-machine reboot revert-full-system revert root-on-testbed 56s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'isolation-machine', 'reboot', 'revert-full-system', 'revert', 'root-on-testbed', 'has_internet'] 56s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cNuVOf'], kind short, sout raw, serr pipe, env [] 56s autopkgtest: DBG: testbed command exited with code 0 56s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.cNuVOf/wrapper.sh 56s autopkgtest: DBG: got reply from testbed: ok 56s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cNuVOf/wrapper.sh'], kind short, sout raw, serr pipe, env [] 57s autopkgtest: DBG: testbed command exited with code 0 57s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 57s autopkgtest: DBG: testbed command exited with code 0 57s autopkgtest [00:42:12]: testbed dpkg architecture: s390x 57s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 57s autopkgtest: DBG: testbed command exited with code 0 57s autopkgtest [00:42:12]: testbed apt version: 2.9.18 57s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 57s autopkgtest: DBG: testbed command exited with code 0 57s autopkgtest: DBG: testbed has eatmydata 57s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 57s autopkgtest: DBG: testbed command exited with code 0 57s autopkgtest [00:42:12]: @@@@@@@@@@@@@@@@@@@@ test bed setup 57s 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 [] 57s autopkgtest: DBG: testbed command exited with code 0 57s autopkgtest [00:42:12]: testbed release detected to be: None 57s 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 [] 58s autopkgtest: DBG: testbed command exited with code 0 58s 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 [] 58s autopkgtest: DBG: testbed command exited with code 0 58s autopkgtest: DBG: adding APT source: Types: deb deb-src 58s URIs: http://ftpmaster.internal/ubuntu/ 58s Suites: plucky-proposed 58s Components: main restricted universe multiverse 58s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 58s 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 [] 58s autopkgtest: DBG: testbed command exited with code 0 58s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 58s Package: * 58s Pin: release plucky-proposed 58s Pin-Priority: 500 58s 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 [] 58s autopkgtest: DBG: testbed command exited with code 0 58s autopkgtest [00:42:13]: updating testbed package index (apt update) 58s 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'] 59s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 59s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 59s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 59s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 59s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.8 kB] 59s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.2 kB] 59s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [886 kB] 59s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [108 kB] 59s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [782 kB] 60s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3348 B] 60s Fetched 1980 kB in 1s (1383 kB/s) 60s Reading package lists... 60s autopkgtest: DBG: testbed command exited with code 0 60s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 60s Package: * 60s Pin: release plucky-proposed 60s Pin-Priority: 100 60s 60s Package: src:r-cran-testthat:any 60s Pin: release plucky-proposed 60s Pin-Priority: 995 60s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:r-cran-testthat:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 61s autopkgtest: DBG: testbed command exited with code 0 61s 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.cNuVOf/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 61s autopkgtest: DBG: testbed command exited with code 0 61s 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'] 61s + lsb_release --codename --short 61s + RELEASE=plucky 61s + cat 61s + [ plucky != trusty ] 61s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 61s Reading package lists... 61s Building dependency tree... 61s Reading state information... 61s Calculating upgrade... 61s The following packages were automatically installed and are no longer required: 61s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 61s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 61s linux-tools-6.11.0-8-generic 61s Use 'sudo apt autoremove' to remove them. 61s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 61s + /usr/lib/apt/apt-helper analyze-pattern ?true 61s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 61s + uname -r 61s + sed s/\./\\./g 61s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 61s + apt list ?obsolete 61s + tail -n+2 61s + grep -v ^linux-.*6\.12\.0-12-generic.* 61s + cut -d/ -f1 61s + true 61s + obsolete_pkgs= 61s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 61s Reading package lists... 61s Building dependency tree... 61s Reading state information... 62s The following packages will be REMOVED: 62s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 62s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 62s linux-tools-6.11.0-8-generic* 62s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 62s After this operation, 143 MB disk space will be freed. 62s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80938 files and directories currently installed.) 62s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 62s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 63s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 63s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 63s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 63s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 56531 files and directories currently installed.) 63s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 63s + grep -q trusty /etc/lsb-release 63s + [ ! -d /usr/share/doc/unattended-upgrades ] 63s + [ ! -d /usr/share/doc/lxd ] 63s + [ ! -d /usr/share/doc/lxd-client ] 63s + [ ! -d /usr/share/doc/snapd ] 63s + type iptables 63s + cat 63s + chmod 755 /etc/rc.local 63s + . /etc/rc.local 63s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 63s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 63s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 63s + uname -m 63s + [ s390x = ppc64le ] 63s + [ -d /run/systemd/system ] 63s + systemd-detect-virt --quiet --vm 63s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 63s + cat 63s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 63s + echo COMPRESS=lz4 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest [00:42:18]: upgrading testbed (apt dist-upgrade and autopurge) 63s 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'] 63s Reading package lists... 63s Building dependency tree... 63s Reading state information... 63s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 63s Starting 2 pkgProblemResolver with broken count: 0 63s Done 64s Entering ResolveByKeep 64s 64s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 64s autopkgtest: DBG: testbed command exited with code 0 64s 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'] 64s Reading package lists... 64s Building dependency tree... 64s Reading state information... 64s Starting pkgProblemResolver with broken count: 0 64s Starting 2 pkgProblemResolver with broken count: 0 64s Done 64s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 64s autopkgtest: DBG: testbed command exited with code 0 64s 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.cNuVOf/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 65s autopkgtest: DBG: testbed command exited with code 1 65s autopkgtest [00:42:20]: rebooting testbed after setup commands that affected boot 65s autopkgtest: DBG: sending command to testbed: reboot 82s autopkgtest: DBG: got reply from testbed: ok 82s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 82s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cNuVOf'], kind short, sout raw, serr pipe, env [] 82s autopkgtest: DBG: testbed command exited with code 0 82s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.cNuVOf/autopkgtest-reboot 82s autopkgtest: DBG: got reply from testbed: ok 82s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 82s autopkgtest: DBG: testbed command exited with code 0 82s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cNuVOf'], kind short, sout raw, serr pipe, env [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.cNuVOf/autopkgtest-reboot-prepare 83s autopkgtest: DBG: got reply from testbed: ok 83s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 84s autopkgtest: DBG: testbed command exited with code 0 84s autopkgtest [00:42:39]: testbed running kernel: Linux 6.12.0-12-generic #12-Ubuntu SMP Wed Jan 22 15:18:24 UTC 2025 84s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 84s autopkgtest: DBG: testbed command exited with code 0 84s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.cNuVOf/testbed-packages"], kind short, sout raw, serr pipe, env [] 84s autopkgtest: DBG: testbed command exited with code 0 84s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cNuVOf/testbed-packages /tmp/autopkgtest-work.r0d0eu_n/out/testbed-packages 84s autopkgtest: DBG: got reply from testbed: ok 84s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 84s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cNuVOf'], kind short, sout raw, serr pipe, env [] 84s autopkgtest: DBG: testbed command exited with code 0 84s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.cNuVOf/autopkgtest-reboot 85s autopkgtest: DBG: got reply from testbed: ok 85s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 85s autopkgtest: DBG: testbed command exited with code 0 85s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 85s autopkgtest: DBG: testbed command exited with code 0 85s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 85s autopkgtest: DBG: testbed command exited with code 0 85s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cNuVOf'], kind short, sout raw, serr pipe, env [] 85s autopkgtest: DBG: testbed command exited with code 0 85s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.cNuVOf/autopkgtest-reboot-prepare 85s autopkgtest: DBG: got reply from testbed: ok 85s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest: DBG: Binaries: initialising 86s autopkgtest [00:42:41]: @@@@@@@@@@@@@@@@@@@@ apt-source r-cran-ggeffects 86s autopkgtest: DBG: blame += r-cran-ggeffects 86s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 86s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'r-cran-ggeffects'], kind short, sout pipe, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^r-cran-ggeffects$'], kind short, sout pipe, serr raw, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'r-cran-ggeffects=1.7.0+dfsg-1'], kind short, sout pipe, serr raw, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: install_deps: deps_new=[] 87s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s 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.cNuVOf/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source r-cran-ggeffects=1.7.0+dfsg-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-ggeffects_*.dsc src >/dev/null; chmod -R a+rX .; cd [a-z0-9]*/.; pwd >&3; sed -n "1 {s/).*//; s/ (/\\n/; p}" debian/changelog >&3\''], kind build, sout pipe, serr raw, env ['ADT_TEST_TRIGGERS=r-cran-testthat/3.2.3-1'] 87s + cd / 87s + mktemp -d /tmp/autopkgtest.cNuVOf/build.XXX 87s + builddir=/tmp/autopkgtest.cNuVOf/build.pw3 87s + cd /tmp/autopkgtest.cNuVOf/build.pw3 87s + apt-get source -d -q --only-source r-cran-ggeffects=1.7.0+dfsg-1 88s + OUT=Reading package lists... 88s NOTICE: 'r-cran-ggeffects' packaging is maintained in the 'Git' version control system at: 88s https://salsa.debian.org/r-pkg-team/r-cran-ggeffects.git 88s Please use: 88s git clone https://salsa.debian.org/r-pkg-team/r-cran-ggeffects.git 88s to retrieve the latest (possibly unreleased) updates to the package. 88s Need to get 355 kB of source archives. 88s Get:1 http://ftpmaster.internal/ubuntu plucky/universe r-cran-ggeffects 1.7.0+dfsg-1 (dsc) [2984 B] 88s Get:2 http://ftpmaster.internal/ubuntu plucky/universe r-cran-ggeffects 1.7.0+dfsg-1 (tar) [349 kB] 88s Get:3 http://ftpmaster.internal/ubuntu plucky/universe r-cran-ggeffects 1.7.0+dfsg-1 (diff) [3684 B] 88s Fetched 355 kB in 1s (486 kB/s) 88s Download complete and in download only mode 88s + [ -n ] 88s + echo Reading package lists... 88s NOTICE: 'r-cran-ggeffects' packaging is maintained in the 'Git' version control system at: 88s https://salsa.debian.org/r-pkg-team/r-cran-ggeffects.git 88s Please use: 88s git clone https://salsa.debian.org/r-pkg-team/r-cran-ggeffects.git 88s to retrieve the latest (possibly unreleased) updates to the package. 88s Need to get 355 kB of source archives. 88s Get:1 http://ftpmaster.internal/ubuntu plucky/universe r-cran-ggeffects 1.7.0+dfsg-1 (dsc) [2984 B] 88s Get:2 http://ftpmaster.internal/ubuntu plucky/universe r-cran-ggeffects 1.7.0+dfsg-1 (tar) [349 kB] 88s Get:3 http://ftpmaster.internal/ubuntu plucky/universe r-cran-ggeffects 1.7.0+dfsg-1 (diff) [3684 B] 88s Fetched 355 kB in 1s (486 kB/s) 88s Download complete and in download only mode 88s + grep ^Get: 88s Get:1 http://ftpmaster.internal/ubuntu plucky/universe r-cran-ggeffects 1.7.0+dfsg-1 (dsc) [2984 B] 88s Get:2 http://ftpmaster.internal/ubuntu plucky/universe r-cran-ggeffects 1.7.0+dfsg-1 (tar) [349 kB] 88s Get:3 http://ftpmaster.internal/ubuntu plucky/universe r-cran-ggeffects 1.7.0+dfsg-1 (diff) [3684 B] 88s + dpkg-source -x r-cran-ggeffects_1.7.0+dfsg-1.dsc src 88s gpgv: Signature made Wed Jul 10 23:48:41 2024 UTC 88s gpgv: using RSA key 73471499CC60ED9EEE805946C5BD6C8F2295D502 88s gpgv: issuer "plessy@debian.org" 88s gpgv: Can't check signature: No public key 88s dpkg-source: warning: cannot verify inline signature for ./r-cran-ggeffects_1.7.0+dfsg-1.dsc: no acceptable signature found 88s + chmod -R a+rX . 88s + cd src/. 88s + pwd 88s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest [00:42:43]: testing package r-cran-ggeffects version 1.7.0+dfsg-1 88s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cNuVOf/build.pw3/src/debian/ /tmp/autopkgtest-work.r0d0eu_n/out/pkg/debian/ 88s autopkgtest: DBG: got reply from testbed: ok 88s autopkgtest: DBG: autodep8 generated control: ----- 88s Tests: run-unit-test 88s Depends: @, 88s r-cran-aer, 88s r-cran-bayestestr, 88s r-cran-brglm2, 88s r-cran-brms, 88s r-cran-broom, 88s r-cran-car, 88s r-cran-cardata, 88s r-cran-clubsandwich, 88s r-cran-datawizard (>= 0.9.0), 88s r-cran-effects (>= 4.2-2), 88s r-cran-emmeans (>= 1.8.9), 88s r-cran-gam, 88s r-cran-gamm4, 88s r-cran-gee, 88s r-cran-geepack, 88s r-cran-ggplot2, 88s r-cran-ggrepel, 88s r-cran-glmmtmb (>= 1.1.7), 88s r-cran-gridextra, 88s r-cran-haven, 88s r-cran-htmltools, 88s r-cran-httr, 88s r-cran-jsonlite, 88s r-cran-knitr, 88s r-cran-lme4 (>= 1.1-35), 88s r-cran-marginaleffects (>= 0.19.0), 88s r-cran-mass, 88s r-cran-matrix, 88s r-cran-mice, 88s r-cran-mgcv, 88s r-cran-nlme, 88s r-cran-nnet, 88s r-cran-ordinal, 88s r-cran-parameters, 88s r-cran-patchwork, 88s r-cran-pscl, 88s r-cran-quantreg, 88s r-cran-rmarkdown, 88s r-cran-rms, 88s r-cran-robustbase, 88s r-cran-rstanarm, 88s r-cran-rstantools, 88s r-cran-sandwich, 88s r-cran-sjlabelled (>= 1.1.2), 88s r-cran-sjstats, 88s r-cran-survey, 88s r-cran-survival, 88s r-cran-testthat, 88s r-cran-tibble, 88s r-cran-vdiffr, 88s r-cran-withr, 88s r-cran-vgam 88s Restrictions: allow-stderr 88s 88s 88s Test-Command: /usr/share/dh-r/pkg-r-autopkgtest 88s Depends: @, pkg-r-autopkgtest, 88s Restrictions: allow-stderr, 88s Features: test-name=pkg-r-autopkgtest 88s 88s ------- 88s autopkgtest: DBG: processing dependency @ 88s autopkgtest: DBG: synthesised dependency r-cran-ggeffects 88s autopkgtest: DBG: processing dependency r-cran-aer 88s autopkgtest: DBG: processing dependency r-cran-bayestestr 88s autopkgtest: DBG: processing dependency r-cran-brglm2 88s autopkgtest: DBG: processing dependency r-cran-brms 88s autopkgtest: DBG: processing dependency r-cran-broom 88s autopkgtest: DBG: processing dependency r-cran-car 88s autopkgtest: DBG: processing dependency r-cran-cardata 88s autopkgtest: DBG: processing dependency r-cran-clubsandwich 88s autopkgtest: DBG: processing dependency r-cran-datawizard (>= 0.9.0) 88s autopkgtest: DBG: processing dependency r-cran-effects (>= 4.2-2) 88s autopkgtest: DBG: processing dependency r-cran-emmeans (>= 1.8.9) 88s autopkgtest: DBG: processing dependency r-cran-gam 88s autopkgtest: DBG: processing dependency r-cran-gamm4 88s autopkgtest: DBG: processing dependency r-cran-gee 88s autopkgtest: DBG: processing dependency r-cran-geepack 88s autopkgtest: DBG: processing dependency r-cran-ggplot2 88s autopkgtest: DBG: processing dependency r-cran-ggrepel 88s autopkgtest: DBG: processing dependency r-cran-glmmtmb (>= 1.1.7) 88s autopkgtest: DBG: processing dependency r-cran-gridextra 88s autopkgtest: DBG: processing dependency r-cran-haven 88s autopkgtest: DBG: processing dependency r-cran-htmltools 88s autopkgtest: DBG: processing dependency r-cran-httr 88s autopkgtest: DBG: processing dependency r-cran-jsonlite 88s autopkgtest: DBG: processing dependency r-cran-knitr 88s autopkgtest: DBG: processing dependency r-cran-lme4 (>= 1.1-35) 88s autopkgtest: DBG: processing dependency r-cran-marginaleffects (>= 0.19.0) 88s autopkgtest: DBG: processing dependency r-cran-mass 88s autopkgtest: DBG: processing dependency r-cran-matrix 88s autopkgtest: DBG: processing dependency r-cran-mice 88s autopkgtest: DBG: processing dependency r-cran-mgcv 88s autopkgtest: DBG: processing dependency r-cran-nlme 88s autopkgtest: DBG: processing dependency r-cran-nnet 88s autopkgtest: DBG: processing dependency r-cran-ordinal 88s autopkgtest: DBG: processing dependency r-cran-parameters 88s autopkgtest: DBG: processing dependency r-cran-patchwork 88s autopkgtest: DBG: processing dependency r-cran-pscl 88s autopkgtest: DBG: processing dependency r-cran-quantreg 88s autopkgtest: DBG: processing dependency r-cran-rmarkdown 88s autopkgtest: DBG: processing dependency r-cran-rms 88s autopkgtest: DBG: processing dependency r-cran-robustbase 88s autopkgtest: DBG: processing dependency r-cran-rstanarm 88s autopkgtest: DBG: processing dependency r-cran-rstantools 88s autopkgtest: DBG: processing dependency r-cran-sandwich 88s autopkgtest: DBG: processing dependency r-cran-sjlabelled (>= 1.1.2) 88s autopkgtest: DBG: processing dependency r-cran-sjstats 88s autopkgtest: DBG: processing dependency r-cran-survey 88s autopkgtest: DBG: processing dependency r-cran-survival 88s autopkgtest: DBG: processing dependency r-cran-testthat 88s autopkgtest: DBG: processing dependency r-cran-tibble 88s autopkgtest: DBG: processing dependency r-cran-vdiffr 88s autopkgtest: DBG: processing dependency r-cran-withr 88s autopkgtest: DBG: processing dependency r-cran-vgam 88s autopkgtest: DBG: Test defined: name run-unit-test path debian/tests/run-unit-test command "None" restrictions ['allow-stderr'] features [] depends ['r-cran-ggeffects', 'r-cran-aer', 'r-cran-bayestestr', 'r-cran-brglm2', 'r-cran-brms', 'r-cran-broom', 'r-cran-car', 'r-cran-cardata', 'r-cran-clubsandwich', 'r-cran-datawizard (>= 0.9.0)', 'r-cran-effects (>= 4.2-2)', 'r-cran-emmeans (>= 1.8.9)', 'r-cran-gam', 'r-cran-gamm4', 'r-cran-gee', 'r-cran-geepack', 'r-cran-ggplot2', 'r-cran-ggrepel', 'r-cran-glmmtmb (>= 1.1.7)', 'r-cran-gridextra', 'r-cran-haven', 'r-cran-htmltools', 'r-cran-httr', 'r-cran-jsonlite', 'r-cran-knitr', 'r-cran-lme4 (>= 1.1-35)', 'r-cran-marginaleffects (>= 0.19.0)', 'r-cran-mass', 'r-cran-matrix', 'r-cran-mice', 'r-cran-mgcv', 'r-cran-nlme', 'r-cran-nnet', 'r-cran-ordinal', 'r-cran-parameters', 'r-cran-patchwork', 'r-cran-pscl', 'r-cran-quantreg', 'r-cran-rmarkdown', 'r-cran-rms', 'r-cran-robustbase', 'r-cran-rstanarm', 'r-cran-rstantools', 'r-cran-sandwich', 'r-cran-sjlabelled (>= 1.1.2)', 'r-cran-sjstats', 'r-cran-survey', 'r-cran-survival', 'r-cran-testthat', 'r-cran-tibble', 'r-cran-vdiffr', 'r-cran-withr', 'r-cran-vgam'] 88s autopkgtest: DBG: processing dependency @ 88s autopkgtest: DBG: synthesised dependency r-cran-ggeffects 88s autopkgtest: DBG: processing dependency pkg-r-autopkgtest 88s 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-ggeffects', 'pkg-r-autopkgtest'] 88s autopkgtest [00:42:43]: build not needed 88s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cNuVOf/build.pw3/src/ /tmp/autopkgtest-work.r0d0eu_n/out/tests-tree/ 89s autopkgtest: DBG: got reply from testbed: ok 90s autopkgtest: DBG: autodep8 generated control: ----- 90s Tests: run-unit-test 90s Depends: @, 90s r-cran-aer, 90s r-cran-bayestestr, 90s r-cran-brglm2, 90s r-cran-brms, 90s r-cran-broom, 90s r-cran-car, 90s r-cran-cardata, 90s r-cran-clubsandwich, 90s r-cran-datawizard (>= 0.9.0), 90s r-cran-effects (>= 4.2-2), 90s r-cran-emmeans (>= 1.8.9), 90s r-cran-gam, 90s r-cran-gamm4, 90s r-cran-gee, 90s r-cran-geepack, 90s r-cran-ggplot2, 90s r-cran-ggrepel, 90s r-cran-glmmtmb (>= 1.1.7), 90s r-cran-gridextra, 90s r-cran-haven, 90s r-cran-htmltools, 90s r-cran-httr, 90s r-cran-jsonlite, 90s r-cran-knitr, 90s r-cran-lme4 (>= 1.1-35), 90s r-cran-marginaleffects (>= 0.19.0), 90s r-cran-mass, 90s r-cran-matrix, 90s r-cran-mice, 90s r-cran-mgcv, 90s r-cran-nlme, 90s r-cran-nnet, 90s r-cran-ordinal, 90s r-cran-parameters, 90s r-cran-patchwork, 90s r-cran-pscl, 90s r-cran-quantreg, 90s r-cran-rmarkdown, 90s r-cran-rms, 90s r-cran-robustbase, 90s r-cran-rstanarm, 90s r-cran-rstantools, 90s r-cran-sandwich, 90s r-cran-sjlabelled (>= 1.1.2), 90s r-cran-sjstats, 90s r-cran-survey, 90s r-cran-survival, 90s r-cran-testthat, 90s r-cran-tibble, 90s r-cran-vdiffr, 90s r-cran-withr, 90s r-cran-vgam 90s Restrictions: allow-stderr 90s 90s 90s Test-Command: /usr/share/dh-r/pkg-r-autopkgtest 90s Depends: @, r-cran-aer,r-cran-bayestestr,r-cran-brms,r-cran-broom,r-cran-car,r-cran-cardata,r-cran-clubsandwich,r-cran-effects,r-cran-emmeans,r-cran-gam,r-cran-gee,r-cran-geepack,r-cran-ggplot2,r-cran-ggrepel,r-cran-glmmtmb,r-cran-gridextra,r-cran-haven,r-cran-htmltools,r-cran-httr,r-cran-jsonlite,r-cran-knitr,r-cran-lme4,r-cran-mass,r-cran-matrix,r-cran-mice,r-cran-mgcv,r-cran-nlme,r-cran-nnet,r-cran-ordinal,r-cran-parameters,r-cran-pscl,r-cran-quantreg,r-cran-rmarkdown,r-cran-rms,r-cran-robustbase,r-cran-rstanarm,r-cran-rstantools,r-cran-sandwich,r-cran-sjlabelled,r-cran-sjstats,r-cran-survey,r-cran-survival,r-cran-testthat,r-cran-tibble,r-cran-vdiffr,r-cran-withr,r-cran-vgam, pkg-r-autopkgtest, 90s Restrictions: allow-stderr, 90s Features: test-name=pkg-r-autopkgtest 90s 90s ------- 90s autopkgtest: DBG: processing dependency @ 90s autopkgtest: DBG: synthesised dependency r-cran-ggeffects 90s autopkgtest: DBG: processing dependency r-cran-aer 90s autopkgtest: DBG: processing dependency r-cran-bayestestr 90s autopkgtest: DBG: processing dependency r-cran-brglm2 90s autopkgtest: DBG: processing dependency r-cran-brms 90s autopkgtest: DBG: processing dependency r-cran-broom 90s autopkgtest: DBG: processing dependency r-cran-car 90s autopkgtest: DBG: processing dependency r-cran-cardata 90s autopkgtest: DBG: processing dependency r-cran-clubsandwich 90s autopkgtest: DBG: processing dependency r-cran-datawizard (>= 0.9.0) 90s autopkgtest: DBG: processing dependency r-cran-effects (>= 4.2-2) 90s autopkgtest: DBG: processing dependency r-cran-emmeans (>= 1.8.9) 90s autopkgtest: DBG: processing dependency r-cran-gam 90s autopkgtest: DBG: processing dependency r-cran-gamm4 90s autopkgtest: DBG: processing dependency r-cran-gee 90s autopkgtest: DBG: processing dependency r-cran-geepack 90s autopkgtest: DBG: processing dependency r-cran-ggplot2 90s autopkgtest: DBG: processing dependency r-cran-ggrepel 90s autopkgtest: DBG: processing dependency r-cran-glmmtmb (>= 1.1.7) 90s autopkgtest: DBG: processing dependency r-cran-gridextra 90s autopkgtest: DBG: processing dependency r-cran-haven 90s autopkgtest: DBG: processing dependency r-cran-htmltools 90s autopkgtest: DBG: processing dependency r-cran-httr 90s autopkgtest: DBG: processing dependency r-cran-jsonlite 90s autopkgtest: DBG: processing dependency r-cran-knitr 90s autopkgtest: DBG: processing dependency r-cran-lme4 (>= 1.1-35) 90s autopkgtest: DBG: processing dependency r-cran-marginaleffects (>= 0.19.0) 90s autopkgtest: DBG: processing dependency r-cran-mass 90s autopkgtest: DBG: processing dependency r-cran-matrix 90s autopkgtest: DBG: processing dependency r-cran-mice 90s autopkgtest: DBG: processing dependency r-cran-mgcv 90s autopkgtest: DBG: processing dependency r-cran-nlme 90s autopkgtest: DBG: processing dependency r-cran-nnet 90s autopkgtest: DBG: processing dependency r-cran-ordinal 90s autopkgtest: DBG: processing dependency r-cran-parameters 90s autopkgtest: DBG: processing dependency r-cran-patchwork 90s autopkgtest: DBG: processing dependency r-cran-pscl 90s autopkgtest: DBG: processing dependency r-cran-quantreg 90s autopkgtest: DBG: processing dependency r-cran-rmarkdown 90s autopkgtest: DBG: processing dependency r-cran-rms 90s autopkgtest: DBG: processing dependency r-cran-robustbase 90s autopkgtest: DBG: processing dependency r-cran-rstanarm 90s autopkgtest: DBG: processing dependency r-cran-rstantools 90s autopkgtest: DBG: processing dependency r-cran-sandwich 90s autopkgtest: DBG: processing dependency r-cran-sjlabelled (>= 1.1.2) 90s autopkgtest: DBG: processing dependency r-cran-sjstats 90s autopkgtest: DBG: processing dependency r-cran-survey 90s autopkgtest: DBG: processing dependency r-cran-survival 90s autopkgtest: DBG: processing dependency r-cran-testthat 90s autopkgtest: DBG: processing dependency r-cran-tibble 90s autopkgtest: DBG: processing dependency r-cran-vdiffr 90s autopkgtest: DBG: processing dependency r-cran-withr 90s autopkgtest: DBG: processing dependency r-cran-vgam 90s autopkgtest: DBG: Test defined: name run-unit-test path debian/tests/run-unit-test command "None" restrictions ['allow-stderr'] features [] depends ['r-cran-ggeffects', 'r-cran-aer', 'r-cran-bayestestr', 'r-cran-brglm2', 'r-cran-brms', 'r-cran-broom', 'r-cran-car', 'r-cran-cardata', 'r-cran-clubsandwich', 'r-cran-datawizard (>= 0.9.0)', 'r-cran-effects (>= 4.2-2)', 'r-cran-emmeans (>= 1.8.9)', 'r-cran-gam', 'r-cran-gamm4', 'r-cran-gee', 'r-cran-geepack', 'r-cran-ggplot2', 'r-cran-ggrepel', 'r-cran-glmmtmb (>= 1.1.7)', 'r-cran-gridextra', 'r-cran-haven', 'r-cran-htmltools', 'r-cran-httr', 'r-cran-jsonlite', 'r-cran-knitr', 'r-cran-lme4 (>= 1.1-35)', 'r-cran-marginaleffects (>= 0.19.0)', 'r-cran-mass', 'r-cran-matrix', 'r-cran-mice', 'r-cran-mgcv', 'r-cran-nlme', 'r-cran-nnet', 'r-cran-ordinal', 'r-cran-parameters', 'r-cran-patchwork', 'r-cran-pscl', 'r-cran-quantreg', 'r-cran-rmarkdown', 'r-cran-rms', 'r-cran-robustbase', 'r-cran-rstanarm', 'r-cran-rstantools', 'r-cran-sandwich', 'r-cran-sjlabelled (>= 1.1.2)', 'r-cran-sjstats', 'r-cran-survey', 'r-cran-survival', 'r-cran-testthat', 'r-cran-tibble', 'r-cran-vdiffr', 'r-cran-withr', 'r-cran-vgam'] 90s autopkgtest: DBG: processing dependency @ 90s autopkgtest: DBG: synthesised dependency r-cran-ggeffects 90s autopkgtest: DBG: processing dependency r-cran-aer 90s autopkgtest: DBG: processing dependency r-cran-bayestestr 90s autopkgtest: DBG: processing dependency r-cran-brms 90s autopkgtest: DBG: processing dependency r-cran-broom 90s autopkgtest: DBG: processing dependency r-cran-car 90s autopkgtest: DBG: processing dependency r-cran-cardata 90s autopkgtest: DBG: processing dependency r-cran-clubsandwich 90s autopkgtest: DBG: processing dependency r-cran-effects 90s autopkgtest: DBG: processing dependency r-cran-emmeans 90s autopkgtest: DBG: processing dependency r-cran-gam 90s autopkgtest: DBG: processing dependency r-cran-gee 90s autopkgtest: DBG: processing dependency r-cran-geepack 90s autopkgtest: DBG: processing dependency r-cran-ggplot2 90s autopkgtest: DBG: processing dependency r-cran-ggrepel 90s autopkgtest: DBG: processing dependency r-cran-glmmtmb 90s autopkgtest: DBG: processing dependency r-cran-gridextra 90s autopkgtest: DBG: processing dependency r-cran-haven 90s autopkgtest: DBG: processing dependency r-cran-htmltools 90s autopkgtest: DBG: processing dependency r-cran-httr 90s autopkgtest: DBG: processing dependency r-cran-jsonlite 90s autopkgtest: DBG: processing dependency r-cran-knitr 90s autopkgtest: DBG: processing dependency r-cran-lme4 90s autopkgtest: DBG: processing dependency r-cran-mass 90s autopkgtest: DBG: processing dependency r-cran-matrix 90s autopkgtest: DBG: processing dependency r-cran-mice 90s autopkgtest: DBG: processing dependency r-cran-mgcv 90s autopkgtest: DBG: processing dependency r-cran-nlme 90s autopkgtest: DBG: processing dependency r-cran-nnet 90s autopkgtest: DBG: processing dependency r-cran-ordinal 90s autopkgtest: DBG: processing dependency r-cran-parameters 90s autopkgtest: DBG: processing dependency r-cran-pscl 90s autopkgtest: DBG: processing dependency r-cran-quantreg 90s autopkgtest: DBG: processing dependency r-cran-rmarkdown 90s autopkgtest: DBG: processing dependency r-cran-rms 90s autopkgtest: DBG: processing dependency r-cran-robustbase 90s autopkgtest: DBG: processing dependency r-cran-rstanarm 90s autopkgtest: DBG: processing dependency r-cran-rstantools 90s autopkgtest: DBG: processing dependency r-cran-sandwich 90s autopkgtest: DBG: processing dependency r-cran-sjlabelled 90s autopkgtest: DBG: processing dependency r-cran-sjstats 90s autopkgtest: DBG: processing dependency r-cran-survey 90s autopkgtest: DBG: processing dependency r-cran-survival 90s autopkgtest: DBG: processing dependency r-cran-testthat 90s autopkgtest: DBG: processing dependency r-cran-tibble 90s autopkgtest: DBG: processing dependency r-cran-vdiffr 90s autopkgtest: DBG: processing dependency r-cran-withr 90s autopkgtest: DBG: processing dependency r-cran-vgam 90s autopkgtest: DBG: processing dependency pkg-r-autopkgtest 90s autopkgtest: DBG: Test defined: name pkg-r-autopkgtest path None command "/usr/share/dh-r/pkg-r-autopkgtest" restrictions ['allow-stderr'] features ['test-name=pkg-r-autopkgtest'] depends ['r-cran-ggeffects', 'r-cran-aer', 'r-cran-bayestestr', 'r-cran-brms', 'r-cran-broom', 'r-cran-car', 'r-cran-cardata', 'r-cran-clubsandwich', 'r-cran-effects', 'r-cran-emmeans', 'r-cran-gam', 'r-cran-gee', 'r-cran-geepack', 'r-cran-ggplot2', 'r-cran-ggrepel', 'r-cran-glmmtmb', 'r-cran-gridextra', 'r-cran-haven', 'r-cran-htmltools', 'r-cran-httr', 'r-cran-jsonlite', 'r-cran-knitr', 'r-cran-lme4', 'r-cran-mass', 'r-cran-matrix', 'r-cran-mice', 'r-cran-mgcv', 'r-cran-nlme', 'r-cran-nnet', 'r-cran-ordinal', 'r-cran-parameters', 'r-cran-pscl', 'r-cran-quantreg', 'r-cran-rmarkdown', 'r-cran-rms', 'r-cran-robustbase', 'r-cran-rstanarm', 'r-cran-rstantools', 'r-cran-sandwich', 'r-cran-sjlabelled', 'r-cran-sjstats', 'r-cran-survey', 'r-cran-survival', 'r-cran-testthat', 'r-cran-tibble', 'r-cran-vdiffr', 'r-cran-withr', 'r-cran-vgam', 'pkg-r-autopkgtest'] 90s autopkgtest [00:42:45]: test run-unit-test: preparing testbed 90s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['r-cran-ggeffects', 'r-cran-aer', 'r-cran-bayestestr', 'r-cran-brglm2', 'r-cran-brms', 'r-cran-broom', 'r-cran-car', 'r-cran-cardata', 'r-cran-clubsandwich', 'r-cran-datawizard (>= 0.9.0)', 'r-cran-effects (>= 4.2-2)', 'r-cran-emmeans (>= 1.8.9)', 'r-cran-gam', 'r-cran-gamm4', 'r-cran-gee', 'r-cran-geepack', 'r-cran-ggplot2', 'r-cran-ggrepel', 'r-cran-glmmtmb (>= 1.1.7)', 'r-cran-gridextra', 'r-cran-haven', 'r-cran-htmltools', 'r-cran-httr', 'r-cran-jsonlite', 'r-cran-knitr', 'r-cran-lme4 (>= 1.1-35)', 'r-cran-marginaleffects (>= 0.19.0)', 'r-cran-mass', 'r-cran-matrix', 'r-cran-mice', 'r-cran-mgcv', 'r-cran-nlme', 'r-cran-nnet', 'r-cran-ordinal', 'r-cran-parameters', 'r-cran-patchwork', 'r-cran-pscl', 'r-cran-quantreg', 'r-cran-rmarkdown', 'r-cran-rms', 'r-cran-robustbase', 'r-cran-rstanarm', 'r-cran-rstantools', 'r-cran-sandwich', 'r-cran-sjlabelled (>= 1.1.2)', 'r-cran-sjstats', 'r-cran-survey', 'r-cran-survival', 'r-cran-testthat', 'r-cran-tibble', 'r-cran-vdiffr', 'r-cran-withr', 'r-cran-vgam'] 90s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 90s autopkgtest: DBG: install_deps: deps_new=['r-cran-ggeffects', 'r-cran-aer', 'r-cran-bayestestr', 'r-cran-brglm2', 'r-cran-brms', 'r-cran-broom', 'r-cran-car', 'r-cran-cardata', 'r-cran-clubsandwich', 'r-cran-datawizard (>= 0.9.0)', 'r-cran-effects (>= 4.2-2)', 'r-cran-emmeans (>= 1.8.9)', 'r-cran-gam', 'r-cran-gamm4', 'r-cran-gee', 'r-cran-geepack', 'r-cran-ggplot2', 'r-cran-ggrepel', 'r-cran-glmmtmb (>= 1.1.7)', 'r-cran-gridextra', 'r-cran-haven', 'r-cran-htmltools', 'r-cran-httr', 'r-cran-jsonlite', 'r-cran-knitr', 'r-cran-lme4 (>= 1.1-35)', 'r-cran-marginaleffects (>= 0.19.0)', 'r-cran-mass', 'r-cran-matrix', 'r-cran-mice', 'r-cran-mgcv', 'r-cran-nlme', 'r-cran-nnet', 'r-cran-ordinal', 'r-cran-parameters', 'r-cran-patchwork', 'r-cran-pscl', 'r-cran-quantreg', 'r-cran-rmarkdown', 'r-cran-rms', 'r-cran-robustbase', 'r-cran-rstanarm', 'r-cran-rstantools', 'r-cran-sandwich', 'r-cran-sjlabelled (>= 1.1.2)', 'r-cran-sjstats', 'r-cran-survey', 'r-cran-survival', 'r-cran-testthat', 'r-cran-tibble', 'r-cran-vdiffr', 'r-cran-withr', 'r-cran-vgam'] 90s autopkgtest: DBG: install-deps: satisfying r-cran-ggeffects, r-cran-aer, r-cran-bayestestr, r-cran-brglm2, r-cran-brms, r-cran-broom, r-cran-car, r-cran-cardata, r-cran-clubsandwich, r-cran-datawizard (>= 0.9.0), r-cran-effects (>= 4.2-2), r-cran-emmeans (>= 1.8.9), r-cran-gam, r-cran-gamm4, r-cran-gee, r-cran-geepack, r-cran-ggplot2, r-cran-ggrepel, r-cran-glmmtmb (>= 1.1.7), r-cran-gridextra, r-cran-haven, r-cran-htmltools, r-cran-httr, r-cran-jsonlite, r-cran-knitr, r-cran-lme4 (>= 1.1-35), r-cran-marginaleffects (>= 0.19.0), r-cran-mass, r-cran-matrix, r-cran-mice, r-cran-mgcv, r-cran-nlme, r-cran-nnet, r-cran-ordinal, r-cran-parameters, r-cran-patchwork, r-cran-pscl, r-cran-quantreg, r-cran-rmarkdown, r-cran-rms, r-cran-robustbase, r-cran-rstanarm, r-cran-rstantools, r-cran-sandwich, r-cran-sjlabelled (>= 1.1.2), r-cran-sjstats, r-cran-survey, r-cran-survival, r-cran-testthat, r-cran-tibble, r-cran-vdiffr, r-cran-withr, r-cran-vgam 90s autopkgtest: DBG: can use apt-get on testbed: True 90s 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-ggeffects, r-cran-aer, r-cran-bayestestr, r-cran-brglm2, r-cran-brms, r-cran-broom, r-cran-car, r-cran-cardata, r-cran-clubsandwich, r-cran-datawizard (>= 0.9.0), r-cran-effects (>= 4.2-2), r-cran-emmeans (>= 1.8.9), r-cran-gam, r-cran-gamm4, r-cran-gee, r-cran-geepack, r-cran-ggplot2, r-cran-ggrepel, r-cran-glmmtmb (>= 1.1.7), r-cran-gridextra, r-cran-haven, r-cran-htmltools, r-cran-httr, r-cran-jsonlite, r-cran-knitr, r-cran-lme4 (>= 1.1-35), r-cran-marginaleffects (>= 0.19.0), r-cran-mass, r-cran-matrix, r-cran-mice, r-cran-mgcv, r-cran-nlme, r-cran-nnet, r-cran-ordinal, r-cran-parameters, r-cran-patchwork, r-cran-pscl, r-cran-quantreg, r-cran-rmarkdown, r-cran-rms, r-cran-robustbase, r-cran-rstanarm, r-cran-rstantools, r-cran-sandwich, r-cran-sjlabelled (>= 1.1.2), r-cran-sjstats, r-cran-survey, r-cran-survival, r-cran-testthat, r-cran-tibble, r-cran-vdiffr, r-cran-withr, r-cran-vgam'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 90s Reading package lists... 90s Building dependency tree... 90s Reading state information... 90s Starting pkgProblemResolver with broken count: 0 90s Starting 2 pkgProblemResolver with broken count: 0 90s Done 91s The following NEW packages will be installed: 91s fontconfig fontconfig-config fonts-dejavu-core fonts-dejavu-mono 91s fonts-font-awesome fonts-glyphicons-halflings fonts-mathjax 91s javascript-common libamd3 libasan8 libblas3 libboost-dev libboost1.83-dev 91s libcairo2 libcolamd3 libdatrie1 libdeflate0 libfontconfig1 libfreetype6 91s libgcc-14-dev libgfortran5 libglpk40 libgomp1 libgraphite2-3 libharfbuzz0b 91s libhwloc15 libice6 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjs-bootstrap 91s libjs-bootstrap4 libjs-d3 libjs-es5-shim libjs-highlight.js libjs-jquery 91s libjs-jquery-datatables libjs-jquery-datatables-extensions 91s libjs-jquery-selectize.js libjs-jquery-ui libjs-json libjs-mathjax 91s libjs-microplugin.js libjs-modernizr libjs-popper.js libjs-prettify 91s libjs-sifter.js libjs-twitter-bootstrap-datepicker liblapack3 libltdl7 91s liblua5.4-0 libnlopt0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 91s libpaper-utils libpaper2 libpixman-1-0 libsharpyuv0 libsm6 libstdc++-14-dev 91s libsuitesparseconfig7 libtbb-dev libtbb12 libtbbbind-2-5 libtbbmalloc2 91s libtcl8.6 libthai-data libthai0 libtiff6 libtk8.6 libubsan1 libwebp7 91s libxcb-render0 libxcb-shm0 libxft2 libxrender1 libxss1 libxt6t64 littler 91s node-bootstrap-sass node-html5shiv node-normalize.css pandoc pandoc-data 91s r-base-core r-cran-abind r-cran-acepack r-cran-aer r-cran-askpass 91s r-cran-backports r-cran-base64enc r-cran-bayesplot r-cran-bayestestr 91s r-cran-bh r-cran-bit r-cran-bit64 r-cran-boot r-cran-brglm2 91s r-cran-bridgesampling r-cran-brio r-cran-brms r-cran-brobdingnag 91s r-cran-broom r-cran-bslib r-cran-cachem r-cran-callr r-cran-car 91s r-cran-cardata r-cran-caret r-cran-cellranger r-cran-checkmate r-cran-chron 91s r-cran-class r-cran-cli r-cran-clipr r-cran-clock r-cran-clubsandwich 91s r-cran-cluster r-cran-coda r-cran-codetools r-cran-colorspace 91s r-cran-colourpicker r-cran-commonmark r-cran-conquer r-cran-cowplot 91s r-cran-cpp11 r-cran-crayon r-cran-crosstalk r-cran-curl r-cran-data.table 91s r-cran-datawizard r-cran-dbi r-cran-deldir r-cran-deoptimr r-cran-deriv 91s r-cran-desc r-cran-diagram r-cran-diffobj r-cran-digest 91s r-cran-distributional r-cran-doby r-cran-dplyr r-cran-dt r-cran-dygraphs 91s r-cran-e1071 r-cran-effects r-cran-effectsize r-cran-ellipsis r-cran-emmeans 91s r-cran-enrichwith r-cran-estimability r-cran-evaluate r-cran-fansi 91s r-cran-farver r-cran-fastmap r-cran-fontawesome r-cran-forcats 91s r-cran-foreach r-cran-foreign r-cran-formula r-cran-fs r-cran-future 91s r-cran-future.apply r-cran-gam r-cran-gamm4 r-cran-gee r-cran-geepack 91s r-cran-generics r-cran-ggeffects r-cran-ggplot2 r-cran-ggrepel 91s r-cran-ggridges r-cran-glmmtmb r-cran-glmnet r-cran-globals r-cran-glue 91s r-cran-gower r-cran-gridextra r-cran-gtable r-cran-gtools r-cran-hardhat 91s r-cran-haven r-cran-highr r-cran-hmisc r-cran-hms r-cran-htmltable 91s r-cran-htmltools r-cran-htmlwidgets r-cran-httpuv r-cran-httr r-cran-igraph 91s r-cran-inline r-cran-insight r-cran-interp r-cran-ipred r-cran-isoband 91s r-cran-iterators r-cran-jomo r-cran-jpeg r-cran-jquerylib r-cran-jsonlite 91s r-cran-kernsmooth r-cran-knitr r-cran-labeling r-cran-later r-cran-lattice 91s r-cran-latticeextra r-cran-lava r-cran-lazyeval r-cran-lifecycle 91s r-cran-listenv r-cran-littler r-cran-lme4 r-cran-lmtest r-cran-loo 91s r-cran-lubridate r-cran-magrittr r-cran-marginaleffects r-cran-markdown 91s r-cran-mass r-cran-matrix r-cran-matrixmodels r-cran-matrixstats 91s r-cran-memoise r-cran-mgcv r-cran-mice r-cran-microbenchmark r-cran-mime 91s r-cran-miniui r-cran-minqa r-cran-mitml r-cran-mitools r-cran-modelmetrics 91s r-cran-modelr r-cran-multcomp r-cran-munsell r-cran-mvtnorm r-cran-nleqslv 91s r-cran-nlme r-cran-nloptr r-cran-nnet r-cran-numderiv r-cran-openssl 91s r-cran-openxlsx r-cran-ordinal r-cran-pan r-cran-parallelly 91s r-cran-parameters r-cran-patchwork r-cran-pbkrtest r-cran-performance 91s r-cran-pillar r-cran-pkgbuild r-cran-pkgconfig r-cran-pkgkitten 91s r-cran-pkgload r-cran-plyr r-cran-png r-cran-polspline r-cran-posterior 91s r-cran-praise r-cran-prettyunits r-cran-proc r-cran-processx r-cran-prodlim 91s r-cran-progress r-cran-progressr r-cran-promises r-cran-proxy r-cran-ps 91s r-cran-pscl r-cran-purrr r-cran-quantreg r-cran-quickjsr r-cran-r.methodss3 91s r-cran-r.oo r-cran-r.utils r-cran-r6 r-cran-rappdirs r-cran-rcolorbrewer 91s r-cran-rcpp r-cran-rcpparmadillo r-cran-rcppeigen r-cran-rcppparallel 91s r-cran-readr r-cran-readxl r-cran-recipes r-cran-rematch r-cran-reshape2 91s r-cran-rio r-cran-rlang r-cran-rmarkdown r-cran-rms r-cran-robustbase 91s r-cran-rpart r-cran-rprojroot r-cran-rstan r-cran-rstanarm r-cran-rstantools 91s r-cran-rstudioapi r-cran-sandwich r-cran-sass r-cran-scales r-cran-shape 91s r-cran-shiny r-cran-shinyjs r-cran-shinystan r-cran-shinythemes 91s r-cran-sjlabelled r-cran-sjstats r-cran-sourcetools r-cran-sparsem 91s r-cran-squarem r-cran-stanheaders r-cran-statmod r-cran-stringi 91s r-cran-stringr r-cran-survey r-cran-survival r-cran-sys r-cran-tensora 91s r-cran-testthat r-cran-th.data r-cran-threejs r-cran-tibble r-cran-tidyr 91s r-cran-tidyselect r-cran-timechange r-cran-timedate r-cran-tinytex 91s r-cran-tmb r-cran-tzdb r-cran-ucminf r-cran-utf8 r-cran-vctrs r-cran-vdiffr 91s r-cran-vgam r-cran-viridis r-cran-viridislite r-cran-vroom r-cran-waldo 91s r-cran-withr r-cran-writexl r-cran-xfun r-cran-xml2 r-cran-xtable r-cran-xts 91s r-cran-yaml r-cran-zip r-cran-zoo unzip x11-common xdg-utils zip 91s 0 upgraded, 356 newly installed, 0 to remove and 0 not upgraded. 91s Need to get 388 MB of archives. 91s After this operation, 1179 MB of additional disk space will be used. 91s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 92s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 92s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 94s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-1.1ubuntu2 [37.4 kB] 94s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-1.1ubuntu2 [150 kB] 94s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-1.1ubuntu2 [191 kB] 95s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-font-awesome all 5.0.10+really4.7.0~dfsg-4.1 [516 kB] 97s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x fonts-glyphicons-halflings all 1.009~3.4.1+dfsg-3 [118 kB] 98s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-mathjax all 2.7.9+dfsg-1 [2208 kB] 112s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x javascript-common all 11+nmu1 [5936 B] 112s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-13ubuntu1 [151 kB] 114s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libsuitesparseconfig7 s390x 1:7.8.3+dfsg-2 [13.1 kB] 114s Get:13 http://ftpmaster.internal/ubuntu plucky/universe s390x libamd3 s390x 1:7.8.3+dfsg-2 [35.1 kB] 115s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-13ubuntu1 [2964 kB] 131s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libblas3 s390x 3.12.0-4 [238 kB] 132s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-13ubuntu1 [30.9 kB] 132s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-13ubuntu1 [1184 kB] 142s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-13ubuntu1 [1037 kB] 152s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-13ubuntu1 [2612 kB] 174s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libboost1.83-dev s390x 1.83.0-4ubuntu2 [10.7 MB] 241s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-dev s390x 1.83.0.2ubuntu1 [4470 B] 241s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 242s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 242s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 243s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 243s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 247s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libcolamd3 s390x 1:7.8.3+dfsg-2 [23.4 kB] 248s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie1 s390x 0.2.13-3build1 [20.6 kB] 248s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 249s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran5 s390x 14.2.0-13ubuntu1 [588 kB] 254s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libltdl7 s390x 2.5.4-2.1 [43.8 kB] 254s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x libglpk40 s390x 5.0-1build2 [406 kB] 256s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 256s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 258s Get:35 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc15 s390x 2.11.2-1build1 [176 kB] 259s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 259s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 260s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 261s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 261s Get:40 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-bootstrap all 3.4.1+dfsg-3 [129 kB] 262s Get:41 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-popper.js all 1.16.1+ds-6 [54.1 kB] 262s Get:42 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-bootstrap4 all 4.6.1+dfsg1-4 [537 kB] 267s Get:43 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-d3 all 3.5.17-4 [132 kB] 268s Get:44 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-es5-shim all 4.6.7-2 [39.8 kB] 269s Get:45 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-highlight.js all 9.18.5+dfsg1-2 [385 kB] 271s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 274s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-datatables all 1.11.5+dfsg-2 [146 kB] 275s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-datatables-extensions all 0.0+git20150910.28fd64e+dfsg-5 [648 kB] 279s Get:49 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-sifter.js all 0.6.0+dfsg-3 [12.6 kB] 281s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-microplugin.js all 0.0.3+dfsg-1.1 [3712 B] 281s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-selectize.js all 0.12.6+dfsg-1.1 [51.0 kB] 281s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-ui all 1.13.2+dfsg-1 [252 kB] 283s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-json all 0~20221030+~1.0.8-1 [20.6 kB] 283s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-prettify all 2015.12.04+dfsg-1.1 [39.3 kB] 283s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack3 s390x 3.12.0-4 [2964 kB] 298s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x liblua5.4-0 s390x 5.4.7-1 [174 kB] 299s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-data all 0.1.29-2build1 [158 kB] 299s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x libthai0 s390x 0.1.29-2build1 [20.7 kB] 299s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x libpango-1.0-0 s390x 1.56.1-1 [253 kB] 301s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoft2-1.0-0 s390x 1.56.1-1 [50.3 kB] 301s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x libpangocairo-1.0-0 s390x 1.56.1-1 [28.3 kB] 301s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x libpaper2 s390x 2.2.5-0.3 [17.2 kB] 301s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x libpaper-utils s390x 2.2.5-0.3 [15.3 kB] 301s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 301s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 302s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x libtbbmalloc2 s390x 2022.0.0-1 [57.6 kB] 302s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x libtbbbind-2-5 s390x 2022.0.0-1 [15.3 kB] 302s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x libtbb12 s390x 2022.0.0-1 [99.9 kB] 303s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 310s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 310s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 311s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 312s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 313s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x libxss1 s390x 1:1.2.3-1build3 [7396 B] 313s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x libtk8.6 s390x 8.6.16-1 [830 kB] 318s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x libxt6t64 s390x 1:1.2.1-1.2build1 [184 kB] 319s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x zip s390x 3.0-14ubuntu2 [187 kB] 320s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x unzip s390x 6.0-28ubuntu6 [186 kB] 320s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x xdg-utils all 1.2.1-0ubuntu1 [67.5 kB] 321s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x r-base-core s390x 4.4.2-1build1 [28.6 MB] 482s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-littler s390x 0.3.20-2 [95.0 kB] 482s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x littler all 0.3.20-2 [2554 B] 482s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x node-bootstrap-sass all 3.4.3-2 [187 kB] 483s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x node-html5shiv all 3.7.3+dfsg-5 [13.5 kB] 483s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x node-normalize.css all 8.0.1-5 [10.8 kB] 483s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x pandoc-data all 3.1.11.1-3build1 [78.8 kB] 483s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x pandoc s390x 3.1.11.1+ds-2 [52.5 MB] 800s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-abind all 1.4-8-1 [66.9 kB] 801s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-acepack s390x 1.5.2-1 [63.5 kB] 801s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cardata all 3.0.5-1 [1819 kB] 820s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-formula all 1.2-5-1 [158 kB] 821s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mass s390x 7.3-64-1 [1113 kB] 831s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lattice s390x 0.22-6-1 [1340 kB] 839s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-nlme s390x 3.1.167-1 [2323 kB] 851s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-matrix s390x 1.7-2-1 [4441 kB] 883s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mgcv s390x 1.9-1-1 [3348 kB] 899s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-nnet s390x 7.3-20-1 [116 kB] 899s Get:98 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-boot all 1.3-31-1 [635 kB] 906s Get:99 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pkgkitten all 0.2.4-1 [27.2 kB] 906s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rcpp s390x 1.0.14-1 [2003 kB] 923s Get:101 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-minqa s390x 1.2.8-1 [139 kB] 924s Get:102 http://ftpmaster.internal/ubuntu plucky/universe s390x libnlopt0 s390x 2.7.1-6ubuntu2 [227 kB] 926s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-nloptr s390x 2.1.1-1 [252 kB] 929s Get:104 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rcppeigen s390x 0.3.4.0.2-1 [1429 kB] 939s Get:105 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-statmod s390x 1.5.0-1 [294 kB] 941s Get:106 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lme4 s390x 1.1-35.5-1 [4153 kB] 969s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-backports s390x 1.5.0-2 [121 kB] 971s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cli s390x 3.6.3-1 [1349 kB] 980s Get:109 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-generics all 0.1.3-1 [81.3 kB] 981s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-glue s390x 1.8.0-1 [164 kB] 982s Get:111 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rlang s390x 1.1.5-1 [1713 kB] 993s Get:112 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lifecycle all 1.0.4+dfsg-1 [110 kB] 995s Get:113 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-magrittr s390x 2.0.3-1 [154 kB] 996s Get:114 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-utf8 s390x 1.2.4-1 [143 kB] 997s Get:115 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-vctrs s390x 0.6.5-1 [1448 kB] 1004s Get:116 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pillar all 1.10.1+dfsg-1 [453 kB] 1007s Get:117 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-r6 all 2.5.1-1 [99.0 kB] 1007s Get:118 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-fansi s390x 1.0.5-1 [615 kB] 1010s Get:119 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pkgconfig all 2.0.3-2build1 [19.7 kB] 1011s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tibble s390x 3.2.1+dfsg-3 [420 kB] 1013s Get:121 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-withr all 3.0.2+dfsg-1 [214 kB] 1013s Get:122 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tidyselect s390x 1.2.1+dfsg-1 [222 kB] 1014s Get:123 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-dplyr s390x 1.1.4-4 [1537 kB] 1016s Get:124 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-purrr s390x 1.0.2-1 [501 kB] 1016s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-stringi s390x 1.8.4-1build1 [917 kB] 1016s Get:126 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-stringr all 1.5.1-1 [290 kB] 1016s Get:127 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cpp11 all 0.5.1-1 [233 kB] 1017s Get:128 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tidyr s390x 1.3.1-1 [1157 kB] 1017s Get:129 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-broom all 1.0.7+dfsg-1 [1802 kB] 1017s Get:130 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-numderiv all 2016.8-1.1-3 [115 kB] 1018s Get:131 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gtable all 0.3.6+dfsg-1 [199 kB] 1018s Get:132 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-isoband s390x 0.2.7-1 [1481 kB] 1018s Get:133 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-farver s390x 2.1.2-1 [1353 kB] 1018s Get:134 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-labeling all 0.4.3-1 [62.1 kB] 1018s Get:135 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-colorspace s390x 2.1-1+dfsg-1 [1567 kB] 1018s Get:136 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-munsell all 0.5.1-1 [213 kB] 1018s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rcolorbrewer all 1.1-3-1build1 [55.4 kB] 1019s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-viridislite all 0.4.2-2 [1088 kB] 1019s Get:139 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-scales all 1.3.0-1 [603 kB] 1019s Get:140 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ggplot2 all 3.5.1+dfsg-1 [3940 kB] 1019s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cowplot all 1.1.3+dfsg-1 [614 kB] 1019s Get:142 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-deriv all 4.1.6-1 [151 kB] 1019s Get:143 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-modelr all 0.1.11-1 [195 kB] 1020s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-microbenchmark s390x 1.5.0-1 [67.2 kB] 1020s Get:145 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-doby all 4.6.25-1 [4772 kB] 1020s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-evaluate all 1.0.3-1 [114 kB] 1020s Get:147 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-xfun s390x 0.50+dfsg-1 [568 kB] 1020s Get:148 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-highr all 0.11+dfsg-1 [38.5 kB] 1020s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-yaml s390x 2.3.10-1 [113 kB] 1020s Get:150 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-mathjax all 2.7.9+dfsg-1 [5665 kB] 1021s Get:151 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-knitr all 1.49+dfsg-1 [859 kB] 1021s Get:152 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pbkrtest all 0.5.3-1 [178 kB] 1021s Get:153 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sparsem s390x 1.84-2-1 [826 kB] 1021s Get:154 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-matrixmodels all 0.5-3-1 [361 kB] 1021s Get:155 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-survival s390x 3.8-3-1 [8250 kB] 1021s Get:156 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-matrixstats s390x 1.5.0-1 [539 kB] 1021s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rcpparmadillo s390x 14.2.2-1-1 [851 kB] 1022s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-class s390x 7.3-23-1 [92.0 kB] 1022s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-proxy s390x 0.4-27-1 [182 kB] 1022s Get:160 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-e1071 s390x 1.7-16-1 [572 kB] 1022s Get:161 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-codetools all 0.2-20-1 [90.5 kB] 1022s Get:162 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-iterators all 1.0.14-1 [336 kB] 1022s Get:163 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-foreach all 1.5.2-1 [124 kB] 1022s Get:164 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-data.table s390x 1.16.4+dfsg-1 [2032 kB] 1022s Get:165 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-modelmetrics s390x 1.2.2.2-1build1 [122 kB] 1022s Get:166 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-plyr s390x 1.8.9-1 [835 kB] 1022s Get:167 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-proc s390x 1.18.5-1 [968 kB] 1022s Get:168 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tzdb s390x 0.4.0-2 [514 kB] 1023s Get:169 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-clock s390x 0.7.1-1 [1842 kB] 1023s Get:170 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gower s390x 1.0.2-1 [209 kB] 1023s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-hardhat all 1.4.0+dfsg-1 [565 kB] 1023s Get:172 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rpart s390x 4.1.24-1 [672 kB] 1023s Get:173 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-shape all 1.4.6.1-1 [749 kB] 1023s Get:174 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-diagram all 1.6.5-2 [656 kB] 1023s Get:175 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-kernsmooth s390x 2.23-26-1 [94.7 kB] 1023s Get:176 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-digest s390x 0.6.37-1 [205 kB] 1023s Get:177 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-globals all 0.16.3-1 [120 kB] 1023s Get:178 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-listenv all 0.9.1+dfsg-1 [112 kB] 1023s Get:179 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-parallelly s390x 1.41.0-1 [507 kB] 1023s Get:180 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-future all 1.34.0+dfsg-1 [646 kB] 1023s Get:181 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-future.apply all 1.11.3+dfsg-1 [175 kB] 1024s Get:182 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-progressr all 0.15.1-1 [353 kB] 1024s Get:183 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-squarem all 2021.1-1 [179 kB] 1024s Get:184 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lava all 1.7.3+dfsg-2 [2156 kB] 1024s Get:185 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-prodlim s390x 2024.06.25-1 [419 kB] 1024s Get:186 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ipred s390x 0.9-15-1 [386 kB] 1024s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-timechange s390x 0.3.0-1 [185 kB] 1024s Get:188 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lubridate s390x 1.9.4+dfsg-1 [1010 kB] 1024s Get:189 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-timedate s390x 4041.110-1 [1209 kB] 1024s Get:190 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-recipes all 1.1.0+dfsg-1 [2035 kB] 1024s Get:191 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-reshape2 s390x 1.4.4-2build1 [111 kB] 1025s Get:192 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-caret s390x 7.0-1+dfsg-1 [3461 kB] 1025s Get:193 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-conquer s390x 1.3.3-1 [459 kB] 1025s Get:194 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-quantreg s390x 6.00-1 [1457 kB] 1025s Get:195 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-foreign s390x 0.8.88-1 [249 kB] 1025s Get:196 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ellipsis s390x 0.3.2-2 [35.4 kB] 1025s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-forcats all 1.0.0-1 [369 kB] 1025s Get:198 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-hms all 1.1.3-1 [96.5 kB] 1025s Get:199 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-clipr all 0.8.0-1 [53.5 kB] 1025s Get:200 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-crayon all 1.5.3-1 [165 kB] 1025s Get:201 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-bit s390x 4.0.5-1 [1067 kB] 1025s Get:202 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-bit64 s390x 4.0.5-1 [469 kB] 1025s Get:203 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-prettyunits all 1.2.0-1 [162 kB] 1026s Get:204 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-progress all 1.2.3-1 [91.9 kB] 1026s Get:205 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-vroom s390x 1.6.5-1 [865 kB] 1026s Get:206 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-readr s390x 2.1.5-1 [778 kB] 1026s Get:207 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-haven s390x 2.5.4-1 [355 kB] 1026s Get:208 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-curl s390x 6.1.0+dfsg-1 [195 kB] 1026s Get:209 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rematch all 2.0.0-1 [18.3 kB] 1026s Get:210 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cellranger all 1.1.0-3 [102 kB] 1026s Get:211 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-readxl s390x 1.4.3-1 [730 kB] 1026s Get:212 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-writexl s390x 1.5.1-1 [158 kB] 1026s Get:213 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-r.methodss3 all 1.8.2-1 [84.0 kB] 1026s Get:214 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-r.oo all 1.27.0-1 [979 kB] 1026s Get:215 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-r.utils all 2.12.3-1 [1386 kB] 1027s Get:216 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-zip s390x 2.3.1-1 [130 kB] 1027s Get:217 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-openxlsx s390x 4.2.8-1 [2045 kB] 1027s Get:218 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rio all 1.2.3-1 [546 kB] 1027s Get:219 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-car all 3.1-3-1 [1525 kB] 1027s Get:220 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-zoo s390x 1.8-12-2 [984 kB] 1027s Get:221 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lmtest s390x 0.9.40-1 [396 kB] 1027s Get:222 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sandwich all 3.1-1-1 [1483 kB] 1038s Get:223 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-aer all 1.2-14-1 [2597 kB] 1053s Get:224 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sys s390x 3.4.3-1 [45.2 kB] 1054s Get:225 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-askpass s390x 1.2.1-1 [24.8 kB] 1054s Get:226 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-base64enc s390x 0.1-3-3 [28.0 kB] 1054s Get:227 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ggridges all 0.5.6-1 [2195 kB] 1066s Get:228 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-checkmate s390x 2.3.2-1 [708 kB] 1069s Get:229 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tensora s390x 0.36.2.1-1 [223 kB] 1069s Get:230 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-distributional all 0.5.0-1 [473 kB] 1071s Get:231 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-posterior all 1.6.0+dfsg-1 [920 kB] 1075s Get:232 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-bayesplot all 1.11.1-1 [5167 kB] 1109s Get:233 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-insight all 0.20.4+dfsg-1 [2013 kB] 1122s Get:234 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-datawizard all 0.12.3+dfsg-1 [1123 kB] 1128s Get:235 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-bayestestr all 0.14.0-1 [943 kB] 1135s Get:236 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-bh all 1.84.0-1 [5962 B] 1135s Get:237 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-enrichwith all 0.3.1+dfsg-2 [212 kB] 1136s Get:238 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-brglm2 s390x 0.9.2+dfsg-1 [348 kB] 1139s Get:239 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mvtnorm s390x 1.3-3-1 [924 kB] 1144s Get:240 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-brobdingnag all 1.2-9-1 [926 kB] 1152s Get:241 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-coda all 0.19-4.1-1 [321 kB] 1154s Get:242 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-bridgesampling all 1.1-2-1 [1467 kB] 1160s Get:243 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-brio s390x 1.1.5-1 [38.6 kB] 1160s Get:244 http://ftpmaster.internal/ubuntu plucky/universe s390x libtbb-dev s390x 2022.0.0-1 [197 kB] 1162s Get:245 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rcppparallel s390x 5.1.7+dfsg-3ubuntu1 [296 kB] 1164s Get:246 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-stanheaders s390x 2.32.10-1 [1397 kB] 1173s Get:247 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-inline all 0.3.21-1 [131 kB] 1173s Get:248 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gridextra all 2.3-3build1 [1024 kB] 1186s Get:249 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-loo all 2.8.0-1 [3071 kB] 1213s Get:250 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ps s390x 1.8.1-1 [395 kB] 1217s Get:251 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-processx s390x 3.8.5-1 [354 kB] 1220s Get:252 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-callr all 3.7.6-1 [458 kB] 1224s Get:253 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-desc all 1.4.3-1 [359 kB] 1227s Get:254 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pkgbuild all 1.4.6-1 [213 kB] 1229s Get:255 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-quickjsr s390x 1.5.1-1 [774 kB] 1234s Get:256 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rstan s390x 2.32.6-1 [2449 kB] 1248s Get:257 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rstantools all 2.4.0-1 [170 kB] 1248s Get:258 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-nleqslv s390x 3.3.5-1 [104 kB] 1249s Get:259 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-brms all 2.22.0-1 [6770 kB] 1293s Get:260 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-fastmap s390x 1.2.0-1 [72.4 kB] 1293s Get:261 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cachem s390x 1.1.0-1 [74.0 kB] 1294s Get:262 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-htmltools s390x 0.5.8.1-1 [372 kB] 1295s Get:263 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-jquerylib all 0.1.4+dfsg-4 [13.5 kB] 1295s Get:264 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-jsonlite s390x 1.8.9+dfsg-1 [447 kB] 1298s Get:265 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-memoise all 2.0.1-1 [53.9 kB] 1299s Get:266 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mime s390x 0.12-2 [35.8 kB] 1299s Get:267 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-fs s390x 1.6.5+dfsg-1 [245 kB] 1301s Get:268 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rappdirs s390x 0.3.3-1 [47.5 kB] 1301s Get:269 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sass s390x 0.4.9+dfsg-1 [1019 kB] 1309s Get:270 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-bslib all 0.8.0+dfsg-1 [4294 kB] 1349s Get:271 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-chron s390x 2.3-62-1 [188 kB] 1350s Get:272 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-clubsandwich all 0.5.11-1 [637 kB] 1354s Get:273 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cluster s390x 2.1.8-1 [577 kB] 1359s Get:274 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-fontawesome all 0.5.3-1 [1331 kB] 1366s Get:275 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tinytex all 0.54-1 [147 kB] 1367s Get:276 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-modernizr all 3.13.0-0.1 [101 kB] 1367s Get:277 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-later s390x 1.4.1+dfsg-1 [148 kB] 1368s Get:278 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-promises s390x 1.3.2+dfsg-1 [296 kB] 1372s Get:279 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-httpuv s390x 1.6.15+dfsg-1 [507 kB] 1378s Get:280 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-xtable all 1:1.8-4-2 [689 kB] 1384s Get:281 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sourcetools s390x 0.1.7-1-1 [47.1 kB] 1385s Get:282 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-commonmark s390x 1.9.2-2 [142 kB] 1386s Get:283 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-twitter-bootstrap-datepicker all 1.3.1+dfsg1-4.1 [28.5 kB] 1387s Get:284 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-shiny all 1.9.1+dfsg-1 [3111 kB] 1415s Get:285 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rmarkdown all 2.29+dfsg-1 [1501 kB] 1426s Get:286 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-htmlwidgets all 1.6.4+dfsg-1 [123 kB] 1427s Get:287 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-miniui all 0.1.1.1-3build1 [36.1 kB] 1427s Get:288 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-shinyjs all 2.1.0-1 [967 kB] 1436s Get:289 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-colourpicker all 1.3.0+dfsg-1 [1191 kB] 1444s Get:290 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lazyeval s390x 0.2.2-1build1 [143 kB] 1444s Get:291 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-crosstalk all 1.2.1+dfsg-1 [177 kB] 1446s Get:292 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-dbi all 1.2.3-1 [853 kB] 1452s Get:293 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-deldir s390x 2.0-4-1build1 [271 kB] 1454s Get:294 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-deoptimr all 1.1-3-1-1 [76.6 kB] 1454s Get:295 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-diffobj s390x 0.3.5-1 [1115 kB] 1465s Get:296 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-dt all 0.33+dfsg-1 [250 kB] 1467s Get:297 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-xts s390x 0.14.1-1 [1195 kB] 1473s Get:298 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-dygraphs all 1.1.1.6+dfsg-4 [319 kB] 1475s Get:299 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mitools all 2.4-2build1 [265 kB] 1478s Get:300 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-survey s390x 4.4-2-2 [3459 kB] 1502s Get:301 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-estimability all 1.5.1-1 [50.9 kB] 1502s Get:302 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-effects all 4.2.2-1 [2337 kB] 1523s Get:303 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-parameters all 0.22.2-3 [2023 kB] 1543s Get:304 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-performance all 0.12.3-1 [2712 kB] 1560s Get:305 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-effectsize all 0.8.9+dfsg-1 [753 kB] 1563s Get:306 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-emmeans all 1.10.6+dfsg-1 [1657 kB] 1573s Get:307 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gam s390x 1.22-5-1 [414 kB] 1577s Get:308 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gamm4 all 0.2-6-2 [57.3 kB] 1577s Get:309 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gee s390x 4.13-29-1 [78.1 kB] 1578s Get:310 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-geepack s390x 1.3.12-1 [425 kB] 1581s Get:311 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ggeffects all 1.7.0+dfsg-1 [970 kB] 1589s Get:312 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ggrepel s390x 0.9.6-1 [271 kB] 1591s Get:313 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tmb s390x 1.9.15-1 [1207 kB] 1603s Get:314 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-glmmtmb s390x 1.1.9+dfsg-3 [5283 kB] 1640s Get:315 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-glmnet s390x 4.1-8-1 [1942 kB] 1649s Get:316 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gtools s390x 3.9.5-1 [340 kB] 1653s Get:317 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rstudioapi all 0.17.1-1 [299 kB] 1655s Get:318 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-htmltable all 2.4.3-1 [388 kB] 1658s Get:319 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-viridis all 0.6.5-1 [2770 kB] 1674s Get:320 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-png s390x 0.1-8-1build2 [41.5 kB] 1674s Get:321 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-jpeg s390x 0.1-10-1 [31.3 kB] 1675s Get:322 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-interp s390x 1.1-6-1 [1465 kB] 1683s Get:323 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-latticeextra all 0.6-30-1 [2198 kB] 1699s Get:324 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-hmisc s390x 5.2-2-1 [3585 kB] 1703s Get:325 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-openssl s390x 2.2.0+dfsg-1 [405 kB] 1703s Get:326 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-httr all 1.4.7+dfsg-1 [459 kB] 1703s Get:327 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-igraph s390x 2.1.4-1 [5311 kB] 1705s Get:328 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ucminf s390x 1.2.2-1 [35.8 kB] 1705s Get:329 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ordinal s390x 2023.12-4.1-1 [1269 kB] 1705s Get:330 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-jomo s390x 2.7-6-1 [2025 kB] 1705s Get:331 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-marginaleffects s390x 0.21.0-1 [1867 kB] 1705s Get:332 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-markdown all 1.13-1 [162 kB] 1705s Get:333 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pan s390x 1.9-1 [949 kB] 1706s Get:334 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mitml all 0.4-5-1 [510 kB] 1706s Get:335 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mice s390x 3.17.0-1 [1482 kB] 1706s Get:336 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-th.data all 1.1-3-1 [8723 kB] 1706s Get:337 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-multcomp all 1.4-28-1 [700 kB] 1707s Get:338 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-patchwork all 1.3.0-1 [3220 kB] 1707s Get:339 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rprojroot all 2.0.4-2 [125 kB] 1707s Get:340 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pkgload all 1.4.0-1 [247 kB] 1707s Get:341 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-polspline s390x 1.1.25-1 [644 kB] 1707s Get:342 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-praise all 1.0.0-4build1 [20.3 kB] 1707s Get:343 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pscl s390x 1.5.9-1 [3386 kB] 1707s Get:344 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rms s390x 7.0-0-1 [2314 kB] 1707s Get:345 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-robustbase s390x 0.99-4-1-1 [3059 kB] 1708s Get:346 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-shinythemes all 1.2.0+dfsg-1 [428 kB] 1708s Get:347 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-threejs all 0.3.3+dfsg-2build1 [880 kB] 1708s Get:348 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-shinystan all 2.6.0-1 [2512 kB] 1708s Get:349 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rstanarm s390x 2.32.1-2 [8215 kB] 1708s Get:350 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sjlabelled all 1.2.0-1 [287 kB] 1708s Get:351 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sjstats all 0.19.0-1 [374 kB] 1709s Get:352 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-waldo all 0.6.1-1 [150 kB] 1709s Get:353 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x r-cran-testthat s390x 3.2.3-1 [1641 kB] 1709s Get:354 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-xml2 s390x 1.3.6-1 [342 kB] 1709s Get:355 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-vdiffr s390x 1.0.8-1 [156 kB] 1709s Get:356 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-vgam s390x 1.1-12-1 [7658 kB] 1710s Preconfiguring packages ... 1710s Fetched 388 MB in 26min 58s (240 kB/s) 1710s Selecting previously unselected package libfreetype6:s390x. 1710s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 56531 files and directories currently installed.) 1710s Preparing to unpack .../000-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 1710s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 1710s Selecting previously unselected package fonts-dejavu-mono. 1710s Preparing to unpack .../001-fonts-dejavu-mono_2.37-8_all.deb ... 1710s Unpacking fonts-dejavu-mono (2.37-8) ... 1710s Selecting previously unselected package fonts-dejavu-core. 1710s Preparing to unpack .../002-fonts-dejavu-core_2.37-8_all.deb ... 1710s Unpacking fonts-dejavu-core (2.37-8) ... 1710s Selecting previously unselected package fontconfig-config. 1710s Preparing to unpack .../003-fontconfig-config_2.15.0-1.1ubuntu2_s390x.deb ... 1710s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 1710s Selecting previously unselected package libfontconfig1:s390x. 1710s Preparing to unpack .../004-libfontconfig1_2.15.0-1.1ubuntu2_s390x.deb ... 1710s Unpacking libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 1710s Selecting previously unselected package fontconfig. 1710s Preparing to unpack .../005-fontconfig_2.15.0-1.1ubuntu2_s390x.deb ... 1710s Unpacking fontconfig (2.15.0-1.1ubuntu2) ... 1710s Selecting previously unselected package fonts-font-awesome. 1710s Preparing to unpack .../006-fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1_all.deb ... 1710s Unpacking fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 1710s Selecting previously unselected package fonts-glyphicons-halflings. 1710s Preparing to unpack .../007-fonts-glyphicons-halflings_1.009~3.4.1+dfsg-3_all.deb ... 1710s Unpacking fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) ... 1710s Selecting previously unselected package fonts-mathjax. 1710s Preparing to unpack .../008-fonts-mathjax_2.7.9+dfsg-1_all.deb ... 1710s Unpacking fonts-mathjax (2.7.9+dfsg-1) ... 1710s Selecting previously unselected package javascript-common. 1710s Preparing to unpack .../009-javascript-common_11+nmu1_all.deb ... 1710s Unpacking javascript-common (11+nmu1) ... 1710s Selecting previously unselected package libgomp1:s390x. 1710s Preparing to unpack .../010-libgomp1_14.2.0-13ubuntu1_s390x.deb ... 1710s Unpacking libgomp1:s390x (14.2.0-13ubuntu1) ... 1710s Selecting previously unselected package libsuitesparseconfig7:s390x. 1710s Preparing to unpack .../011-libsuitesparseconfig7_1%3a7.8.3+dfsg-2_s390x.deb ... 1710s Unpacking libsuitesparseconfig7:s390x (1:7.8.3+dfsg-2) ... 1710s Selecting previously unselected package libamd3:s390x. 1710s Preparing to unpack .../012-libamd3_1%3a7.8.3+dfsg-2_s390x.deb ... 1710s Unpacking libamd3:s390x (1:7.8.3+dfsg-2) ... 1710s Selecting previously unselected package libasan8:s390x. 1711s Preparing to unpack .../013-libasan8_14.2.0-13ubuntu1_s390x.deb ... 1711s Unpacking libasan8:s390x (14.2.0-13ubuntu1) ... 1711s Selecting previously unselected package libblas3:s390x. 1711s Preparing to unpack .../014-libblas3_3.12.0-4_s390x.deb ... 1711s Unpacking libblas3:s390x (3.12.0-4) ... 1711s Selecting previously unselected package libitm1:s390x. 1711s Preparing to unpack .../015-libitm1_14.2.0-13ubuntu1_s390x.deb ... 1711s Unpacking libitm1:s390x (14.2.0-13ubuntu1) ... 1711s Selecting previously unselected package libubsan1:s390x. 1711s Preparing to unpack .../016-libubsan1_14.2.0-13ubuntu1_s390x.deb ... 1711s Unpacking libubsan1:s390x (14.2.0-13ubuntu1) ... 1711s Selecting previously unselected package libgcc-14-dev:s390x. 1711s Preparing to unpack .../017-libgcc-14-dev_14.2.0-13ubuntu1_s390x.deb ... 1711s Unpacking libgcc-14-dev:s390x (14.2.0-13ubuntu1) ... 1711s Selecting previously unselected package libstdc++-14-dev:s390x. 1711s Preparing to unpack .../018-libstdc++-14-dev_14.2.0-13ubuntu1_s390x.deb ... 1711s Unpacking libstdc++-14-dev:s390x (14.2.0-13ubuntu1) ... 1711s Selecting previously unselected package libboost1.83-dev:s390x. 1711s Preparing to unpack .../019-libboost1.83-dev_1.83.0-4ubuntu2_s390x.deb ... 1711s Unpacking libboost1.83-dev:s390x (1.83.0-4ubuntu2) ... 1712s Selecting previously unselected package libboost-dev:s390x. 1712s Preparing to unpack .../020-libboost-dev_1.83.0.2ubuntu1_s390x.deb ... 1712s Unpacking libboost-dev:s390x (1.83.0.2ubuntu1) ... 1712s Selecting previously unselected package libpixman-1-0:s390x. 1712s Preparing to unpack .../021-libpixman-1-0_0.44.0-3_s390x.deb ... 1712s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 1712s Selecting previously unselected package libxcb-render0:s390x. 1712s Preparing to unpack .../022-libxcb-render0_1.17.0-2_s390x.deb ... 1712s Unpacking libxcb-render0:s390x (1.17.0-2) ... 1712s Selecting previously unselected package libxcb-shm0:s390x. 1712s Preparing to unpack .../023-libxcb-shm0_1.17.0-2_s390x.deb ... 1712s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 1712s Selecting previously unselected package libxrender1:s390x. 1712s Preparing to unpack .../024-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 1712s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 1712s Selecting previously unselected package libcairo2:s390x. 1712s Preparing to unpack .../025-libcairo2_1.18.2-2_s390x.deb ... 1712s Unpacking libcairo2:s390x (1.18.2-2) ... 1712s Selecting previously unselected package libcolamd3:s390x. 1712s Preparing to unpack .../026-libcolamd3_1%3a7.8.3+dfsg-2_s390x.deb ... 1712s Unpacking libcolamd3:s390x (1:7.8.3+dfsg-2) ... 1712s Selecting previously unselected package libdatrie1:s390x. 1712s Preparing to unpack .../027-libdatrie1_0.2.13-3build1_s390x.deb ... 1712s Unpacking libdatrie1:s390x (0.2.13-3build1) ... 1712s Selecting previously unselected package libdeflate0:s390x. 1712s Preparing to unpack .../028-libdeflate0_1.23-1_s390x.deb ... 1712s Unpacking libdeflate0:s390x (1.23-1) ... 1712s Selecting previously unselected package libgfortran5:s390x. 1712s Preparing to unpack .../029-libgfortran5_14.2.0-13ubuntu1_s390x.deb ... 1712s Unpacking libgfortran5:s390x (14.2.0-13ubuntu1) ... 1712s Selecting previously unselected package libltdl7:s390x. 1712s Preparing to unpack .../030-libltdl7_2.5.4-2.1_s390x.deb ... 1712s Unpacking libltdl7:s390x (2.5.4-2.1) ... 1712s Selecting previously unselected package libglpk40:s390x. 1712s Preparing to unpack .../031-libglpk40_5.0-1build2_s390x.deb ... 1712s Unpacking libglpk40:s390x (5.0-1build2) ... 1712s Selecting previously unselected package libgraphite2-3:s390x. 1712s Preparing to unpack .../032-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 1712s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 1712s Selecting previously unselected package libharfbuzz0b:s390x. 1712s Preparing to unpack .../033-libharfbuzz0b_10.2.0-1_s390x.deb ... 1712s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 1712s Selecting previously unselected package libhwloc15:s390x. 1712s Preparing to unpack .../034-libhwloc15_2.11.2-1build1_s390x.deb ... 1712s Unpacking libhwloc15:s390x (2.11.2-1build1) ... 1712s Selecting previously unselected package x11-common. 1712s Preparing to unpack .../035-x11-common_1%3a7.7+23ubuntu3_all.deb ... 1712s Unpacking x11-common (1:7.7+23ubuntu3) ... 1712s Selecting previously unselected package libice6:s390x. 1712s Preparing to unpack .../036-libice6_2%3a1.1.1-1_s390x.deb ... 1712s Unpacking libice6:s390x (2:1.1.1-1) ... 1712s Selecting previously unselected package libjpeg-turbo8:s390x. 1712s Preparing to unpack .../037-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 1712s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 1712s Selecting previously unselected package libjpeg8:s390x. 1712s Preparing to unpack .../038-libjpeg8_8c-2ubuntu11_s390x.deb ... 1712s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 1712s Selecting previously unselected package libjs-bootstrap. 1712s Preparing to unpack .../039-libjs-bootstrap_3.4.1+dfsg-3_all.deb ... 1712s Unpacking libjs-bootstrap (3.4.1+dfsg-3) ... 1712s Selecting previously unselected package libjs-popper.js. 1712s Preparing to unpack .../040-libjs-popper.js_1.16.1+ds-6_all.deb ... 1712s Unpacking libjs-popper.js (1.16.1+ds-6) ... 1712s Selecting previously unselected package libjs-bootstrap4. 1712s Preparing to unpack .../041-libjs-bootstrap4_4.6.1+dfsg1-4_all.deb ... 1712s Unpacking libjs-bootstrap4 (4.6.1+dfsg1-4) ... 1712s Selecting previously unselected package libjs-d3. 1712s Preparing to unpack .../042-libjs-d3_3.5.17-4_all.deb ... 1712s Unpacking libjs-d3 (3.5.17-4) ... 1712s Selecting previously unselected package libjs-es5-shim. 1712s Preparing to unpack .../043-libjs-es5-shim_4.6.7-2_all.deb ... 1712s Unpacking libjs-es5-shim (4.6.7-2) ... 1712s Selecting previously unselected package libjs-highlight.js. 1712s Preparing to unpack .../044-libjs-highlight.js_9.18.5+dfsg1-2_all.deb ... 1712s Unpacking libjs-highlight.js (9.18.5+dfsg1-2) ... 1712s Selecting previously unselected package libjs-jquery. 1712s Preparing to unpack .../045-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 1712s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 1712s Selecting previously unselected package libjs-jquery-datatables. 1712s Preparing to unpack .../046-libjs-jquery-datatables_1.11.5+dfsg-2_all.deb ... 1712s Unpacking libjs-jquery-datatables (1.11.5+dfsg-2) ... 1712s Selecting previously unselected package libjs-jquery-datatables-extensions. 1712s Preparing to unpack .../047-libjs-jquery-datatables-extensions_0.0+git20150910.28fd64e+dfsg-5_all.deb ... 1712s Unpacking libjs-jquery-datatables-extensions (0.0+git20150910.28fd64e+dfsg-5) ... 1712s Selecting previously unselected package libjs-sifter.js. 1712s Preparing to unpack .../048-libjs-sifter.js_0.6.0+dfsg-3_all.deb ... 1712s Unpacking libjs-sifter.js (0.6.0+dfsg-3) ... 1712s Selecting previously unselected package libjs-microplugin.js. 1712s Preparing to unpack .../049-libjs-microplugin.js_0.0.3+dfsg-1.1_all.deb ... 1712s Unpacking libjs-microplugin.js (0.0.3+dfsg-1.1) ... 1712s Selecting previously unselected package libjs-jquery-selectize.js. 1712s Preparing to unpack .../050-libjs-jquery-selectize.js_0.12.6+dfsg-1.1_all.deb ... 1712s Unpacking libjs-jquery-selectize.js (0.12.6+dfsg-1.1) ... 1712s Selecting previously unselected package libjs-jquery-ui. 1712s Preparing to unpack .../051-libjs-jquery-ui_1.13.2+dfsg-1_all.deb ... 1712s Unpacking libjs-jquery-ui (1.13.2+dfsg-1) ... 1712s Selecting previously unselected package libjs-json. 1712s Preparing to unpack .../052-libjs-json_0~20221030+~1.0.8-1_all.deb ... 1712s Unpacking libjs-json (0~20221030+~1.0.8-1) ... 1712s Selecting previously unselected package libjs-prettify. 1712s Preparing to unpack .../053-libjs-prettify_2015.12.04+dfsg-1.1_all.deb ... 1712s Unpacking libjs-prettify (2015.12.04+dfsg-1.1) ... 1712s Selecting previously unselected package liblapack3:s390x. 1712s Preparing to unpack .../054-liblapack3_3.12.0-4_s390x.deb ... 1712s Unpacking liblapack3:s390x (3.12.0-4) ... 1712s Selecting previously unselected package liblua5.4-0:s390x. 1712s Preparing to unpack .../055-liblua5.4-0_5.4.7-1_s390x.deb ... 1712s Unpacking liblua5.4-0:s390x (5.4.7-1) ... 1712s Selecting previously unselected package libthai-data. 1712s Preparing to unpack .../056-libthai-data_0.1.29-2build1_all.deb ... 1712s Unpacking libthai-data (0.1.29-2build1) ... 1712s Selecting previously unselected package libthai0:s390x. 1712s Preparing to unpack .../057-libthai0_0.1.29-2build1_s390x.deb ... 1712s Unpacking libthai0:s390x (0.1.29-2build1) ... 1712s Selecting previously unselected package libpango-1.0-0:s390x. 1712s Preparing to unpack .../058-libpango-1.0-0_1.56.1-1_s390x.deb ... 1712s Unpacking libpango-1.0-0:s390x (1.56.1-1) ... 1712s Selecting previously unselected package libpangoft2-1.0-0:s390x. 1712s Preparing to unpack .../059-libpangoft2-1.0-0_1.56.1-1_s390x.deb ... 1712s Unpacking libpangoft2-1.0-0:s390x (1.56.1-1) ... 1712s Selecting previously unselected package libpangocairo-1.0-0:s390x. 1712s Preparing to unpack .../060-libpangocairo-1.0-0_1.56.1-1_s390x.deb ... 1712s Unpacking libpangocairo-1.0-0:s390x (1.56.1-1) ... 1712s Selecting previously unselected package libpaper2:s390x. 1712s Preparing to unpack .../061-libpaper2_2.2.5-0.3_s390x.deb ... 1712s Unpacking libpaper2:s390x (2.2.5-0.3) ... 1712s Selecting previously unselected package libpaper-utils. 1712s Preparing to unpack .../062-libpaper-utils_2.2.5-0.3_s390x.deb ... 1712s Unpacking libpaper-utils (2.2.5-0.3) ... 1712s Selecting previously unselected package libsharpyuv0:s390x. 1712s Preparing to unpack .../063-libsharpyuv0_1.5.0-0.1_s390x.deb ... 1712s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 1712s Selecting previously unselected package libsm6:s390x. 1712s Preparing to unpack .../064-libsm6_2%3a1.2.4-1_s390x.deb ... 1712s Unpacking libsm6:s390x (2:1.2.4-1) ... 1712s Selecting previously unselected package libtbbmalloc2:s390x. 1712s Preparing to unpack .../065-libtbbmalloc2_2022.0.0-1_s390x.deb ... 1712s Unpacking libtbbmalloc2:s390x (2022.0.0-1) ... 1712s Selecting previously unselected package libtbbbind-2-5:s390x. 1712s Preparing to unpack .../066-libtbbbind-2-5_2022.0.0-1_s390x.deb ... 1712s Unpacking libtbbbind-2-5:s390x (2022.0.0-1) ... 1712s Selecting previously unselected package libtbb12:s390x. 1712s Preparing to unpack .../067-libtbb12_2022.0.0-1_s390x.deb ... 1712s Unpacking libtbb12:s390x (2022.0.0-1) ... 1712s Selecting previously unselected package libtcl8.6:s390x. 1713s Preparing to unpack .../068-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 1713s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 1713s Selecting previously unselected package libjbig0:s390x. 1713s Preparing to unpack .../069-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 1713s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 1713s Selecting previously unselected package libwebp7:s390x. 1713s Preparing to unpack .../070-libwebp7_1.5.0-0.1_s390x.deb ... 1713s Unpacking libwebp7:s390x (1.5.0-0.1) ... 1713s Selecting previously unselected package libtiff6:s390x. 1713s Preparing to unpack .../071-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 1713s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 1713s Selecting previously unselected package libxft2:s390x. 1713s Preparing to unpack .../072-libxft2_2.3.6-1build1_s390x.deb ... 1713s Unpacking libxft2:s390x (2.3.6-1build1) ... 1713s Selecting previously unselected package libxss1:s390x. 1713s Preparing to unpack .../073-libxss1_1%3a1.2.3-1build3_s390x.deb ... 1713s Unpacking libxss1:s390x (1:1.2.3-1build3) ... 1713s Selecting previously unselected package libtk8.6:s390x. 1713s Preparing to unpack .../074-libtk8.6_8.6.16-1_s390x.deb ... 1713s Unpacking libtk8.6:s390x (8.6.16-1) ... 1713s Selecting previously unselected package libxt6t64:s390x. 1713s Preparing to unpack .../075-libxt6t64_1%3a1.2.1-1.2build1_s390x.deb ... 1713s Unpacking libxt6t64:s390x (1:1.2.1-1.2build1) ... 1713s Selecting previously unselected package zip. 1713s Preparing to unpack .../076-zip_3.0-14ubuntu2_s390x.deb ... 1713s Unpacking zip (3.0-14ubuntu2) ... 1713s Selecting previously unselected package unzip. 1713s Preparing to unpack .../077-unzip_6.0-28ubuntu6_s390x.deb ... 1713s Unpacking unzip (6.0-28ubuntu6) ... 1713s Selecting previously unselected package xdg-utils. 1713s Preparing to unpack .../078-xdg-utils_1.2.1-0ubuntu1_all.deb ... 1713s Unpacking xdg-utils (1.2.1-0ubuntu1) ... 1713s Selecting previously unselected package r-base-core. 1713s Preparing to unpack .../079-r-base-core_4.4.2-1build1_s390x.deb ... 1713s Unpacking r-base-core (4.4.2-1build1) ... 1713s Selecting previously unselected package r-cran-littler. 1713s Preparing to unpack .../080-r-cran-littler_0.3.20-2_s390x.deb ... 1713s Unpacking r-cran-littler (0.3.20-2) ... 1713s Selecting previously unselected package littler. 1713s Preparing to unpack .../081-littler_0.3.20-2_all.deb ... 1713s Unpacking littler (0.3.20-2) ... 1713s Selecting previously unselected package node-bootstrap-sass. 1713s Preparing to unpack .../082-node-bootstrap-sass_3.4.3-2_all.deb ... 1713s Unpacking node-bootstrap-sass (3.4.3-2) ... 1713s Selecting previously unselected package node-html5shiv. 1713s Preparing to unpack .../083-node-html5shiv_3.7.3+dfsg-5_all.deb ... 1713s Unpacking node-html5shiv (3.7.3+dfsg-5) ... 1713s Selecting previously unselected package node-normalize.css. 1713s Preparing to unpack .../084-node-normalize.css_8.0.1-5_all.deb ... 1713s Unpacking node-normalize.css (8.0.1-5) ... 1713s Selecting previously unselected package pandoc-data. 1713s Preparing to unpack .../085-pandoc-data_3.1.11.1-3build1_all.deb ... 1713s Unpacking pandoc-data (3.1.11.1-3build1) ... 1713s Selecting previously unselected package pandoc. 1713s Preparing to unpack .../086-pandoc_3.1.11.1+ds-2_s390x.deb ... 1713s Unpacking pandoc (3.1.11.1+ds-2) ... 1714s Selecting previously unselected package r-cran-abind. 1714s Preparing to unpack .../087-r-cran-abind_1.4-8-1_all.deb ... 1714s Unpacking r-cran-abind (1.4-8-1) ... 1714s Selecting previously unselected package r-cran-acepack. 1714s Preparing to unpack .../088-r-cran-acepack_1.5.2-1_s390x.deb ... 1714s Unpacking r-cran-acepack (1.5.2-1) ... 1714s Selecting previously unselected package r-cran-cardata. 1714s Preparing to unpack .../089-r-cran-cardata_3.0.5-1_all.deb ... 1714s Unpacking r-cran-cardata (3.0.5-1) ... 1714s Selecting previously unselected package r-cran-formula. 1714s Preparing to unpack .../090-r-cran-formula_1.2-5-1_all.deb ... 1714s Unpacking r-cran-formula (1.2-5-1) ... 1714s Selecting previously unselected package r-cran-mass. 1714s Preparing to unpack .../091-r-cran-mass_7.3-64-1_s390x.deb ... 1714s Unpacking r-cran-mass (7.3-64-1) ... 1714s Selecting previously unselected package r-cran-lattice. 1714s Preparing to unpack .../092-r-cran-lattice_0.22-6-1_s390x.deb ... 1714s Unpacking r-cran-lattice (0.22-6-1) ... 1714s Selecting previously unselected package r-cran-nlme. 1714s Preparing to unpack .../093-r-cran-nlme_3.1.167-1_s390x.deb ... 1714s Unpacking r-cran-nlme (3.1.167-1) ... 1714s Selecting previously unselected package r-cran-matrix. 1714s Preparing to unpack .../094-r-cran-matrix_1.7-2-1_s390x.deb ... 1714s Unpacking r-cran-matrix (1.7-2-1) ... 1714s Selecting previously unselected package r-cran-mgcv. 1714s Preparing to unpack .../095-r-cran-mgcv_1.9-1-1_s390x.deb ... 1714s Unpacking r-cran-mgcv (1.9-1-1) ... 1714s Selecting previously unselected package r-cran-nnet. 1714s Preparing to unpack .../096-r-cran-nnet_7.3-20-1_s390x.deb ... 1714s Unpacking r-cran-nnet (7.3-20-1) ... 1714s Selecting previously unselected package r-cran-boot. 1714s Preparing to unpack .../097-r-cran-boot_1.3-31-1_all.deb ... 1714s Unpacking r-cran-boot (1.3-31-1) ... 1714s Selecting previously unselected package r-cran-pkgkitten. 1714s Preparing to unpack .../098-r-cran-pkgkitten_0.2.4-1_all.deb ... 1714s Unpacking r-cran-pkgkitten (0.2.4-1) ... 1714s Selecting previously unselected package r-cran-rcpp. 1714s Preparing to unpack .../099-r-cran-rcpp_1.0.14-1_s390x.deb ... 1714s Unpacking r-cran-rcpp (1.0.14-1) ... 1714s Selecting previously unselected package r-cran-minqa. 1714s Preparing to unpack .../100-r-cran-minqa_1.2.8-1_s390x.deb ... 1714s Unpacking r-cran-minqa (1.2.8-1) ... 1714s Selecting previously unselected package libnlopt0:s390x. 1714s Preparing to unpack .../101-libnlopt0_2.7.1-6ubuntu2_s390x.deb ... 1714s Unpacking libnlopt0:s390x (2.7.1-6ubuntu2) ... 1714s Selecting previously unselected package r-cran-nloptr. 1714s Preparing to unpack .../102-r-cran-nloptr_2.1.1-1_s390x.deb ... 1714s Unpacking r-cran-nloptr (2.1.1-1) ... 1714s Selecting previously unselected package r-cran-rcppeigen. 1714s Preparing to unpack .../103-r-cran-rcppeigen_0.3.4.0.2-1_s390x.deb ... 1714s Unpacking r-cran-rcppeigen (0.3.4.0.2-1) ... 1715s Selecting previously unselected package r-cran-statmod. 1715s Preparing to unpack .../104-r-cran-statmod_1.5.0-1_s390x.deb ... 1715s Unpacking r-cran-statmod (1.5.0-1) ... 1715s Selecting previously unselected package r-cran-lme4. 1715s Preparing to unpack .../105-r-cran-lme4_1.1-35.5-1_s390x.deb ... 1715s Unpacking r-cran-lme4 (1.1-35.5-1) ... 1715s Selecting previously unselected package r-cran-backports. 1715s Preparing to unpack .../106-r-cran-backports_1.5.0-2_s390x.deb ... 1715s Unpacking r-cran-backports (1.5.0-2) ... 1715s Selecting previously unselected package r-cran-cli. 1715s Preparing to unpack .../107-r-cran-cli_3.6.3-1_s390x.deb ... 1715s Unpacking r-cran-cli (3.6.3-1) ... 1715s Selecting previously unselected package r-cran-generics. 1715s Preparing to unpack .../108-r-cran-generics_0.1.3-1_all.deb ... 1715s Unpacking r-cran-generics (0.1.3-1) ... 1715s Selecting previously unselected package r-cran-glue. 1715s Preparing to unpack .../109-r-cran-glue_1.8.0-1_s390x.deb ... 1715s Unpacking r-cran-glue (1.8.0-1) ... 1715s Selecting previously unselected package r-cran-rlang. 1715s Preparing to unpack .../110-r-cran-rlang_1.1.5-1_s390x.deb ... 1715s Unpacking r-cran-rlang (1.1.5-1) ... 1715s Selecting previously unselected package r-cran-lifecycle. 1715s Preparing to unpack .../111-r-cran-lifecycle_1.0.4+dfsg-1_all.deb ... 1715s Unpacking r-cran-lifecycle (1.0.4+dfsg-1) ... 1715s Selecting previously unselected package r-cran-magrittr. 1715s Preparing to unpack .../112-r-cran-magrittr_2.0.3-1_s390x.deb ... 1715s Unpacking r-cran-magrittr (2.0.3-1) ... 1715s Selecting previously unselected package r-cran-utf8. 1715s Preparing to unpack .../113-r-cran-utf8_1.2.4-1_s390x.deb ... 1715s Unpacking r-cran-utf8 (1.2.4-1) ... 1715s Selecting previously unselected package r-cran-vctrs. 1715s Preparing to unpack .../114-r-cran-vctrs_0.6.5-1_s390x.deb ... 1715s Unpacking r-cran-vctrs (0.6.5-1) ... 1715s Selecting previously unselected package r-cran-pillar. 1715s Preparing to unpack .../115-r-cran-pillar_1.10.1+dfsg-1_all.deb ... 1715s Unpacking r-cran-pillar (1.10.1+dfsg-1) ... 1715s Selecting previously unselected package r-cran-r6. 1715s Preparing to unpack .../116-r-cran-r6_2.5.1-1_all.deb ... 1715s Unpacking r-cran-r6 (2.5.1-1) ... 1715s Selecting previously unselected package r-cran-fansi. 1715s Preparing to unpack .../117-r-cran-fansi_1.0.5-1_s390x.deb ... 1715s Unpacking r-cran-fansi (1.0.5-1) ... 1715s Selecting previously unselected package r-cran-pkgconfig. 1715s Preparing to unpack .../118-r-cran-pkgconfig_2.0.3-2build1_all.deb ... 1715s Unpacking r-cran-pkgconfig (2.0.3-2build1) ... 1715s Selecting previously unselected package r-cran-tibble. 1715s Preparing to unpack .../119-r-cran-tibble_3.2.1+dfsg-3_s390x.deb ... 1715s Unpacking r-cran-tibble (3.2.1+dfsg-3) ... 1715s Selecting previously unselected package r-cran-withr. 1715s Preparing to unpack .../120-r-cran-withr_3.0.2+dfsg-1_all.deb ... 1715s Unpacking r-cran-withr (3.0.2+dfsg-1) ... 1715s Selecting previously unselected package r-cran-tidyselect. 1715s Preparing to unpack .../121-r-cran-tidyselect_1.2.1+dfsg-1_s390x.deb ... 1715s Unpacking r-cran-tidyselect (1.2.1+dfsg-1) ... 1715s Selecting previously unselected package r-cran-dplyr. 1715s Preparing to unpack .../122-r-cran-dplyr_1.1.4-4_s390x.deb ... 1715s Unpacking r-cran-dplyr (1.1.4-4) ... 1715s Selecting previously unselected package r-cran-purrr. 1715s Preparing to unpack .../123-r-cran-purrr_1.0.2-1_s390x.deb ... 1715s Unpacking r-cran-purrr (1.0.2-1) ... 1715s Selecting previously unselected package r-cran-stringi. 1715s Preparing to unpack .../124-r-cran-stringi_1.8.4-1build1_s390x.deb ... 1715s Unpacking r-cran-stringi (1.8.4-1build1) ... 1715s Selecting previously unselected package r-cran-stringr. 1715s Preparing to unpack .../125-r-cran-stringr_1.5.1-1_all.deb ... 1715s Unpacking r-cran-stringr (1.5.1-1) ... 1715s Selecting previously unselected package r-cran-cpp11. 1715s Preparing to unpack .../126-r-cran-cpp11_0.5.1-1_all.deb ... 1715s Unpacking r-cran-cpp11 (0.5.1-1) ... 1715s Selecting previously unselected package r-cran-tidyr. 1715s Preparing to unpack .../127-r-cran-tidyr_1.3.1-1_s390x.deb ... 1715s Unpacking r-cran-tidyr (1.3.1-1) ... 1715s Selecting previously unselected package r-cran-broom. 1715s Preparing to unpack .../128-r-cran-broom_1.0.7+dfsg-1_all.deb ... 1715s Unpacking r-cran-broom (1.0.7+dfsg-1) ... 1715s Selecting previously unselected package r-cran-numderiv. 1715s Preparing to unpack .../129-r-cran-numderiv_2016.8-1.1-3_all.deb ... 1715s Unpacking r-cran-numderiv (2016.8-1.1-3) ... 1715s Selecting previously unselected package r-cran-gtable. 1715s Preparing to unpack .../130-r-cran-gtable_0.3.6+dfsg-1_all.deb ... 1715s Unpacking r-cran-gtable (0.3.6+dfsg-1) ... 1715s Selecting previously unselected package r-cran-isoband. 1715s Preparing to unpack .../131-r-cran-isoband_0.2.7-1_s390x.deb ... 1715s Unpacking r-cran-isoband (0.2.7-1) ... 1715s Selecting previously unselected package r-cran-farver. 1715s Preparing to unpack .../132-r-cran-farver_2.1.2-1_s390x.deb ... 1715s Unpacking r-cran-farver (2.1.2-1) ... 1715s Selecting previously unselected package r-cran-labeling. 1715s Preparing to unpack .../133-r-cran-labeling_0.4.3-1_all.deb ... 1715s Unpacking r-cran-labeling (0.4.3-1) ... 1715s Selecting previously unselected package r-cran-colorspace. 1715s Preparing to unpack .../134-r-cran-colorspace_2.1-1+dfsg-1_s390x.deb ... 1715s Unpacking r-cran-colorspace (2.1-1+dfsg-1) ... 1715s Selecting previously unselected package r-cran-munsell. 1715s Preparing to unpack .../135-r-cran-munsell_0.5.1-1_all.deb ... 1715s Unpacking r-cran-munsell (0.5.1-1) ... 1715s Selecting previously unselected package r-cran-rcolorbrewer. 1715s Preparing to unpack .../136-r-cran-rcolorbrewer_1.1-3-1build1_all.deb ... 1715s Unpacking r-cran-rcolorbrewer (1.1-3-1build1) ... 1715s Selecting previously unselected package r-cran-viridislite. 1715s Preparing to unpack .../137-r-cran-viridislite_0.4.2-2_all.deb ... 1715s Unpacking r-cran-viridislite (0.4.2-2) ... 1715s Selecting previously unselected package r-cran-scales. 1715s Preparing to unpack .../138-r-cran-scales_1.3.0-1_all.deb ... 1715s Unpacking r-cran-scales (1.3.0-1) ... 1715s Selecting previously unselected package r-cran-ggplot2. 1715s Preparing to unpack .../139-r-cran-ggplot2_3.5.1+dfsg-1_all.deb ... 1715s Unpacking r-cran-ggplot2 (3.5.1+dfsg-1) ... 1715s Selecting previously unselected package r-cran-cowplot. 1715s Preparing to unpack .../140-r-cran-cowplot_1.1.3+dfsg-1_all.deb ... 1715s Unpacking r-cran-cowplot (1.1.3+dfsg-1) ... 1715s Selecting previously unselected package r-cran-deriv. 1715s Preparing to unpack .../141-r-cran-deriv_4.1.6-1_all.deb ... 1715s Unpacking r-cran-deriv (4.1.6-1) ... 1715s Selecting previously unselected package r-cran-modelr. 1715s Preparing to unpack .../142-r-cran-modelr_0.1.11-1_all.deb ... 1715s Unpacking r-cran-modelr (0.1.11-1) ... 1715s Selecting previously unselected package r-cran-microbenchmark. 1715s Preparing to unpack .../143-r-cran-microbenchmark_1.5.0-1_s390x.deb ... 1715s Unpacking r-cran-microbenchmark (1.5.0-1) ... 1715s Selecting previously unselected package r-cran-doby. 1715s Preparing to unpack .../144-r-cran-doby_4.6.25-1_all.deb ... 1715s Unpacking r-cran-doby (4.6.25-1) ... 1715s Selecting previously unselected package r-cran-evaluate. 1715s Preparing to unpack .../145-r-cran-evaluate_1.0.3-1_all.deb ... 1715s Unpacking r-cran-evaluate (1.0.3-1) ... 1715s Selecting previously unselected package r-cran-xfun. 1715s Preparing to unpack .../146-r-cran-xfun_0.50+dfsg-1_s390x.deb ... 1715s Unpacking r-cran-xfun (0.50+dfsg-1) ... 1715s Selecting previously unselected package r-cran-highr. 1715s Preparing to unpack .../147-r-cran-highr_0.11+dfsg-1_all.deb ... 1715s Unpacking r-cran-highr (0.11+dfsg-1) ... 1715s Selecting previously unselected package r-cran-yaml. 1715s Preparing to unpack .../148-r-cran-yaml_2.3.10-1_s390x.deb ... 1715s Unpacking r-cran-yaml (2.3.10-1) ... 1715s Selecting previously unselected package libjs-mathjax. 1715s Preparing to unpack .../149-libjs-mathjax_2.7.9+dfsg-1_all.deb ... 1715s Unpacking libjs-mathjax (2.7.9+dfsg-1) ... 1716s Selecting previously unselected package r-cran-knitr. 1716s Preparing to unpack .../150-r-cran-knitr_1.49+dfsg-1_all.deb ... 1716s Unpacking r-cran-knitr (1.49+dfsg-1) ... 1716s Selecting previously unselected package r-cran-pbkrtest. 1716s Preparing to unpack .../151-r-cran-pbkrtest_0.5.3-1_all.deb ... 1716s Unpacking r-cran-pbkrtest (0.5.3-1) ... 1716s Selecting previously unselected package r-cran-sparsem. 1716s Preparing to unpack .../152-r-cran-sparsem_1.84-2-1_s390x.deb ... 1716s Unpacking r-cran-sparsem (1.84-2-1) ... 1716s Selecting previously unselected package r-cran-matrixmodels. 1716s Preparing to unpack .../153-r-cran-matrixmodels_0.5-3-1_all.deb ... 1716s Unpacking r-cran-matrixmodels (0.5-3-1) ... 1716s Selecting previously unselected package r-cran-survival. 1716s Preparing to unpack .../154-r-cran-survival_3.8-3-1_s390x.deb ... 1716s Unpacking r-cran-survival (3.8-3-1) ... 1716s Selecting previously unselected package r-cran-matrixstats. 1716s Preparing to unpack .../155-r-cran-matrixstats_1.5.0-1_s390x.deb ... 1716s Unpacking r-cran-matrixstats (1.5.0-1) ... 1716s Selecting previously unselected package r-cran-rcpparmadillo. 1716s Preparing to unpack .../156-r-cran-rcpparmadillo_14.2.2-1-1_s390x.deb ... 1716s Unpacking r-cran-rcpparmadillo (14.2.2-1-1) ... 1716s Selecting previously unselected package r-cran-class. 1716s Preparing to unpack .../157-r-cran-class_7.3-23-1_s390x.deb ... 1716s Unpacking r-cran-class (7.3-23-1) ... 1716s Selecting previously unselected package r-cran-proxy. 1716s Preparing to unpack .../158-r-cran-proxy_0.4-27-1_s390x.deb ... 1716s Unpacking r-cran-proxy (0.4-27-1) ... 1716s Selecting previously unselected package r-cran-e1071. 1716s Preparing to unpack .../159-r-cran-e1071_1.7-16-1_s390x.deb ... 1716s Unpacking r-cran-e1071 (1.7-16-1) ... 1716s Selecting previously unselected package r-cran-codetools. 1716s Preparing to unpack .../160-r-cran-codetools_0.2-20-1_all.deb ... 1716s Unpacking r-cran-codetools (0.2-20-1) ... 1716s Selecting previously unselected package r-cran-iterators. 1716s Preparing to unpack .../161-r-cran-iterators_1.0.14-1_all.deb ... 1716s Unpacking r-cran-iterators (1.0.14-1) ... 1716s Selecting previously unselected package r-cran-foreach. 1716s Preparing to unpack .../162-r-cran-foreach_1.5.2-1_all.deb ... 1716s Unpacking r-cran-foreach (1.5.2-1) ... 1716s Selecting previously unselected package r-cran-data.table. 1716s Preparing to unpack .../163-r-cran-data.table_1.16.4+dfsg-1_s390x.deb ... 1716s Unpacking r-cran-data.table (1.16.4+dfsg-1) ... 1716s Selecting previously unselected package r-cran-modelmetrics. 1716s Preparing to unpack .../164-r-cran-modelmetrics_1.2.2.2-1build1_s390x.deb ... 1716s Unpacking r-cran-modelmetrics (1.2.2.2-1build1) ... 1716s Selecting previously unselected package r-cran-plyr. 1716s Preparing to unpack .../165-r-cran-plyr_1.8.9-1_s390x.deb ... 1716s Unpacking r-cran-plyr (1.8.9-1) ... 1716s Selecting previously unselected package r-cran-proc. 1716s Preparing to unpack .../166-r-cran-proc_1.18.5-1_s390x.deb ... 1716s Unpacking r-cran-proc (1.18.5-1) ... 1716s Selecting previously unselected package r-cran-tzdb. 1716s Preparing to unpack .../167-r-cran-tzdb_0.4.0-2_s390x.deb ... 1716s Unpacking r-cran-tzdb (0.4.0-2) ... 1716s Selecting previously unselected package r-cran-clock. 1716s Preparing to unpack .../168-r-cran-clock_0.7.1-1_s390x.deb ... 1716s Unpacking r-cran-clock (0.7.1-1) ... 1716s Selecting previously unselected package r-cran-gower. 1716s Preparing to unpack .../169-r-cran-gower_1.0.2-1_s390x.deb ... 1716s Unpacking r-cran-gower (1.0.2-1) ... 1716s Selecting previously unselected package r-cran-hardhat. 1716s Preparing to unpack .../170-r-cran-hardhat_1.4.0+dfsg-1_all.deb ... 1716s Unpacking r-cran-hardhat (1.4.0+dfsg-1) ... 1716s Selecting previously unselected package r-cran-rpart. 1716s Preparing to unpack .../171-r-cran-rpart_4.1.24-1_s390x.deb ... 1716s Unpacking r-cran-rpart (4.1.24-1) ... 1716s Selecting previously unselected package r-cran-shape. 1716s Preparing to unpack .../172-r-cran-shape_1.4.6.1-1_all.deb ... 1716s Unpacking r-cran-shape (1.4.6.1-1) ... 1716s Selecting previously unselected package r-cran-diagram. 1716s Preparing to unpack .../173-r-cran-diagram_1.6.5-2_all.deb ... 1716s Unpacking r-cran-diagram (1.6.5-2) ... 1716s Selecting previously unselected package r-cran-kernsmooth. 1716s Preparing to unpack .../174-r-cran-kernsmooth_2.23-26-1_s390x.deb ... 1716s Unpacking r-cran-kernsmooth (2.23-26-1) ... 1716s Selecting previously unselected package r-cran-digest. 1716s Preparing to unpack .../175-r-cran-digest_0.6.37-1_s390x.deb ... 1716s Unpacking r-cran-digest (0.6.37-1) ... 1716s Selecting previously unselected package r-cran-globals. 1716s Preparing to unpack .../176-r-cran-globals_0.16.3-1_all.deb ... 1716s Unpacking r-cran-globals (0.16.3-1) ... 1716s Selecting previously unselected package r-cran-listenv. 1716s Preparing to unpack .../177-r-cran-listenv_0.9.1+dfsg-1_all.deb ... 1716s Unpacking r-cran-listenv (0.9.1+dfsg-1) ... 1716s Selecting previously unselected package r-cran-parallelly. 1716s Preparing to unpack .../178-r-cran-parallelly_1.41.0-1_s390x.deb ... 1716s Unpacking r-cran-parallelly (1.41.0-1) ... 1716s Selecting previously unselected package r-cran-future. 1716s Preparing to unpack .../179-r-cran-future_1.34.0+dfsg-1_all.deb ... 1716s Unpacking r-cran-future (1.34.0+dfsg-1) ... 1716s Selecting previously unselected package r-cran-future.apply. 1716s Preparing to unpack .../180-r-cran-future.apply_1.11.3+dfsg-1_all.deb ... 1716s Unpacking r-cran-future.apply (1.11.3+dfsg-1) ... 1716s Selecting previously unselected package r-cran-progressr. 1716s Preparing to unpack .../181-r-cran-progressr_0.15.1-1_all.deb ... 1716s Unpacking r-cran-progressr (0.15.1-1) ... 1716s Selecting previously unselected package r-cran-squarem. 1716s Preparing to unpack .../182-r-cran-squarem_2021.1-1_all.deb ... 1716s Unpacking r-cran-squarem (2021.1-1) ... 1716s Selecting previously unselected package r-cran-lava. 1716s Preparing to unpack .../183-r-cran-lava_1.7.3+dfsg-2_all.deb ... 1716s Unpacking r-cran-lava (1.7.3+dfsg-2) ... 1716s Selecting previously unselected package r-cran-prodlim. 1716s Preparing to unpack .../184-r-cran-prodlim_2024.06.25-1_s390x.deb ... 1716s Unpacking r-cran-prodlim (2024.06.25-1) ... 1716s Selecting previously unselected package r-cran-ipred. 1717s Preparing to unpack .../185-r-cran-ipred_0.9-15-1_s390x.deb ... 1717s Unpacking r-cran-ipred (0.9-15-1) ... 1717s Selecting previously unselected package r-cran-timechange. 1717s Preparing to unpack .../186-r-cran-timechange_0.3.0-1_s390x.deb ... 1717s Unpacking r-cran-timechange (0.3.0-1) ... 1717s Selecting previously unselected package r-cran-lubridate. 1717s Preparing to unpack .../187-r-cran-lubridate_1.9.4+dfsg-1_s390x.deb ... 1717s Unpacking r-cran-lubridate (1.9.4+dfsg-1) ... 1717s Selecting previously unselected package r-cran-timedate. 1717s Preparing to unpack .../188-r-cran-timedate_4041.110-1_s390x.deb ... 1717s Unpacking r-cran-timedate (4041.110-1) ... 1717s Selecting previously unselected package r-cran-recipes. 1717s Preparing to unpack .../189-r-cran-recipes_1.1.0+dfsg-1_all.deb ... 1717s Unpacking r-cran-recipes (1.1.0+dfsg-1) ... 1717s Selecting previously unselected package r-cran-reshape2. 1717s Preparing to unpack .../190-r-cran-reshape2_1.4.4-2build1_s390x.deb ... 1717s Unpacking r-cran-reshape2 (1.4.4-2build1) ... 1717s Selecting previously unselected package r-cran-caret. 1717s Preparing to unpack .../191-r-cran-caret_7.0-1+dfsg-1_s390x.deb ... 1717s Unpacking r-cran-caret (7.0-1+dfsg-1) ... 1717s Selecting previously unselected package r-cran-conquer. 1717s Preparing to unpack .../192-r-cran-conquer_1.3.3-1_s390x.deb ... 1717s Unpacking r-cran-conquer (1.3.3-1) ... 1717s Selecting previously unselected package r-cran-quantreg. 1717s Preparing to unpack .../193-r-cran-quantreg_6.00-1_s390x.deb ... 1717s Unpacking r-cran-quantreg (6.00-1) ... 1717s Selecting previously unselected package r-cran-foreign. 1717s Preparing to unpack .../194-r-cran-foreign_0.8.88-1_s390x.deb ... 1717s Unpacking r-cran-foreign (0.8.88-1) ... 1717s Selecting previously unselected package r-cran-ellipsis. 1717s Preparing to unpack .../195-r-cran-ellipsis_0.3.2-2_s390x.deb ... 1717s Unpacking r-cran-ellipsis (0.3.2-2) ... 1717s Selecting previously unselected package r-cran-forcats. 1717s Preparing to unpack .../196-r-cran-forcats_1.0.0-1_all.deb ... 1717s Unpacking r-cran-forcats (1.0.0-1) ... 1717s Selecting previously unselected package r-cran-hms. 1717s Preparing to unpack .../197-r-cran-hms_1.1.3-1_all.deb ... 1717s Unpacking r-cran-hms (1.1.3-1) ... 1717s Selecting previously unselected package r-cran-clipr. 1717s Preparing to unpack .../198-r-cran-clipr_0.8.0-1_all.deb ... 1717s Unpacking r-cran-clipr (0.8.0-1) ... 1717s Selecting previously unselected package r-cran-crayon. 1717s Preparing to unpack .../199-r-cran-crayon_1.5.3-1_all.deb ... 1717s Unpacking r-cran-crayon (1.5.3-1) ... 1717s Selecting previously unselected package r-cran-bit. 1717s Preparing to unpack .../200-r-cran-bit_4.0.5-1_s390x.deb ... 1717s Unpacking r-cran-bit (4.0.5-1) ... 1717s Selecting previously unselected package r-cran-bit64. 1717s Preparing to unpack .../201-r-cran-bit64_4.0.5-1_s390x.deb ... 1717s Unpacking r-cran-bit64 (4.0.5-1) ... 1717s Selecting previously unselected package r-cran-prettyunits. 1717s Preparing to unpack .../202-r-cran-prettyunits_1.2.0-1_all.deb ... 1717s Unpacking r-cran-prettyunits (1.2.0-1) ... 1717s Selecting previously unselected package r-cran-progress. 1717s Preparing to unpack .../203-r-cran-progress_1.2.3-1_all.deb ... 1717s Unpacking r-cran-progress (1.2.3-1) ... 1717s Selecting previously unselected package r-cran-vroom. 1717s Preparing to unpack .../204-r-cran-vroom_1.6.5-1_s390x.deb ... 1717s Unpacking r-cran-vroom (1.6.5-1) ... 1717s Selecting previously unselected package r-cran-readr. 1717s Preparing to unpack .../205-r-cran-readr_2.1.5-1_s390x.deb ... 1717s Unpacking r-cran-readr (2.1.5-1) ... 1717s Selecting previously unselected package r-cran-haven. 1717s Preparing to unpack .../206-r-cran-haven_2.5.4-1_s390x.deb ... 1717s Unpacking r-cran-haven (2.5.4-1) ... 1717s Selecting previously unselected package r-cran-curl. 1717s Preparing to unpack .../207-r-cran-curl_6.1.0+dfsg-1_s390x.deb ... 1717s Unpacking r-cran-curl (6.1.0+dfsg-1) ... 1717s Selecting previously unselected package r-cran-rematch. 1717s Preparing to unpack .../208-r-cran-rematch_2.0.0-1_all.deb ... 1717s Unpacking r-cran-rematch (2.0.0-1) ... 1717s Selecting previously unselected package r-cran-cellranger. 1717s Preparing to unpack .../209-r-cran-cellranger_1.1.0-3_all.deb ... 1717s Unpacking r-cran-cellranger (1.1.0-3) ... 1717s Selecting previously unselected package r-cran-readxl. 1717s Preparing to unpack .../210-r-cran-readxl_1.4.3-1_s390x.deb ... 1717s Unpacking r-cran-readxl (1.4.3-1) ... 1717s Selecting previously unselected package r-cran-writexl. 1717s Preparing to unpack .../211-r-cran-writexl_1.5.1-1_s390x.deb ... 1717s Unpacking r-cran-writexl (1.5.1-1) ... 1717s Selecting previously unselected package r-cran-r.methodss3. 1717s Preparing to unpack .../212-r-cran-r.methodss3_1.8.2-1_all.deb ... 1717s Unpacking r-cran-r.methodss3 (1.8.2-1) ... 1717s Selecting previously unselected package r-cran-r.oo. 1717s Preparing to unpack .../213-r-cran-r.oo_1.27.0-1_all.deb ... 1717s Unpacking r-cran-r.oo (1.27.0-1) ... 1717s Selecting previously unselected package r-cran-r.utils. 1717s Preparing to unpack .../214-r-cran-r.utils_2.12.3-1_all.deb ... 1717s Unpacking r-cran-r.utils (2.12.3-1) ... 1717s Selecting previously unselected package r-cran-zip. 1717s Preparing to unpack .../215-r-cran-zip_2.3.1-1_s390x.deb ... 1717s Unpacking r-cran-zip (2.3.1-1) ... 1717s Selecting previously unselected package r-cran-openxlsx. 1717s Preparing to unpack .../216-r-cran-openxlsx_4.2.8-1_s390x.deb ... 1717s Unpacking r-cran-openxlsx (4.2.8-1) ... 1717s Selecting previously unselected package r-cran-rio. 1717s Preparing to unpack .../217-r-cran-rio_1.2.3-1_all.deb ... 1717s Unpacking r-cran-rio (1.2.3-1) ... 1717s Selecting previously unselected package r-cran-car. 1717s Preparing to unpack .../218-r-cran-car_3.1-3-1_all.deb ... 1717s Unpacking r-cran-car (3.1-3-1) ... 1717s Selecting previously unselected package r-cran-zoo. 1717s Preparing to unpack .../219-r-cran-zoo_1.8-12-2_s390x.deb ... 1717s Unpacking r-cran-zoo (1.8-12-2) ... 1717s Selecting previously unselected package r-cran-lmtest. 1717s Preparing to unpack .../220-r-cran-lmtest_0.9.40-1_s390x.deb ... 1717s Unpacking r-cran-lmtest (0.9.40-1) ... 1717s Selecting previously unselected package r-cran-sandwich. 1717s Preparing to unpack .../221-r-cran-sandwich_3.1-1-1_all.deb ... 1717s Unpacking r-cran-sandwich (3.1-1-1) ... 1717s Selecting previously unselected package r-cran-aer. 1717s Preparing to unpack .../222-r-cran-aer_1.2-14-1_all.deb ... 1717s Unpacking r-cran-aer (1.2-14-1) ... 1717s Selecting previously unselected package r-cran-sys. 1717s Preparing to unpack .../223-r-cran-sys_3.4.3-1_s390x.deb ... 1717s Unpacking r-cran-sys (3.4.3-1) ... 1717s Selecting previously unselected package r-cran-askpass. 1717s Preparing to unpack .../224-r-cran-askpass_1.2.1-1_s390x.deb ... 1717s Unpacking r-cran-askpass (1.2.1-1) ... 1717s Selecting previously unselected package r-cran-base64enc. 1717s Preparing to unpack .../225-r-cran-base64enc_0.1-3-3_s390x.deb ... 1717s Unpacking r-cran-base64enc (0.1-3-3) ... 1717s Selecting previously unselected package r-cran-ggridges. 1717s Preparing to unpack .../226-r-cran-ggridges_0.5.6-1_all.deb ... 1717s Unpacking r-cran-ggridges (0.5.6-1) ... 1717s Selecting previously unselected package r-cran-checkmate. 1717s Preparing to unpack .../227-r-cran-checkmate_2.3.2-1_s390x.deb ... 1717s Unpacking r-cran-checkmate (2.3.2-1) ... 1717s Selecting previously unselected package r-cran-tensora. 1717s Preparing to unpack .../228-r-cran-tensora_0.36.2.1-1_s390x.deb ... 1717s Unpacking r-cran-tensora (0.36.2.1-1) ... 1717s Selecting previously unselected package r-cran-distributional. 1717s Preparing to unpack .../229-r-cran-distributional_0.5.0-1_all.deb ... 1717s Unpacking r-cran-distributional (0.5.0-1) ... 1717s Selecting previously unselected package r-cran-posterior. 1717s Preparing to unpack .../230-r-cran-posterior_1.6.0+dfsg-1_all.deb ... 1717s Unpacking r-cran-posterior (1.6.0+dfsg-1) ... 1717s Selecting previously unselected package r-cran-bayesplot. 1717s Preparing to unpack .../231-r-cran-bayesplot_1.11.1-1_all.deb ... 1717s Unpacking r-cran-bayesplot (1.11.1-1) ... 1717s Selecting previously unselected package r-cran-insight. 1717s Preparing to unpack .../232-r-cran-insight_0.20.4+dfsg-1_all.deb ... 1717s Unpacking r-cran-insight (0.20.4+dfsg-1) ... 1717s Selecting previously unselected package r-cran-datawizard. 1717s Preparing to unpack .../233-r-cran-datawizard_0.12.3+dfsg-1_all.deb ... 1717s Unpacking r-cran-datawizard (0.12.3+dfsg-1) ... 1717s Selecting previously unselected package r-cran-bayestestr. 1717s Preparing to unpack .../234-r-cran-bayestestr_0.14.0-1_all.deb ... 1717s Unpacking r-cran-bayestestr (0.14.0-1) ... 1717s Selecting previously unselected package r-cran-bh. 1717s Preparing to unpack .../235-r-cran-bh_1.84.0-1_all.deb ... 1717s Unpacking r-cran-bh (1.84.0-1) ... 1717s Selecting previously unselected package r-cran-enrichwith. 1717s Preparing to unpack .../236-r-cran-enrichwith_0.3.1+dfsg-2_all.deb ... 1717s Unpacking r-cran-enrichwith (0.3.1+dfsg-2) ... 1718s Selecting previously unselected package r-cran-brglm2. 1718s Preparing to unpack .../237-r-cran-brglm2_0.9.2+dfsg-1_s390x.deb ... 1718s Unpacking r-cran-brglm2 (0.9.2+dfsg-1) ... 1718s Selecting previously unselected package r-cran-mvtnorm. 1718s Preparing to unpack .../238-r-cran-mvtnorm_1.3-3-1_s390x.deb ... 1718s Unpacking r-cran-mvtnorm (1.3-3-1) ... 1718s Selecting previously unselected package r-cran-brobdingnag. 1718s Preparing to unpack .../239-r-cran-brobdingnag_1.2-9-1_all.deb ... 1718s Unpacking r-cran-brobdingnag (1.2-9-1) ... 1718s Selecting previously unselected package r-cran-coda. 1718s Preparing to unpack .../240-r-cran-coda_0.19-4.1-1_all.deb ... 1718s Unpacking r-cran-coda (0.19-4.1-1) ... 1718s Selecting previously unselected package r-cran-bridgesampling. 1718s Preparing to unpack .../241-r-cran-bridgesampling_1.1-2-1_all.deb ... 1718s Unpacking r-cran-bridgesampling (1.1-2-1) ... 1718s Selecting previously unselected package r-cran-brio. 1718s Preparing to unpack .../242-r-cran-brio_1.1.5-1_s390x.deb ... 1718s Unpacking r-cran-brio (1.1.5-1) ... 1718s Selecting previously unselected package libtbb-dev:s390x. 1718s Preparing to unpack .../243-libtbb-dev_2022.0.0-1_s390x.deb ... 1718s Unpacking libtbb-dev:s390x (2022.0.0-1) ... 1718s Selecting previously unselected package r-cran-rcppparallel. 1718s Preparing to unpack .../244-r-cran-rcppparallel_5.1.7+dfsg-3ubuntu1_s390x.deb ... 1718s Unpacking r-cran-rcppparallel (5.1.7+dfsg-3ubuntu1) ... 1718s Selecting previously unselected package r-cran-stanheaders. 1718s Preparing to unpack .../245-r-cran-stanheaders_2.32.10-1_s390x.deb ... 1718s Unpacking r-cran-stanheaders (2.32.10-1) ... 1718s Selecting previously unselected package r-cran-inline. 1718s Preparing to unpack .../246-r-cran-inline_0.3.21-1_all.deb ... 1718s Unpacking r-cran-inline (0.3.21-1) ... 1718s Selecting previously unselected package r-cran-gridextra. 1718s Preparing to unpack .../247-r-cran-gridextra_2.3-3build1_all.deb ... 1718s Unpacking r-cran-gridextra (2.3-3build1) ... 1718s Selecting previously unselected package r-cran-loo. 1718s Preparing to unpack .../248-r-cran-loo_2.8.0-1_all.deb ... 1718s Unpacking r-cran-loo (2.8.0-1) ... 1718s Selecting previously unselected package r-cran-ps. 1718s Preparing to unpack .../249-r-cran-ps_1.8.1-1_s390x.deb ... 1718s Unpacking r-cran-ps (1.8.1-1) ... 1718s Selecting previously unselected package r-cran-processx. 1718s Preparing to unpack .../250-r-cran-processx_3.8.5-1_s390x.deb ... 1718s Unpacking r-cran-processx (3.8.5-1) ... 1718s Selecting previously unselected package r-cran-callr. 1718s Preparing to unpack .../251-r-cran-callr_3.7.6-1_all.deb ... 1718s Unpacking r-cran-callr (3.7.6-1) ... 1718s Selecting previously unselected package r-cran-desc. 1718s Preparing to unpack .../252-r-cran-desc_1.4.3-1_all.deb ... 1718s Unpacking r-cran-desc (1.4.3-1) ... 1718s Selecting previously unselected package r-cran-pkgbuild. 1718s Preparing to unpack .../253-r-cran-pkgbuild_1.4.6-1_all.deb ... 1718s Unpacking r-cran-pkgbuild (1.4.6-1) ... 1718s Selecting previously unselected package r-cran-quickjsr. 1718s Preparing to unpack .../254-r-cran-quickjsr_1.5.1-1_s390x.deb ... 1718s Unpacking r-cran-quickjsr (1.5.1-1) ... 1718s Selecting previously unselected package r-cran-rstan. 1718s Preparing to unpack .../255-r-cran-rstan_2.32.6-1_s390x.deb ... 1718s Unpacking r-cran-rstan (2.32.6-1) ... 1718s Selecting previously unselected package r-cran-rstantools. 1718s Preparing to unpack .../256-r-cran-rstantools_2.4.0-1_all.deb ... 1718s Unpacking r-cran-rstantools (2.4.0-1) ... 1718s Selecting previously unselected package r-cran-nleqslv. 1718s Preparing to unpack .../257-r-cran-nleqslv_3.3.5-1_s390x.deb ... 1718s Unpacking r-cran-nleqslv (3.3.5-1) ... 1718s Selecting previously unselected package r-cran-brms. 1718s Preparing to unpack .../258-r-cran-brms_2.22.0-1_all.deb ... 1718s Unpacking r-cran-brms (2.22.0-1) ... 1718s Selecting previously unselected package r-cran-fastmap. 1718s Preparing to unpack .../259-r-cran-fastmap_1.2.0-1_s390x.deb ... 1718s Unpacking r-cran-fastmap (1.2.0-1) ... 1718s Selecting previously unselected package r-cran-cachem. 1718s Preparing to unpack .../260-r-cran-cachem_1.1.0-1_s390x.deb ... 1718s Unpacking r-cran-cachem (1.1.0-1) ... 1718s Selecting previously unselected package r-cran-htmltools. 1718s Preparing to unpack .../261-r-cran-htmltools_0.5.8.1-1_s390x.deb ... 1718s Unpacking r-cran-htmltools (0.5.8.1-1) ... 1718s Selecting previously unselected package r-cran-jquerylib. 1718s Preparing to unpack .../262-r-cran-jquerylib_0.1.4+dfsg-4_all.deb ... 1718s Unpacking r-cran-jquerylib (0.1.4+dfsg-4) ... 1718s Selecting previously unselected package r-cran-jsonlite. 1718s Preparing to unpack .../263-r-cran-jsonlite_1.8.9+dfsg-1_s390x.deb ... 1718s Unpacking r-cran-jsonlite (1.8.9+dfsg-1) ... 1718s Selecting previously unselected package r-cran-memoise. 1718s Preparing to unpack .../264-r-cran-memoise_2.0.1-1_all.deb ... 1718s Unpacking r-cran-memoise (2.0.1-1) ... 1718s Selecting previously unselected package r-cran-mime. 1718s Preparing to unpack .../265-r-cran-mime_0.12-2_s390x.deb ... 1718s Unpacking r-cran-mime (0.12-2) ... 1718s Selecting previously unselected package r-cran-fs. 1718s Preparing to unpack .../266-r-cran-fs_1.6.5+dfsg-1_s390x.deb ... 1718s Unpacking r-cran-fs (1.6.5+dfsg-1) ... 1718s Selecting previously unselected package r-cran-rappdirs. 1718s Preparing to unpack .../267-r-cran-rappdirs_0.3.3-1_s390x.deb ... 1718s Unpacking r-cran-rappdirs (0.3.3-1) ... 1718s Selecting previously unselected package r-cran-sass. 1718s Preparing to unpack .../268-r-cran-sass_0.4.9+dfsg-1_s390x.deb ... 1718s Unpacking r-cran-sass (0.4.9+dfsg-1) ... 1718s Selecting previously unselected package r-cran-bslib. 1718s Preparing to unpack .../269-r-cran-bslib_0.8.0+dfsg-1_all.deb ... 1718s Unpacking r-cran-bslib (0.8.0+dfsg-1) ... 1718s Selecting previously unselected package r-cran-chron. 1718s Preparing to unpack .../270-r-cran-chron_2.3-62-1_s390x.deb ... 1718s Unpacking r-cran-chron (2.3-62-1) ... 1718s Selecting previously unselected package r-cran-clubsandwich. 1718s Preparing to unpack .../271-r-cran-clubsandwich_0.5.11-1_all.deb ... 1718s Unpacking r-cran-clubsandwich (0.5.11-1) ... 1718s Selecting previously unselected package r-cran-cluster. 1718s Preparing to unpack .../272-r-cran-cluster_2.1.8-1_s390x.deb ... 1718s Unpacking r-cran-cluster (2.1.8-1) ... 1718s Selecting previously unselected package r-cran-fontawesome. 1718s Preparing to unpack .../273-r-cran-fontawesome_0.5.3-1_all.deb ... 1718s Unpacking r-cran-fontawesome (0.5.3-1) ... 1719s Selecting previously unselected package r-cran-tinytex. 1719s Preparing to unpack .../274-r-cran-tinytex_0.54-1_all.deb ... 1719s Unpacking r-cran-tinytex (0.54-1) ... 1719s Selecting previously unselected package libjs-modernizr. 1719s Preparing to unpack .../275-libjs-modernizr_3.13.0-0.1_all.deb ... 1719s Unpacking libjs-modernizr (3.13.0-0.1) ... 1719s Selecting previously unselected package r-cran-later. 1719s Preparing to unpack .../276-r-cran-later_1.4.1+dfsg-1_s390x.deb ... 1719s Unpacking r-cran-later (1.4.1+dfsg-1) ... 1719s Selecting previously unselected package r-cran-promises. 1719s Preparing to unpack .../277-r-cran-promises_1.3.2+dfsg-1_s390x.deb ... 1719s Unpacking r-cran-promises (1.3.2+dfsg-1) ... 1719s Selecting previously unselected package r-cran-httpuv. 1719s Preparing to unpack .../278-r-cran-httpuv_1.6.15+dfsg-1_s390x.deb ... 1719s Unpacking r-cran-httpuv (1.6.15+dfsg-1) ... 1719s Selecting previously unselected package r-cran-xtable. 1719s Preparing to unpack .../279-r-cran-xtable_1%3a1.8-4-2_all.deb ... 1719s Unpacking r-cran-xtable (1:1.8-4-2) ... 1719s Selecting previously unselected package r-cran-sourcetools. 1719s Preparing to unpack .../280-r-cran-sourcetools_0.1.7-1-1_s390x.deb ... 1719s Unpacking r-cran-sourcetools (0.1.7-1-1) ... 1719s Selecting previously unselected package r-cran-commonmark. 1719s Preparing to unpack .../281-r-cran-commonmark_1.9.2-2_s390x.deb ... 1719s Unpacking r-cran-commonmark (1.9.2-2) ... 1719s Selecting previously unselected package libjs-twitter-bootstrap-datepicker. 1719s Preparing to unpack .../282-libjs-twitter-bootstrap-datepicker_1.3.1+dfsg1-4.1_all.deb ... 1719s Unpacking libjs-twitter-bootstrap-datepicker (1.3.1+dfsg1-4.1) ... 1719s Selecting previously unselected package r-cran-shiny. 1719s Preparing to unpack .../283-r-cran-shiny_1.9.1+dfsg-1_all.deb ... 1719s Unpacking r-cran-shiny (1.9.1+dfsg-1) ... 1719s Selecting previously unselected package r-cran-rmarkdown. 1719s Preparing to unpack .../284-r-cran-rmarkdown_2.29+dfsg-1_all.deb ... 1719s Unpacking r-cran-rmarkdown (2.29+dfsg-1) ... 1719s Selecting previously unselected package r-cran-htmlwidgets. 1719s Preparing to unpack .../285-r-cran-htmlwidgets_1.6.4+dfsg-1_all.deb ... 1719s Unpacking r-cran-htmlwidgets (1.6.4+dfsg-1) ... 1719s Selecting previously unselected package r-cran-miniui. 1719s Preparing to unpack .../286-r-cran-miniui_0.1.1.1-3build1_all.deb ... 1719s Unpacking r-cran-miniui (0.1.1.1-3build1) ... 1719s Selecting previously unselected package r-cran-shinyjs. 1719s Preparing to unpack .../287-r-cran-shinyjs_2.1.0-1_all.deb ... 1719s Unpacking r-cran-shinyjs (2.1.0-1) ... 1719s Selecting previously unselected package r-cran-colourpicker. 1719s Preparing to unpack .../288-r-cran-colourpicker_1.3.0+dfsg-1_all.deb ... 1719s Unpacking r-cran-colourpicker (1.3.0+dfsg-1) ... 1719s Selecting previously unselected package r-cran-lazyeval. 1719s Preparing to unpack .../289-r-cran-lazyeval_0.2.2-1build1_s390x.deb ... 1719s Unpacking r-cran-lazyeval (0.2.2-1build1) ... 1719s Selecting previously unselected package r-cran-crosstalk. 1719s Preparing to unpack .../290-r-cran-crosstalk_1.2.1+dfsg-1_all.deb ... 1719s Unpacking r-cran-crosstalk (1.2.1+dfsg-1) ... 1719s Selecting previously unselected package r-cran-dbi. 1719s Preparing to unpack .../291-r-cran-dbi_1.2.3-1_all.deb ... 1719s Unpacking r-cran-dbi (1.2.3-1) ... 1719s Selecting previously unselected package r-cran-deldir. 1719s Preparing to unpack .../292-r-cran-deldir_2.0-4-1build1_s390x.deb ... 1719s Unpacking r-cran-deldir (2.0-4-1build1) ... 1719s Selecting previously unselected package r-cran-deoptimr. 1719s Preparing to unpack .../293-r-cran-deoptimr_1.1-3-1-1_all.deb ... 1719s Unpacking r-cran-deoptimr (1.1-3-1-1) ... 1719s Selecting previously unselected package r-cran-diffobj. 1719s Preparing to unpack .../294-r-cran-diffobj_0.3.5-1_s390x.deb ... 1719s Unpacking r-cran-diffobj (0.3.5-1) ... 1719s Selecting previously unselected package r-cran-dt. 1719s Preparing to unpack .../295-r-cran-dt_0.33+dfsg-1_all.deb ... 1719s Unpacking r-cran-dt (0.33+dfsg-1) ... 1719s Selecting previously unselected package r-cran-xts. 1719s Preparing to unpack .../296-r-cran-xts_0.14.1-1_s390x.deb ... 1719s Unpacking r-cran-xts (0.14.1-1) ... 1719s Selecting previously unselected package r-cran-dygraphs. 1719s Preparing to unpack .../297-r-cran-dygraphs_1.1.1.6+dfsg-4_all.deb ... 1719s Unpacking r-cran-dygraphs (1.1.1.6+dfsg-4) ... 1719s Selecting previously unselected package r-cran-mitools. 1719s Preparing to unpack .../298-r-cran-mitools_2.4-2build1_all.deb ... 1719s Unpacking r-cran-mitools (2.4-2build1) ... 1719s Selecting previously unselected package r-cran-survey. 1719s Preparing to unpack .../299-r-cran-survey_4.4-2-2_s390x.deb ... 1719s Unpacking r-cran-survey (4.4-2-2) ... 1719s Selecting previously unselected package r-cran-estimability. 1719s Preparing to unpack .../300-r-cran-estimability_1.5.1-1_all.deb ... 1719s Unpacking r-cran-estimability (1.5.1-1) ... 1719s Selecting previously unselected package r-cran-effects. 1719s Preparing to unpack .../301-r-cran-effects_4.2.2-1_all.deb ... 1719s Unpacking r-cran-effects (4.2.2-1) ... 1719s Selecting previously unselected package r-cran-parameters. 1719s Preparing to unpack .../302-r-cran-parameters_0.22.2-3_all.deb ... 1719s Unpacking r-cran-parameters (0.22.2-3) ... 1719s Selecting previously unselected package r-cran-performance. 1719s Preparing to unpack .../303-r-cran-performance_0.12.3-1_all.deb ... 1719s Unpacking r-cran-performance (0.12.3-1) ... 1719s Selecting previously unselected package r-cran-effectsize. 1719s Preparing to unpack .../304-r-cran-effectsize_0.8.9+dfsg-1_all.deb ... 1719s Unpacking r-cran-effectsize (0.8.9+dfsg-1) ... 1719s Selecting previously unselected package r-cran-emmeans. 1719s Preparing to unpack .../305-r-cran-emmeans_1.10.6+dfsg-1_all.deb ... 1719s Unpacking r-cran-emmeans (1.10.6+dfsg-1) ... 1719s Selecting previously unselected package r-cran-gam. 1719s Preparing to unpack .../306-r-cran-gam_1.22-5-1_s390x.deb ... 1719s Unpacking r-cran-gam (1.22-5-1) ... 1719s Selecting previously unselected package r-cran-gamm4. 1719s Preparing to unpack .../307-r-cran-gamm4_0.2-6-2_all.deb ... 1719s Unpacking r-cran-gamm4 (0.2-6-2) ... 1719s Selecting previously unselected package r-cran-gee. 1719s Preparing to unpack .../308-r-cran-gee_4.13-29-1_s390x.deb ... 1719s Unpacking r-cran-gee (4.13-29-1) ... 1719s Selecting previously unselected package r-cran-geepack. 1719s Preparing to unpack .../309-r-cran-geepack_1.3.12-1_s390x.deb ... 1719s Unpacking r-cran-geepack (1.3.12-1) ... 1719s Selecting previously unselected package r-cran-ggeffects. 1719s Preparing to unpack .../310-r-cran-ggeffects_1.7.0+dfsg-1_all.deb ... 1719s Unpacking r-cran-ggeffects (1.7.0+dfsg-1) ... 1719s Selecting previously unselected package r-cran-ggrepel. 1719s Preparing to unpack .../311-r-cran-ggrepel_0.9.6-1_s390x.deb ... 1719s Unpacking r-cran-ggrepel (0.9.6-1) ... 1719s Selecting previously unselected package r-cran-tmb. 1719s Preparing to unpack .../312-r-cran-tmb_1.9.15-1_s390x.deb ... 1719s Unpacking r-cran-tmb (1.9.15-1) ... 1719s Selecting previously unselected package r-cran-glmmtmb. 1719s Preparing to unpack .../313-r-cran-glmmtmb_1.1.9+dfsg-3_s390x.deb ... 1719s Unpacking r-cran-glmmtmb (1.1.9+dfsg-3) ... 1719s Selecting previously unselected package r-cran-glmnet. 1719s Preparing to unpack .../314-r-cran-glmnet_4.1-8-1_s390x.deb ... 1719s Unpacking r-cran-glmnet (4.1-8-1) ... 1719s Selecting previously unselected package r-cran-gtools. 1719s Preparing to unpack .../315-r-cran-gtools_3.9.5-1_s390x.deb ... 1719s Unpacking r-cran-gtools (3.9.5-1) ... 1720s Selecting previously unselected package r-cran-rstudioapi. 1720s Preparing to unpack .../316-r-cran-rstudioapi_0.17.1-1_all.deb ... 1720s Unpacking r-cran-rstudioapi (0.17.1-1) ... 1720s Selecting previously unselected package r-cran-htmltable. 1720s Preparing to unpack .../317-r-cran-htmltable_2.4.3-1_all.deb ... 1720s Unpacking r-cran-htmltable (2.4.3-1) ... 1720s Selecting previously unselected package r-cran-viridis. 1720s Preparing to unpack .../318-r-cran-viridis_0.6.5-1_all.deb ... 1720s Unpacking r-cran-viridis (0.6.5-1) ... 1720s Selecting previously unselected package r-cran-png. 1720s Preparing to unpack .../319-r-cran-png_0.1-8-1build2_s390x.deb ... 1720s Unpacking r-cran-png (0.1-8-1build2) ... 1720s Selecting previously unselected package r-cran-jpeg. 1720s Preparing to unpack .../320-r-cran-jpeg_0.1-10-1_s390x.deb ... 1720s Unpacking r-cran-jpeg (0.1-10-1) ... 1720s Selecting previously unselected package r-cran-interp. 1720s Preparing to unpack .../321-r-cran-interp_1.1-6-1_s390x.deb ... 1720s Unpacking r-cran-interp (1.1-6-1) ... 1720s Selecting previously unselected package r-cran-latticeextra. 1720s Preparing to unpack .../322-r-cran-latticeextra_0.6-30-1_all.deb ... 1720s Unpacking r-cran-latticeextra (0.6-30-1) ... 1720s Selecting previously unselected package r-cran-hmisc. 1720s Preparing to unpack .../323-r-cran-hmisc_5.2-2-1_s390x.deb ... 1720s Unpacking r-cran-hmisc (5.2-2-1) ... 1720s Selecting previously unselected package r-cran-openssl. 1720s Preparing to unpack .../324-r-cran-openssl_2.2.0+dfsg-1_s390x.deb ... 1720s Unpacking r-cran-openssl (2.2.0+dfsg-1) ... 1720s Selecting previously unselected package r-cran-httr. 1720s Preparing to unpack .../325-r-cran-httr_1.4.7+dfsg-1_all.deb ... 1720s Unpacking r-cran-httr (1.4.7+dfsg-1) ... 1720s Selecting previously unselected package r-cran-igraph. 1720s Preparing to unpack .../326-r-cran-igraph_2.1.4-1_s390x.deb ... 1720s Unpacking r-cran-igraph (2.1.4-1) ... 1720s Selecting previously unselected package r-cran-ucminf. 1720s Preparing to unpack .../327-r-cran-ucminf_1.2.2-1_s390x.deb ... 1720s Unpacking r-cran-ucminf (1.2.2-1) ... 1720s Selecting previously unselected package r-cran-ordinal. 1720s Preparing to unpack .../328-r-cran-ordinal_2023.12-4.1-1_s390x.deb ... 1720s Unpacking r-cran-ordinal (2023.12-4.1-1) ... 1720s Selecting previously unselected package r-cran-jomo. 1720s Preparing to unpack .../329-r-cran-jomo_2.7-6-1_s390x.deb ... 1720s Unpacking r-cran-jomo (2.7-6-1) ... 1720s Selecting previously unselected package r-cran-marginaleffects. 1720s Preparing to unpack .../330-r-cran-marginaleffects_0.21.0-1_s390x.deb ... 1720s Unpacking r-cran-marginaleffects (0.21.0-1) ... 1720s Selecting previously unselected package r-cran-markdown. 1720s Preparing to unpack .../331-r-cran-markdown_1.13-1_all.deb ... 1720s Unpacking r-cran-markdown (1.13-1) ... 1720s Selecting previously unselected package r-cran-pan. 1720s Preparing to unpack .../332-r-cran-pan_1.9-1_s390x.deb ... 1720s Unpacking r-cran-pan (1.9-1) ... 1720s Selecting previously unselected package r-cran-mitml. 1720s Preparing to unpack .../333-r-cran-mitml_0.4-5-1_all.deb ... 1720s Unpacking r-cran-mitml (0.4-5-1) ... 1720s Selecting previously unselected package r-cran-mice. 1720s Preparing to unpack .../334-r-cran-mice_3.17.0-1_s390x.deb ... 1720s Unpacking r-cran-mice (3.17.0-1) ... 1720s Selecting previously unselected package r-cran-th.data. 1720s Preparing to unpack .../335-r-cran-th.data_1.1-3-1_all.deb ... 1720s Unpacking r-cran-th.data (1.1-3-1) ... 1720s Selecting previously unselected package r-cran-multcomp. 1720s Preparing to unpack .../336-r-cran-multcomp_1.4-28-1_all.deb ... 1720s Unpacking r-cran-multcomp (1.4-28-1) ... 1720s Selecting previously unselected package r-cran-patchwork. 1720s Preparing to unpack .../337-r-cran-patchwork_1.3.0-1_all.deb ... 1720s Unpacking r-cran-patchwork (1.3.0-1) ... 1720s Selecting previously unselected package r-cran-rprojroot. 1720s Preparing to unpack .../338-r-cran-rprojroot_2.0.4-2_all.deb ... 1720s Unpacking r-cran-rprojroot (2.0.4-2) ... 1720s Selecting previously unselected package r-cran-pkgload. 1720s Preparing to unpack .../339-r-cran-pkgload_1.4.0-1_all.deb ... 1720s Unpacking r-cran-pkgload (1.4.0-1) ... 1720s Selecting previously unselected package r-cran-polspline. 1720s Preparing to unpack .../340-r-cran-polspline_1.1.25-1_s390x.deb ... 1720s Unpacking r-cran-polspline (1.1.25-1) ... 1720s Selecting previously unselected package r-cran-praise. 1720s Preparing to unpack .../341-r-cran-praise_1.0.0-4build1_all.deb ... 1720s Unpacking r-cran-praise (1.0.0-4build1) ... 1720s Selecting previously unselected package r-cran-pscl. 1720s Preparing to unpack .../342-r-cran-pscl_1.5.9-1_s390x.deb ... 1720s Unpacking r-cran-pscl (1.5.9-1) ... 1720s Selecting previously unselected package r-cran-rms. 1720s Preparing to unpack .../343-r-cran-rms_7.0-0-1_s390x.deb ... 1720s Unpacking r-cran-rms (7.0-0-1) ... 1720s Selecting previously unselected package r-cran-robustbase. 1720s Preparing to unpack .../344-r-cran-robustbase_0.99-4-1-1_s390x.deb ... 1720s Unpacking r-cran-robustbase (0.99-4-1-1) ... 1720s Selecting previously unselected package r-cran-shinythemes. 1720s Preparing to unpack .../345-r-cran-shinythemes_1.2.0+dfsg-1_all.deb ... 1720s Unpacking r-cran-shinythemes (1.2.0+dfsg-1) ... 1720s Selecting previously unselected package r-cran-threejs. 1720s Preparing to unpack .../346-r-cran-threejs_0.3.3+dfsg-2build1_all.deb ... 1720s Unpacking r-cran-threejs (0.3.3+dfsg-2build1) ... 1720s Selecting previously unselected package r-cran-shinystan. 1720s Preparing to unpack .../347-r-cran-shinystan_2.6.0-1_all.deb ... 1720s Unpacking r-cran-shinystan (2.6.0-1) ... 1720s Selecting previously unselected package r-cran-rstanarm. 1720s Preparing to unpack .../348-r-cran-rstanarm_2.32.1-2_s390x.deb ... 1720s Unpacking r-cran-rstanarm (2.32.1-2) ... 1720s Selecting previously unselected package r-cran-sjlabelled. 1720s Preparing to unpack .../349-r-cran-sjlabelled_1.2.0-1_all.deb ... 1720s Unpacking r-cran-sjlabelled (1.2.0-1) ... 1720s Selecting previously unselected package r-cran-sjstats. 1720s Preparing to unpack .../350-r-cran-sjstats_0.19.0-1_all.deb ... 1720s Unpacking r-cran-sjstats (0.19.0-1) ... 1720s Selecting previously unselected package r-cran-waldo. 1720s Preparing to unpack .../351-r-cran-waldo_0.6.1-1_all.deb ... 1720s Unpacking r-cran-waldo (0.6.1-1) ... 1720s Selecting previously unselected package r-cran-testthat. 1720s Preparing to unpack .../352-r-cran-testthat_3.2.3-1_s390x.deb ... 1720s Unpacking r-cran-testthat (3.2.3-1) ... 1720s Selecting previously unselected package r-cran-xml2. 1720s Preparing to unpack .../353-r-cran-xml2_1.3.6-1_s390x.deb ... 1720s Unpacking r-cran-xml2 (1.3.6-1) ... 1720s Selecting previously unselected package r-cran-vdiffr. 1720s Preparing to unpack .../354-r-cran-vdiffr_1.0.8-1_s390x.deb ... 1720s Unpacking r-cran-vdiffr (1.0.8-1) ... 1720s Selecting previously unselected package r-cran-vgam. 1720s Preparing to unpack .../355-r-cran-vgam_1.1-12-1_s390x.deb ... 1720s Unpacking r-cran-vgam (1.1-12-1) ... 1721s Setting up libjs-json (0~20221030+~1.0.8-1) ... 1721s Setting up javascript-common (11+nmu1) ... 1721s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 1721s Setting up libtbbmalloc2:s390x (2022.0.0-1) ... 1721s Setting up libpixman-1-0:s390x (0.44.0-3) ... 1721s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 1721s Setting up fonts-mathjax (2.7.9+dfsg-1) ... 1721s Setting up libjs-mathjax (2.7.9+dfsg-1) ... 1721s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 1721s Setting up libdatrie1:s390x (0.2.13-3build1) ... 1721s Setting up libjs-popper.js (1.16.1+ds-6) ... 1721s Setting up libxcb-render0:s390x (1.17.0-2) ... 1721s Setting up libjs-sifter.js (0.6.0+dfsg-3) ... 1721s Setting up fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) ... 1721s Setting up unzip (6.0-28ubuntu6) ... 1721s Setting up x11-common (1:7.7+23ubuntu3) ... 1721s Setting up node-html5shiv (3.7.3+dfsg-5) ... 1721s Setting up libdeflate0:s390x (1.23-1) ... 1721s Setting up libnlopt0:s390x (2.7.1-6ubuntu2) ... 1721s Setting up libjs-microplugin.js (0.0.3+dfsg-1.1) ... 1721s Setting up libxcb-shm0:s390x (1.17.0-2) ... 1721s Setting up libgomp1:s390x (14.2.0-13ubuntu1) ... 1721s Setting up libjs-modernizr (3.13.0-0.1) ... 1721s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 1721s Setting up libjs-es5-shim (4.6.7-2) ... 1721s Setting up zip (3.0-14ubuntu2) ... 1721s Setting up libblas3:s390x (3.12.0-4) ... 1721s 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 1721s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 1721s Setting up libjs-d3 (3.5.17-4) ... 1721s Setting up fonts-dejavu-mono (2.37-8) ... 1721s Setting up libhwloc15:s390x (2.11.2-1build1) ... 1721s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 1721s Setting up fonts-dejavu-core (2.37-8) ... 1721s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 1721s Setting up libltdl7:s390x (2.5.4-2.1) ... 1721s Setting up libgfortran5:s390x (14.2.0-13ubuntu1) ... 1721s Setting up libwebp7:s390x (1.5.0-0.1) ... 1721s Setting up libubsan1:s390x (14.2.0-13ubuntu1) ... 1721s Setting up libjs-highlight.js (9.18.5+dfsg1-2) ... 1721s Setting up libasan8:s390x (14.2.0-13ubuntu1) ... 1721s Setting up libsuitesparseconfig7:s390x (1:7.8.3+dfsg-2) ... 1721s Setting up liblua5.4-0:s390x (5.4.7-1) ... 1721s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 1721s Setting up libthai-data (0.1.29-2build1) ... 1721s Setting up node-bootstrap-sass (3.4.3-2) ... 1721s Setting up libjs-prettify (2015.12.04+dfsg-1.1) ... 1721s Setting up libxss1:s390x (1:1.2.3-1build3) ... 1721s Setting up libjs-bootstrap4 (4.6.1+dfsg1-4) ... 1721s Setting up libpaper2:s390x (2.2.5-0.3) ... 1721s Setting up pandoc-data (3.1.11.1-3build1) ... 1721s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 1721s Setting up node-normalize.css (8.0.1-5) ... 1721s Setting up fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 1721s Setting up xdg-utils (1.2.1-0ubuntu1) ... 1721s update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode 1721s Setting up libjs-bootstrap (3.4.1+dfsg-3) ... 1721s Setting up libitm1:s390x (14.2.0-13ubuntu1) ... 1721s Setting up libjs-jquery-selectize.js (0.12.6+dfsg-1.1) ... 1721s Setting up libjs-jquery-datatables-extensions (0.0+git20150910.28fd64e+dfsg-5) ... 1721s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 1721s Setting up libice6:s390x (2:1.1.1-1) ... 1721s Setting up liblapack3:s390x (3.12.0-4) ... 1721s 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 1721s Setting up libamd3:s390x (1:7.8.3+dfsg-2) ... 1721s Setting up libcolamd3:s390x (1:7.8.3+dfsg-2) ... 1721s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 1721s Setting up libjs-twitter-bootstrap-datepicker (1.3.1+dfsg1-4.1) ... 1721s Setting up libpaper-utils (2.2.5-0.3) ... 1721s Setting up libjs-jquery-datatables (1.11.5+dfsg-2) ... 1721s Setting up libtbbbind-2-5:s390x (2022.0.0-1) ... 1721s Setting up libthai0:s390x (0.1.29-2build1) ... 1721s Setting up libjs-jquery-ui (1.13.2+dfsg-1) ... 1721s Setting up pandoc (3.1.11.1+ds-2) ... 1721s Setting up libglpk40:s390x (5.0-1build2) ... 1721s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 1721s Setting up libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 1721s Setting up libgcc-14-dev:s390x (14.2.0-13ubuntu1) ... 1721s Setting up libstdc++-14-dev:s390x (14.2.0-13ubuntu1) ... 1721s Setting up libsm6:s390x (2:1.2.4-1) ... 1721s Setting up fontconfig (2.15.0-1.1ubuntu2) ... 1723s Regenerating fonts cache... done. 1723s Setting up libxft2:s390x (2.3.6-1build1) ... 1723s Setting up libboost1.83-dev:s390x (1.83.0-4ubuntu2) ... 1723s Setting up libtk8.6:s390x (8.6.16-1) ... 1723s Setting up libpango-1.0-0:s390x (1.56.1-1) ... 1723s Setting up libtbb12:s390x (2022.0.0-1) ... 1723s Setting up libcairo2:s390x (1.18.2-2) ... 1723s Setting up libxt6t64:s390x (1:1.2.1-1.2build1) ... 1723s Setting up libboost-dev:s390x (1.83.0.2ubuntu1) ... 1723s Setting up libtbb-dev:s390x (2022.0.0-1) ... 1723s Setting up libpangoft2-1.0-0:s390x (1.56.1-1) ... 1723s Setting up libpangocairo-1.0-0:s390x (1.56.1-1) ... 1723s Setting up r-base-core (4.4.2-1build1) ... 1723s Creating config file /etc/R/Renviron with new version 1723s Setting up r-cran-crayon (1.5.3-1) ... 1723s Setting up r-cran-squarem (2021.1-1) ... 1723s Setting up r-cran-labeling (0.4.3-1) ... 1723s Setting up r-cran-sourcetools (0.1.7-1-1) ... 1723s Setting up r-cran-lattice (0.22-6-1) ... 1723s Setting up r-cran-ps (1.8.1-1) ... 1723s Setting up r-cran-nlme (3.1.167-1) ... 1723s Setting up r-cran-farver (2.1.2-1) ... 1723s Setting up r-cran-formula (1.2-5-1) ... 1723s Setting up r-cran-polspline (1.1.25-1) ... 1723s Setting up r-cran-zip (2.3.1-1) ... 1723s Setting up r-cran-viridislite (0.4.2-2) ... 1723s Setting up r-cran-cluster (2.1.8-1) ... 1723s Setting up r-cran-sparsem (1.84-2-1) ... 1723s Setting up r-cran-statmod (1.5.0-1) ... 1723s Setting up r-cran-nnet (7.3-20-1) ... 1723s Setting up r-cran-lazyeval (0.2.2-1build1) ... 1723s Setting up r-cran-insight (0.20.4+dfsg-1) ... 1723s Setting up r-cran-clipr (0.8.0-1) ... 1723s Setting up r-cran-commonmark (1.9.2-2) ... 1723s Setting up r-cran-proxy (0.4-27-1) ... 1723s Setting up r-cran-r6 (2.5.1-1) ... 1723s Setting up r-cran-pkgkitten (0.2.4-1) ... 1723s Setting up r-cran-jpeg (0.1-10-1) ... 1723s Setting up r-cran-gee (4.13-29-1) ... 1723s Setting up r-cran-chron (2.3-62-1) ... 1723s Setting up r-cran-numderiv (2016.8-1.1-3) ... 1723s Setting up r-cran-coda (0.19-4.1-1) ... 1723s Setting up r-cran-rcppparallel (5.1.7+dfsg-3ubuntu1) ... 1723s Setting up r-cran-magrittr (2.0.3-1) ... 1723s Setting up r-cran-rappdirs (0.3.3-1) ... 1723s Setting up r-cran-microbenchmark (1.5.0-1) ... 1723s Setting up r-cran-datawizard (0.12.3+dfsg-1) ... 1723s Setting up r-cran-ggeffects (1.7.0+dfsg-1) ... 1723s Setting up r-cran-littler (0.3.20-2) ... 1723s Setting up r-cran-nleqslv (3.3.5-1) ... 1723s Setting up r-cran-bh (1.84.0-1) ... 1723s Setting up r-cran-fs (1.6.5+dfsg-1) ... 1723s Setting up r-cran-rcpp (1.0.14-1) ... 1723s Setting up r-cran-curl (6.1.0+dfsg-1) ... 1723s Setting up r-cran-codetools (0.2-20-1) ... 1723s Setting up r-cran-brio (1.1.5-1) ... 1723s Setting up r-cran-estimability (1.5.1-1) ... 1723s Setting up r-cran-nloptr (2.1.1-1) ... 1723s Setting up r-cran-boot (1.3-31-1) ... 1723s Setting up r-cran-inline (0.3.21-1) ... 1723s Setting up r-cran-diffobj (0.3.5-1) ... 1723s Setting up r-cran-rematch (2.0.0-1) ... 1723s Setting up r-cran-rlang (1.1.5-1) ... 1723s Setting up r-cran-matrixstats (1.5.0-1) ... 1723s Setting up r-cran-listenv (0.9.1+dfsg-1) ... 1723s Setting up littler (0.3.20-2) ... 1723s Setting up r-cran-xfun (0.50+dfsg-1) ... 1723s Setting up r-cran-vgam (1.1-12-1) ... 1723s Setting up r-cran-sys (3.4.3-1) ... 1723s Setting up r-cran-deoptimr (1.1-3-1-1) ... 1723s Setting up r-cran-withr (3.0.2+dfsg-1) ... 1723s Setting up r-cran-backports (1.5.0-2) ... 1723s Setting up r-cran-deriv (4.1.6-1) ... 1723s Setting up r-cran-processx (3.8.5-1) ... 1723s Setting up r-cran-mime (0.12-2) ... 1723s Setting up r-cran-praise (1.0.0-4build1) ... 1723s Setting up r-cran-pan (1.9-1) ... 1723s Setting up r-cran-generics (0.1.3-1) ... 1723s Setting up r-cran-base64enc (0.1-3-3) ... 1723s Setting up r-cran-iterators (1.0.14-1) ... 1723s Setting up r-cran-abind (1.4-8-1) ... 1723s Setting up r-cran-digest (0.6.37-1) ... 1723s Setting up r-cran-yaml (2.3.10-1) ... 1723s Setting up r-cran-gower (1.0.2-1) ... 1723s Setting up r-cran-evaluate (1.0.3-1) ... 1723s Setting up r-cran-dbi (1.2.3-1) ... 1723s Setting up r-cran-timedate (4041.110-1) ... 1723s Setting up r-cran-highr (0.11+dfsg-1) ... 1723s Setting up r-cran-foreach (1.5.2-1) ... 1723s Setting up r-cran-bayestestr (0.14.0-1) ... 1723s Setting up r-cran-prettyunits (1.2.0-1) ... 1723s Setting up r-cran-fansi (1.0.5-1) ... 1723s Setting up r-cran-cardata (3.0.5-1) ... 1723s Setting up r-cran-mass (7.3-64-1) ... 1723s Setting up r-cran-checkmate (2.3.2-1) ... 1723s Setting up r-cran-acepack (1.5.2-1) ... 1723s Setting up r-cran-gtools (3.9.5-1) ... 1723s Setting up r-cran-data.table (1.16.4+dfsg-1) ... 1723s Setting up r-cran-glue (1.8.0-1) ... 1723s Setting up r-cran-foreign (0.8.88-1) ... 1723s Setting up r-cran-gam (1.22-5-1) ... 1723s Setting up r-cran-writexl (1.5.1-1) ... 1723s Setting up r-cran-tensora (0.36.2.1-1) ... 1723s Setting up r-cran-bit (4.0.5-1) ... 1723s Setting up r-cran-xtable (1:1.8-4-2) ... 1723s Setting up r-cran-cli (3.6.3-1) ... 1723s Setting up r-cran-lifecycle (1.0.4+dfsg-1) ... 1723s Setting up r-cran-rprojroot (2.0.4-2) ... 1723s Setting up r-cran-bit64 (4.0.5-1) ... 1723s Setting up r-cran-enrichwith (0.3.1+dfsg-2) ... 1723s Setting up r-cran-progressr (0.15.1-1) ... 1723s Setting up r-cran-deldir (2.0-4-1build1) ... 1723s Setting up r-cran-shape (1.4.6.1-1) ... 1723s Setting up r-cran-askpass (1.2.1-1) ... 1723s Setting up r-cran-fastmap (1.2.0-1) ... 1723s Setting up r-cran-png (0.1-8-1build2) ... 1723s Setting up r-cran-r.methodss3 (1.8.2-1) ... 1723s Setting up r-cran-jsonlite (1.8.9+dfsg-1) ... 1723s Setting up r-cran-rstudioapi (0.17.1-1) ... 1723s Setting up r-cran-pkgconfig (2.0.3-2build1) ... 1723s Setting up r-cran-quickjsr (1.5.1-1) ... 1723s Setting up r-cran-utf8 (1.2.4-1) ... 1723s Setting up r-cran-colorspace (2.1-1+dfsg-1) ... 1723s Setting up r-cran-parallelly (1.41.0-1) ... 1723s Setting up r-cran-stringi (1.8.4-1build1) ... 1723s Setting up r-cran-markdown (1.13-1) ... 1723s Setting up r-cran-sjlabelled (1.2.0-1) ... 1723s Setting up r-cran-cpp11 (0.5.1-1) ... 1723s Setting up r-cran-mvtnorm (1.3-3-1) ... 1723s Setting up r-cran-plyr (1.8.9-1) ... 1723s Setting up r-cran-rcolorbrewer (1.1-3-1build1) ... 1723s Setting up r-cran-isoband (0.2.7-1) ... 1723s Setting up r-cran-ucminf (1.2.2-1) ... 1723s Setting up r-cran-diagram (1.6.5-2) ... 1723s Setting up r-cran-waldo (0.6.1-1) ... 1723s Setting up r-cran-gtable (0.3.6+dfsg-1) ... 1723s Setting up r-cran-pscl (1.5.9-1) ... 1723s Setting up r-cran-zoo (1.8-12-2) ... 1723s Setting up r-cran-later (1.4.1+dfsg-1) ... 1723s Setting up r-cran-matrix (1.7-2-1) ... 1723s Setting up r-cran-htmltools (0.5.8.1-1) ... 1723s Setting up r-cran-tinytex (0.54-1) ... 1723s Setting up r-cran-kernsmooth (2.23-26-1) ... 1723s Setting up r-cran-knitr (1.49+dfsg-1) ... 1723s Setting up r-cran-mgcv (1.9-1-1) ... 1723s Setting up r-cran-robustbase (0.99-4-1-1) ... 1723s Setting up r-cran-cachem (1.1.0-1) ... 1723s Setting up r-cran-lmtest (0.9.40-1) ... 1723s Setting up r-cran-sass (0.4.9+dfsg-1) ... 1723s Setting up r-cran-rcpparmadillo (14.2.2-1-1) ... 1723s Setting up r-cran-tzdb (0.4.0-2) ... 1723s Setting up r-cran-parameters (0.22.2-3) ... 1723s Setting up r-cran-globals (0.16.3-1) ... 1723s Setting up r-cran-vctrs (0.6.5-1) ... 1723s Setting up r-cran-brobdingnag (1.2-9-1) ... 1723s Setting up r-cran-rcppeigen (0.3.4.0.2-1) ... 1723s Setting up r-cran-mitools (2.4-2build1) ... 1723s Setting up r-cran-pillar (1.10.1+dfsg-1) ... 1723s Setting up r-cran-stanheaders (2.32.10-1) ... 1723s Setting up r-cran-ellipsis (0.3.2-2) ... 1723s Setting up r-cran-minqa (1.2.8-1) ... 1723s Setting up r-cran-openssl (2.2.0+dfsg-1) ... 1723s Setting up r-cran-stringr (1.5.1-1) ... 1723s Setting up r-cran-class (7.3-23-1) ... 1723s Setting up r-cran-performance (0.12.3-1) ... 1723s Setting up r-cran-distributional (0.5.0-1) ... 1723s Setting up r-cran-modelmetrics (1.2.2.2-1build1) ... 1723s Setting up r-cran-callr (3.7.6-1) ... 1723s Setting up r-cran-openxlsx (4.2.8-1) ... 1723s Setting up r-cran-ordinal (2023.12-4.1-1) ... 1723s Setting up r-cran-matrixmodels (0.5-3-1) ... 1723s Setting up r-cran-desc (1.4.3-1) ... 1723s Setting up r-cran-xml2 (1.3.6-1) ... 1723s Setting up r-cran-munsell (0.5.1-1) ... 1723s Setting up r-cran-tibble (3.2.1+dfsg-3) ... 1723s Setting up r-cran-clock (0.7.1-1) ... 1723s Setting up r-cran-sandwich (3.1-1-1) ... 1723s Setting up r-cran-proc (1.18.5-1) ... 1723s Setting up r-cran-fontawesome (0.5.3-1) ... 1723s Setting up r-cran-survival (3.8-3-1) ... 1723s Setting up r-cran-igraph (2.1.4-1) ... 1723s Setting up r-cran-xts (0.14.1-1) ... 1723s Setting up r-cran-brglm2 (0.9.2+dfsg-1) ... 1723s Setting up r-cran-survey (4.4-2-2) ... 1723s Setting up r-cran-r.oo (1.27.0-1) ... 1723s Setting up r-cran-future (1.34.0+dfsg-1) ... 1723s Setting up r-cran-forcats (1.0.0-1) ... 1723s Setting up r-cran-marginaleffects (0.21.0-1) ... 1723s Setting up r-cran-jquerylib (0.1.4+dfsg-4) ... 1723s Setting up r-cran-lme4 (1.1-35.5-1) ... 1723s Setting up r-cran-tidyselect (1.2.1+dfsg-1) ... 1723s Setting up r-cran-reshape2 (1.4.4-2build1) ... 1723s Setting up r-cran-interp (1.1-6-1) ... 1723s Setting up r-cran-emmeans (1.10.6+dfsg-1) ... 1723s Setting up r-cran-future.apply (1.11.3+dfsg-1) ... 1723s Setting up r-cran-tmb (1.9.15-1) ... 1723s Setting up r-cran-jomo (2.7-6-1) ... 1723s Setting up r-cran-timechange (0.3.0-1) ... 1723s Setting up r-cran-th.data (1.1-3-1) ... 1723s Setting up r-cran-httr (1.4.7+dfsg-1) ... 1723s Setting up r-cran-gridextra (2.3-3build1) ... 1723s Setting up r-cran-hms (1.1.3-1) ... 1723s Setting up r-cran-scales (1.3.0-1) ... 1723s Setting up r-cran-memoise (2.0.1-1) ... 1723s Setting up r-cran-gamm4 (0.2-6-2) ... 1723s Setting up r-cran-lava (1.7.3+dfsg-2) ... 1723s Setting up r-cran-promises (1.3.2+dfsg-1) ... 1723s Setting up r-cran-purrr (1.0.2-1) ... 1723s Setting up r-cran-e1071 (1.7-16-1) ... 1723s Setting up r-cran-multcomp (1.4-28-1) ... 1723s Setting up r-cran-rstantools (2.4.0-1) ... 1723s Setting up r-cran-pkgbuild (1.4.6-1) ... 1723s Setting up r-cran-hardhat (1.4.0+dfsg-1) ... 1723s Setting up r-cran-bridgesampling (1.1-2-1) ... 1723s Setting up r-cran-dplyr (1.1.4-4) ... 1723s Setting up r-cran-clubsandwich (0.5.11-1) ... 1723s Setting up r-cran-progress (1.2.3-1) ... 1723s Setting up r-cran-posterior (1.6.0+dfsg-1) ... 1723s Setting up r-cran-glmnet (4.1-8-1) ... 1723s Setting up r-cran-lubridate (1.9.4+dfsg-1) ... 1723s Setting up r-cran-pkgload (1.4.0-1) ... 1723s Setting up r-cran-r.utils (2.12.3-1) ... 1723s Setting up r-cran-vroom (1.6.5-1) ... 1723s Setting up r-cran-prodlim (2024.06.25-1) ... 1723s Setting up r-cran-effectsize (0.8.9+dfsg-1) ... 1723s Setting up r-cran-sjstats (0.19.0-1) ... 1723s Setting up r-cran-ggplot2 (3.5.1+dfsg-1) ... 1723s Setting up r-cran-cellranger (1.1.0-3) ... 1723s Setting up r-cran-effects (4.2.2-1) ... 1723s Setting up r-cran-httpuv (1.6.15+dfsg-1) ... 1723s Setting up r-cran-rpart (4.1.24-1) ... 1723s Setting up r-cran-latticeextra (0.6-30-1) ... 1723s Setting up r-cran-glmmtmb (1.1.9+dfsg-3) ... 1723s Setting up r-cran-ipred (0.9-15-1) ... 1723s Setting up r-cran-viridis (0.6.5-1) ... 1723s Setting up r-cran-testthat (3.2.3-1) ... 1723s Setting up r-cran-bslib (0.8.0+dfsg-1) ... 1723s Setting up r-cran-readr (2.1.5-1) ... 1723s Setting up r-cran-ggrepel (0.9.6-1) ... 1723s Setting up r-cran-tidyr (1.3.1-1) ... 1723s Setting up r-cran-vdiffr (1.0.8-1) ... 1723s Setting up r-cran-recipes (1.1.0+dfsg-1) ... 1723s Setting up r-cran-loo (2.8.0-1) ... 1723s Setting up r-cran-ggridges (0.5.6-1) ... 1723s Setting up r-cran-rstan (2.32.6-1) ... 1723s Setting up r-cran-cowplot (1.1.3+dfsg-1) ... 1723s Setting up r-cran-patchwork (1.3.0-1) ... 1723s Setting up r-cran-readxl (1.4.3-1) ... 1723s Setting up r-cran-bayesplot (1.11.1-1) ... 1723s Setting up r-cran-haven (2.5.4-1) ... 1723s Setting up r-cran-caret (7.0-1+dfsg-1) ... 1723s Setting up r-cran-shiny (1.9.1+dfsg-1) ... 1723s Setting up r-cran-shinyjs (2.1.0-1) ... 1723s Setting up r-cran-miniui (0.1.1.1-3build1) ... 1723s Setting up r-cran-broom (1.0.7+dfsg-1) ... 1723s Setting up r-cran-mitml (0.4-5-1) ... 1723s Setting up r-cran-rmarkdown (2.29+dfsg-1) ... 1723s Setting up r-cran-conquer (1.3.3-1) ... 1723s Setting up r-cran-brms (2.22.0-1) ... 1723s Setting up r-cran-crosstalk (1.2.1+dfsg-1) ... 1723s Setting up r-cran-rio (1.2.3-1) ... 1723s Setting up r-cran-quantreg (6.00-1) ... 1723s Setting up r-cran-geepack (1.3.12-1) ... 1723s Setting up r-cran-shinythemes (1.2.0+dfsg-1) ... 1723s Setting up r-cran-modelr (0.1.11-1) ... 1723s Setting up r-cran-htmlwidgets (1.6.4+dfsg-1) ... 1723s Setting up r-cran-colourpicker (1.3.0+dfsg-1) ... 1723s Setting up r-cran-mice (3.17.0-1) ... 1723s Setting up r-cran-threejs (0.3.3+dfsg-2build1) ... 1723s Setting up r-cran-doby (4.6.25-1) ... 1723s Setting up r-cran-dt (0.33+dfsg-1) ... 1723s Setting up r-cran-dygraphs (1.1.1.6+dfsg-4) ... 1723s Setting up r-cran-htmltable (2.4.3-1) ... 1723s Setting up r-cran-pbkrtest (0.5.3-1) ... 1723s Setting up r-cran-car (3.1-3-1) ... 1723s Setting up r-cran-aer (1.2-14-1) ... 1723s Setting up r-cran-shinystan (2.6.0-1) ... 1723s Setting up r-cran-hmisc (5.2-2-1) ... 1723s Setting up r-cran-rstanarm (2.32.1-2) ... 1723s Setting up r-cran-rms (7.0-0-1) ... 1723s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1723s Processing triggers for man-db (2.13.0-1) ... 1724s Processing triggers for install-info (7.1.1-1) ... 1724s autopkgtest: DBG: testbed command exited with code 0 1724s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'r-cran-ggeffects'], kind short, sout pipe, serr pipe, env [] 1724s autopkgtest: DBG: testbed command exited with code 0 1724s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.cNuVOf/run-unit-test-packages.all"], kind short, sout raw, serr pipe, env [] 1725s autopkgtest: DBG: testbed command exited with code 0 1725s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cNuVOf/run-unit-test-packages.all /tmp/autopkgtest-work.r0d0eu_n/out/run-unit-test-packages.all 1725s autopkgtest: DBG: got reply from testbed: ok 1725s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.cNuVOf/build.pw3/src'], kind short, sout raw, serr raw, env [] 1725s autopkgtest: DBG: testbed command exited with code 0 1725s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.cNuVOf/build.pw3/src already exists 1725s autopkgtest [01:10:00]: test run-unit-test: [----------------------- 1725s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.cNuVOf/wrapper.sh --debug --artifacts=/tmp/autopkgtest.cNuVOf/run-unit-test-artifacts --chdir=/tmp/autopkgtest.cNuVOf/build.pw3/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.cNuVOf/run-unit-test-stderr --stdout=/tmp/autopkgtest.cNuVOf/run-unit-test-stdout --tmp=/tmp/autopkgtest.cNuVOf/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=r-cran-testthat/3.2.3-1 --make-executable=/tmp/autopkgtest.cNuVOf/build.pw3/src/debian/tests/run-unit-test -- /tmp/autopkgtest.cNuVOf/build.pw3/src/debian/tests/run-unit-test'], kind test, sout raw, serr raw, env [] 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.cNuVOf/run-unit-test-artifacts 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: changing to directory: /tmp/autopkgtest.cNuVOf/build.pw3/src 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: setting environment: LANG=C.UTF-8 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LANGUAGE 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_ADDRESS 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_ALL 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_COLLATE 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_CTYPE 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_MEASUREMENT 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_MESSAGES 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_MONETARY 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_NAME 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_NUMERIC 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_PAPER 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_TELEPHONE 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_TIME 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: pretending to be a login shell 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: will write standard error to /tmp/autopkgtest.cNuVOf/run-unit-test-stderr 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: will write stdout to /tmp/autopkgtest.cNuVOf/run-unit-test-stdout 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.cNuVOf/autopkgtest_tmp 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=r-cran-testthat/3.2.3-1 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: marking as executable: /tmp/autopkgtest.cNuVOf/build.pw3/src/debian/tests/run-unit-test 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: command to run: /tmp/autopkgtest.cNuVOf/build.pw3/src/debian/tests/run-unit-test 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: copying /tmp/tmp.hCQtZatVGt/out to stdout and file: /tmp/autopkgtest.cNuVOf/run-unit-test-stdout 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: copying /tmp/tmp.hCQtZatVGt/err to standard error and file: /tmp/autopkgtest.cNuVOf/run-unit-test-stdout 1725s /tmp/autopkgtest.cNuVOf/wrapper.sh: writing script pid 5258 to /tmp/autopkgtest_script_pid 1725s BEGIN TEST testthat.R 1725s 1725s R version 4.4.2 (2024-10-31) -- "Pile of Leaves" 1725s Copyright (C) 2024 The R Foundation for Statistical Computing 1725s Platform: s390x-ibm-linux-gnu 1725s 1725s R is free software and comes with ABSOLUTELY NO WARRANTY. 1725s You are welcome to redistribute it under certain conditions. 1725s Type 'license()' or 'licence()' for distribution details. 1725s 1725s R is a collaborative project with many contributors. 1725s Type 'contributors()' for more information and 1725s 'citation()' on how to cite R or R packages in publications. 1725s 1725s Type 'demo()' for some demos, 'help()' for on-line help, or 1725s 'help.start()' for an HTML browser interface to help. 1725s Type 'q()' to quit R. 1725s 1725s > library(testthat) 1725s > library(ggeffects) 1725s > test_check("ggeffects") 1729s Model has log-transformed response. Predictions are on log-scale. 1729s Data points may overlap. Use the `jitter` argument to add some amount of 1729s random variation to the location of data points and avoid overplotting. 1735s (Intercept) tensionM tensionH 1735s 36.38889 -10.00000 -14.72222 1743s 1743s Not all rows are shown in the output. Use `print(..., n = Inf)` to show 1743s all rows. 1743s 1743s Not all rows are shown in the output. Use `print(..., n = Inf)` to show 1743s all rows. 1749s NOTE: Results may be misleading due to involvement in interactions 1750s NOTE: Results may be misleading due to involvement in interactions 1752s Data points may overlap. Use the `jitter` argument to add some amount of 1752s random variation to the location of data points and avoid overplotting. 1752s Data points may overlap. Use the `jitter` argument to add some amount of 1752s random variation to the location of data points and avoid overplotting. 1752s Data points may overlap. Use the `jitter` argument to add some amount of 1752s random variation to the location of data points and avoid overplotting. 1753s Data points may overlap. Use the `jitter` argument to add some amount of 1753s random variation to the location of data points and avoid overplotting. 1753s 1753s Re-fitting to get Hessian 1753s 1753s 1753s Re-fitting to get Hessian 1753s 1760s Model contains splines or polynomial terms. Consider using `terms="mined 1760s [all]"` to get smooth plots. See also package-vignette 'Adjusted 1760s Predictions at Specific Values'. 1760s Model contains splines or polynomial terms. Consider using `terms="cover 1760s [all]"` to get smooth plots. See also package-vignette 'Adjusted 1760s Predictions at Specific Values'. 1760s Model contains splines or polynomial terms. Consider using `terms="mined 1760s [all]"` to get smooth plots. See also package-vignette 'Adjusted 1760s Predictions at Specific Values'. 1761s Model contains splines or polynomial terms. Consider using `terms="cover 1761s [all]"` to get smooth plots. See also package-vignette 'Adjusted 1761s Predictions at Specific Values'. 1763s Can't compute adjusted predictions, `effects::Effect()` returned an error. 1763s 1763s Reason: Invalid operation on a survival time 1763s You may try `ggpredict()` or `ggemmeans()`. 1763s 1775s Can't compute adjusted predictions, `effects::Effect()` returned an error. 1775s 1775s Reason: non-conformable arguments 1775s You may try `ggpredict()` or `ggemmeans()`. 1775s 1778s [ FAIL 0 | WARN 8 | SKIP 66 | PASS 626 ] 1778s 1778s ══ Skipped tests (66) ══════════════════════════════════════════════════════════ 1779s • {betareg} is not installed (2): 'test-betareg.R:2:1', 1779s 'test-focal_character.R:2:1' 1779s • {logistf} is not installed (1): 'test-logistf.R:2:1' 1779s • {nestedLogit} is not installed (1): 'test-nestedLogit.R:2:1' 1779s • {parsnip} is not installed (1): 'test-parsnip.R:4:1' 1779s • empty test (3): 'test-plot.R:8:1', 'test-polr.R:136:5', 'test-polr.R:142:5' 1779s • On CRAN (54): 'test-avg_predictions.R:24:3', 'test-avg_predictions.R:79:5', 1779s 'test-backtransform_response.R:76:5', 'test-brms-categ-cum.R:1:1', 1779s 'test-brms-monotonic.R:1:1', 'test-brms-ppd.R:1:1', 'test-brms-trial.R:1:1', 1779s 'test-clean_vars.R:1:1', 'test-clm.R:1:1', 'test-clm2.R:1:1', 1779s 'test-clmm.R:1:1', 'test-correct_se_sorting.R:1:1', 'test-decimals.R:1:1', 1779s 'test-fixest.R:1:1', 'test-focal_only_random.R:1:1', 'test-format.R:1:1', 1779s 'test-gamlss.R:1:1', 'test-gamm4.R:1:1', 'test-glmer.R:2:1', 1779s 'test-glmmTMB.R:1:1', 'test-interval_re.R:1:1', 'test-ivreg.R:1:1', 1779s 'test-johnson_neyman_numcat.R:1:1', 'test-list_terms.R:36:3', 1779s 'test-lmer.R:1:1', 'test-MCMCglmm.R:1:1', 'test-mgcv.R:1:1', 1779s 'test-MixMod.R:1:1', 'test-plot-ordinal-latent.R:1:1', 'test-plot.R:69:1', 1779s 'test-polr.R:21:7', 'test-polr.R:60:7', 'test-pool_comparisons.R:1:1', 1779s 'test-print_digits.R:1:1', 'test-print_md.R:1:1', 1779s 'test-print_zero_inflation.R:1:1', 'test-print.R:1:1', 1779s 'test-resid_over_grid.R:33:5', 'test-rstanarm-ppd.R:1:1', 1779s 'test-rstanarm.R:1:1', 'test-sdmTMB.R:1:1', 'test-simulate.R:1:1', 1779s 'test-test_predictions_emmeans.R:133:3', 1779s 'test-test_predictions_emmeans.R:168:3', 1779s 'test-test_predictions_ggeffects.R:140:3', 1779s 'test-test_predictions_ggeffects.R:172:3', 1779s 'test-test_predictions_ggeffects.R:181:3', 1779s 'test-test_predictions_ggeffects.R:223:5', 1779s 'test-test_predictions-margin.R:1:1', 'test-test_predictions-mixed.R:1:1', 1779s 'test-vcov.R:1:1', 'test-vglm.R:1:1', 'test-zeroinfl.R:27:3', 1779s 'test-zi_prob.R:1:1' 1779s • On Linux (4): 'test-ordinal.R:1:1', 'test-print_subsets.R:1:1', 1779s 'test-print_test_predictions-ordinal.R:1:1', 1779s 'test-print_test_predictions.R:1:1' 1779s 1779s [ FAIL 0 | WARN 8 | SKIP 66 | PASS 626 ] 1779s Deleting unused snapshots: 1779s • backtransform_response/show-data-back-transformed-true.svg 1779s • brms-monotonic/plot-brms-monotonic.svg 1779s • plot-ordinal-latent/clm-latent-false.svg 1779s • plot-ordinal-latent/clm-latent-true.svg 1779s • plot-ordinal-latent/polr-latent-false.svg 1779s • plot-ordinal-latent/polr-latent-true.svg 1779s • plot/collapse-random-effects-works-again.svg 1779s • plot/colored-data-points-with-special-focal-terms.svg 1779s • plot/simple-plot-bw.svg 1779s • plot/simple-plot-categorical-bw.svg 1779s • plot/simple-plot-categorical-ci-bands-as-dots.svg 1779s • plot/simple-plot-categorical-grey-scale.svg 1779s • plot/simple-plot-categorical-no-ci.svg 1779s • plot/simple-plot-categorical-show-data-jitter.svg 1779s • plot/simple-plot-categorical-show-data.svg 1779s • plot/simple-plot-categorical.svg 1779s • plot/simple-plot-ci-bands-as-dots.svg 1779s • plot/simple-plot-grey-scale.svg 1779s • plot/simple-plot-no-ci.svg 1779s • plot/simple-plot-show-data-jitter.svg 1779s • plot/simple-plot-show-data.svg 1779s • plot/simple-plot.svg 1779s > 1779s /tmp/autopkgtest.cNuVOf/wrapper.sh: checking for leaked background processes... 1779s /tmp/autopkgtest.cNuVOf/wrapper.sh: waiting for tee/cat subprocesses... 1779s /tmp/autopkgtest.cNuVOf/wrapper.sh: cleaning up... 1779s /tmp/autopkgtest.cNuVOf/wrapper.sh: Exit status: 0 1779s autopkgtest: DBG: testbed command exited with code 0 1779s autopkgtest [01:10:54]: test run-unit-test: -----------------------] 1779s autopkgtest: DBG: testbed executing test finished with exit status 0 1779s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cNuVOf/run-unit-test-stdout /tmp/autopkgtest-work.r0d0eu_n/out/run-unit-test-stdout 1779s autopkgtest: DBG: got reply from testbed: ok 1779s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cNuVOf/run-unit-test-stderr /tmp/autopkgtest-work.r0d0eu_n/out/run-unit-test-stderr 1780s autopkgtest: DBG: got reply from testbed: ok 1780s autopkgtest [01:10:55]: test run-unit-test: - - - - - - - - - - results - - - - - - - - - - 1780s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cNuVOf/run-unit-test-artifacts/ /tmp/autopkgtest-work.r0d0eu_n/out/artifacts/ 1780s run-unit-test PASS 1780s autopkgtest: DBG: got reply from testbed: ok 1780s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.cNuVOf/run-unit-test-artifacts', '/tmp/autopkgtest.cNuVOf/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1780s autopkgtest: DBG: testbed command exited with code 0 1780s autopkgtest [01:10:55]: test pkg-r-autopkgtest: preparing testbed 1780s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['r-cran-ggeffects', 'r-cran-aer', 'r-cran-bayestestr', 'r-cran-brglm2', 'r-cran-brms', 'r-cran-broom', 'r-cran-car', 'r-cran-cardata', 'r-cran-clubsandwich', 'r-cran-datawizard (>= 0.9.0)', 'r-cran-effects (>= 4.2-2)', 'r-cran-emmeans (>= 1.8.9)', 'r-cran-gam', 'r-cran-gamm4', 'r-cran-gee', 'r-cran-geepack', 'r-cran-ggplot2', 'r-cran-ggrepel', 'r-cran-glmmtmb (>= 1.1.7)', 'r-cran-gridextra', 'r-cran-haven', 'r-cran-htmltools', 'r-cran-httr', 'r-cran-jsonlite', 'r-cran-knitr', 'r-cran-lme4 (>= 1.1-35)', 'r-cran-marginaleffects (>= 0.19.0)', 'r-cran-mass', 'r-cran-matrix', 'r-cran-mice', 'r-cran-mgcv', 'r-cran-nlme', 'r-cran-nnet', 'r-cran-ordinal', 'r-cran-parameters', 'r-cran-patchwork', 'r-cran-pscl', 'r-cran-quantreg', 'r-cran-rmarkdown', 'r-cran-rms', 'r-cran-robustbase', 'r-cran-rstanarm', 'r-cran-rstantools', 'r-cran-sandwich', 'r-cran-sjlabelled (>= 1.1.2)', 'r-cran-sjstats', 'r-cran-survey', 'r-cran-survival', 'r-cran-testthat', 'r-cran-tibble', 'r-cran-vdiffr', 'r-cran-withr', 'r-cran-vgam'], deps_new=['r-cran-ggeffects', 'r-cran-aer', 'r-cran-bayestestr', 'r-cran-brms', 'r-cran-broom', 'r-cran-car', 'r-cran-cardata', 'r-cran-clubsandwich', 'r-cran-effects', 'r-cran-emmeans', 'r-cran-gam', 'r-cran-gee', 'r-cran-geepack', 'r-cran-ggplot2', 'r-cran-ggrepel', 'r-cran-glmmtmb', 'r-cran-gridextra', 'r-cran-haven', 'r-cran-htmltools', 'r-cran-httr', 'r-cran-jsonlite', 'r-cran-knitr', 'r-cran-lme4', 'r-cran-mass', 'r-cran-matrix', 'r-cran-mice', 'r-cran-mgcv', 'r-cran-nlme', 'r-cran-nnet', 'r-cran-ordinal', 'r-cran-parameters', 'r-cran-pscl', 'r-cran-quantreg', 'r-cran-rmarkdown', 'r-cran-rms', 'r-cran-robustbase', 'r-cran-rstanarm', 'r-cran-rstantools', 'r-cran-sandwich', 'r-cran-sjlabelled', 'r-cran-sjstats', 'r-cran-survey', 'r-cran-survival', 'r-cran-testthat', 'r-cran-tibble', 'r-cran-vdiffr', 'r-cran-withr', 'r-cran-vgam', 'pkg-r-autopkgtest'] 1780s autopkgtest: DBG: testbed reset 1780s autopkgtest: DBG: sending command to testbed: revert 2045s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.cNuVOf 2045s autopkgtest: DBG: sending command to testbed: print-execute-command 2045s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.eb0bt68g/runcmd 2045s autopkgtest: DBG: sending command to testbed: capabilities 2045s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu root-on-testbed isolation-machine reboot revert-full-system ok revert 2045s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'root-on-testbed', 'isolation-machine', 'reboot', 'revert-full-system', 'ok', 'revert', 'has_internet'] 2045s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cNuVOf'], kind short, sout raw, serr pipe, env [] 2045s autopkgtest: DBG: testbed command exited with code 0 2045s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.cNuVOf/wrapper.sh 2045s autopkgtest: DBG: got reply from testbed: ok 2045s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cNuVOf/wrapper.sh'], kind short, sout raw, serr pipe, env [] 2046s autopkgtest: DBG: testbed command exited with code 0 2046s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 2046s autopkgtest: DBG: testbed command exited with code 0 2046s autopkgtest [01:15:21]: testbed dpkg architecture: s390x 2046s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 2046s autopkgtest: DBG: testbed command exited with code 0 2046s autopkgtest [01:15:21]: testbed apt version: 2.9.18 2046s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 2046s autopkgtest: DBG: testbed command exited with code 0 2046s autopkgtest: DBG: testbed has eatmydata 2046s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 2047s autopkgtest: DBG: testbed command exited with code 0 2047s autopkgtest [01:15:22]: @@@@@@@@@@@@@@@@@@@@ test bed setup 2047s 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 [] 2047s autopkgtest: DBG: testbed command exited with code 0 2047s autopkgtest [01:15:22]: testbed release detected to be: plucky 2047s 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 [] 2047s autopkgtest: DBG: testbed command exited with code 0 2047s 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 [] 2047s autopkgtest: DBG: testbed command exited with code 0 2047s autopkgtest: DBG: adding APT source: Types: deb deb-src 2047s URIs: http://ftpmaster.internal/ubuntu/ 2047s Suites: plucky-proposed 2047s Components: main restricted universe multiverse 2047s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 2047s 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 [] 2048s autopkgtest: DBG: testbed command exited with code 0 2048s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 2048s Package: * 2048s Pin: release plucky-proposed 2048s Pin-Priority: 500 2048s 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 [] 2048s autopkgtest: DBG: testbed command exited with code 0 2048s autopkgtest [01:15:23]: updating testbed package index (apt update) 2048s 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'] 2048s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 2049s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 2049s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 2049s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 2049s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [882 kB] 2050s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.8 kB] 2050s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [75.6 kB] 2050s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [107 kB] 2050s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [780 kB] 2051s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3348 B] 2051s Fetched 1973 kB in 3s (677 kB/s) 2052s Reading package lists... 2052s autopkgtest: DBG: testbed command exited with code 0 2052s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 2052s Package: * 2052s Pin: release plucky-proposed 2052s Pin-Priority: 100 2052s 2052s Package: src:r-cran-testthat:any 2052s Pin: release plucky-proposed 2052s Pin-Priority: 995 2052s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:r-cran-testthat:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 2052s autopkgtest: DBG: testbed command exited with code 0 2052s 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.cNuVOf/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 2052s autopkgtest: DBG: testbed command exited with code 0 2052s 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'] 2053s + lsb_release --codename --short 2053s + RELEASE=plucky 2053s + cat 2053s + [ plucky != trusty ] 2053s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 2053s Reading package lists... 2053s Building dependency tree... 2053s Reading state information... 2053s Calculating upgrade... 2053s The following packages were automatically installed and are no longer required: 2053s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 2053s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 2053s linux-tools-6.11.0-8-generic 2053s Use 'sudo apt autoremove' to remove them. 2053s The following packages will be upgraded: 2053s wireless-regdb 2053s 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2053s Need to get 7214 B of archives. 2053s After this operation, 0 B of additional disk space will be used. 2053s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x wireless-regdb all 2024.10.07-0ubuntu1 [7214 B] 2053s Fetched 7214 B in 0s (52.6 kB/s) 2054s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80938 files and directories currently installed.) 2054s Preparing to unpack .../wireless-regdb_2024.10.07-0ubuntu1_all.deb ... 2054s Unpacking wireless-regdb (2024.10.07-0ubuntu1) over (2024.07.04-0ubuntu1) ... 2054s Setting up wireless-regdb (2024.10.07-0ubuntu1) ... 2054s Processing triggers for man-db (2.13.0-1) ... 2054s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 2054s + /usr/lib/apt/apt-helper analyze-pattern ?true 2054s + uname -r 2054s + sed s/\./\\./g 2054s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 2054s + apt list ?obsolete 2054s + tail+ cut -d/ -f1 2054s -n+2 2054s + grep -v ^linux-.*6\.12\.0-12-generic.* 2054s + true 2054s + obsolete_pkgs= 2054s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 2054s Reading package lists... 2054s Building dependency tree... 2054s Reading state information... 2054s The following packages will be REMOVED: 2054s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 2054s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 2054s linux-tools-6.11.0-8-generic* 2054s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 2054s After this operation, 143 MB disk space will be freed. 2054s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80938 files and directories currently installed.) 2054s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 2055s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 2055s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 2055s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 2055s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 2055s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 56531 files and directories currently installed.) 2055s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 2056s + grep -q trusty /etc/lsb-release 2056s + [ ! -d /usr/share/doc/unattended-upgrades ] 2056s + [ ! -d /usr/share/doc/lxd ] 2056s + [ ! -d /usr/share/doc/lxd-client ] 2056s + [ ! -d /usr/share/doc/snapd ] 2056s + type iptables 2056s + cat 2056s + chmod 755 /etc/rc.local 2056s + . /etc/rc.local 2056s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 2056s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 2056s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 2056s + uname -m 2056s + [ s390x = ppc64le ] 2056s + [ -d /run/systemd/system ] 2056s + systemd-detect-virt --quiet --vm 2056s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 2056s + cat 2056s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 2056s + echo COMPRESS=lz4 2056s autopkgtest: DBG: testbed command exited with code 0 2056s autopkgtest [01:15:31]: upgrading testbed (apt dist-upgrade and autopurge) 2056s 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'] 2056s Reading package lists... 2056s Building dependency tree... 2056s Reading state information... 2056s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 2056s Starting 2 pkgProblemResolver with broken count: 0 2056s Done 2056s Entering ResolveByKeep 2056s 2056s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2057s autopkgtest: DBG: testbed command exited with code 0 2057s 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'] 2057s Reading package lists... 2057s Building dependency tree... 2057s Reading state information... 2057s Starting pkgProblemResolver with broken count: 0 2057s Starting 2 pkgProblemResolver with broken count: 0 2057s Done 2057s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2057s autopkgtest: DBG: testbed command exited with code 0 2057s 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.cNuVOf/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 2057s autopkgtest: DBG: testbed command exited with code 1 2057s autopkgtest [01:15:32]: rebooting testbed after setup commands that affected boot 2057s autopkgtest: DBG: sending command to testbed: reboot 2074s autopkgtest: DBG: got reply from testbed: ok 2074s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 2074s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cNuVOf'], kind short, sout raw, serr pipe, env [] 2074s autopkgtest: DBG: testbed command exited with code 0 2074s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.cNuVOf/autopkgtest-reboot 2075s autopkgtest: DBG: got reply from testbed: ok 2075s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 2075s autopkgtest: DBG: testbed command exited with code 0 2075s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 2075s autopkgtest: DBG: testbed command exited with code 0 2075s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 2075s autopkgtest: DBG: testbed command exited with code 0 2075s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cNuVOf'], kind short, sout raw, serr pipe, env [] 2075s autopkgtest: DBG: testbed command exited with code 0 2075s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.cNuVOf/autopkgtest-reboot-prepare 2076s autopkgtest: DBG: got reply from testbed: ok 2076s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 2076s autopkgtest: DBG: testbed command exited with code 0 2076s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 2076s autopkgtest: DBG: testbed command exited with code 0 2076s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 2076s autopkgtest: DBG: testbed command exited with code 0 2076s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.cNuVOf/testbed-packages"], kind short, sout raw, serr pipe, env [] 2077s autopkgtest: DBG: testbed command exited with code 0 2077s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cNuVOf/testbed-packages /tmp/autopkgtest-work.r0d0eu_n/out/testbed-packages 2077s autopkgtest: DBG: got reply from testbed: ok 2077s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 2077s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cNuVOf'], kind short, sout raw, serr pipe, env [] 2077s autopkgtest: DBG: testbed command exited with code 0 2077s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.cNuVOf/autopkgtest-reboot 2078s autopkgtest: DBG: got reply from testbed: ok 2078s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 2078s autopkgtest: DBG: testbed command exited with code 0 2078s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 2078s autopkgtest: DBG: testbed command exited with code 0 2078s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 2078s autopkgtest: DBG: testbed command exited with code 0 2078s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cNuVOf'], kind short, sout raw, serr pipe, env [] 2079s autopkgtest: DBG: testbed command exited with code 0 2079s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.cNuVOf/autopkgtest-reboot-prepare 2079s autopkgtest: DBG: got reply from testbed: ok 2079s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 2079s autopkgtest: DBG: testbed command exited with code 0 2079s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.cNuVOf/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 2079s autopkgtest: DBG: testbed command exited with code 0 2079s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 2080s autopkgtest: DBG: testbed command exited with code 0 2080s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 2080s autopkgtest: DBG: install_deps: deps_new=['r-cran-ggeffects', 'r-cran-aer', 'r-cran-bayestestr', 'r-cran-brms', 'r-cran-broom', 'r-cran-car', 'r-cran-cardata', 'r-cran-clubsandwich', 'r-cran-effects', 'r-cran-emmeans', 'r-cran-gam', 'r-cran-gee', 'r-cran-geepack', 'r-cran-ggplot2', 'r-cran-ggrepel', 'r-cran-glmmtmb', 'r-cran-gridextra', 'r-cran-haven', 'r-cran-htmltools', 'r-cran-httr', 'r-cran-jsonlite', 'r-cran-knitr', 'r-cran-lme4', 'r-cran-mass', 'r-cran-matrix', 'r-cran-mice', 'r-cran-mgcv', 'r-cran-nlme', 'r-cran-nnet', 'r-cran-ordinal', 'r-cran-parameters', 'r-cran-pscl', 'r-cran-quantreg', 'r-cran-rmarkdown', 'r-cran-rms', 'r-cran-robustbase', 'r-cran-rstanarm', 'r-cran-rstantools', 'r-cran-sandwich', 'r-cran-sjlabelled', 'r-cran-sjstats', 'r-cran-survey', 'r-cran-survival', 'r-cran-testthat', 'r-cran-tibble', 'r-cran-vdiffr', 'r-cran-withr', 'r-cran-vgam', 'pkg-r-autopkgtest'] 2080s autopkgtest: DBG: install-deps: satisfying r-cran-ggeffects, r-cran-aer, r-cran-bayestestr, r-cran-brms, r-cran-broom, r-cran-car, r-cran-cardata, r-cran-clubsandwich, r-cran-effects, r-cran-emmeans, r-cran-gam, r-cran-gee, r-cran-geepack, r-cran-ggplot2, r-cran-ggrepel, r-cran-glmmtmb, r-cran-gridextra, r-cran-haven, r-cran-htmltools, r-cran-httr, r-cran-jsonlite, r-cran-knitr, r-cran-lme4, r-cran-mass, r-cran-matrix, r-cran-mice, r-cran-mgcv, r-cran-nlme, r-cran-nnet, r-cran-ordinal, r-cran-parameters, r-cran-pscl, r-cran-quantreg, r-cran-rmarkdown, r-cran-rms, r-cran-robustbase, r-cran-rstanarm, r-cran-rstantools, r-cran-sandwich, r-cran-sjlabelled, r-cran-sjstats, r-cran-survey, r-cran-survival, r-cran-testthat, r-cran-tibble, r-cran-vdiffr, r-cran-withr, r-cran-vgam, pkg-r-autopkgtest 2080s autopkgtest: DBG: can use apt-get on testbed: True 2080s 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-ggeffects, r-cran-aer, r-cran-bayestestr, r-cran-brms, r-cran-broom, r-cran-car, r-cran-cardata, r-cran-clubsandwich, r-cran-effects, r-cran-emmeans, r-cran-gam, r-cran-gee, r-cran-geepack, r-cran-ggplot2, r-cran-ggrepel, r-cran-glmmtmb, r-cran-gridextra, r-cran-haven, r-cran-htmltools, r-cran-httr, r-cran-jsonlite, r-cran-knitr, r-cran-lme4, r-cran-mass, r-cran-matrix, r-cran-mice, r-cran-mgcv, r-cran-nlme, r-cran-nnet, r-cran-ordinal, r-cran-parameters, r-cran-pscl, r-cran-quantreg, r-cran-rmarkdown, r-cran-rms, r-cran-robustbase, r-cran-rstanarm, r-cran-rstantools, r-cran-sandwich, r-cran-sjlabelled, r-cran-sjstats, r-cran-survey, r-cran-survival, r-cran-testthat, r-cran-tibble, r-cran-vdiffr, r-cran-withr, r-cran-vgam, pkg-r-autopkgtest'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 2080s Reading package lists... 2080s Building dependency tree... 2080s Reading state information... 2080s Starting pkgProblemResolver with broken count: 0 2080s Starting 2 pkgProblemResolver with broken count: 0 2080s Done 2081s The following NEW packages will be installed: 2081s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu 2081s dctrl-tools fontconfig fontconfig-config fonts-dejavu-core fonts-dejavu-mono 2081s fonts-font-awesome fonts-glyphicons-halflings fonts-mathjax g++ g++-14 2081s g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu 2081s gcc-s390x-linux-gnu gfortran gfortran-14 gfortran-14-s390x-linux-gnu 2081s gfortran-s390x-linux-gnu icu-devtools javascript-common libamd3 libasan8 2081s libblas-dev libblas3 libboost-dev libboost1.83-dev libbz2-dev libcairo2 2081s libcc1-0 libcolamd3 libdatrie1 libdeflate-dev libdeflate0 libfontconfig1 2081s libfreetype6 libgcc-14-dev libgfortran-14-dev libgfortran5 libglpk40 2081s libgomp1 libgraphite2-3 libharfbuzz0b libhwloc15 libice6 libicu-dev libisl23 2081s libitm1 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2081s libjpeg8-dev libjs-bootstrap libjs-bootstrap4 libjs-d3 libjs-es5-shim 2081s libjs-highlight.js libjs-jquery libjs-jquery-datatables 2081s libjs-jquery-datatables-extensions libjs-jquery-selectize.js libjs-jquery-ui 2081s libjs-json libjs-mathjax libjs-microplugin.js libjs-modernizr 2081s libjs-popper.js libjs-prettify libjs-sifter.js 2081s libjs-twitter-bootstrap-datepicker liblapack-dev liblapack3 libltdl7 2081s liblua5.4-0 liblzma-dev libmpc3 libncurses-dev libnlopt0 libpango-1.0-0 2081s libpangocairo-1.0-0 libpangoft2-1.0-0 libpaper-utils libpaper2 libpcre2-16-0 2081s libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpixman-1-0 libpkgconf3 2081s libpng-dev libreadline-dev libsharpyuv0 libsm6 libstdc++-14-dev 2081s libsuitesparseconfig7 libtbb-dev libtbb12 libtbbbind-2-5 libtbbmalloc2 2081s libtcl8.6 libthai-data libthai0 libtiff6 libtirpc-dev libtk8.6 libubsan1 2081s libwebp7 libxcb-render0 libxcb-shm0 libxft2 libxrender1 libxss1 libxt6t64 2081s littler node-bootstrap-sass node-html5shiv node-normalize.css pandoc 2081s pandoc-data pkg-r-autopkgtest pkgconf pkgconf-bin r-base-core r-base-dev 2081s r-cran-abind r-cran-acepack r-cran-aer r-cran-askpass r-cran-backports 2081s r-cran-base64enc r-cran-bayesplot r-cran-bayestestr r-cran-bh r-cran-bit 2081s r-cran-bit64 r-cran-boot r-cran-bridgesampling r-cran-brio r-cran-brms 2081s r-cran-brobdingnag r-cran-broom r-cran-bslib r-cran-cachem r-cran-callr 2081s r-cran-car r-cran-cardata r-cran-caret r-cran-cellranger r-cran-checkmate 2081s r-cran-chron r-cran-class r-cran-cli r-cran-clipr r-cran-clock 2081s r-cran-clubsandwich r-cran-cluster r-cran-coda r-cran-codetools 2081s r-cran-colorspace r-cran-colourpicker r-cran-commonmark r-cran-conquer 2081s r-cran-cowplot r-cran-cpp11 r-cran-crayon r-cran-crosstalk r-cran-curl 2081s r-cran-data.table r-cran-datawizard r-cran-dbi r-cran-deldir r-cran-deoptimr 2081s r-cran-deriv r-cran-desc r-cran-diagram r-cran-diffobj r-cran-digest 2081s r-cran-distributional r-cran-doby r-cran-dplyr r-cran-dt r-cran-dygraphs 2081s r-cran-e1071 r-cran-effects r-cran-effectsize r-cran-ellipsis r-cran-emmeans 2081s r-cran-estimability r-cran-evaluate r-cran-fansi r-cran-farver 2081s r-cran-fastmap r-cran-fontawesome r-cran-forcats r-cran-foreach 2081s r-cran-foreign r-cran-formula r-cran-fs r-cran-future r-cran-future.apply 2081s r-cran-gam r-cran-gee r-cran-geepack r-cran-generics r-cran-ggeffects 2081s r-cran-ggplot2 r-cran-ggrepel r-cran-ggridges r-cran-glmmtmb r-cran-glmnet 2081s r-cran-globals r-cran-glue r-cran-gower r-cran-gridextra r-cran-gtable 2081s r-cran-gtools r-cran-hardhat r-cran-haven r-cran-highr r-cran-hmisc 2081s r-cran-hms r-cran-htmltable r-cran-htmltools r-cran-htmlwidgets 2081s r-cran-httpuv r-cran-httr r-cran-igraph r-cran-inline r-cran-insight 2081s r-cran-interp r-cran-ipred r-cran-isoband r-cran-iterators r-cran-jomo 2081s r-cran-jpeg r-cran-jquerylib r-cran-jsonlite r-cran-kernsmooth r-cran-knitr 2081s r-cran-labeling r-cran-later r-cran-lattice r-cran-latticeextra r-cran-lava 2081s r-cran-lazyeval r-cran-lifecycle r-cran-listenv r-cran-littler r-cran-lme4 2081s r-cran-lmtest r-cran-loo r-cran-lubridate r-cran-magrittr r-cran-markdown 2081s r-cran-mass r-cran-matrix r-cran-matrixmodels r-cran-matrixstats 2081s r-cran-memoise r-cran-mgcv r-cran-mice r-cran-microbenchmark r-cran-mime 2081s r-cran-miniui r-cran-minqa r-cran-mitml r-cran-mitools r-cran-modelmetrics 2081s r-cran-modelr r-cran-multcomp r-cran-munsell r-cran-mvtnorm r-cran-nleqslv 2081s r-cran-nlme r-cran-nloptr r-cran-nnet r-cran-numderiv r-cran-openssl 2081s r-cran-openxlsx r-cran-ordinal r-cran-pan r-cran-parallelly 2081s r-cran-parameters r-cran-pbkrtest r-cran-performance r-cran-pillar 2081s r-cran-pkgbuild r-cran-pkgconfig r-cran-pkgkitten r-cran-pkgload r-cran-plyr 2081s r-cran-png r-cran-polspline r-cran-posterior r-cran-praise 2081s r-cran-prettyunits r-cran-proc r-cran-processx r-cran-prodlim 2081s r-cran-progress r-cran-progressr r-cran-promises r-cran-proxy r-cran-ps 2081s r-cran-pscl r-cran-purrr r-cran-quantreg r-cran-quickjsr r-cran-r.methodss3 2081s r-cran-r.oo r-cran-r.utils r-cran-r6 r-cran-rappdirs r-cran-rcolorbrewer 2081s r-cran-rcpp r-cran-rcpparmadillo r-cran-rcppeigen r-cran-rcppparallel 2081s r-cran-readr r-cran-readxl r-cran-recipes r-cran-rematch r-cran-reshape2 2081s r-cran-rio r-cran-rlang r-cran-rmarkdown r-cran-rms r-cran-robustbase 2081s r-cran-rpart r-cran-rprojroot r-cran-rstan r-cran-rstanarm r-cran-rstantools 2081s r-cran-rstudioapi r-cran-sandwich r-cran-sass r-cran-scales r-cran-shape 2081s r-cran-shiny r-cran-shinyjs r-cran-shinystan r-cran-shinythemes 2081s r-cran-sjlabelled r-cran-sjstats r-cran-sourcetools r-cran-sparsem 2081s r-cran-squarem r-cran-stanheaders r-cran-statmod r-cran-stringi 2081s r-cran-stringr r-cran-survey r-cran-survival r-cran-sys r-cran-tensora 2081s r-cran-testthat r-cran-th.data r-cran-threejs r-cran-tibble r-cran-tidyr 2081s r-cran-tidyselect r-cran-timechange r-cran-timedate r-cran-tinytex 2081s r-cran-tmb r-cran-tzdb r-cran-ucminf r-cran-utf8 r-cran-vctrs r-cran-vdiffr 2081s r-cran-vgam r-cran-viridis r-cran-viridislite r-cran-vroom r-cran-waldo 2081s r-cran-withr r-cran-writexl r-cran-xfun r-cran-xml2 r-cran-xtable r-cran-xts 2081s r-cran-yaml r-cran-zip r-cran-zoo unzip x11-common xdg-utils zip zlib1g-dev 2081s 0 upgraded, 397 newly installed, 0 to remove and 0 not upgraded. 2081s Need to get 457 MB of archives. 2081s After this operation, 1402 MB of additional disk space will be used. 2081s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 2082s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 2082s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-13ubuntu1 [9570 kB] 2084s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-13ubuntu1 [1026 B] 2084s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 2084s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 2084s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-13ubuntu1 [50.7 kB] 2084s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-13ubuntu1 [151 kB] 2084s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-13ubuntu1 [30.9 kB] 2084s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-13ubuntu1 [2964 kB] 2084s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-13ubuntu1 [1184 kB] 2085s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-13ubuntu1 [1037 kB] 2085s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-13ubuntu1 [18.7 MB] 2086s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-13ubuntu1 [523 kB] 2086s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 2086s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 2086s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-13ubuntu1 [2612 kB] 2086s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-13ubuntu1 [11.0 MB] 2086s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-13ubuntu1 [21.1 kB] 2086s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [956 B] 2086s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.1.0-2ubuntu1 [1076 B] 2086s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 2086s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x dctrl-tools s390x 2.24-3build3 [106 kB] 2086s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 2086s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 2086s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 2086s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-1.1ubuntu2 [37.4 kB] 2086s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-1.1ubuntu2 [150 kB] 2086s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-1.1ubuntu2 [191 kB] 2086s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-font-awesome all 5.0.10+really4.7.0~dfsg-4.1 [516 kB] 2086s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x fonts-glyphicons-halflings all 1.009~3.4.1+dfsg-3 [118 kB] 2086s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-mathjax all 2.7.9+dfsg-1 [2208 kB] 2086s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran5 s390x 14.2.0-13ubuntu1 [588 kB] 2086s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran-14-dev s390x 14.2.0-13ubuntu1 [654 kB] 2086s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-14-s390x-linux-gnu s390x 14.2.0-13ubuntu1 [10.3 MB] 2087s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-14 s390x 14.2.0-13ubuntu1 [13.2 kB] 2087s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1016 B] 2087s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran s390x 4:14.1.0-2ubuntu1 [1160 B] 2087s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x icu-devtools s390x 76.1-1ubuntu2 [225 kB] 2087s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x javascript-common all 11+nmu1 [5936 B] 2087s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libsuitesparseconfig7 s390x 1:7.8.3+dfsg-2 [13.1 kB] 2087s Get:42 http://ftpmaster.internal/ubuntu plucky/universe s390x libamd3 s390x 1:7.8.3+dfsg-2 [35.1 kB] 2087s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libblas3 s390x 3.12.0-4 [238 kB] 2087s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libblas-dev s390x 3.12.0-4 [239 kB] 2087s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x libboost1.83-dev s390x 1.83.0-4ubuntu2 [10.7 MB] 2087s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-dev s390x 1.83.0.2ubuntu1 [4470 B] 2087s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x libbz2-dev s390x 1.0.8-6 [39.1 kB] 2087s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 2087s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 2087s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 2087s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 2087s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 2087s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x libcolamd3 s390x 1:7.8.3+dfsg-2 [23.4 kB] 2087s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie1 s390x 0.2.13-3build1 [20.6 kB] 2087s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 2087s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate-dev s390x 1.23-1 [52.2 kB] 2087s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x libltdl7 s390x 2.5.4-2.1 [43.8 kB] 2087s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x libglpk40 s390x 5.0-1build2 [406 kB] 2087s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 2087s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 2087s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc15 s390x 2.11.2-1build1 [176 kB] 2087s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 2087s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 2087s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x libicu-dev s390x 76.1-1ubuntu2 [12.2 MB] 2088s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 2088s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8-dev s390x 2.1.5-3ubuntu2 [281 kB] 2088s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 2088s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8-dev s390x 8c-2ubuntu11 [1484 B] 2088s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-dev s390x 8c-2ubuntu11 [1484 B] 2088s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-bootstrap all 3.4.1+dfsg-3 [129 kB] 2088s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-popper.js all 1.16.1+ds-6 [54.1 kB] 2088s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-bootstrap4 all 4.6.1+dfsg1-4 [537 kB] 2088s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-d3 all 3.5.17-4 [132 kB] 2088s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-es5-shim all 4.6.7-2 [39.8 kB] 2088s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-highlight.js all 9.18.5+dfsg1-2 [385 kB] 2088s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 2088s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-datatables all 1.11.5+dfsg-2 [146 kB] 2088s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-datatables-extensions all 0.0+git20150910.28fd64e+dfsg-5 [648 kB] 2088s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-sifter.js all 0.6.0+dfsg-3 [12.6 kB] 2088s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-microplugin.js all 0.0.3+dfsg-1.1 [3712 B] 2088s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-selectize.js all 0.12.6+dfsg-1.1 [51.0 kB] 2088s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-ui all 1.13.2+dfsg-1 [252 kB] 2088s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-json all 0~20221030+~1.0.8-1 [20.6 kB] 2088s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-prettify all 2015.12.04+dfsg-1.1 [39.3 kB] 2088s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack3 s390x 3.12.0-4 [2964 kB] 2088s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack-dev s390x 3.12.0-4 [5956 kB] 2088s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x liblua5.4-0 s390x 5.4.7-1 [174 kB] 2088s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x libncurses-dev s390x 6.5-2 [404 kB] 2088s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-data all 0.1.29-2build1 [158 kB] 2088s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x libthai0 s390x 0.1.29-2build1 [20.7 kB] 2088s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x libpango-1.0-0 s390x 1.56.1-1 [253 kB] 2088s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoft2-1.0-0 s390x 1.56.1-1 [50.3 kB] 2088s Get:93 http://ftpmaster.internal/ubuntu plucky/main s390x libpangocairo-1.0-0 s390x 1.56.1-1 [28.3 kB] 2088s Get:94 http://ftpmaster.internal/ubuntu plucky/main s390x libpaper2 s390x 2.2.5-0.3 [17.2 kB] 2088s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x libpaper-utils s390x 2.2.5-0.3 [15.3 kB] 2088s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-16-0 s390x 10.42-4ubuntu3 [236 kB] 2088s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-32-0 s390x 10.42-4ubuntu3 [221 kB] 2088s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-posix3 s390x 10.42-4ubuntu3 [6820 B] 2088s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-dev s390x 10.42-4ubuntu3 [815 kB] 2088s Get:100 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 2088s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 2088s Get:102 http://ftpmaster.internal/ubuntu plucky/main s390x libpng-dev s390x 1.6.44-3 [279 kB] 2090s Get:103 http://ftpmaster.internal/ubuntu plucky/main s390x libreadline-dev s390x 8.2-6 [187 kB] 2090s Get:104 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 2090s Get:105 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 2090s Get:106 http://ftpmaster.internal/ubuntu plucky/universe s390x libtbbmalloc2 s390x 2022.0.0-1 [57.6 kB] 2090s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x libtbbbind-2-5 s390x 2022.0.0-1 [15.3 kB] 2090s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x libtbb12 s390x 2022.0.0-1 [99.9 kB] 2090s Get:109 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 2091s Get:110 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 2091s Get:111 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 2091s Get:112 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 2092s Get:113 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 2092s Get:114 http://ftpmaster.internal/ubuntu plucky/main s390x libxss1 s390x 1:1.2.3-1build3 [7396 B] 2092s Get:115 http://ftpmaster.internal/ubuntu plucky/main s390x libtk8.6 s390x 8.6.16-1 [830 kB] 2093s Get:116 http://ftpmaster.internal/ubuntu plucky/main s390x libxt6t64 s390x 1:1.2.1-1.2build1 [184 kB] 2094s Get:117 http://ftpmaster.internal/ubuntu plucky/main s390x zip s390x 3.0-14ubuntu2 [187 kB] 2095s Get:118 http://ftpmaster.internal/ubuntu plucky/main s390x unzip s390x 6.0-28ubuntu6 [186 kB] 2095s Get:119 http://ftpmaster.internal/ubuntu plucky/main s390x xdg-utils all 1.2.1-0ubuntu1 [67.5 kB] 2096s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x r-base-core s390x 4.4.2-1build1 [28.6 MB] 2304s Get:121 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-littler s390x 0.3.20-2 [95.0 kB] 2305s Get:122 http://ftpmaster.internal/ubuntu plucky/universe s390x littler all 0.3.20-2 [2554 B] 2305s Get:123 http://ftpmaster.internal/ubuntu plucky/universe s390x node-bootstrap-sass all 3.4.3-2 [187 kB] 2306s Get:124 http://ftpmaster.internal/ubuntu plucky/universe s390x node-html5shiv all 3.7.3+dfsg-5 [13.5 kB] 2307s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x node-normalize.css all 8.0.1-5 [10.8 kB] 2307s Get:126 http://ftpmaster.internal/ubuntu plucky/universe s390x pandoc-data all 3.1.11.1-3build1 [78.8 kB] 2308s Get:127 http://ftpmaster.internal/ubuntu plucky/universe s390x pandoc s390x 3.1.11.1+ds-2 [52.5 MB] 2669s Get:128 http://ftpmaster.internal/ubuntu plucky/main s390x liblzma-dev s390x 5.6.3-1 [183 kB] 2671s Get:129 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 2671s Get:130 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 2672s Get:131 http://ftpmaster.internal/ubuntu plucky/main s390x libtirpc-dev s390x 1.3.4+ds-1.3 [196 kB] 2673s Get:132 http://ftpmaster.internal/ubuntu plucky/universe s390x r-base-dev all 4.4.2-1build1 [4342 B] 2673s Get:133 http://ftpmaster.internal/ubuntu plucky/universe s390x pkg-r-autopkgtest all 20231212ubuntu1 [6448 B] 2673s Get:134 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-abind all 1.4-8-1 [66.9 kB] 2674s Get:135 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-acepack s390x 1.5.2-1 [63.5 kB] 2674s Get:136 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cardata all 3.0.5-1 [1819 kB] 2686s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-formula all 1.2-5-1 [158 kB] 2687s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mass s390x 7.3-64-1 [1113 kB] 2698s Get:139 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lattice s390x 0.22-6-1 [1340 kB] 2710s Get:140 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-nlme s390x 3.1.167-1 [2323 kB] 2730s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-matrix s390x 1.7-2-1 [4441 kB] 2765s Get:142 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mgcv s390x 1.9-1-1 [3348 kB] 2792s Get:143 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-nnet s390x 7.3-20-1 [116 kB] 2794s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-boot all 1.3-31-1 [635 kB] 2804s Get:145 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pkgkitten all 0.2.4-1 [27.2 kB] 2804s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rcpp s390x 1.0.14-1 [2003 kB] 2820s Get:147 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-minqa s390x 1.2.8-1 [139 kB] 2822s Get:148 http://ftpmaster.internal/ubuntu plucky/universe s390x libnlopt0 s390x 2.7.1-6ubuntu2 [227 kB] 2824s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-nloptr s390x 2.1.1-1 [252 kB] 2826s Get:150 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rcppeigen s390x 0.3.4.0.2-1 [1429 kB] 2836s Get:151 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-statmod s390x 1.5.0-1 [294 kB] 2838s Get:152 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lme4 s390x 1.1-35.5-1 [4153 kB] 2870s Get:153 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-backports s390x 1.5.0-2 [121 kB] 2871s Get:154 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cli s390x 3.6.3-1 [1349 kB] 2880s Get:155 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-generics all 0.1.3-1 [81.3 kB] 2881s Get:156 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-glue s390x 1.8.0-1 [164 kB] 2882s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rlang s390x 1.1.5-1 [1713 kB] 2893s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lifecycle all 1.0.4+dfsg-1 [110 kB] 2894s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-magrittr s390x 2.0.3-1 [154 kB] 2895s Get:160 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-utf8 s390x 1.2.4-1 [143 kB] 2896s Get:161 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-vctrs s390x 0.6.5-1 [1448 kB] 2908s Get:162 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pillar all 1.10.1+dfsg-1 [453 kB] 2912s Get:163 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-r6 all 2.5.1-1 [99.0 kB] 2913s Get:164 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-fansi s390x 1.0.5-1 [615 kB] 2918s Get:165 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pkgconfig all 2.0.3-2build1 [19.7 kB] 2918s Get:166 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tibble s390x 3.2.1+dfsg-3 [420 kB] 2921s Get:167 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-withr all 3.0.2+dfsg-1 [214 kB] 2923s Get:168 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tidyselect s390x 1.2.1+dfsg-1 [222 kB] 2924s Get:169 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-dplyr s390x 1.1.4-4 [1537 kB] 2934s Get:170 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-purrr s390x 1.0.2-1 [501 kB] 2937s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-stringi s390x 1.8.4-1build1 [917 kB] 2949s Get:172 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-stringr all 1.5.1-1 [290 kB] 2950s Get:173 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cpp11 all 0.5.1-1 [233 kB] 2953s Get:174 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tidyr s390x 1.3.1-1 [1157 kB] 2965s Get:175 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-broom all 1.0.7+dfsg-1 [1802 kB] 2982s Get:176 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-numderiv all 2016.8-1.1-3 [115 kB] 2983s Get:177 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gtable all 0.3.6+dfsg-1 [199 kB] 2985s Get:178 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-isoband s390x 0.2.7-1 [1481 kB] 2994s Get:179 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-farver s390x 2.1.2-1 [1353 kB] 3007s Get:180 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-labeling all 0.4.3-1 [62.1 kB] 3007s Get:181 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-colorspace s390x 2.1-1+dfsg-1 [1567 kB] 3020s Get:182 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-munsell all 0.5.1-1 [213 kB] 3022s Get:183 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rcolorbrewer all 1.1-3-1build1 [55.4 kB] 3023s Get:184 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-viridislite all 0.4.2-2 [1088 kB] 3032s Get:185 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-scales all 1.3.0-1 [603 kB] 3035s Get:186 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ggplot2 all 3.5.1+dfsg-1 [3940 kB] 3059s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cowplot all 1.1.3+dfsg-1 [614 kB] 3064s Get:188 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-deriv all 4.1.6-1 [151 kB] 3065s Get:189 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-modelr all 0.1.11-1 [195 kB] 3066s Get:190 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-microbenchmark s390x 1.5.0-1 [67.2 kB] 3067s Get:191 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-doby all 4.6.25-1 [4772 kB] 3112s Get:192 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-evaluate all 1.0.3-1 [114 kB] 3113s Get:193 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-xfun s390x 0.50+dfsg-1 [568 kB] 3117s Get:194 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-highr all 0.11+dfsg-1 [38.5 kB] 3117s Get:195 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-yaml s390x 2.3.10-1 [113 kB] 3117s Get:196 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-mathjax all 2.7.9+dfsg-1 [5665 kB] 3181s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-knitr all 1.49+dfsg-1 [859 kB] 3193s Get:198 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pbkrtest all 0.5.3-1 [178 kB] 3194s Get:199 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sparsem s390x 1.84-2-1 [826 kB] 3204s Get:200 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-matrixmodels all 0.5-3-1 [361 kB] 3206s Get:201 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-survival s390x 3.8-3-1 [8250 kB] 3270s Get:202 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-matrixstats s390x 1.5.0-1 [539 kB] 3275s Get:203 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rcpparmadillo s390x 14.2.2-1-1 [851 kB] 3277s Get:204 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-class s390x 7.3-23-1 [92.0 kB] 3277s Get:205 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-proxy s390x 0.4-27-1 [182 kB] 3277s Get:206 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-e1071 s390x 1.7-16-1 [572 kB] 3277s Get:207 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-codetools all 0.2-20-1 [90.5 kB] 3277s Get:208 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-iterators all 1.0.14-1 [336 kB] 3278s Get:209 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-foreach all 1.5.2-1 [124 kB] 3278s Get:210 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-data.table s390x 1.16.4+dfsg-1 [2032 kB] 3278s Get:211 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-modelmetrics s390x 1.2.2.2-1build1 [122 kB] 3279s Get:212 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-plyr s390x 1.8.9-1 [835 kB] 3279s Get:213 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-proc s390x 1.18.5-1 [968 kB] 3279s Get:214 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tzdb s390x 0.4.0-2 [514 kB] 3279s Get:215 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-clock s390x 0.7.1-1 [1842 kB] 3280s Get:216 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gower s390x 1.0.2-1 [209 kB] 3280s Get:217 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-hardhat all 1.4.0+dfsg-1 [565 kB] 3280s Get:218 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rpart s390x 4.1.24-1 [672 kB] 3281s Get:219 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-shape all 1.4.6.1-1 [749 kB] 3281s Get:220 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-diagram all 1.6.5-2 [656 kB] 3281s Get:221 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-kernsmooth s390x 2.23-26-1 [94.7 kB] 3281s Get:222 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-digest s390x 0.6.37-1 [205 kB] 3281s Get:223 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-globals all 0.16.3-1 [120 kB] 3281s Get:224 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-listenv all 0.9.1+dfsg-1 [112 kB] 3281s Get:225 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-parallelly s390x 1.41.0-1 [507 kB] 3281s Get:226 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-future all 1.34.0+dfsg-1 [646 kB] 3282s Get:227 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-future.apply all 1.11.3+dfsg-1 [175 kB] 3282s Get:228 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-progressr all 0.15.1-1 [353 kB] 3282s Get:229 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-squarem all 2021.1-1 [179 kB] 3282s Get:230 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lava all 1.7.3+dfsg-2 [2156 kB] 3283s Get:231 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-prodlim s390x 2024.06.25-1 [419 kB] 3283s Get:232 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ipred s390x 0.9-15-1 [386 kB] 3283s Get:233 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-timechange s390x 0.3.0-1 [185 kB] 3283s Get:234 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lubridate s390x 1.9.4+dfsg-1 [1010 kB] 3283s Get:235 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-timedate s390x 4041.110-1 [1209 kB] 3284s Get:236 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-recipes all 1.1.0+dfsg-1 [2035 kB] 3284s Get:237 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-reshape2 s390x 1.4.4-2build1 [111 kB] 3284s Get:238 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-caret s390x 7.0-1+dfsg-1 [3461 kB] 3285s Get:239 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-conquer s390x 1.3.3-1 [459 kB] 3286s Get:240 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-quantreg s390x 6.00-1 [1457 kB] 3286s Get:241 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-foreign s390x 0.8.88-1 [249 kB] 3286s Get:242 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ellipsis s390x 0.3.2-2 [35.4 kB] 3286s Get:243 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-forcats all 1.0.0-1 [369 kB] 3286s Get:244 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-hms all 1.1.3-1 [96.5 kB] 3286s Get:245 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-clipr all 0.8.0-1 [53.5 kB] 3286s Get:246 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-crayon all 1.5.3-1 [165 kB] 3286s Get:247 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-bit s390x 4.0.5-1 [1067 kB] 3287s Get:248 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-bit64 s390x 4.0.5-1 [469 kB] 3287s Get:249 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-prettyunits all 1.2.0-1 [162 kB] 3287s Get:250 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-progress all 1.2.3-1 [91.9 kB] 3287s Get:251 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-vroom s390x 1.6.5-1 [865 kB] 3287s Get:252 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-readr s390x 2.1.5-1 [778 kB] 3287s Get:253 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-haven s390x 2.5.4-1 [355 kB] 3287s Get:254 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-curl s390x 6.1.0+dfsg-1 [195 kB] 3287s Get:255 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rematch all 2.0.0-1 [18.3 kB] 3287s Get:256 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cellranger all 1.1.0-3 [102 kB] 3288s Get:257 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-readxl s390x 1.4.3-1 [730 kB] 3288s Get:258 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-writexl s390x 1.5.1-1 [158 kB] 3288s Get:259 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-r.methodss3 all 1.8.2-1 [84.0 kB] 3288s Get:260 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-r.oo all 1.27.0-1 [979 kB] 3288s Get:261 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-r.utils all 2.12.3-1 [1386 kB] 3288s Get:262 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-zip s390x 2.3.1-1 [130 kB] 3288s Get:263 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-openxlsx s390x 4.2.8-1 [2045 kB] 3289s Get:264 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rio all 1.2.3-1 [546 kB] 3289s Get:265 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-car all 3.1-3-1 [1525 kB] 3290s Get:266 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-zoo s390x 1.8-12-2 [984 kB] 3290s Get:267 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lmtest s390x 0.9.40-1 [396 kB] 3290s Get:268 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sandwich all 3.1-1-1 [1483 kB] 3291s Get:269 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-aer all 1.2-14-1 [2597 kB] 3292s Get:270 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sys s390x 3.4.3-1 [45.2 kB] 3292s Get:271 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-askpass s390x 1.2.1-1 [24.8 kB] 3292s Get:272 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-base64enc s390x 0.1-3-3 [28.0 kB] 3292s Get:273 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ggridges all 0.5.6-1 [2195 kB] 3293s Get:274 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-checkmate s390x 2.3.2-1 [708 kB] 3293s Get:275 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tensora s390x 0.36.2.1-1 [223 kB] 3293s Get:276 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-distributional all 0.5.0-1 [473 kB] 3293s Get:277 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-posterior all 1.6.0+dfsg-1 [920 kB] 3293s Get:278 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-bayesplot all 1.11.1-1 [5167 kB] 3295s Get:279 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-insight all 0.20.4+dfsg-1 [2013 kB] 3296s Get:280 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-datawizard all 0.12.3+dfsg-1 [1123 kB] 3296s Get:281 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-bayestestr all 0.14.0-1 [943 kB] 3296s Get:282 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-bh all 1.84.0-1 [5962 B] 3296s Get:283 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mvtnorm s390x 1.3-3-1 [924 kB] 3296s Get:284 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-brobdingnag all 1.2-9-1 [926 kB] 3297s Get:285 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-coda all 0.19-4.1-1 [321 kB] 3297s Get:286 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-bridgesampling all 1.1-2-1 [1467 kB] 3297s Get:287 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-brio s390x 1.1.5-1 [38.6 kB] 3297s Get:288 http://ftpmaster.internal/ubuntu plucky/universe s390x libtbb-dev s390x 2022.0.0-1 [197 kB] 3297s Get:289 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rcppparallel s390x 5.1.7+dfsg-3ubuntu1 [296 kB] 3297s Get:290 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-stanheaders s390x 2.32.10-1 [1397 kB] 3298s Get:291 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-inline all 0.3.21-1 [131 kB] 3298s Get:292 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gridextra all 2.3-3build1 [1024 kB] 3298s Get:293 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-loo all 2.8.0-1 [3071 kB] 3299s Get:294 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ps s390x 1.8.1-1 [395 kB] 3299s Get:295 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-processx s390x 3.8.5-1 [354 kB] 3299s Get:296 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-callr all 3.7.6-1 [458 kB] 3299s Get:297 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-desc all 1.4.3-1 [359 kB] 3299s Get:298 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pkgbuild all 1.4.6-1 [213 kB] 3299s Get:299 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-quickjsr s390x 1.5.1-1 [774 kB] 3300s Get:300 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rstan s390x 2.32.6-1 [2449 kB] 3300s Get:301 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rstantools all 2.4.0-1 [170 kB] 3300s Get:302 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-nleqslv s390x 3.3.5-1 [104 kB] 3300s Get:303 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-brms all 2.22.0-1 [6770 kB] 3302s Get:304 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-fastmap s390x 1.2.0-1 [72.4 kB] 3303s Get:305 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cachem s390x 1.1.0-1 [74.0 kB] 3303s Get:306 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-htmltools s390x 0.5.8.1-1 [372 kB] 3306s Get:307 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-jquerylib all 0.1.4+dfsg-4 [13.5 kB] 3306s Get:308 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-jsonlite s390x 1.8.9+dfsg-1 [447 kB] 3309s Get:309 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-memoise all 2.0.1-1 [53.9 kB] 3310s Get:310 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mime s390x 0.12-2 [35.8 kB] 3310s Get:311 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-fs s390x 1.6.5+dfsg-1 [245 kB] 3312s Get:312 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rappdirs s390x 0.3.3-1 [47.5 kB] 3312s Get:313 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sass s390x 0.4.9+dfsg-1 [1019 kB] 3320s Get:314 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-bslib all 0.8.0+dfsg-1 [4294 kB] 3351s Get:315 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-chron s390x 2.3-62-1 [188 kB] 3354s Get:316 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-clubsandwich all 0.5.11-1 [637 kB] 3358s Get:317 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-cluster s390x 2.1.8-1 [577 kB] 3361s Get:318 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-fontawesome all 0.5.3-1 [1331 kB] 3371s Get:319 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tinytex all 0.54-1 [147 kB] 3371s Get:320 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-modernizr all 3.13.0-0.1 [101 kB] 3372s Get:321 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-later s390x 1.4.1+dfsg-1 [148 kB] 3373s Get:322 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-promises s390x 1.3.2+dfsg-1 [296 kB] 3374s Get:323 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-httpuv s390x 1.6.15+dfsg-1 [507 kB] 3378s Get:324 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-xtable all 1:1.8-4-2 [689 kB] 3384s Get:325 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sourcetools s390x 0.1.7-1-1 [47.1 kB] 3384s Get:326 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-commonmark s390x 1.9.2-2 [142 kB] 3386s Get:327 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-twitter-bootstrap-datepicker all 1.3.1+dfsg1-4.1 [28.5 kB] 3387s Get:328 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-shiny all 1.9.1+dfsg-1 [3111 kB] 3408s Get:329 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rmarkdown all 2.29+dfsg-1 [1501 kB] 3421s Get:330 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-htmlwidgets all 1.6.4+dfsg-1 [123 kB] 3421s Get:331 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-miniui all 0.1.1.1-3build1 [36.1 kB] 3422s Get:332 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-shinyjs all 2.1.0-1 [967 kB] 3429s Get:333 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-colourpicker all 1.3.0+dfsg-1 [1191 kB] 3437s Get:334 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-lazyeval s390x 0.2.2-1build1 [143 kB] 3438s Get:335 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-crosstalk all 1.2.1+dfsg-1 [177 kB] 3439s Get:336 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-dbi all 1.2.3-1 [853 kB] 3445s Get:337 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-deldir s390x 2.0-4-1build1 [271 kB] 3446s Get:338 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-deoptimr all 1.1-3-1-1 [76.6 kB] 3447s Get:339 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-diffobj s390x 0.3.5-1 [1115 kB] 3454s Get:340 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-dt all 0.33+dfsg-1 [250 kB] 3455s Get:341 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-xts s390x 0.14.1-1 [1195 kB] 3465s Get:342 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-dygraphs all 1.1.1.6+dfsg-4 [319 kB] 3466s Get:343 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mitools all 2.4-2build1 [265 kB] 3467s Get:344 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-survey s390x 4.4-2-2 [3459 kB] 3469s Get:345 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-estimability all 1.5.1-1 [50.9 kB] 3469s Get:346 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-effects all 4.2.2-1 [2337 kB] 3470s Get:347 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-parameters all 0.22.2-3 [2023 kB] 3470s Get:348 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-performance all 0.12.3-1 [2712 kB] 3470s Get:349 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-effectsize all 0.8.9+dfsg-1 [753 kB] 3471s Get:350 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-emmeans all 1.10.6+dfsg-1 [1657 kB] 3471s Get:351 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gam s390x 1.22-5-1 [414 kB] 3471s Get:352 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gee s390x 4.13-29-1 [78.1 kB] 3471s Get:353 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-geepack s390x 1.3.12-1 [425 kB] 3471s Get:354 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ggeffects all 1.7.0+dfsg-1 [970 kB] 3471s Get:355 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ggrepel s390x 0.9.6-1 [271 kB] 3471s Get:356 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-tmb s390x 1.9.15-1 [1207 kB] 3471s Get:357 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-glmmtmb s390x 1.1.9+dfsg-3 [5283 kB] 3472s Get:358 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-glmnet s390x 4.1-8-1 [1942 kB] 3472s Get:359 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-gtools s390x 3.9.5-1 [340 kB] 3472s Get:360 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rstudioapi all 0.17.1-1 [299 kB] 3472s Get:361 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-htmltable all 2.4.3-1 [388 kB] 3472s Get:362 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-viridis all 0.6.5-1 [2770 kB] 3472s Get:363 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-png s390x 0.1-8-1build2 [41.5 kB] 3473s Get:364 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-jpeg s390x 0.1-10-1 [31.3 kB] 3473s Get:365 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-interp s390x 1.1-6-1 [1465 kB] 3473s Get:366 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-latticeextra all 0.6-30-1 [2198 kB] 3473s Get:367 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-hmisc s390x 5.2-2-1 [3585 kB] 3473s Get:368 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-openssl s390x 2.2.0+dfsg-1 [405 kB] 3473s Get:369 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-httr all 1.4.7+dfsg-1 [459 kB] 3473s Get:370 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-igraph s390x 2.1.4-1 [5311 kB] 3474s Get:371 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ucminf s390x 1.2.2-1 [35.8 kB] 3474s Get:372 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-ordinal s390x 2023.12-4.1-1 [1269 kB] 3474s Get:373 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-jomo s390x 2.7-6-1 [2025 kB] 3474s Get:374 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-markdown all 1.13-1 [162 kB] 3474s Get:375 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pan s390x 1.9-1 [949 kB] 3474s Get:376 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mitml all 0.4-5-1 [510 kB] 3474s Get:377 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-mice s390x 3.17.0-1 [1482 kB] 3474s Get:378 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-th.data all 1.1-3-1 [8723 kB] 3475s Get:379 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-multcomp all 1.4-28-1 [700 kB] 3475s Get:380 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rprojroot all 2.0.4-2 [125 kB] 3475s Get:381 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pkgload all 1.4.0-1 [247 kB] 3475s Get:382 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-polspline s390x 1.1.25-1 [644 kB] 3475s Get:383 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-praise all 1.0.0-4build1 [20.3 kB] 3475s Get:384 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-pscl s390x 1.5.9-1 [3386 kB] 3475s Get:385 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rms s390x 7.0-0-1 [2314 kB] 3476s Get:386 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-robustbase s390x 0.99-4-1-1 [3059 kB] 3476s Get:387 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-shinythemes all 1.2.0+dfsg-1 [428 kB] 3476s Get:388 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-threejs all 0.3.3+dfsg-2build1 [880 kB] 3476s Get:389 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-shinystan all 2.6.0-1 [2512 kB] 3476s Get:390 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-rstanarm s390x 2.32.1-2 [8215 kB] 3477s Get:391 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sjlabelled all 1.2.0-1 [287 kB] 3477s Get:392 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-sjstats all 0.19.0-1 [374 kB] 3477s Get:393 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-waldo all 0.6.1-1 [150 kB] 3477s Get:394 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x r-cran-testthat s390x 3.2.3-1 [1641 kB] 3477s Get:395 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-xml2 s390x 1.3.6-1 [342 kB] 3477s Get:396 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-vdiffr s390x 1.0.8-1 [156 kB] 3477s Get:397 http://ftpmaster.internal/ubuntu plucky/universe s390x r-cran-vgam s390x 1.1-12-1 [7658 kB] 3479s Preconfiguring packages ... 3479s Fetched 457 MB in 23min 17s (327 kB/s) 3479s Selecting previously unselected package libisl23:s390x. 3479s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 56531 files and directories currently installed.) 3479s Preparing to unpack .../000-libisl23_0.27-1_s390x.deb ... 3479s Unpacking libisl23:s390x (0.27-1) ... 3479s Selecting previously unselected package libmpc3:s390x. 3479s Preparing to unpack .../001-libmpc3_1.3.1-1build2_s390x.deb ... 3479s Unpacking libmpc3:s390x (1.3.1-1build2) ... 3479s Selecting previously unselected package cpp-14-s390x-linux-gnu. 3479s Preparing to unpack .../002-cpp-14-s390x-linux-gnu_14.2.0-13ubuntu1_s390x.deb ... 3479s Unpacking cpp-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 3479s Selecting previously unselected package cpp-14. 3479s Preparing to unpack .../003-cpp-14_14.2.0-13ubuntu1_s390x.deb ... 3479s Unpacking cpp-14 (14.2.0-13ubuntu1) ... 3479s Selecting previously unselected package cpp-s390x-linux-gnu. 3479s Preparing to unpack .../004-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 3479s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3479s Selecting previously unselected package cpp. 3479s Preparing to unpack .../005-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 3479s Unpacking cpp (4:14.1.0-2ubuntu1) ... 3479s Selecting previously unselected package libcc1-0:s390x. 3479s Preparing to unpack .../006-libcc1-0_14.2.0-13ubuntu1_s390x.deb ... 3479s Unpacking libcc1-0:s390x (14.2.0-13ubuntu1) ... 3479s Selecting previously unselected package libgomp1:s390x. 3479s Preparing to unpack .../007-libgomp1_14.2.0-13ubuntu1_s390x.deb ... 3479s Unpacking libgomp1:s390x (14.2.0-13ubuntu1) ... 3479s Selecting previously unselected package libitm1:s390x. 3479s Preparing to unpack .../008-libitm1_14.2.0-13ubuntu1_s390x.deb ... 3479s Unpacking libitm1:s390x (14.2.0-13ubuntu1) ... 3479s Selecting previously unselected package libasan8:s390x. 3479s Preparing to unpack .../009-libasan8_14.2.0-13ubuntu1_s390x.deb ... 3479s Unpacking libasan8:s390x (14.2.0-13ubuntu1) ... 3479s Selecting previously unselected package libubsan1:s390x. 3479s Preparing to unpack .../010-libubsan1_14.2.0-13ubuntu1_s390x.deb ... 3479s Unpacking libubsan1:s390x (14.2.0-13ubuntu1) ... 3479s Selecting previously unselected package libgcc-14-dev:s390x. 3479s Preparing to unpack .../011-libgcc-14-dev_14.2.0-13ubuntu1_s390x.deb ... 3479s Unpacking libgcc-14-dev:s390x (14.2.0-13ubuntu1) ... 3479s Selecting previously unselected package gcc-14-s390x-linux-gnu. 3479s Preparing to unpack .../012-gcc-14-s390x-linux-gnu_14.2.0-13ubuntu1_s390x.deb ... 3479s Unpacking gcc-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 3479s Selecting previously unselected package gcc-14. 3479s Preparing to unpack .../013-gcc-14_14.2.0-13ubuntu1_s390x.deb ... 3479s Unpacking gcc-14 (14.2.0-13ubuntu1) ... 3479s Selecting previously unselected package gcc-s390x-linux-gnu. 3479s Preparing to unpack .../014-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 3479s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3479s Selecting previously unselected package gcc. 3479s Preparing to unpack .../015-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 3479s Unpacking gcc (4:14.1.0-2ubuntu1) ... 3479s Selecting previously unselected package libstdc++-14-dev:s390x. 3479s Preparing to unpack .../016-libstdc++-14-dev_14.2.0-13ubuntu1_s390x.deb ... 3479s Unpacking libstdc++-14-dev:s390x (14.2.0-13ubuntu1) ... 3479s Selecting previously unselected package g++-14-s390x-linux-gnu. 3479s Preparing to unpack .../017-g++-14-s390x-linux-gnu_14.2.0-13ubuntu1_s390x.deb ... 3479s Unpacking g++-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 3480s Selecting previously unselected package g++-14. 3480s Preparing to unpack .../018-g++-14_14.2.0-13ubuntu1_s390x.deb ... 3480s Unpacking g++-14 (14.2.0-13ubuntu1) ... 3480s Selecting previously unselected package g++-s390x-linux-gnu. 3480s Preparing to unpack .../019-g++-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 3480s Unpacking g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3480s Selecting previously unselected package g++. 3480s Preparing to unpack .../020-g++_4%3a14.1.0-2ubuntu1_s390x.deb ... 3480s Unpacking g++ (4:14.1.0-2ubuntu1) ... 3480s Selecting previously unselected package build-essential. 3480s Preparing to unpack .../021-build-essential_12.10ubuntu1_s390x.deb ... 3480s Unpacking build-essential (12.10ubuntu1) ... 3480s Selecting previously unselected package dctrl-tools. 3480s Preparing to unpack .../022-dctrl-tools_2.24-3build3_s390x.deb ... 3480s Unpacking dctrl-tools (2.24-3build3) ... 3480s Selecting previously unselected package libfreetype6:s390x. 3480s Preparing to unpack .../023-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 3480s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 3480s Selecting previously unselected package fonts-dejavu-mono. 3480s Preparing to unpack .../024-fonts-dejavu-mono_2.37-8_all.deb ... 3480s Unpacking fonts-dejavu-mono (2.37-8) ... 3480s Selecting previously unselected package fonts-dejavu-core. 3480s Preparing to unpack .../025-fonts-dejavu-core_2.37-8_all.deb ... 3480s Unpacking fonts-dejavu-core (2.37-8) ... 3480s Selecting previously unselected package fontconfig-config. 3480s Preparing to unpack .../026-fontconfig-config_2.15.0-1.1ubuntu2_s390x.deb ... 3480s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 3480s Selecting previously unselected package libfontconfig1:s390x. 3480s Preparing to unpack .../027-libfontconfig1_2.15.0-1.1ubuntu2_s390x.deb ... 3480s Unpacking libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 3480s Selecting previously unselected package fontconfig. 3480s Preparing to unpack .../028-fontconfig_2.15.0-1.1ubuntu2_s390x.deb ... 3480s Unpacking fontconfig (2.15.0-1.1ubuntu2) ... 3480s Selecting previously unselected package fonts-font-awesome. 3480s Preparing to unpack .../029-fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1_all.deb ... 3480s Unpacking fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 3480s Selecting previously unselected package fonts-glyphicons-halflings. 3480s Preparing to unpack .../030-fonts-glyphicons-halflings_1.009~3.4.1+dfsg-3_all.deb ... 3480s Unpacking fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) ... 3480s Selecting previously unselected package fonts-mathjax. 3480s Preparing to unpack .../031-fonts-mathjax_2.7.9+dfsg-1_all.deb ... 3480s Unpacking fonts-mathjax (2.7.9+dfsg-1) ... 3480s Selecting previously unselected package libgfortran5:s390x. 3480s Preparing to unpack .../032-libgfortran5_14.2.0-13ubuntu1_s390x.deb ... 3480s Unpacking libgfortran5:s390x (14.2.0-13ubuntu1) ... 3480s Selecting previously unselected package libgfortran-14-dev:s390x. 3480s Preparing to unpack .../033-libgfortran-14-dev_14.2.0-13ubuntu1_s390x.deb ... 3480s Unpacking libgfortran-14-dev:s390x (14.2.0-13ubuntu1) ... 3480s Selecting previously unselected package gfortran-14-s390x-linux-gnu. 3480s Preparing to unpack .../034-gfortran-14-s390x-linux-gnu_14.2.0-13ubuntu1_s390x.deb ... 3480s Unpacking gfortran-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 3480s Selecting previously unselected package gfortran-14. 3480s Preparing to unpack .../035-gfortran-14_14.2.0-13ubuntu1_s390x.deb ... 3480s Unpacking gfortran-14 (14.2.0-13ubuntu1) ... 3480s Selecting previously unselected package gfortran-s390x-linux-gnu. 3480s Preparing to unpack .../036-gfortran-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 3480s Unpacking gfortran-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3480s Selecting previously unselected package gfortran. 3480s Preparing to unpack .../037-gfortran_4%3a14.1.0-2ubuntu1_s390x.deb ... 3480s Unpacking gfortran (4:14.1.0-2ubuntu1) ... 3480s Selecting previously unselected package icu-devtools. 3480s Preparing to unpack .../038-icu-devtools_76.1-1ubuntu2_s390x.deb ... 3480s Unpacking icu-devtools (76.1-1ubuntu2) ... 3480s Selecting previously unselected package javascript-common. 3480s Preparing to unpack .../039-javascript-common_11+nmu1_all.deb ... 3480s Unpacking javascript-common (11+nmu1) ... 3480s Selecting previously unselected package libsuitesparseconfig7:s390x. 3480s Preparing to unpack .../040-libsuitesparseconfig7_1%3a7.8.3+dfsg-2_s390x.deb ... 3480s Unpacking libsuitesparseconfig7:s390x (1:7.8.3+dfsg-2) ... 3480s Selecting previously unselected package libamd3:s390x. 3480s Preparing to unpack .../041-libamd3_1%3a7.8.3+dfsg-2_s390x.deb ... 3480s Unpacking libamd3:s390x (1:7.8.3+dfsg-2) ... 3480s Selecting previously unselected package libblas3:s390x. 3480s Preparing to unpack .../042-libblas3_3.12.0-4_s390x.deb ... 3480s Unpacking libblas3:s390x (3.12.0-4) ... 3480s Selecting previously unselected package libblas-dev:s390x. 3480s Preparing to unpack .../043-libblas-dev_3.12.0-4_s390x.deb ... 3480s Unpacking libblas-dev:s390x (3.12.0-4) ... 3480s Selecting previously unselected package libboost1.83-dev:s390x. 3480s Preparing to unpack .../044-libboost1.83-dev_1.83.0-4ubuntu2_s390x.deb ... 3480s Unpacking libboost1.83-dev:s390x (1.83.0-4ubuntu2) ... 3482s Selecting previously unselected package libboost-dev:s390x. 3482s Preparing to unpack .../045-libboost-dev_1.83.0.2ubuntu1_s390x.deb ... 3482s Unpacking libboost-dev:s390x (1.83.0.2ubuntu1) ... 3482s Selecting previously unselected package libbz2-dev:s390x. 3482s Preparing to unpack .../046-libbz2-dev_1.0.8-6_s390x.deb ... 3482s Unpacking libbz2-dev:s390x (1.0.8-6) ... 3482s Selecting previously unselected package libpixman-1-0:s390x. 3482s Preparing to unpack .../047-libpixman-1-0_0.44.0-3_s390x.deb ... 3482s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 3482s Selecting previously unselected package libxcb-render0:s390x. 3482s Preparing to unpack .../048-libxcb-render0_1.17.0-2_s390x.deb ... 3482s Unpacking libxcb-render0:s390x (1.17.0-2) ... 3482s Selecting previously unselected package libxcb-shm0:s390x. 3482s Preparing to unpack .../049-libxcb-shm0_1.17.0-2_s390x.deb ... 3482s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 3482s Selecting previously unselected package libxrender1:s390x. 3482s Preparing to unpack .../050-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 3482s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 3482s Selecting previously unselected package libcairo2:s390x. 3482s Preparing to unpack .../051-libcairo2_1.18.2-2_s390x.deb ... 3482s Unpacking libcairo2:s390x (1.18.2-2) ... 3482s Selecting previously unselected package libcolamd3:s390x. 3482s Preparing to unpack .../052-libcolamd3_1%3a7.8.3+dfsg-2_s390x.deb ... 3482s Unpacking libcolamd3:s390x (1:7.8.3+dfsg-2) ... 3482s Selecting previously unselected package libdatrie1:s390x. 3482s Preparing to unpack .../053-libdatrie1_0.2.13-3build1_s390x.deb ... 3482s Unpacking libdatrie1:s390x (0.2.13-3build1) ... 3482s Selecting previously unselected package libdeflate0:s390x. 3482s Preparing to unpack .../054-libdeflate0_1.23-1_s390x.deb ... 3482s Unpacking libdeflate0:s390x (1.23-1) ... 3482s Selecting previously unselected package libdeflate-dev:s390x. 3482s Preparing to unpack .../055-libdeflate-dev_1.23-1_s390x.deb ... 3482s Unpacking libdeflate-dev:s390x (1.23-1) ... 3482s Selecting previously unselected package libltdl7:s390x. 3482s Preparing to unpack .../056-libltdl7_2.5.4-2.1_s390x.deb ... 3482s Unpacking libltdl7:s390x (2.5.4-2.1) ... 3482s Selecting previously unselected package libglpk40:s390x. 3482s Preparing to unpack .../057-libglpk40_5.0-1build2_s390x.deb ... 3482s Unpacking libglpk40:s390x (5.0-1build2) ... 3482s Selecting previously unselected package libgraphite2-3:s390x. 3482s Preparing to unpack .../058-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 3482s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 3482s Selecting previously unselected package libharfbuzz0b:s390x. 3482s Preparing to unpack .../059-libharfbuzz0b_10.2.0-1_s390x.deb ... 3482s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 3482s Selecting previously unselected package libhwloc15:s390x. 3482s Preparing to unpack .../060-libhwloc15_2.11.2-1build1_s390x.deb ... 3482s Unpacking libhwloc15:s390x (2.11.2-1build1) ... 3482s Selecting previously unselected package x11-common. 3482s Preparing to unpack .../061-x11-common_1%3a7.7+23ubuntu3_all.deb ... 3482s Unpacking x11-common (1:7.7+23ubuntu3) ... 3482s Selecting previously unselected package libice6:s390x. 3482s Preparing to unpack .../062-libice6_2%3a1.1.1-1_s390x.deb ... 3482s Unpacking libice6:s390x (2:1.1.1-1) ... 3482s Selecting previously unselected package libicu-dev:s390x. 3482s Preparing to unpack .../063-libicu-dev_76.1-1ubuntu2_s390x.deb ... 3482s Unpacking libicu-dev:s390x (76.1-1ubuntu2) ... 3482s Selecting previously unselected package libjpeg-turbo8:s390x. 3482s Preparing to unpack .../064-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 3482s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 3482s Selecting previously unselected package libjpeg-turbo8-dev:s390x. 3482s Preparing to unpack .../065-libjpeg-turbo8-dev_2.1.5-3ubuntu2_s390x.deb ... 3482s Unpacking libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 3482s Selecting previously unselected package libjpeg8:s390x. 3482s Preparing to unpack .../066-libjpeg8_8c-2ubuntu11_s390x.deb ... 3482s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 3482s Selecting previously unselected package libjpeg8-dev:s390x. 3482s Preparing to unpack .../067-libjpeg8-dev_8c-2ubuntu11_s390x.deb ... 3482s Unpacking libjpeg8-dev:s390x (8c-2ubuntu11) ... 3482s Selecting previously unselected package libjpeg-dev:s390x. 3482s Preparing to unpack .../068-libjpeg-dev_8c-2ubuntu11_s390x.deb ... 3482s Unpacking libjpeg-dev:s390x (8c-2ubuntu11) ... 3482s Selecting previously unselected package libjs-bootstrap. 3482s Preparing to unpack .../069-libjs-bootstrap_3.4.1+dfsg-3_all.deb ... 3482s Unpacking libjs-bootstrap (3.4.1+dfsg-3) ... 3482s Selecting previously unselected package libjs-popper.js. 3482s Preparing to unpack .../070-libjs-popper.js_1.16.1+ds-6_all.deb ... 3482s Unpacking libjs-popper.js (1.16.1+ds-6) ... 3482s Selecting previously unselected package libjs-bootstrap4. 3482s Preparing to unpack .../071-libjs-bootstrap4_4.6.1+dfsg1-4_all.deb ... 3482s Unpacking libjs-bootstrap4 (4.6.1+dfsg1-4) ... 3482s Selecting previously unselected package libjs-d3. 3482s Preparing to unpack .../072-libjs-d3_3.5.17-4_all.deb ... 3482s Unpacking libjs-d3 (3.5.17-4) ... 3482s Selecting previously unselected package libjs-es5-shim. 3482s Preparing to unpack .../073-libjs-es5-shim_4.6.7-2_all.deb ... 3482s Unpacking libjs-es5-shim (4.6.7-2) ... 3482s Selecting previously unselected package libjs-highlight.js. 3482s Preparing to unpack .../074-libjs-highlight.js_9.18.5+dfsg1-2_all.deb ... 3482s Unpacking libjs-highlight.js (9.18.5+dfsg1-2) ... 3482s Selecting previously unselected package libjs-jquery. 3482s Preparing to unpack .../075-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 3482s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 3482s Selecting previously unselected package libjs-jquery-datatables. 3482s Preparing to unpack .../076-libjs-jquery-datatables_1.11.5+dfsg-2_all.deb ... 3482s Unpacking libjs-jquery-datatables (1.11.5+dfsg-2) ... 3482s Selecting previously unselected package libjs-jquery-datatables-extensions. 3482s Preparing to unpack .../077-libjs-jquery-datatables-extensions_0.0+git20150910.28fd64e+dfsg-5_all.deb ... 3482s Unpacking libjs-jquery-datatables-extensions (0.0+git20150910.28fd64e+dfsg-5) ... 3482s Selecting previously unselected package libjs-sifter.js. 3482s Preparing to unpack .../078-libjs-sifter.js_0.6.0+dfsg-3_all.deb ... 3482s Unpacking libjs-sifter.js (0.6.0+dfsg-3) ... 3482s Selecting previously unselected package libjs-microplugin.js. 3482s Preparing to unpack .../079-libjs-microplugin.js_0.0.3+dfsg-1.1_all.deb ... 3482s Unpacking libjs-microplugin.js (0.0.3+dfsg-1.1) ... 3482s Selecting previously unselected package libjs-jquery-selectize.js. 3482s Preparing to unpack .../080-libjs-jquery-selectize.js_0.12.6+dfsg-1.1_all.deb ... 3482s Unpacking libjs-jquery-selectize.js (0.12.6+dfsg-1.1) ... 3482s Selecting previously unselected package libjs-jquery-ui. 3482s Preparing to unpack .../081-libjs-jquery-ui_1.13.2+dfsg-1_all.deb ... 3482s Unpacking libjs-jquery-ui (1.13.2+dfsg-1) ... 3482s Selecting previously unselected package libjs-json. 3482s Preparing to unpack .../082-libjs-json_0~20221030+~1.0.8-1_all.deb ... 3482s Unpacking libjs-json (0~20221030+~1.0.8-1) ... 3482s Selecting previously unselected package libjs-prettify. 3482s Preparing to unpack .../083-libjs-prettify_2015.12.04+dfsg-1.1_all.deb ... 3482s Unpacking libjs-prettify (2015.12.04+dfsg-1.1) ... 3482s Selecting previously unselected package liblapack3:s390x. 3482s Preparing to unpack .../084-liblapack3_3.12.0-4_s390x.deb ... 3482s Unpacking liblapack3:s390x (3.12.0-4) ... 3482s Selecting previously unselected package liblapack-dev:s390x. 3482s Preparing to unpack .../085-liblapack-dev_3.12.0-4_s390x.deb ... 3482s Unpacking liblapack-dev:s390x (3.12.0-4) ... 3482s Selecting previously unselected package liblua5.4-0:s390x. 3482s Preparing to unpack .../086-liblua5.4-0_5.4.7-1_s390x.deb ... 3482s Unpacking liblua5.4-0:s390x (5.4.7-1) ... 3482s Selecting previously unselected package libncurses-dev:s390x. 3482s Preparing to unpack .../087-libncurses-dev_6.5-2_s390x.deb ... 3482s Unpacking libncurses-dev:s390x (6.5-2) ... 3482s Selecting previously unselected package libthai-data. 3482s Preparing to unpack .../088-libthai-data_0.1.29-2build1_all.deb ... 3482s Unpacking libthai-data (0.1.29-2build1) ... 3482s Selecting previously unselected package libthai0:s390x. 3482s Preparing to unpack .../089-libthai0_0.1.29-2build1_s390x.deb ... 3482s Unpacking libthai0:s390x (0.1.29-2build1) ... 3482s Selecting previously unselected package libpango-1.0-0:s390x. 3482s Preparing to unpack .../090-libpango-1.0-0_1.56.1-1_s390x.deb ... 3482s Unpacking libpango-1.0-0:s390x (1.56.1-1) ... 3483s Selecting previously unselected package libpangoft2-1.0-0:s390x. 3483s Preparing to unpack .../091-libpangoft2-1.0-0_1.56.1-1_s390x.deb ... 3483s Unpacking libpangoft2-1.0-0:s390x (1.56.1-1) ... 3483s Selecting previously unselected package libpangocairo-1.0-0:s390x. 3483s Preparing to unpack .../092-libpangocairo-1.0-0_1.56.1-1_s390x.deb ... 3483s Unpacking libpangocairo-1.0-0:s390x (1.56.1-1) ... 3483s Selecting previously unselected package libpaper2:s390x. 3483s Preparing to unpack .../093-libpaper2_2.2.5-0.3_s390x.deb ... 3483s Unpacking libpaper2:s390x (2.2.5-0.3) ... 3483s Selecting previously unselected package libpaper-utils. 3483s Preparing to unpack .../094-libpaper-utils_2.2.5-0.3_s390x.deb ... 3483s Unpacking libpaper-utils (2.2.5-0.3) ... 3483s Selecting previously unselected package libpcre2-16-0:s390x. 3483s Preparing to unpack .../095-libpcre2-16-0_10.42-4ubuntu3_s390x.deb ... 3483s Unpacking libpcre2-16-0:s390x (10.42-4ubuntu3) ... 3483s Selecting previously unselected package libpcre2-32-0:s390x. 3483s Preparing to unpack .../096-libpcre2-32-0_10.42-4ubuntu3_s390x.deb ... 3483s Unpacking libpcre2-32-0:s390x (10.42-4ubuntu3) ... 3483s Selecting previously unselected package libpcre2-posix3:s390x. 3483s Preparing to unpack .../097-libpcre2-posix3_10.42-4ubuntu3_s390x.deb ... 3483s Unpacking libpcre2-posix3:s390x (10.42-4ubuntu3) ... 3483s Selecting previously unselected package libpcre2-dev:s390x. 3483s Preparing to unpack .../098-libpcre2-dev_10.42-4ubuntu3_s390x.deb ... 3483s Unpacking libpcre2-dev:s390x (10.42-4ubuntu3) ... 3483s Selecting previously unselected package libpkgconf3:s390x. 3483s Preparing to unpack .../099-libpkgconf3_1.8.1-4_s390x.deb ... 3483s Unpacking libpkgconf3:s390x (1.8.1-4) ... 3483s Selecting previously unselected package zlib1g-dev:s390x. 3483s Preparing to unpack .../100-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 3483s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 3483s Selecting previously unselected package libpng-dev:s390x. 3483s Preparing to unpack .../101-libpng-dev_1.6.44-3_s390x.deb ... 3483s Unpacking libpng-dev:s390x (1.6.44-3) ... 3483s Selecting previously unselected package libreadline-dev:s390x. 3483s Preparing to unpack .../102-libreadline-dev_8.2-6_s390x.deb ... 3483s Unpacking libreadline-dev:s390x (8.2-6) ... 3483s Selecting previously unselected package libsharpyuv0:s390x. 3483s Preparing to unpack .../103-libsharpyuv0_1.5.0-0.1_s390x.deb ... 3483s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 3483s Selecting previously unselected package libsm6:s390x. 3483s Preparing to unpack .../104-libsm6_2%3a1.2.4-1_s390x.deb ... 3483s Unpacking libsm6:s390x (2:1.2.4-1) ... 3483s Selecting previously unselected package libtbbmalloc2:s390x. 3483s Preparing to unpack .../105-libtbbmalloc2_2022.0.0-1_s390x.deb ... 3483s Unpacking libtbbmalloc2:s390x (2022.0.0-1) ... 3483s Selecting previously unselected package libtbbbind-2-5:s390x. 3483s Preparing to unpack .../106-libtbbbind-2-5_2022.0.0-1_s390x.deb ... 3483s Unpacking libtbbbind-2-5:s390x (2022.0.0-1) ... 3483s Selecting previously unselected package libtbb12:s390x. 3483s Preparing to unpack .../107-libtbb12_2022.0.0-1_s390x.deb ... 3483s Unpacking libtbb12:s390x (2022.0.0-1) ... 3483s Selecting previously unselected package libtcl8.6:s390x. 3483s Preparing to unpack .../108-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 3483s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 3483s Selecting previously unselected package libjbig0:s390x. 3483s Preparing to unpack .../109-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 3483s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 3483s Selecting previously unselected package libwebp7:s390x. 3483s Preparing to unpack .../110-libwebp7_1.5.0-0.1_s390x.deb ... 3483s Unpacking libwebp7:s390x (1.5.0-0.1) ... 3483s Selecting previously unselected package libtiff6:s390x. 3483s Preparing to unpack .../111-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 3483s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 3483s Selecting previously unselected package libxft2:s390x. 3483s Preparing to unpack .../112-libxft2_2.3.6-1build1_s390x.deb ... 3483s Unpacking libxft2:s390x (2.3.6-1build1) ... 3483s Selecting previously unselected package libxss1:s390x. 3483s Preparing to unpack .../113-libxss1_1%3a1.2.3-1build3_s390x.deb ... 3483s Unpacking libxss1:s390x (1:1.2.3-1build3) ... 3483s Selecting previously unselected package libtk8.6:s390x. 3483s Preparing to unpack .../114-libtk8.6_8.6.16-1_s390x.deb ... 3483s Unpacking libtk8.6:s390x (8.6.16-1) ... 3483s Selecting previously unselected package libxt6t64:s390x. 3483s Preparing to unpack .../115-libxt6t64_1%3a1.2.1-1.2build1_s390x.deb ... 3483s Unpacking libxt6t64:s390x (1:1.2.1-1.2build1) ... 3483s Selecting previously unselected package zip. 3483s Preparing to unpack .../116-zip_3.0-14ubuntu2_s390x.deb ... 3483s Unpacking zip (3.0-14ubuntu2) ... 3483s Selecting previously unselected package unzip. 3483s Preparing to unpack .../117-unzip_6.0-28ubuntu6_s390x.deb ... 3483s Unpacking unzip (6.0-28ubuntu6) ... 3483s Selecting previously unselected package xdg-utils. 3483s Preparing to unpack .../118-xdg-utils_1.2.1-0ubuntu1_all.deb ... 3483s Unpacking xdg-utils (1.2.1-0ubuntu1) ... 3483s Selecting previously unselected package r-base-core. 3483s Preparing to unpack .../119-r-base-core_4.4.2-1build1_s390x.deb ... 3483s Unpacking r-base-core (4.4.2-1build1) ... 3483s Selecting previously unselected package r-cran-littler. 3483s Preparing to unpack .../120-r-cran-littler_0.3.20-2_s390x.deb ... 3483s Unpacking r-cran-littler (0.3.20-2) ... 3483s Selecting previously unselected package littler. 3483s Preparing to unpack .../121-littler_0.3.20-2_all.deb ... 3483s Unpacking littler (0.3.20-2) ... 3483s Selecting previously unselected package node-bootstrap-sass. 3483s Preparing to unpack .../122-node-bootstrap-sass_3.4.3-2_all.deb ... 3483s Unpacking node-bootstrap-sass (3.4.3-2) ... 3483s Selecting previously unselected package node-html5shiv. 3483s Preparing to unpack .../123-node-html5shiv_3.7.3+dfsg-5_all.deb ... 3483s Unpacking node-html5shiv (3.7.3+dfsg-5) ... 3483s Selecting previously unselected package node-normalize.css. 3483s Preparing to unpack .../124-node-normalize.css_8.0.1-5_all.deb ... 3483s Unpacking node-normalize.css (8.0.1-5) ... 3483s Selecting previously unselected package pandoc-data. 3483s Preparing to unpack .../125-pandoc-data_3.1.11.1-3build1_all.deb ... 3483s Unpacking pandoc-data (3.1.11.1-3build1) ... 3483s Selecting previously unselected package pandoc. 3483s Preparing to unpack .../126-pandoc_3.1.11.1+ds-2_s390x.deb ... 3483s Unpacking pandoc (3.1.11.1+ds-2) ... 3485s Selecting previously unselected package liblzma-dev:s390x. 3485s Preparing to unpack .../127-liblzma-dev_5.6.3-1_s390x.deb ... 3485s Unpacking liblzma-dev:s390x (5.6.3-1) ... 3485s Selecting previously unselected package pkgconf-bin. 3485s Preparing to unpack .../128-pkgconf-bin_1.8.1-4_s390x.deb ... 3485s Unpacking pkgconf-bin (1.8.1-4) ... 3485s Selecting previously unselected package pkgconf:s390x. 3485s Preparing to unpack .../129-pkgconf_1.8.1-4_s390x.deb ... 3485s Unpacking pkgconf:s390x (1.8.1-4) ... 3485s Selecting previously unselected package libtirpc-dev:s390x. 3485s Preparing to unpack .../130-libtirpc-dev_1.3.4+ds-1.3_s390x.deb ... 3485s Unpacking libtirpc-dev:s390x (1.3.4+ds-1.3) ... 3485s Selecting previously unselected package r-base-dev. 3485s Preparing to unpack .../131-r-base-dev_4.4.2-1build1_all.deb ... 3485s Unpacking r-base-dev (4.4.2-1build1) ... 3485s Selecting previously unselected package pkg-r-autopkgtest. 3485s Preparing to unpack .../132-pkg-r-autopkgtest_20231212ubuntu1_all.deb ... 3485s Unpacking pkg-r-autopkgtest (20231212ubuntu1) ... 3485s Selecting previously unselected package r-cran-abind. 3485s Preparing to unpack .../133-r-cran-abind_1.4-8-1_all.deb ... 3485s Unpacking r-cran-abind (1.4-8-1) ... 3485s Selecting previously unselected package r-cran-acepack. 3485s Preparing to unpack .../134-r-cran-acepack_1.5.2-1_s390x.deb ... 3485s Unpacking r-cran-acepack (1.5.2-1) ... 3485s Selecting previously unselected package r-cran-cardata. 3485s Preparing to unpack .../135-r-cran-cardata_3.0.5-1_all.deb ... 3485s Unpacking r-cran-cardata (3.0.5-1) ... 3485s Selecting previously unselected package r-cran-formula. 3485s Preparing to unpack .../136-r-cran-formula_1.2-5-1_all.deb ... 3485s Unpacking r-cran-formula (1.2-5-1) ... 3485s Selecting previously unselected package r-cran-mass. 3485s Preparing to unpack .../137-r-cran-mass_7.3-64-1_s390x.deb ... 3485s Unpacking r-cran-mass (7.3-64-1) ... 3485s Selecting previously unselected package r-cran-lattice. 3485s Preparing to unpack .../138-r-cran-lattice_0.22-6-1_s390x.deb ... 3485s Unpacking r-cran-lattice (0.22-6-1) ... 3485s Selecting previously unselected package r-cran-nlme. 3485s Preparing to unpack .../139-r-cran-nlme_3.1.167-1_s390x.deb ... 3485s Unpacking r-cran-nlme (3.1.167-1) ... 3485s Selecting previously unselected package r-cran-matrix. 3485s Preparing to unpack .../140-r-cran-matrix_1.7-2-1_s390x.deb ... 3485s Unpacking r-cran-matrix (1.7-2-1) ... 3485s Selecting previously unselected package r-cran-mgcv. 3485s Preparing to unpack .../141-r-cran-mgcv_1.9-1-1_s390x.deb ... 3485s Unpacking r-cran-mgcv (1.9-1-1) ... 3485s Selecting previously unselected package r-cran-nnet. 3485s Preparing to unpack .../142-r-cran-nnet_7.3-20-1_s390x.deb ... 3485s Unpacking r-cran-nnet (7.3-20-1) ... 3485s Selecting previously unselected package r-cran-boot. 3485s Preparing to unpack .../143-r-cran-boot_1.3-31-1_all.deb ... 3485s Unpacking r-cran-boot (1.3-31-1) ... 3485s Selecting previously unselected package r-cran-pkgkitten. 3485s Preparing to unpack .../144-r-cran-pkgkitten_0.2.4-1_all.deb ... 3485s Unpacking r-cran-pkgkitten (0.2.4-1) ... 3485s Selecting previously unselected package r-cran-rcpp. 3485s Preparing to unpack .../145-r-cran-rcpp_1.0.14-1_s390x.deb ... 3485s Unpacking r-cran-rcpp (1.0.14-1) ... 3485s Selecting previously unselected package r-cran-minqa. 3485s Preparing to unpack .../146-r-cran-minqa_1.2.8-1_s390x.deb ... 3485s Unpacking r-cran-minqa (1.2.8-1) ... 3485s Selecting previously unselected package libnlopt0:s390x. 3485s Preparing to unpack .../147-libnlopt0_2.7.1-6ubuntu2_s390x.deb ... 3485s Unpacking libnlopt0:s390x (2.7.1-6ubuntu2) ... 3485s Selecting previously unselected package r-cran-nloptr. 3485s Preparing to unpack .../148-r-cran-nloptr_2.1.1-1_s390x.deb ... 3485s Unpacking r-cran-nloptr (2.1.1-1) ... 3485s Selecting previously unselected package r-cran-rcppeigen. 3485s Preparing to unpack .../149-r-cran-rcppeigen_0.3.4.0.2-1_s390x.deb ... 3485s Unpacking r-cran-rcppeigen (0.3.4.0.2-1) ... 3485s Selecting previously unselected package r-cran-statmod. 3485s Preparing to unpack .../150-r-cran-statmod_1.5.0-1_s390x.deb ... 3485s Unpacking r-cran-statmod (1.5.0-1) ... 3485s Selecting previously unselected package r-cran-lme4. 3485s Preparing to unpack .../151-r-cran-lme4_1.1-35.5-1_s390x.deb ... 3485s Unpacking r-cran-lme4 (1.1-35.5-1) ... 3485s Selecting previously unselected package r-cran-backports. 3485s Preparing to unpack .../152-r-cran-backports_1.5.0-2_s390x.deb ... 3485s Unpacking r-cran-backports (1.5.0-2) ... 3485s Selecting previously unselected package r-cran-cli. 3485s Preparing to unpack .../153-r-cran-cli_3.6.3-1_s390x.deb ... 3485s Unpacking r-cran-cli (3.6.3-1) ... 3485s Selecting previously unselected package r-cran-generics. 3485s Preparing to unpack .../154-r-cran-generics_0.1.3-1_all.deb ... 3485s Unpacking r-cran-generics (0.1.3-1) ... 3485s Selecting previously unselected package r-cran-glue. 3485s Preparing to unpack .../155-r-cran-glue_1.8.0-1_s390x.deb ... 3485s Unpacking r-cran-glue (1.8.0-1) ... 3485s Selecting previously unselected package r-cran-rlang. 3485s Preparing to unpack .../156-r-cran-rlang_1.1.5-1_s390x.deb ... 3485s Unpacking r-cran-rlang (1.1.5-1) ... 3485s Selecting previously unselected package r-cran-lifecycle. 3485s Preparing to unpack .../157-r-cran-lifecycle_1.0.4+dfsg-1_all.deb ... 3485s Unpacking r-cran-lifecycle (1.0.4+dfsg-1) ... 3485s Selecting previously unselected package r-cran-magrittr. 3485s Preparing to unpack .../158-r-cran-magrittr_2.0.3-1_s390x.deb ... 3485s Unpacking r-cran-magrittr (2.0.3-1) ... 3485s Selecting previously unselected package r-cran-utf8. 3485s Preparing to unpack .../159-r-cran-utf8_1.2.4-1_s390x.deb ... 3485s Unpacking r-cran-utf8 (1.2.4-1) ... 3485s Selecting previously unselected package r-cran-vctrs. 3485s Preparing to unpack .../160-r-cran-vctrs_0.6.5-1_s390x.deb ... 3485s Unpacking r-cran-vctrs (0.6.5-1) ... 3485s Selecting previously unselected package r-cran-pillar. 3485s Preparing to unpack .../161-r-cran-pillar_1.10.1+dfsg-1_all.deb ... 3485s Unpacking r-cran-pillar (1.10.1+dfsg-1) ... 3485s Selecting previously unselected package r-cran-r6. 3485s Preparing to unpack .../162-r-cran-r6_2.5.1-1_all.deb ... 3485s Unpacking r-cran-r6 (2.5.1-1) ... 3485s Selecting previously unselected package r-cran-fansi. 3485s Preparing to unpack .../163-r-cran-fansi_1.0.5-1_s390x.deb ... 3485s Unpacking r-cran-fansi (1.0.5-1) ... 3485s Selecting previously unselected package r-cran-pkgconfig. 3485s Preparing to unpack .../164-r-cran-pkgconfig_2.0.3-2build1_all.deb ... 3485s Unpacking r-cran-pkgconfig (2.0.3-2build1) ... 3485s Selecting previously unselected package r-cran-tibble. 3485s Preparing to unpack .../165-r-cran-tibble_3.2.1+dfsg-3_s390x.deb ... 3485s Unpacking r-cran-tibble (3.2.1+dfsg-3) ... 3485s Selecting previously unselected package r-cran-withr. 3485s Preparing to unpack .../166-r-cran-withr_3.0.2+dfsg-1_all.deb ... 3485s Unpacking r-cran-withr (3.0.2+dfsg-1) ... 3485s Selecting previously unselected package r-cran-tidyselect. 3485s Preparing to unpack .../167-r-cran-tidyselect_1.2.1+dfsg-1_s390x.deb ... 3485s Unpacking r-cran-tidyselect (1.2.1+dfsg-1) ... 3485s Selecting previously unselected package r-cran-dplyr. 3485s Preparing to unpack .../168-r-cran-dplyr_1.1.4-4_s390x.deb ... 3485s Unpacking r-cran-dplyr (1.1.4-4) ... 3485s Selecting previously unselected package r-cran-purrr. 3485s Preparing to unpack .../169-r-cran-purrr_1.0.2-1_s390x.deb ... 3485s Unpacking r-cran-purrr (1.0.2-1) ... 3485s Selecting previously unselected package r-cran-stringi. 3485s Preparing to unpack .../170-r-cran-stringi_1.8.4-1build1_s390x.deb ... 3485s Unpacking r-cran-stringi (1.8.4-1build1) ... 3485s Selecting previously unselected package r-cran-stringr. 3485s Preparing to unpack .../171-r-cran-stringr_1.5.1-1_all.deb ... 3485s Unpacking r-cran-stringr (1.5.1-1) ... 3485s Selecting previously unselected package r-cran-cpp11. 3485s Preparing to unpack .../172-r-cran-cpp11_0.5.1-1_all.deb ... 3485s Unpacking r-cran-cpp11 (0.5.1-1) ... 3485s Selecting previously unselected package r-cran-tidyr. 3485s Preparing to unpack .../173-r-cran-tidyr_1.3.1-1_s390x.deb ... 3485s Unpacking r-cran-tidyr (1.3.1-1) ... 3486s Selecting previously unselected package r-cran-broom. 3486s Preparing to unpack .../174-r-cran-broom_1.0.7+dfsg-1_all.deb ... 3486s Unpacking r-cran-broom (1.0.7+dfsg-1) ... 3486s Selecting previously unselected package r-cran-numderiv. 3486s Preparing to unpack .../175-r-cran-numderiv_2016.8-1.1-3_all.deb ... 3486s Unpacking r-cran-numderiv (2016.8-1.1-3) ... 3486s Selecting previously unselected package r-cran-gtable. 3486s Preparing to unpack .../176-r-cran-gtable_0.3.6+dfsg-1_all.deb ... 3486s Unpacking r-cran-gtable (0.3.6+dfsg-1) ... 3486s Selecting previously unselected package r-cran-isoband. 3486s Preparing to unpack .../177-r-cran-isoband_0.2.7-1_s390x.deb ... 3486s Unpacking r-cran-isoband (0.2.7-1) ... 3486s Selecting previously unselected package r-cran-farver. 3486s Preparing to unpack .../178-r-cran-farver_2.1.2-1_s390x.deb ... 3486s Unpacking r-cran-farver (2.1.2-1) ... 3486s Selecting previously unselected package r-cran-labeling. 3486s Preparing to unpack .../179-r-cran-labeling_0.4.3-1_all.deb ... 3486s Unpacking r-cran-labeling (0.4.3-1) ... 3486s Selecting previously unselected package r-cran-colorspace. 3486s Preparing to unpack .../180-r-cran-colorspace_2.1-1+dfsg-1_s390x.deb ... 3486s Unpacking r-cran-colorspace (2.1-1+dfsg-1) ... 3486s Selecting previously unselected package r-cran-munsell. 3486s Preparing to unpack .../181-r-cran-munsell_0.5.1-1_all.deb ... 3486s Unpacking r-cran-munsell (0.5.1-1) ... 3486s Selecting previously unselected package r-cran-rcolorbrewer. 3486s Preparing to unpack .../182-r-cran-rcolorbrewer_1.1-3-1build1_all.deb ... 3486s Unpacking r-cran-rcolorbrewer (1.1-3-1build1) ... 3486s Selecting previously unselected package r-cran-viridislite. 3486s Preparing to unpack .../183-r-cran-viridislite_0.4.2-2_all.deb ... 3486s Unpacking r-cran-viridislite (0.4.2-2) ... 3486s Selecting previously unselected package r-cran-scales. 3486s Preparing to unpack .../184-r-cran-scales_1.3.0-1_all.deb ... 3486s Unpacking r-cran-scales (1.3.0-1) ... 3486s Selecting previously unselected package r-cran-ggplot2. 3486s Preparing to unpack .../185-r-cran-ggplot2_3.5.1+dfsg-1_all.deb ... 3486s Unpacking r-cran-ggplot2 (3.5.1+dfsg-1) ... 3486s Selecting previously unselected package r-cran-cowplot. 3486s Preparing to unpack .../186-r-cran-cowplot_1.1.3+dfsg-1_all.deb ... 3486s Unpacking r-cran-cowplot (1.1.3+dfsg-1) ... 3486s Selecting previously unselected package r-cran-deriv. 3486s Preparing to unpack .../187-r-cran-deriv_4.1.6-1_all.deb ... 3486s Unpacking r-cran-deriv (4.1.6-1) ... 3486s Selecting previously unselected package r-cran-modelr. 3486s Preparing to unpack .../188-r-cran-modelr_0.1.11-1_all.deb ... 3486s Unpacking r-cran-modelr (0.1.11-1) ... 3486s Selecting previously unselected package r-cran-microbenchmark. 3486s Preparing to unpack .../189-r-cran-microbenchmark_1.5.0-1_s390x.deb ... 3486s Unpacking r-cran-microbenchmark (1.5.0-1) ... 3486s Selecting previously unselected package r-cran-doby. 3486s Preparing to unpack .../190-r-cran-doby_4.6.25-1_all.deb ... 3486s Unpacking r-cran-doby (4.6.25-1) ... 3486s Selecting previously unselected package r-cran-evaluate. 3486s Preparing to unpack .../191-r-cran-evaluate_1.0.3-1_all.deb ... 3486s Unpacking r-cran-evaluate (1.0.3-1) ... 3486s Selecting previously unselected package r-cran-xfun. 3486s Preparing to unpack .../192-r-cran-xfun_0.50+dfsg-1_s390x.deb ... 3486s Unpacking r-cran-xfun (0.50+dfsg-1) ... 3486s Selecting previously unselected package r-cran-highr. 3486s Preparing to unpack .../193-r-cran-highr_0.11+dfsg-1_all.deb ... 3486s Unpacking r-cran-highr (0.11+dfsg-1) ... 3486s Selecting previously unselected package r-cran-yaml. 3486s Preparing to unpack .../194-r-cran-yaml_2.3.10-1_s390x.deb ... 3486s Unpacking r-cran-yaml (2.3.10-1) ... 3486s Selecting previously unselected package libjs-mathjax. 3486s Preparing to unpack .../195-libjs-mathjax_2.7.9+dfsg-1_all.deb ... 3486s Unpacking libjs-mathjax (2.7.9+dfsg-1) ... 3486s Selecting previously unselected package r-cran-knitr. 3486s Preparing to unpack .../196-r-cran-knitr_1.49+dfsg-1_all.deb ... 3486s Unpacking r-cran-knitr (1.49+dfsg-1) ... 3486s Selecting previously unselected package r-cran-pbkrtest. 3486s Preparing to unpack .../197-r-cran-pbkrtest_0.5.3-1_all.deb ... 3486s Unpacking r-cran-pbkrtest (0.5.3-1) ... 3486s Selecting previously unselected package r-cran-sparsem. 3486s Preparing to unpack .../198-r-cran-sparsem_1.84-2-1_s390x.deb ... 3486s Unpacking r-cran-sparsem (1.84-2-1) ... 3486s Selecting previously unselected package r-cran-matrixmodels. 3486s Preparing to unpack .../199-r-cran-matrixmodels_0.5-3-1_all.deb ... 3486s Unpacking r-cran-matrixmodels (0.5-3-1) ... 3487s Selecting previously unselected package r-cran-survival. 3487s Preparing to unpack .../200-r-cran-survival_3.8-3-1_s390x.deb ... 3487s Unpacking r-cran-survival (3.8-3-1) ... 3487s Selecting previously unselected package r-cran-matrixstats. 3487s Preparing to unpack .../201-r-cran-matrixstats_1.5.0-1_s390x.deb ... 3487s Unpacking r-cran-matrixstats (1.5.0-1) ... 3487s Selecting previously unselected package r-cran-rcpparmadillo. 3487s Preparing to unpack .../202-r-cran-rcpparmadillo_14.2.2-1-1_s390x.deb ... 3487s Unpacking r-cran-rcpparmadillo (14.2.2-1-1) ... 3487s Selecting previously unselected package r-cran-class. 3487s Preparing to unpack .../203-r-cran-class_7.3-23-1_s390x.deb ... 3487s Unpacking r-cran-class (7.3-23-1) ... 3487s Selecting previously unselected package r-cran-proxy. 3487s Preparing to unpack .../204-r-cran-proxy_0.4-27-1_s390x.deb ... 3487s Unpacking r-cran-proxy (0.4-27-1) ... 3487s Selecting previously unselected package r-cran-e1071. 3487s Preparing to unpack .../205-r-cran-e1071_1.7-16-1_s390x.deb ... 3487s Unpacking r-cran-e1071 (1.7-16-1) ... 3487s Selecting previously unselected package r-cran-codetools. 3487s Preparing to unpack .../206-r-cran-codetools_0.2-20-1_all.deb ... 3487s Unpacking r-cran-codetools (0.2-20-1) ... 3487s Selecting previously unselected package r-cran-iterators. 3487s Preparing to unpack .../207-r-cran-iterators_1.0.14-1_all.deb ... 3487s Unpacking r-cran-iterators (1.0.14-1) ... 3487s Selecting previously unselected package r-cran-foreach. 3487s Preparing to unpack .../208-r-cran-foreach_1.5.2-1_all.deb ... 3487s Unpacking r-cran-foreach (1.5.2-1) ... 3487s Selecting previously unselected package r-cran-data.table. 3487s Preparing to unpack .../209-r-cran-data.table_1.16.4+dfsg-1_s390x.deb ... 3487s Unpacking r-cran-data.table (1.16.4+dfsg-1) ... 3487s Selecting previously unselected package r-cran-modelmetrics. 3487s Preparing to unpack .../210-r-cran-modelmetrics_1.2.2.2-1build1_s390x.deb ... 3487s Unpacking r-cran-modelmetrics (1.2.2.2-1build1) ... 3487s Selecting previously unselected package r-cran-plyr. 3487s Preparing to unpack .../211-r-cran-plyr_1.8.9-1_s390x.deb ... 3487s Unpacking r-cran-plyr (1.8.9-1) ... 3487s Selecting previously unselected package r-cran-proc. 3487s Preparing to unpack .../212-r-cran-proc_1.18.5-1_s390x.deb ... 3487s Unpacking r-cran-proc (1.18.5-1) ... 3487s Selecting previously unselected package r-cran-tzdb. 3487s Preparing to unpack .../213-r-cran-tzdb_0.4.0-2_s390x.deb ... 3487s Unpacking r-cran-tzdb (0.4.0-2) ... 3487s Selecting previously unselected package r-cran-clock. 3487s Preparing to unpack .../214-r-cran-clock_0.7.1-1_s390x.deb ... 3487s Unpacking r-cran-clock (0.7.1-1) ... 3487s Selecting previously unselected package r-cran-gower. 3487s Preparing to unpack .../215-r-cran-gower_1.0.2-1_s390x.deb ... 3487s Unpacking r-cran-gower (1.0.2-1) ... 3487s Selecting previously unselected package r-cran-hardhat. 3487s Preparing to unpack .../216-r-cran-hardhat_1.4.0+dfsg-1_all.deb ... 3487s Unpacking r-cran-hardhat (1.4.0+dfsg-1) ... 3487s Selecting previously unselected package r-cran-rpart. 3487s Preparing to unpack .../217-r-cran-rpart_4.1.24-1_s390x.deb ... 3487s Unpacking r-cran-rpart (4.1.24-1) ... 3487s Selecting previously unselected package r-cran-shape. 3487s Preparing to unpack .../218-r-cran-shape_1.4.6.1-1_all.deb ... 3487s Unpacking r-cran-shape (1.4.6.1-1) ... 3487s Selecting previously unselected package r-cran-diagram. 3487s Preparing to unpack .../219-r-cran-diagram_1.6.5-2_all.deb ... 3487s Unpacking r-cran-diagram (1.6.5-2) ... 3487s Selecting previously unselected package r-cran-kernsmooth. 3487s Preparing to unpack .../220-r-cran-kernsmooth_2.23-26-1_s390x.deb ... 3487s Unpacking r-cran-kernsmooth (2.23-26-1) ... 3487s Selecting previously unselected package r-cran-digest. 3487s Preparing to unpack .../221-r-cran-digest_0.6.37-1_s390x.deb ... 3487s Unpacking r-cran-digest (0.6.37-1) ... 3487s Selecting previously unselected package r-cran-globals. 3487s Preparing to unpack .../222-r-cran-globals_0.16.3-1_all.deb ... 3487s Unpacking r-cran-globals (0.16.3-1) ... 3487s Selecting previously unselected package r-cran-listenv. 3487s Preparing to unpack .../223-r-cran-listenv_0.9.1+dfsg-1_all.deb ... 3487s Unpacking r-cran-listenv (0.9.1+dfsg-1) ... 3487s Selecting previously unselected package r-cran-parallelly. 3487s Preparing to unpack .../224-r-cran-parallelly_1.41.0-1_s390x.deb ... 3487s Unpacking r-cran-parallelly (1.41.0-1) ... 3487s Selecting previously unselected package r-cran-future. 3487s Preparing to unpack .../225-r-cran-future_1.34.0+dfsg-1_all.deb ... 3487s Unpacking r-cran-future (1.34.0+dfsg-1) ... 3487s Selecting previously unselected package r-cran-future.apply. 3487s Preparing to unpack .../226-r-cran-future.apply_1.11.3+dfsg-1_all.deb ... 3487s Unpacking r-cran-future.apply (1.11.3+dfsg-1) ... 3487s Selecting previously unselected package r-cran-progressr. 3487s Preparing to unpack .../227-r-cran-progressr_0.15.1-1_all.deb ... 3487s Unpacking r-cran-progressr (0.15.1-1) ... 3487s Selecting previously unselected package r-cran-squarem. 3487s Preparing to unpack .../228-r-cran-squarem_2021.1-1_all.deb ... 3487s Unpacking r-cran-squarem (2021.1-1) ... 3487s Selecting previously unselected package r-cran-lava. 3487s Preparing to unpack .../229-r-cran-lava_1.7.3+dfsg-2_all.deb ... 3487s Unpacking r-cran-lava (1.7.3+dfsg-2) ... 3487s Selecting previously unselected package r-cran-prodlim. 3487s Preparing to unpack .../230-r-cran-prodlim_2024.06.25-1_s390x.deb ... 3487s Unpacking r-cran-prodlim (2024.06.25-1) ... 3487s Selecting previously unselected package r-cran-ipred. 3487s Preparing to unpack .../231-r-cran-ipred_0.9-15-1_s390x.deb ... 3487s Unpacking r-cran-ipred (0.9-15-1) ... 3487s Selecting previously unselected package r-cran-timechange. 3487s Preparing to unpack .../232-r-cran-timechange_0.3.0-1_s390x.deb ... 3487s Unpacking r-cran-timechange (0.3.0-1) ... 3487s Selecting previously unselected package r-cran-lubridate. 3487s Preparing to unpack .../233-r-cran-lubridate_1.9.4+dfsg-1_s390x.deb ... 3487s Unpacking r-cran-lubridate (1.9.4+dfsg-1) ... 3487s Selecting previously unselected package r-cran-timedate. 3487s Preparing to unpack .../234-r-cran-timedate_4041.110-1_s390x.deb ... 3487s Unpacking r-cran-timedate (4041.110-1) ... 3487s Selecting previously unselected package r-cran-recipes. 3487s Preparing to unpack .../235-r-cran-recipes_1.1.0+dfsg-1_all.deb ... 3487s Unpacking r-cran-recipes (1.1.0+dfsg-1) ... 3487s Selecting previously unselected package r-cran-reshape2. 3487s Preparing to unpack .../236-r-cran-reshape2_1.4.4-2build1_s390x.deb ... 3487s Unpacking r-cran-reshape2 (1.4.4-2build1) ... 3487s Selecting previously unselected package r-cran-caret. 3487s Preparing to unpack .../237-r-cran-caret_7.0-1+dfsg-1_s390x.deb ... 3487s Unpacking r-cran-caret (7.0-1+dfsg-1) ... 3487s Selecting previously unselected package r-cran-conquer. 3487s Preparing to unpack .../238-r-cran-conquer_1.3.3-1_s390x.deb ... 3487s Unpacking r-cran-conquer (1.3.3-1) ... 3487s Selecting previously unselected package r-cran-quantreg. 3487s Preparing to unpack .../239-r-cran-quantreg_6.00-1_s390x.deb ... 3487s Unpacking r-cran-quantreg (6.00-1) ... 3487s Selecting previously unselected package r-cran-foreign. 3487s Preparing to unpack .../240-r-cran-foreign_0.8.88-1_s390x.deb ... 3487s Unpacking r-cran-foreign (0.8.88-1) ... 3487s Selecting previously unselected package r-cran-ellipsis. 3487s Preparing to unpack .../241-r-cran-ellipsis_0.3.2-2_s390x.deb ... 3487s Unpacking r-cran-ellipsis (0.3.2-2) ... 3487s Selecting previously unselected package r-cran-forcats. 3487s Preparing to unpack .../242-r-cran-forcats_1.0.0-1_all.deb ... 3487s Unpacking r-cran-forcats (1.0.0-1) ... 3487s Selecting previously unselected package r-cran-hms. 3487s Preparing to unpack .../243-r-cran-hms_1.1.3-1_all.deb ... 3487s Unpacking r-cran-hms (1.1.3-1) ... 3487s Selecting previously unselected package r-cran-clipr. 3487s Preparing to unpack .../244-r-cran-clipr_0.8.0-1_all.deb ... 3487s Unpacking r-cran-clipr (0.8.0-1) ... 3487s Selecting previously unselected package r-cran-crayon. 3487s Preparing to unpack .../245-r-cran-crayon_1.5.3-1_all.deb ... 3487s Unpacking r-cran-crayon (1.5.3-1) ... 3487s Selecting previously unselected package r-cran-bit. 3487s Preparing to unpack .../246-r-cran-bit_4.0.5-1_s390x.deb ... 3487s Unpacking r-cran-bit (4.0.5-1) ... 3487s Selecting previously unselected package r-cran-bit64. 3487s Preparing to unpack .../247-r-cran-bit64_4.0.5-1_s390x.deb ... 3487s Unpacking r-cran-bit64 (4.0.5-1) ... 3488s Selecting previously unselected package r-cran-prettyunits. 3488s Preparing to unpack .../248-r-cran-prettyunits_1.2.0-1_all.deb ... 3488s Unpacking r-cran-prettyunits (1.2.0-1) ... 3488s Selecting previously unselected package r-cran-progress. 3488s Preparing to unpack .../249-r-cran-progress_1.2.3-1_all.deb ... 3488s Unpacking r-cran-progress (1.2.3-1) ... 3488s Selecting previously unselected package r-cran-vroom. 3488s Preparing to unpack .../250-r-cran-vroom_1.6.5-1_s390x.deb ... 3488s Unpacking r-cran-vroom (1.6.5-1) ... 3488s Selecting previously unselected package r-cran-readr. 3488s Preparing to unpack .../251-r-cran-readr_2.1.5-1_s390x.deb ... 3488s Unpacking r-cran-readr (2.1.5-1) ... 3488s Selecting previously unselected package r-cran-haven. 3488s Preparing to unpack .../252-r-cran-haven_2.5.4-1_s390x.deb ... 3488s Unpacking r-cran-haven (2.5.4-1) ... 3488s Selecting previously unselected package r-cran-curl. 3488s Preparing to unpack .../253-r-cran-curl_6.1.0+dfsg-1_s390x.deb ... 3488s Unpacking r-cran-curl (6.1.0+dfsg-1) ... 3488s Selecting previously unselected package r-cran-rematch. 3488s Preparing to unpack .../254-r-cran-rematch_2.0.0-1_all.deb ... 3488s Unpacking r-cran-rematch (2.0.0-1) ... 3488s Selecting previously unselected package r-cran-cellranger. 3488s Preparing to unpack .../255-r-cran-cellranger_1.1.0-3_all.deb ... 3488s Unpacking r-cran-cellranger (1.1.0-3) ... 3488s Selecting previously unselected package r-cran-readxl. 3488s Preparing to unpack .../256-r-cran-readxl_1.4.3-1_s390x.deb ... 3488s Unpacking r-cran-readxl (1.4.3-1) ... 3488s Selecting previously unselected package r-cran-writexl. 3488s Preparing to unpack .../257-r-cran-writexl_1.5.1-1_s390x.deb ... 3488s Unpacking r-cran-writexl (1.5.1-1) ... 3488s Selecting previously unselected package r-cran-r.methodss3. 3488s Preparing to unpack .../258-r-cran-r.methodss3_1.8.2-1_all.deb ... 3488s Unpacking r-cran-r.methodss3 (1.8.2-1) ... 3488s Selecting previously unselected package r-cran-r.oo. 3488s Preparing to unpack .../259-r-cran-r.oo_1.27.0-1_all.deb ... 3488s Unpacking r-cran-r.oo (1.27.0-1) ... 3488s Selecting previously unselected package r-cran-r.utils. 3488s Preparing to unpack .../260-r-cran-r.utils_2.12.3-1_all.deb ... 3488s Unpacking r-cran-r.utils (2.12.3-1) ... 3488s Selecting previously unselected package r-cran-zip. 3488s Preparing to unpack .../261-r-cran-zip_2.3.1-1_s390x.deb ... 3488s Unpacking r-cran-zip (2.3.1-1) ... 3488s Selecting previously unselected package r-cran-openxlsx. 3488s Preparing to unpack .../262-r-cran-openxlsx_4.2.8-1_s390x.deb ... 3488s Unpacking r-cran-openxlsx (4.2.8-1) ... 3488s Selecting previously unselected package r-cran-rio. 3488s Preparing to unpack .../263-r-cran-rio_1.2.3-1_all.deb ... 3488s Unpacking r-cran-rio (1.2.3-1) ... 3488s Selecting previously unselected package r-cran-car. 3488s Preparing to unpack .../264-r-cran-car_3.1-3-1_all.deb ... 3488s Unpacking r-cran-car (3.1-3-1) ... 3488s Selecting previously unselected package r-cran-zoo. 3488s Preparing to unpack .../265-r-cran-zoo_1.8-12-2_s390x.deb ... 3488s Unpacking r-cran-zoo (1.8-12-2) ... 3488s Selecting previously unselected package r-cran-lmtest. 3488s Preparing to unpack .../266-r-cran-lmtest_0.9.40-1_s390x.deb ... 3488s Unpacking r-cran-lmtest (0.9.40-1) ... 3488s Selecting previously unselected package r-cran-sandwich. 3488s Preparing to unpack .../267-r-cran-sandwich_3.1-1-1_all.deb ... 3488s Unpacking r-cran-sandwich (3.1-1-1) ... 3488s Selecting previously unselected package r-cran-aer. 3488s Preparing to unpack .../268-r-cran-aer_1.2-14-1_all.deb ... 3488s Unpacking r-cran-aer (1.2-14-1) ... 3488s Selecting previously unselected package r-cran-sys. 3488s Preparing to unpack .../269-r-cran-sys_3.4.3-1_s390x.deb ... 3488s Unpacking r-cran-sys (3.4.3-1) ... 3488s Selecting previously unselected package r-cran-askpass. 3488s Preparing to unpack .../270-r-cran-askpass_1.2.1-1_s390x.deb ... 3488s Unpacking r-cran-askpass (1.2.1-1) ... 3488s Selecting previously unselected package r-cran-base64enc. 3488s Preparing to unpack .../271-r-cran-base64enc_0.1-3-3_s390x.deb ... 3488s Unpacking r-cran-base64enc (0.1-3-3) ... 3488s Selecting previously unselected package r-cran-ggridges. 3488s Preparing to unpack .../272-r-cran-ggridges_0.5.6-1_all.deb ... 3488s Unpacking r-cran-ggridges (0.5.6-1) ... 3488s Selecting previously unselected package r-cran-checkmate. 3488s Preparing to unpack .../273-r-cran-checkmate_2.3.2-1_s390x.deb ... 3488s Unpacking r-cran-checkmate (2.3.2-1) ... 3488s Selecting previously unselected package r-cran-tensora. 3488s Preparing to unpack .../274-r-cran-tensora_0.36.2.1-1_s390x.deb ... 3488s Unpacking r-cran-tensora (0.36.2.1-1) ... 3488s Selecting previously unselected package r-cran-distributional. 3488s Preparing to unpack .../275-r-cran-distributional_0.5.0-1_all.deb ... 3488s Unpacking r-cran-distributional (0.5.0-1) ... 3488s Selecting previously unselected package r-cran-posterior. 3488s Preparing to unpack .../276-r-cran-posterior_1.6.0+dfsg-1_all.deb ... 3488s Unpacking r-cran-posterior (1.6.0+dfsg-1) ... 3488s Selecting previously unselected package r-cran-bayesplot. 3488s Preparing to unpack .../277-r-cran-bayesplot_1.11.1-1_all.deb ... 3488s Unpacking r-cran-bayesplot (1.11.1-1) ... 3488s Selecting previously unselected package r-cran-insight. 3488s Preparing to unpack .../278-r-cran-insight_0.20.4+dfsg-1_all.deb ... 3488s Unpacking r-cran-insight (0.20.4+dfsg-1) ... 3488s Selecting previously unselected package r-cran-datawizard. 3488s Preparing to unpack .../279-r-cran-datawizard_0.12.3+dfsg-1_all.deb ... 3488s Unpacking r-cran-datawizard (0.12.3+dfsg-1) ... 3488s Selecting previously unselected package r-cran-bayestestr. 3488s Preparing to unpack .../280-r-cran-bayestestr_0.14.0-1_all.deb ... 3488s Unpacking r-cran-bayestestr (0.14.0-1) ... 3488s Selecting previously unselected package r-cran-bh. 3488s Preparing to unpack .../281-r-cran-bh_1.84.0-1_all.deb ... 3488s Unpacking r-cran-bh (1.84.0-1) ... 3488s Selecting previously unselected package r-cran-mvtnorm. 3488s Preparing to unpack .../282-r-cran-mvtnorm_1.3-3-1_s390x.deb ... 3488s Unpacking r-cran-mvtnorm (1.3-3-1) ... 3488s Selecting previously unselected package r-cran-brobdingnag. 3488s Preparing to unpack .../283-r-cran-brobdingnag_1.2-9-1_all.deb ... 3488s Unpacking r-cran-brobdingnag (1.2-9-1) ... 3488s Selecting previously unselected package r-cran-coda. 3488s Preparing to unpack .../284-r-cran-coda_0.19-4.1-1_all.deb ... 3488s Unpacking r-cran-coda (0.19-4.1-1) ... 3488s Selecting previously unselected package r-cran-bridgesampling. 3488s Preparing to unpack .../285-r-cran-bridgesampling_1.1-2-1_all.deb ... 3488s Unpacking r-cran-bridgesampling (1.1-2-1) ... 3488s Selecting previously unselected package r-cran-brio. 3488s Preparing to unpack .../286-r-cran-brio_1.1.5-1_s390x.deb ... 3488s Unpacking r-cran-brio (1.1.5-1) ... 3488s Selecting previously unselected package libtbb-dev:s390x. 3488s Preparing to unpack .../287-libtbb-dev_2022.0.0-1_s390x.deb ... 3488s Unpacking libtbb-dev:s390x (2022.0.0-1) ... 3488s Selecting previously unselected package r-cran-rcppparallel. 3488s Preparing to unpack .../288-r-cran-rcppparallel_5.1.7+dfsg-3ubuntu1_s390x.deb ... 3488s Unpacking r-cran-rcppparallel (5.1.7+dfsg-3ubuntu1) ... 3488s Selecting previously unselected package r-cran-stanheaders. 3488s Preparing to unpack .../289-r-cran-stanheaders_2.32.10-1_s390x.deb ... 3488s Unpacking r-cran-stanheaders (2.32.10-1) ... 3488s Selecting previously unselected package r-cran-inline. 3489s Preparing to unpack .../290-r-cran-inline_0.3.21-1_all.deb ... 3489s Unpacking r-cran-inline (0.3.21-1) ... 3489s Selecting previously unselected package r-cran-gridextra. 3489s Preparing to unpack .../291-r-cran-gridextra_2.3-3build1_all.deb ... 3489s Unpacking r-cran-gridextra (2.3-3build1) ... 3489s Selecting previously unselected package r-cran-loo. 3489s Preparing to unpack .../292-r-cran-loo_2.8.0-1_all.deb ... 3489s Unpacking r-cran-loo (2.8.0-1) ... 3489s Selecting previously unselected package r-cran-ps. 3489s Preparing to unpack .../293-r-cran-ps_1.8.1-1_s390x.deb ... 3489s Unpacking r-cran-ps (1.8.1-1) ... 3489s Selecting previously unselected package r-cran-processx. 3489s Preparing to unpack .../294-r-cran-processx_3.8.5-1_s390x.deb ... 3489s Unpacking r-cran-processx (3.8.5-1) ... 3489s Selecting previously unselected package r-cran-callr. 3489s Preparing to unpack .../295-r-cran-callr_3.7.6-1_all.deb ... 3489s Unpacking r-cran-callr (3.7.6-1) ... 3489s Selecting previously unselected package r-cran-desc. 3489s Preparing to unpack .../296-r-cran-desc_1.4.3-1_all.deb ... 3489s Unpacking r-cran-desc (1.4.3-1) ... 3489s Selecting previously unselected package r-cran-pkgbuild. 3489s Preparing to unpack .../297-r-cran-pkgbuild_1.4.6-1_all.deb ... 3489s Unpacking r-cran-pkgbuild (1.4.6-1) ... 3489s Selecting previously unselected package r-cran-quickjsr. 3489s Preparing to unpack .../298-r-cran-quickjsr_1.5.1-1_s390x.deb ... 3489s Unpacking r-cran-quickjsr (1.5.1-1) ... 3489s Selecting previously unselected package r-cran-rstan. 3489s Preparing to unpack .../299-r-cran-rstan_2.32.6-1_s390x.deb ... 3489s Unpacking r-cran-rstan (2.32.6-1) ... 3489s Selecting previously unselected package r-cran-rstantools. 3489s Preparing to unpack .../300-r-cran-rstantools_2.4.0-1_all.deb ... 3489s Unpacking r-cran-rstantools (2.4.0-1) ... 3489s Selecting previously unselected package r-cran-nleqslv. 3489s Preparing to unpack .../301-r-cran-nleqslv_3.3.5-1_s390x.deb ... 3489s Unpacking r-cran-nleqslv (3.3.5-1) ... 3489s Selecting previously unselected package r-cran-brms. 3489s Preparing to unpack .../302-r-cran-brms_2.22.0-1_all.deb ... 3489s Unpacking r-cran-brms (2.22.0-1) ... 3489s Selecting previously unselected package r-cran-fastmap. 3489s Preparing to unpack .../303-r-cran-fastmap_1.2.0-1_s390x.deb ... 3489s Unpacking r-cran-fastmap (1.2.0-1) ... 3489s Selecting previously unselected package r-cran-cachem. 3489s Preparing to unpack .../304-r-cran-cachem_1.1.0-1_s390x.deb ... 3489s Unpacking r-cran-cachem (1.1.0-1) ... 3489s Selecting previously unselected package r-cran-htmltools. 3489s Preparing to unpack .../305-r-cran-htmltools_0.5.8.1-1_s390x.deb ... 3489s Unpacking r-cran-htmltools (0.5.8.1-1) ... 3489s Selecting previously unselected package r-cran-jquerylib. 3489s Preparing to unpack .../306-r-cran-jquerylib_0.1.4+dfsg-4_all.deb ... 3489s Unpacking r-cran-jquerylib (0.1.4+dfsg-4) ... 3489s Selecting previously unselected package r-cran-jsonlite. 3489s Preparing to unpack .../307-r-cran-jsonlite_1.8.9+dfsg-1_s390x.deb ... 3489s Unpacking r-cran-jsonlite (1.8.9+dfsg-1) ... 3489s Selecting previously unselected package r-cran-memoise. 3489s Preparing to unpack .../308-r-cran-memoise_2.0.1-1_all.deb ... 3489s Unpacking r-cran-memoise (2.0.1-1) ... 3489s Selecting previously unselected package r-cran-mime. 3489s Preparing to unpack .../309-r-cran-mime_0.12-2_s390x.deb ... 3489s Unpacking r-cran-mime (0.12-2) ... 3489s Selecting previously unselected package r-cran-fs. 3489s Preparing to unpack .../310-r-cran-fs_1.6.5+dfsg-1_s390x.deb ... 3489s Unpacking r-cran-fs (1.6.5+dfsg-1) ... 3489s Selecting previously unselected package r-cran-rappdirs. 3489s Preparing to unpack .../311-r-cran-rappdirs_0.3.3-1_s390x.deb ... 3489s Unpacking r-cran-rappdirs (0.3.3-1) ... 3489s Selecting previously unselected package r-cran-sass. 3489s Preparing to unpack .../312-r-cran-sass_0.4.9+dfsg-1_s390x.deb ... 3489s Unpacking r-cran-sass (0.4.9+dfsg-1) ... 3489s Selecting previously unselected package r-cran-bslib. 3489s Preparing to unpack .../313-r-cran-bslib_0.8.0+dfsg-1_all.deb ... 3489s Unpacking r-cran-bslib (0.8.0+dfsg-1) ... 3489s Selecting previously unselected package r-cran-chron. 3489s Preparing to unpack .../314-r-cran-chron_2.3-62-1_s390x.deb ... 3489s Unpacking r-cran-chron (2.3-62-1) ... 3489s Selecting previously unselected package r-cran-clubsandwich. 3489s Preparing to unpack .../315-r-cran-clubsandwich_0.5.11-1_all.deb ... 3489s Unpacking r-cran-clubsandwich (0.5.11-1) ... 3489s Selecting previously unselected package r-cran-cluster. 3489s Preparing to unpack .../316-r-cran-cluster_2.1.8-1_s390x.deb ... 3489s Unpacking r-cran-cluster (2.1.8-1) ... 3489s Selecting previously unselected package r-cran-fontawesome. 3489s Preparing to unpack .../317-r-cran-fontawesome_0.5.3-1_all.deb ... 3489s Unpacking r-cran-fontawesome (0.5.3-1) ... 3489s Selecting previously unselected package r-cran-tinytex. 3489s Preparing to unpack .../318-r-cran-tinytex_0.54-1_all.deb ... 3489s Unpacking r-cran-tinytex (0.54-1) ... 3489s Selecting previously unselected package libjs-modernizr. 3489s Preparing to unpack .../319-libjs-modernizr_3.13.0-0.1_all.deb ... 3489s Unpacking libjs-modernizr (3.13.0-0.1) ... 3489s Selecting previously unselected package r-cran-later. 3489s Preparing to unpack .../320-r-cran-later_1.4.1+dfsg-1_s390x.deb ... 3489s Unpacking r-cran-later (1.4.1+dfsg-1) ... 3489s Selecting previously unselected package r-cran-promises. 3489s Preparing to unpack .../321-r-cran-promises_1.3.2+dfsg-1_s390x.deb ... 3489s Unpacking r-cran-promises (1.3.2+dfsg-1) ... 3489s Selecting previously unselected package r-cran-httpuv. 3489s Preparing to unpack .../322-r-cran-httpuv_1.6.15+dfsg-1_s390x.deb ... 3489s Unpacking r-cran-httpuv (1.6.15+dfsg-1) ... 3489s Selecting previously unselected package r-cran-xtable. 3489s Preparing to unpack .../323-r-cran-xtable_1%3a1.8-4-2_all.deb ... 3489s Unpacking r-cran-xtable (1:1.8-4-2) ... 3489s Selecting previously unselected package r-cran-sourcetools. 3489s Preparing to unpack .../324-r-cran-sourcetools_0.1.7-1-1_s390x.deb ... 3489s Unpacking r-cran-sourcetools (0.1.7-1-1) ... 3489s Selecting previously unselected package r-cran-commonmark. 3489s Preparing to unpack .../325-r-cran-commonmark_1.9.2-2_s390x.deb ... 3489s Unpacking r-cran-commonmark (1.9.2-2) ... 3489s Selecting previously unselected package libjs-twitter-bootstrap-datepicker. 3489s Preparing to unpack .../326-libjs-twitter-bootstrap-datepicker_1.3.1+dfsg1-4.1_all.deb ... 3489s Unpacking libjs-twitter-bootstrap-datepicker (1.3.1+dfsg1-4.1) ... 3489s Selecting previously unselected package r-cran-shiny. 3489s Preparing to unpack .../327-r-cran-shiny_1.9.1+dfsg-1_all.deb ... 3489s Unpacking r-cran-shiny (1.9.1+dfsg-1) ... 3489s Selecting previously unselected package r-cran-rmarkdown. 3489s Preparing to unpack .../328-r-cran-rmarkdown_2.29+dfsg-1_all.deb ... 3489s Unpacking r-cran-rmarkdown (2.29+dfsg-1) ... 3490s Selecting previously unselected package r-cran-htmlwidgets. 3490s Preparing to unpack .../329-r-cran-htmlwidgets_1.6.4+dfsg-1_all.deb ... 3490s Unpacking r-cran-htmlwidgets (1.6.4+dfsg-1) ... 3490s Selecting previously unselected package r-cran-miniui. 3490s Preparing to unpack .../330-r-cran-miniui_0.1.1.1-3build1_all.deb ... 3490s Unpacking r-cran-miniui (0.1.1.1-3build1) ... 3490s Selecting previously unselected package r-cran-shinyjs. 3490s Preparing to unpack .../331-r-cran-shinyjs_2.1.0-1_all.deb ... 3490s Unpacking r-cran-shinyjs (2.1.0-1) ... 3490s Selecting previously unselected package r-cran-colourpicker. 3490s Preparing to unpack .../332-r-cran-colourpicker_1.3.0+dfsg-1_all.deb ... 3490s Unpacking r-cran-colourpicker (1.3.0+dfsg-1) ... 3490s Selecting previously unselected package r-cran-lazyeval. 3490s Preparing to unpack .../333-r-cran-lazyeval_0.2.2-1build1_s390x.deb ... 3490s Unpacking r-cran-lazyeval (0.2.2-1build1) ... 3490s Selecting previously unselected package r-cran-crosstalk. 3490s Preparing to unpack .../334-r-cran-crosstalk_1.2.1+dfsg-1_all.deb ... 3490s Unpacking r-cran-crosstalk (1.2.1+dfsg-1) ... 3490s Selecting previously unselected package r-cran-dbi. 3490s Preparing to unpack .../335-r-cran-dbi_1.2.3-1_all.deb ... 3490s Unpacking r-cran-dbi (1.2.3-1) ... 3490s Selecting previously unselected package r-cran-deldir. 3490s Preparing to unpack .../336-r-cran-deldir_2.0-4-1build1_s390x.deb ... 3490s Unpacking r-cran-deldir (2.0-4-1build1) ... 3490s Selecting previously unselected package r-cran-deoptimr. 3490s Preparing to unpack .../337-r-cran-deoptimr_1.1-3-1-1_all.deb ... 3490s Unpacking r-cran-deoptimr (1.1-3-1-1) ... 3490s Selecting previously unselected package r-cran-diffobj. 3490s Preparing to unpack .../338-r-cran-diffobj_0.3.5-1_s390x.deb ... 3490s Unpacking r-cran-diffobj (0.3.5-1) ... 3490s Selecting previously unselected package r-cran-dt. 3490s Preparing to unpack .../339-r-cran-dt_0.33+dfsg-1_all.deb ... 3490s Unpacking r-cran-dt (0.33+dfsg-1) ... 3490s Selecting previously unselected package r-cran-xts. 3490s Preparing to unpack .../340-r-cran-xts_0.14.1-1_s390x.deb ... 3490s Unpacking r-cran-xts (0.14.1-1) ... 3490s Selecting previously unselected package r-cran-dygraphs. 3490s Preparing to unpack .../341-r-cran-dygraphs_1.1.1.6+dfsg-4_all.deb ... 3490s Unpacking r-cran-dygraphs (1.1.1.6+dfsg-4) ... 3490s Selecting previously unselected package r-cran-mitools. 3490s Preparing to unpack .../342-r-cran-mitools_2.4-2build1_all.deb ... 3490s Unpacking r-cran-mitools (2.4-2build1) ... 3490s Selecting previously unselected package r-cran-survey. 3490s Preparing to unpack .../343-r-cran-survey_4.4-2-2_s390x.deb ... 3490s Unpacking r-cran-survey (4.4-2-2) ... 3490s Selecting previously unselected package r-cran-estimability. 3490s Preparing to unpack .../344-r-cran-estimability_1.5.1-1_all.deb ... 3490s Unpacking r-cran-estimability (1.5.1-1) ... 3490s Selecting previously unselected package r-cran-effects. 3490s Preparing to unpack .../345-r-cran-effects_4.2.2-1_all.deb ... 3490s Unpacking r-cran-effects (4.2.2-1) ... 3490s Selecting previously unselected package r-cran-parameters. 3490s Preparing to unpack .../346-r-cran-parameters_0.22.2-3_all.deb ... 3490s Unpacking r-cran-parameters (0.22.2-3) ... 3490s Selecting previously unselected package r-cran-performance. 3490s Preparing to unpack .../347-r-cran-performance_0.12.3-1_all.deb ... 3490s Unpacking r-cran-performance (0.12.3-1) ... 3490s Selecting previously unselected package r-cran-effectsize. 3490s Preparing to unpack .../348-r-cran-effectsize_0.8.9+dfsg-1_all.deb ... 3490s Unpacking r-cran-effectsize (0.8.9+dfsg-1) ... 3490s Selecting previously unselected package r-cran-emmeans. 3490s Preparing to unpack .../349-r-cran-emmeans_1.10.6+dfsg-1_all.deb ... 3490s Unpacking r-cran-emmeans (1.10.6+dfsg-1) ... 3490s Selecting previously unselected package r-cran-gam. 3490s Preparing to unpack .../350-r-cran-gam_1.22-5-1_s390x.deb ... 3490s Unpacking r-cran-gam (1.22-5-1) ... 3490s Selecting previously unselected package r-cran-gee. 3490s Preparing to unpack .../351-r-cran-gee_4.13-29-1_s390x.deb ... 3490s Unpacking r-cran-gee (4.13-29-1) ... 3490s Selecting previously unselected package r-cran-geepack. 3490s Preparing to unpack .../352-r-cran-geepack_1.3.12-1_s390x.deb ... 3490s Unpacking r-cran-geepack (1.3.12-1) ... 3490s Selecting previously unselected package r-cran-ggeffects. 3490s Preparing to unpack .../353-r-cran-ggeffects_1.7.0+dfsg-1_all.deb ... 3490s Unpacking r-cran-ggeffects (1.7.0+dfsg-1) ... 3490s Selecting previously unselected package r-cran-ggrepel. 3490s Preparing to unpack .../354-r-cran-ggrepel_0.9.6-1_s390x.deb ... 3490s Unpacking r-cran-ggrepel (0.9.6-1) ... 3490s Selecting previously unselected package r-cran-tmb. 3490s Preparing to unpack .../355-r-cran-tmb_1.9.15-1_s390x.deb ... 3490s Unpacking r-cran-tmb (1.9.15-1) ... 3490s Selecting previously unselected package r-cran-glmmtmb. 3490s Preparing to unpack .../356-r-cran-glmmtmb_1.1.9+dfsg-3_s390x.deb ... 3490s Unpacking r-cran-glmmtmb (1.1.9+dfsg-3) ... 3490s Selecting previously unselected package r-cran-glmnet. 3490s Preparing to unpack .../357-r-cran-glmnet_4.1-8-1_s390x.deb ... 3490s Unpacking r-cran-glmnet (4.1-8-1) ... 3490s Selecting previously unselected package r-cran-gtools. 3490s Preparing to unpack .../358-r-cran-gtools_3.9.5-1_s390x.deb ... 3490s Unpacking r-cran-gtools (3.9.5-1) ... 3490s Selecting previously unselected package r-cran-rstudioapi. 3490s Preparing to unpack .../359-r-cran-rstudioapi_0.17.1-1_all.deb ... 3490s Unpacking r-cran-rstudioapi (0.17.1-1) ... 3490s Selecting previously unselected package r-cran-htmltable. 3490s Preparing to unpack .../360-r-cran-htmltable_2.4.3-1_all.deb ... 3490s Unpacking r-cran-htmltable (2.4.3-1) ... 3490s Selecting previously unselected package r-cran-viridis. 3490s Preparing to unpack .../361-r-cran-viridis_0.6.5-1_all.deb ... 3490s Unpacking r-cran-viridis (0.6.5-1) ... 3490s Selecting previously unselected package r-cran-png. 3490s Preparing to unpack .../362-r-cran-png_0.1-8-1build2_s390x.deb ... 3490s Unpacking r-cran-png (0.1-8-1build2) ... 3490s Selecting previously unselected package r-cran-jpeg. 3490s Preparing to unpack .../363-r-cran-jpeg_0.1-10-1_s390x.deb ... 3490s Unpacking r-cran-jpeg (0.1-10-1) ... 3490s Selecting previously unselected package r-cran-interp. 3490s Preparing to unpack .../364-r-cran-interp_1.1-6-1_s390x.deb ... 3490s Unpacking r-cran-interp (1.1-6-1) ... 3490s Selecting previously unselected package r-cran-latticeextra. 3490s Preparing to unpack .../365-r-cran-latticeextra_0.6-30-1_all.deb ... 3490s Unpacking r-cran-latticeextra (0.6-30-1) ... 3490s Selecting previously unselected package r-cran-hmisc. 3490s Preparing to unpack .../366-r-cran-hmisc_5.2-2-1_s390x.deb ... 3490s Unpacking r-cran-hmisc (5.2-2-1) ... 3490s Selecting previously unselected package r-cran-openssl. 3490s Preparing to unpack .../367-r-cran-openssl_2.2.0+dfsg-1_s390x.deb ... 3490s Unpacking r-cran-openssl (2.2.0+dfsg-1) ... 3490s Selecting previously unselected package r-cran-httr. 3490s Preparing to unpack .../368-r-cran-httr_1.4.7+dfsg-1_all.deb ... 3490s Unpacking r-cran-httr (1.4.7+dfsg-1) ... 3490s Selecting previously unselected package r-cran-igraph. 3490s Preparing to unpack .../369-r-cran-igraph_2.1.4-1_s390x.deb ... 3490s Unpacking r-cran-igraph (2.1.4-1) ... 3491s Selecting previously unselected package r-cran-ucminf. 3491s Preparing to unpack .../370-r-cran-ucminf_1.2.2-1_s390x.deb ... 3491s Unpacking r-cran-ucminf (1.2.2-1) ... 3491s Selecting previously unselected package r-cran-ordinal. 3491s Preparing to unpack .../371-r-cran-ordinal_2023.12-4.1-1_s390x.deb ... 3491s Unpacking r-cran-ordinal (2023.12-4.1-1) ... 3491s Selecting previously unselected package r-cran-jomo. 3491s Preparing to unpack .../372-r-cran-jomo_2.7-6-1_s390x.deb ... 3491s Unpacking r-cran-jomo (2.7-6-1) ... 3491s Selecting previously unselected package r-cran-markdown. 3491s Preparing to unpack .../373-r-cran-markdown_1.13-1_all.deb ... 3491s Unpacking r-cran-markdown (1.13-1) ... 3491s Selecting previously unselected package r-cran-pan. 3491s Preparing to unpack .../374-r-cran-pan_1.9-1_s390x.deb ... 3491s Unpacking r-cran-pan (1.9-1) ... 3491s Selecting previously unselected package r-cran-mitml. 3491s Preparing to unpack .../375-r-cran-mitml_0.4-5-1_all.deb ... 3491s Unpacking r-cran-mitml (0.4-5-1) ... 3491s Selecting previously unselected package r-cran-mice. 3491s Preparing to unpack .../376-r-cran-mice_3.17.0-1_s390x.deb ... 3491s Unpacking r-cran-mice (3.17.0-1) ... 3491s Selecting previously unselected package r-cran-th.data. 3491s Preparing to unpack .../377-r-cran-th.data_1.1-3-1_all.deb ... 3491s Unpacking r-cran-th.data (1.1-3-1) ... 3491s Selecting previously unselected package r-cran-multcomp. 3491s Preparing to unpack .../378-r-cran-multcomp_1.4-28-1_all.deb ... 3491s Unpacking r-cran-multcomp (1.4-28-1) ... 3491s Selecting previously unselected package r-cran-rprojroot. 3491s Preparing to unpack .../379-r-cran-rprojroot_2.0.4-2_all.deb ... 3491s Unpacking r-cran-rprojroot (2.0.4-2) ... 3491s Selecting previously unselected package r-cran-pkgload. 3491s Preparing to unpack .../380-r-cran-pkgload_1.4.0-1_all.deb ... 3491s Unpacking r-cran-pkgload (1.4.0-1) ... 3491s Selecting previously unselected package r-cran-polspline. 3491s Preparing to unpack .../381-r-cran-polspline_1.1.25-1_s390x.deb ... 3491s Unpacking r-cran-polspline (1.1.25-1) ... 3491s Selecting previously unselected package r-cran-praise. 3491s Preparing to unpack .../382-r-cran-praise_1.0.0-4build1_all.deb ... 3491s Unpacking r-cran-praise (1.0.0-4build1) ... 3491s Selecting previously unselected package r-cran-pscl. 3491s Preparing to unpack .../383-r-cran-pscl_1.5.9-1_s390x.deb ... 3491s Unpacking r-cran-pscl (1.5.9-1) ... 3491s Selecting previously unselected package r-cran-rms. 3491s Preparing to unpack .../384-r-cran-rms_7.0-0-1_s390x.deb ... 3491s Unpacking r-cran-rms (7.0-0-1) ... 3491s Selecting previously unselected package r-cran-robustbase. 3491s Preparing to unpack .../385-r-cran-robustbase_0.99-4-1-1_s390x.deb ... 3491s Unpacking r-cran-robustbase (0.99-4-1-1) ... 3491s Selecting previously unselected package r-cran-shinythemes. 3491s Preparing to unpack .../386-r-cran-shinythemes_1.2.0+dfsg-1_all.deb ... 3491s Unpacking r-cran-shinythemes (1.2.0+dfsg-1) ... 3491s Selecting previously unselected package r-cran-threejs. 3491s Preparing to unpack .../387-r-cran-threejs_0.3.3+dfsg-2build1_all.deb ... 3491s Unpacking r-cran-threejs (0.3.3+dfsg-2build1) ... 3491s Selecting previously unselected package r-cran-shinystan. 3491s Preparing to unpack .../388-r-cran-shinystan_2.6.0-1_all.deb ... 3491s Unpacking r-cran-shinystan (2.6.0-1) ... 3491s Selecting previously unselected package r-cran-rstanarm. 3491s Preparing to unpack .../389-r-cran-rstanarm_2.32.1-2_s390x.deb ... 3491s Unpacking r-cran-rstanarm (2.32.1-2) ... 3491s Selecting previously unselected package r-cran-sjlabelled. 3491s Preparing to unpack .../390-r-cran-sjlabelled_1.2.0-1_all.deb ... 3491s Unpacking r-cran-sjlabelled (1.2.0-1) ... 3491s Selecting previously unselected package r-cran-sjstats. 3491s Preparing to unpack .../391-r-cran-sjstats_0.19.0-1_all.deb ... 3491s Unpacking r-cran-sjstats (0.19.0-1) ... 3491s Selecting previously unselected package r-cran-waldo. 3491s Preparing to unpack .../392-r-cran-waldo_0.6.1-1_all.deb ... 3491s Unpacking r-cran-waldo (0.6.1-1) ... 3491s Selecting previously unselected package r-cran-testthat. 3491s Preparing to unpack .../393-r-cran-testthat_3.2.3-1_s390x.deb ... 3491s Unpacking r-cran-testthat (3.2.3-1) ... 3491s Selecting previously unselected package r-cran-xml2. 3491s Preparing to unpack .../394-r-cran-xml2_1.3.6-1_s390x.deb ... 3491s Unpacking r-cran-xml2 (1.3.6-1) ... 3491s Selecting previously unselected package r-cran-vdiffr. 3491s Preparing to unpack .../395-r-cran-vdiffr_1.0.8-1_s390x.deb ... 3491s Unpacking r-cran-vdiffr (1.0.8-1) ... 3491s Selecting previously unselected package r-cran-vgam. 3491s Preparing to unpack .../396-r-cran-vgam_1.1-12-1_s390x.deb ... 3491s Unpacking r-cran-vgam (1.1-12-1) ... 3491s Setting up libjs-json (0~20221030+~1.0.8-1) ... 3491s Setting up javascript-common (11+nmu1) ... 3491s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 3491s Setting up libtbbmalloc2:s390x (2022.0.0-1) ... 3491s Setting up libpixman-1-0:s390x (0.44.0-3) ... 3491s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 3491s Setting up libncurses-dev:s390x (6.5-2) ... 3491s Setting up fonts-mathjax (2.7.9+dfsg-1) ... 3491s Setting up libjs-mathjax (2.7.9+dfsg-1) ... 3491s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 3491s Setting up libdatrie1:s390x (0.2.13-3build1) ... 3491s Setting up libjs-popper.js (1.16.1+ds-6) ... 3491s Setting up libxcb-render0:s390x (1.17.0-2) ... 3491s Setting up libjs-sifter.js (0.6.0+dfsg-3) ... 3491s Setting up fonts-glyphicons-halflings (1.009~3.4.1+dfsg-3) ... 3491s Setting up unzip (6.0-28ubuntu6) ... 3491s Setting up x11-common (1:7.7+23ubuntu3) ... 3492s Setting up node-html5shiv (3.7.3+dfsg-5) ... 3492s Setting up libdeflate0:s390x (1.23-1) ... 3492s Setting up libnlopt0:s390x (2.7.1-6ubuntu2) ... 3492s Setting up libjs-microplugin.js (0.0.3+dfsg-1.1) ... 3492s Setting up libxcb-shm0:s390x (1.17.0-2) ... 3492s Setting up libreadline-dev:s390x (8.2-6) ... 3492s Setting up libgomp1:s390x (14.2.0-13ubuntu1) ... 3492s Setting up libjs-modernizr (3.13.0-0.1) ... 3492s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 3492s Setting up libpcre2-16-0:s390x (10.42-4ubuntu3) ... 3492s Setting up libjs-es5-shim (4.6.7-2) ... 3492s Setting up zip (3.0-14ubuntu2) ... 3492s Setting up libpcre2-32-0:s390x (10.42-4ubuntu3) ... 3492s Setting up libblas3:s390x (3.12.0-4) ... 3492s 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 3492s Setting up libtirpc-dev:s390x (1.3.4+ds-1.3) ... 3492s Setting up libpkgconf3:s390x (1.8.1-4) ... 3492s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 3492s Setting up libjs-d3 (3.5.17-4) ... 3492s Setting up fonts-dejavu-mono (2.37-8) ... 3492s Setting up libhwloc15:s390x (2.11.2-1build1) ... 3492s Setting up libmpc3:s390x (1.3.1-1build2) ... 3492s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 3492s Setting up icu-devtools (76.1-1ubuntu2) ... 3492s Setting up fonts-dejavu-core (2.37-8) ... 3492s Setting up pkgconf-bin (1.8.1-4) ... 3492s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 3492s Setting up libltdl7:s390x (2.5.4-2.1) ... 3492s Setting up libgfortran5:s390x (14.2.0-13ubuntu1) ... 3492s Setting up libwebp7:s390x (1.5.0-0.1) ... 3492s Setting up liblzma-dev:s390x (5.6.3-1) ... 3492s Setting up libubsan1:s390x (14.2.0-13ubuntu1) ... 3492s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 3492s Setting up libpcre2-posix3:s390x (10.42-4ubuntu3) ... 3492s Setting up libjs-highlight.js (9.18.5+dfsg1-2) ... 3492s Setting up libasan8:s390x (14.2.0-13ubuntu1) ... 3492s Setting up libsuitesparseconfig7:s390x (1:7.8.3+dfsg-2) ... 3492s Setting up liblua5.4-0:s390x (5.4.7-1) ... 3492s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 3492s Setting up libthai-data (0.1.29-2build1) ... 3492s Setting up node-bootstrap-sass (3.4.3-2) ... 3492s Setting up libjs-prettify (2015.12.04+dfsg-1.1) ... 3492s Setting up libxss1:s390x (1:1.2.3-1build3) ... 3492s Setting up libjs-bootstrap4 (4.6.1+dfsg1-4) ... 3492s Setting up libpaper2:s390x (2.2.5-0.3) ... 3492s Setting up pandoc-data (3.1.11.1-3build1) ... 3492s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 3492s Setting up libisl23:s390x (0.27-1) ... 3492s Setting up libdeflate-dev:s390x (1.23-1) ... 3492s Setting up node-normalize.css (8.0.1-5) ... 3492s Setting up libicu-dev:s390x (76.1-1ubuntu2) ... 3492s Setting up fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 3492s Setting up xdg-utils (1.2.1-0ubuntu1) ... 3492s update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode 3492s Setting up libcc1-0:s390x (14.2.0-13ubuntu1) ... 3492s Setting up libblas-dev:s390x (3.12.0-4) ... 3492s 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 3492s Setting up dctrl-tools (2.24-3build3) ... 3492s Setting up libjs-bootstrap (3.4.1+dfsg-3) ... 3492s Setting up libitm1:s390x (14.2.0-13ubuntu1) ... 3492s Setting up libbz2-dev:s390x (1.0.8-6) ... 3492s Setting up libjs-jquery-selectize.js (0.12.6+dfsg-1.1) ... 3492s Setting up libjs-jquery-datatables-extensions (0.0+git20150910.28fd64e+dfsg-5) ... 3492s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 3492s Setting up libice6:s390x (2:1.1.1-1) ... 3492s Setting up libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 3492s Setting up liblapack3:s390x (3.12.0-4) ... 3492s 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 3492s Setting up libamd3:s390x (1:7.8.3+dfsg-2) ... 3492s Setting up libpcre2-dev:s390x (10.42-4ubuntu3) ... 3492s Setting up libcolamd3:s390x (1:7.8.3+dfsg-2) ... 3492s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 3492s Setting up libjs-twitter-bootstrap-datepicker (1.3.1+dfsg1-4.1) ... 3492s Setting up libpng-dev:s390x (1.6.44-3) ... 3492s Setting up libpaper-utils (2.2.5-0.3) ... 3492s Setting up libjs-jquery-datatables (1.11.5+dfsg-2) ... 3492s Setting up pkgconf:s390x (1.8.1-4) ... 3492s Setting up libtbbbind-2-5:s390x (2022.0.0-1) ... 3492s Setting up libthai0:s390x (0.1.29-2build1) ... 3492s Setting up libjs-jquery-ui (1.13.2+dfsg-1) ... 3492s Setting up pandoc (3.1.11.1+ds-2) ... 3492s Setting up libglpk40:s390x (5.0-1build2) ... 3492s Setting up liblapack-dev:s390x (3.12.0-4) ... 3492s 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 3492s Setting up cpp-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 3492s Setting up cpp-14 (14.2.0-13ubuntu1) ... 3492s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 3492s Setting up libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 3492s Setting up libgcc-14-dev:s390x (14.2.0-13ubuntu1) ... 3492s Setting up libjpeg8-dev:s390x (8c-2ubuntu11) ... 3492s Setting up libstdc++-14-dev:s390x (14.2.0-13ubuntu1) ... 3492s Setting up libsm6:s390x (2:1.2.4-1) ... 3492s Setting up libgfortran-14-dev:s390x (14.2.0-13ubuntu1) ... 3492s Setting up fontconfig (2.15.0-1.1ubuntu2) ... 3494s Regenerating fonts cache... done. 3494s Setting up libxft2:s390x (2.3.6-1build1) ... 3494s Setting up libboost1.83-dev:s390x (1.83.0-4ubuntu2) ... 3494s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3494s Setting up libtk8.6:s390x (8.6.16-1) ... 3494s Setting up libpango-1.0-0:s390x (1.56.1-1) ... 3494s Setting up libjpeg-dev:s390x (8c-2ubuntu11) ... 3494s Setting up libtbb12:s390x (2022.0.0-1) ... 3494s Setting up libcairo2:s390x (1.18.2-2) ... 3494s Setting up gcc-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 3494s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3494s Setting up libxt6t64:s390x (1:1.2.1-1.2build1) ... 3494s Setting up g++-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 3494s Setting up cpp (4:14.1.0-2ubuntu1) ... 3494s Setting up libboost-dev:s390x (1.83.0.2ubuntu1) ... 3494s Setting up libtbb-dev:s390x (2022.0.0-1) ... 3494s Setting up libpangoft2-1.0-0:s390x (1.56.1-1) ... 3494s Setting up libpangocairo-1.0-0:s390x (1.56.1-1) ... 3494s Setting up gfortran-14-s390x-linux-gnu (14.2.0-13ubuntu1) ... 3494s Setting up g++-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3494s Setting up gcc-14 (14.2.0-13ubuntu1) ... 3494s Setting up r-base-core (4.4.2-1build1) ... 3494s Creating config file /etc/R/Renviron with new version 3494s Setting up r-cran-crayon (1.5.3-1) ... 3494s Setting up r-cran-squarem (2021.1-1) ... 3494s Setting up r-cran-labeling (0.4.3-1) ... 3494s Setting up r-cran-sourcetools (0.1.7-1-1) ... 3494s Setting up r-cran-lattice (0.22-6-1) ... 3494s Setting up r-cran-ps (1.8.1-1) ... 3494s Setting up r-cran-nlme (3.1.167-1) ... 3494s Setting up r-cran-farver (2.1.2-1) ... 3494s Setting up r-cran-formula (1.2-5-1) ... 3494s Setting up r-cran-polspline (1.1.25-1) ... 3494s Setting up r-cran-zip (2.3.1-1) ... 3494s Setting up r-cran-viridislite (0.4.2-2) ... 3494s Setting up r-cran-cluster (2.1.8-1) ... 3494s Setting up r-cran-sparsem (1.84-2-1) ... 3494s Setting up r-cran-statmod (1.5.0-1) ... 3494s Setting up r-cran-nnet (7.3-20-1) ... 3494s Setting up r-cran-lazyeval (0.2.2-1build1) ... 3494s Setting up r-cran-insight (0.20.4+dfsg-1) ... 3494s Setting up r-cran-clipr (0.8.0-1) ... 3494s Setting up r-cran-commonmark (1.9.2-2) ... 3494s Setting up g++-14 (14.2.0-13ubuntu1) ... 3494s Setting up r-cran-proxy (0.4-27-1) ... 3494s Setting up r-cran-r6 (2.5.1-1) ... 3494s Setting up r-cran-pkgkitten (0.2.4-1) ... 3494s Setting up r-cran-jpeg (0.1-10-1) ... 3494s Setting up r-cran-gee (4.13-29-1) ... 3494s Setting up gfortran-14 (14.2.0-13ubuntu1) ... 3494s Setting up r-cran-chron (2.3-62-1) ... 3494s Setting up r-cran-numderiv (2016.8-1.1-3) ... 3494s Setting up r-cran-coda (0.19-4.1-1) ... 3494s Setting up r-cran-rcppparallel (5.1.7+dfsg-3ubuntu1) ... 3494s Setting up r-cran-magrittr (2.0.3-1) ... 3494s Setting up r-cran-rappdirs (0.3.3-1) ... 3494s Setting up r-cran-microbenchmark (1.5.0-1) ... 3494s Setting up r-cran-datawizard (0.12.3+dfsg-1) ... 3494s Setting up r-cran-ggeffects (1.7.0+dfsg-1) ... 3494s Setting up r-cran-littler (0.3.20-2) ... 3494s Setting up r-cran-nleqslv (3.3.5-1) ... 3494s Setting up r-cran-bh (1.84.0-1) ... 3494s Setting up r-cran-fs (1.6.5+dfsg-1) ... 3494s Setting up r-cran-rcpp (1.0.14-1) ... 3494s Setting up r-cran-curl (6.1.0+dfsg-1) ... 3494s Setting up r-cran-codetools (0.2-20-1) ... 3494s Setting up r-cran-brio (1.1.5-1) ... 3494s Setting up r-cran-estimability (1.5.1-1) ... 3494s Setting up r-cran-nloptr (2.1.1-1) ... 3494s Setting up r-cran-boot (1.3-31-1) ... 3494s Setting up r-cran-inline (0.3.21-1) ... 3494s Setting up r-cran-diffobj (0.3.5-1) ... 3494s Setting up r-cran-rematch (2.0.0-1) ... 3494s Setting up r-cran-rlang (1.1.5-1) ... 3494s Setting up r-cran-matrixstats (1.5.0-1) ... 3494s Setting up r-cran-listenv (0.9.1+dfsg-1) ... 3494s Setting up littler (0.3.20-2) ... 3494s Setting up gfortran-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 3494s Setting up r-cran-xfun (0.50+dfsg-1) ... 3494s Setting up r-cran-vgam (1.1-12-1) ... 3494s Setting up r-cran-sys (3.4.3-1) ... 3494s Setting up r-cran-deoptimr (1.1-3-1-1) ... 3494s Setting up r-cran-withr (3.0.2+dfsg-1) ... 3494s Setting up r-cran-backports (1.5.0-2) ... 3494s Setting up r-cran-deriv (4.1.6-1) ... 3494s Setting up r-cran-processx (3.8.5-1) ... 3494s Setting up r-cran-mime (0.12-2) ... 3494s Setting up r-cran-praise (1.0.0-4build1) ... 3494s Setting up r-cran-pan (1.9-1) ... 3494s Setting up r-cran-generics (0.1.3-1) ... 3494s Setting up r-cran-base64enc (0.1-3-3) ... 3494s Setting up r-cran-iterators (1.0.14-1) ... 3494s Setting up r-cran-abind (1.4-8-1) ... 3494s Setting up r-cran-digest (0.6.37-1) ... 3494s Setting up r-cran-yaml (2.3.10-1) ... 3494s Setting up r-cran-gower (1.0.2-1) ... 3494s Setting up r-cran-evaluate (1.0.3-1) ... 3494s Setting up r-cran-dbi (1.2.3-1) ... 3494s Setting up r-cran-timedate (4041.110-1) ... 3494s Setting up r-cran-highr (0.11+dfsg-1) ... 3494s Setting up r-cran-foreach (1.5.2-1) ... 3494s Setting up r-cran-bayestestr (0.14.0-1) ... 3494s Setting up r-cran-prettyunits (1.2.0-1) ... 3494s Setting up r-cran-fansi (1.0.5-1) ... 3494s Setting up r-cran-cardata (3.0.5-1) ... 3494s Setting up r-cran-mass (7.3-64-1) ... 3494s Setting up r-cran-checkmate (2.3.2-1) ... 3494s Setting up r-cran-acepack (1.5.2-1) ... 3494s Setting up r-cran-gtools (3.9.5-1) ... 3494s Setting up r-cran-data.table (1.16.4+dfsg-1) ... 3494s Setting up r-cran-glue (1.8.0-1) ... 3494s Setting up r-cran-foreign (0.8.88-1) ... 3494s Setting up r-cran-gam (1.22-5-1) ... 3494s Setting up r-cran-writexl (1.5.1-1) ... 3494s Setting up r-cran-tensora (0.36.2.1-1) ... 3494s Setting up r-cran-bit (4.0.5-1) ... 3494s Setting up r-cran-xtable (1:1.8-4-2) ... 3494s Setting up r-cran-cli (3.6.3-1) ... 3494s Setting up r-cran-lifecycle (1.0.4+dfsg-1) ... 3494s Setting up r-cran-rprojroot (2.0.4-2) ... 3494s Setting up r-cran-bit64 (4.0.5-1) ... 3494s Setting up gcc (4:14.1.0-2ubuntu1) ... 3494s Setting up r-cran-progressr (0.15.1-1) ... 3494s Setting up r-cran-deldir (2.0-4-1build1) ... 3494s Setting up r-cran-shape (1.4.6.1-1) ... 3494s Setting up r-cran-askpass (1.2.1-1) ... 3494s Setting up r-cran-fastmap (1.2.0-1) ... 3494s Setting up r-cran-png (0.1-8-1build2) ... 3494s Setting up r-cran-r.methodss3 (1.8.2-1) ... 3494s Setting up r-cran-jsonlite (1.8.9+dfsg-1) ... 3494s Setting up r-cran-rstudioapi (0.17.1-1) ... 3494s Setting up r-cran-pkgconfig (2.0.3-2build1) ... 3494s Setting up r-cran-quickjsr (1.5.1-1) ... 3494s Setting up r-cran-utf8 (1.2.4-1) ... 3494s Setting up r-cran-colorspace (2.1-1+dfsg-1) ... 3494s Setting up r-cran-parallelly (1.41.0-1) ... 3494s Setting up r-cran-stringi (1.8.4-1build1) ... 3494s Setting up r-cran-markdown (1.13-1) ... 3494s Setting up r-cran-sjlabelled (1.2.0-1) ... 3494s Setting up r-cran-cpp11 (0.5.1-1) ... 3494s Setting up r-cran-mvtnorm (1.3-3-1) ... 3494s Setting up r-cran-plyr (1.8.9-1) ... 3494s Setting up r-cran-rcolorbrewer (1.1-3-1build1) ... 3494s Setting up r-cran-isoband (0.2.7-1) ... 3494s Setting up r-cran-ucminf (1.2.2-1) ... 3494s Setting up r-cran-diagram (1.6.5-2) ... 3494s Setting up r-cran-waldo (0.6.1-1) ... 3494s Setting up r-cran-gtable (0.3.6+dfsg-1) ... 3494s Setting up r-cran-pscl (1.5.9-1) ... 3494s Setting up r-cran-zoo (1.8-12-2) ... 3494s Setting up r-cran-later (1.4.1+dfsg-1) ... 3494s Setting up r-cran-matrix (1.7-2-1) ... 3494s Setting up r-cran-htmltools (0.5.8.1-1) ... 3494s Setting up r-cran-tinytex (0.54-1) ... 3494s Setting up r-cran-kernsmooth (2.23-26-1) ... 3494s Setting up r-cran-knitr (1.49+dfsg-1) ... 3494s Setting up r-cran-mgcv (1.9-1-1) ... 3494s Setting up g++ (4:14.1.0-2ubuntu1) ... 3494s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 3494s Setting up r-cran-robustbase (0.99-4-1-1) ... 3494s Setting up r-cran-cachem (1.1.0-1) ... 3494s Setting up r-cran-lmtest (0.9.40-1) ... 3494s Setting up r-cran-sass (0.4.9+dfsg-1) ... 3494s Setting up build-essential (12.10ubuntu1) ... 3494s Setting up r-cran-rcpparmadillo (14.2.2-1-1) ... 3494s Setting up r-cran-tzdb (0.4.0-2) ... 3494s Setting up r-cran-parameters (0.22.2-3) ... 3494s Setting up r-cran-globals (0.16.3-1) ... 3494s Setting up r-cran-vctrs (0.6.5-1) ... 3494s Setting up r-cran-brobdingnag (1.2-9-1) ... 3494s Setting up r-cran-rcppeigen (0.3.4.0.2-1) ... 3494s Setting up r-cran-mitools (2.4-2build1) ... 3494s Setting up r-cran-pillar (1.10.1+dfsg-1) ... 3494s Setting up r-cran-stanheaders (2.32.10-1) ... 3494s Setting up r-cran-ellipsis (0.3.2-2) ... 3494s Setting up r-cran-minqa (1.2.8-1) ... 3494s Setting up r-cran-openssl (2.2.0+dfsg-1) ... 3494s Setting up r-cran-stringr (1.5.1-1) ... 3494s Setting up r-cran-class (7.3-23-1) ... 3494s Setting up r-cran-performance (0.12.3-1) ... 3494s Setting up r-cran-distributional (0.5.0-1) ... 3494s Setting up r-cran-modelmetrics (1.2.2.2-1build1) ... 3494s Setting up r-cran-callr (3.7.6-1) ... 3494s Setting up r-cran-openxlsx (4.2.8-1) ... 3494s Setting up r-cran-ordinal (2023.12-4.1-1) ... 3494s Setting up r-cran-matrixmodels (0.5-3-1) ... 3494s Setting up r-cran-desc (1.4.3-1) ... 3494s Setting up r-cran-xml2 (1.3.6-1) ... 3494s Setting up r-cran-munsell (0.5.1-1) ... 3494s Setting up r-cran-tibble (3.2.1+dfsg-3) ... 3494s Setting up r-cran-clock (0.7.1-1) ... 3494s Setting up r-cran-sandwich (3.1-1-1) ... 3494s Setting up r-cran-proc (1.18.5-1) ... 3494s Setting up r-cran-fontawesome (0.5.3-1) ... 3494s Setting up r-cran-survival (3.8-3-1) ... 3494s Setting up r-cran-igraph (2.1.4-1) ... 3494s Setting up r-cran-xts (0.14.1-1) ... 3494s Setting up r-cran-survey (4.4-2-2) ... 3494s Setting up r-cran-r.oo (1.27.0-1) ... 3494s Setting up r-cran-future (1.34.0+dfsg-1) ... 3494s Setting up gfortran (4:14.1.0-2ubuntu1) ... 3494s update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode 3494s 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 3494s update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode 3494s 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 3494s Setting up r-cran-forcats (1.0.0-1) ... 3494s Setting up r-cran-jquerylib (0.1.4+dfsg-4) ... 3494s Setting up r-cran-lme4 (1.1-35.5-1) ... 3494s Setting up r-cran-tidyselect (1.2.1+dfsg-1) ... 3494s Setting up r-cran-reshape2 (1.4.4-2build1) ... 3494s Setting up r-cran-interp (1.1-6-1) ... 3494s Setting up r-cran-emmeans (1.10.6+dfsg-1) ... 3494s Setting up r-cran-future.apply (1.11.3+dfsg-1) ... 3494s Setting up r-cran-tmb (1.9.15-1) ... 3494s Setting up r-cran-jomo (2.7-6-1) ... 3494s Setting up r-cran-timechange (0.3.0-1) ... 3494s Setting up r-cran-th.data (1.1-3-1) ... 3494s Setting up r-cran-httr (1.4.7+dfsg-1) ... 3494s Setting up r-cran-gridextra (2.3-3build1) ... 3494s Setting up r-cran-hms (1.1.3-1) ... 3494s Setting up r-cran-scales (1.3.0-1) ... 3494s Setting up r-cran-memoise (2.0.1-1) ... 3494s Setting up r-cran-lava (1.7.3+dfsg-2) ... 3494s Setting up r-cran-promises (1.3.2+dfsg-1) ... 3494s Setting up r-cran-purrr (1.0.2-1) ... 3494s Setting up r-cran-e1071 (1.7-16-1) ... 3494s Setting up r-cran-multcomp (1.4-28-1) ... 3494s Setting up r-cran-rstantools (2.4.0-1) ... 3494s Setting up r-cran-pkgbuild (1.4.6-1) ... 3494s Setting up r-cran-hardhat (1.4.0+dfsg-1) ... 3494s Setting up r-cran-bridgesampling (1.1-2-1) ... 3494s Setting up r-cran-dplyr (1.1.4-4) ... 3494s Setting up r-cran-clubsandwich (0.5.11-1) ... 3494s Setting up r-cran-progress (1.2.3-1) ... 3494s Setting up r-cran-posterior (1.6.0+dfsg-1) ... 3494s Setting up r-cran-glmnet (4.1-8-1) ... 3494s Setting up r-cran-lubridate (1.9.4+dfsg-1) ... 3494s Setting up r-cran-pkgload (1.4.0-1) ... 3494s Setting up r-cran-r.utils (2.12.3-1) ... 3494s Setting up r-cran-vroom (1.6.5-1) ... 3494s Setting up r-base-dev (4.4.2-1build1) ... 3494s Setting up r-cran-prodlim (2024.06.25-1) ... 3494s Setting up r-cran-effectsize (0.8.9+dfsg-1) ... 3494s Setting up r-cran-sjstats (0.19.0-1) ... 3494s Setting up r-cran-ggplot2 (3.5.1+dfsg-1) ... 3494s Setting up r-cran-cellranger (1.1.0-3) ... 3494s Setting up r-cran-effects (4.2.2-1) ... 3494s Setting up r-cran-httpuv (1.6.15+dfsg-1) ... 3494s Setting up r-cran-rpart (4.1.24-1) ... 3494s Setting up r-cran-latticeextra (0.6-30-1) ... 3494s Setting up r-cran-glmmtmb (1.1.9+dfsg-3) ... 3494s Setting up r-cran-ipred (0.9-15-1) ... 3494s Setting up r-cran-viridis (0.6.5-1) ... 3494s Setting up r-cran-testthat (3.2.3-1) ... 3494s Setting up r-cran-bslib (0.8.0+dfsg-1) ... 3494s Setting up r-cran-readr (2.1.5-1) ... 3494s Setting up r-cran-ggrepel (0.9.6-1) ... 3494s Setting up r-cran-tidyr (1.3.1-1) ... 3494s Setting up r-cran-vdiffr (1.0.8-1) ... 3494s Setting up r-cran-recipes (1.1.0+dfsg-1) ... 3494s Setting up pkg-r-autopkgtest (20231212ubuntu1) ... 3494s Setting up r-cran-loo (2.8.0-1) ... 3494s Setting up r-cran-ggridges (0.5.6-1) ... 3494s Setting up r-cran-rstan (2.32.6-1) ... 3494s Setting up r-cran-cowplot (1.1.3+dfsg-1) ... 3494s Setting up r-cran-readxl (1.4.3-1) ... 3494s Setting up r-cran-bayesplot (1.11.1-1) ... 3494s Setting up r-cran-haven (2.5.4-1) ... 3494s Setting up r-cran-caret (7.0-1+dfsg-1) ... 3494s Setting up r-cran-shiny (1.9.1+dfsg-1) ... 3494s Setting up r-cran-shinyjs (2.1.0-1) ... 3494s Setting up r-cran-miniui (0.1.1.1-3build1) ... 3494s Setting up r-cran-broom (1.0.7+dfsg-1) ... 3494s Setting up r-cran-mitml (0.4-5-1) ... 3494s Setting up r-cran-rmarkdown (2.29+dfsg-1) ... 3494s Setting up r-cran-conquer (1.3.3-1) ... 3494s Setting up r-cran-brms (2.22.0-1) ... 3494s Setting up r-cran-crosstalk (1.2.1+dfsg-1) ... 3494s Setting up r-cran-rio (1.2.3-1) ... 3494s Setting up r-cran-quantreg (6.00-1) ... 3494s Setting up r-cran-geepack (1.3.12-1) ... 3494s Setting up r-cran-shinythemes (1.2.0+dfsg-1) ... 3494s Setting up r-cran-modelr (0.1.11-1) ... 3494s Setting up r-cran-htmlwidgets (1.6.4+dfsg-1) ... 3494s Setting up r-cran-colourpicker (1.3.0+dfsg-1) ... 3494s Setting up r-cran-mice (3.17.0-1) ... 3494s Setting up r-cran-threejs (0.3.3+dfsg-2build1) ... 3494s Setting up r-cran-doby (4.6.25-1) ... 3494s Setting up r-cran-dt (0.33+dfsg-1) ... 3494s Setting up r-cran-dygraphs (1.1.1.6+dfsg-4) ... 3494s Setting up r-cran-htmltable (2.4.3-1) ... 3494s Setting up r-cran-pbkrtest (0.5.3-1) ... 3494s Setting up r-cran-car (3.1-3-1) ... 3494s Setting up r-cran-aer (1.2-14-1) ... 3494s Setting up r-cran-shinystan (2.6.0-1) ... 3494s Setting up r-cran-hmisc (5.2-2-1) ... 3494s Setting up r-cran-rstanarm (2.32.1-2) ... 3494s Setting up r-cran-rms (7.0-0-1) ... 3494s Processing triggers for libc-bin (2.40-4ubuntu1) ... 3494s Processing triggers for man-db (2.13.0-1) ... 3495s Processing triggers for install-info (7.1.1-1) ... 3496s autopkgtest: DBG: testbed command exited with code 0 3496s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'r-cran-ggeffects'], kind short, sout pipe, serr pipe, env [] 3496s autopkgtest: DBG: testbed command exited with code 0 3496s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.cNuVOf/pkg-r-autopkgtest-packages.all"], kind short, sout raw, serr pipe, env [] 3496s autopkgtest: DBG: testbed command exited with code 0 3496s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cNuVOf/pkg-r-autopkgtest-packages.all /tmp/autopkgtest-work.r0d0eu_n/out/pkg-r-autopkgtest-packages.all 3496s autopkgtest: DBG: got reply from testbed: ok 3496s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.cNuVOf/build.pw3/src'], kind short, sout raw, serr raw, env [] 3497s autopkgtest: DBG: testbed command exited with code 1 3497s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.cNuVOf/build.pw3'], kind short, sout raw, serr pipe, env [] 3497s autopkgtest: DBG: testbed command exited with code 0 3497s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.r0d0eu_n/out/tests-tree/ /tmp/autopkgtest.cNuVOf/build.pw3/src/ 3523s autopkgtest: DBG: got reply from testbed: ok 3523s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.cNuVOf/build.pw3/src'], kind short, sout raw, serr pipe, env [] 3523s autopkgtest: DBG: testbed command exited with code 0 3523s autopkgtest [01:39:58]: test pkg-r-autopkgtest: /usr/share/dh-r/pkg-r-autopkgtest 3523s autopkgtest [01:39:58]: test pkg-r-autopkgtest: [----------------------- 3523s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.cNuVOf/wrapper.sh --debug --artifacts=/tmp/autopkgtest.cNuVOf/pkg-r-autopkgtest-artifacts --chdir=/tmp/autopkgtest.cNuVOf/build.pw3/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.cNuVOf/pkg-r-autopkgtest-stderr --stdout=/tmp/autopkgtest.cNuVOf/pkg-r-autopkgtest-stdout --tmp=/tmp/autopkgtest.cNuVOf/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=r-cran-testthat/3.2.3-1 -- bash -ec /usr/share/dh-r/pkg-r-autopkgtest'], kind test, sout raw, serr raw, env [] 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.cNuVOf/pkg-r-autopkgtest-artifacts 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: changing to directory: /tmp/autopkgtest.cNuVOf/build.pw3/src 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: setting environment: LANG=C.UTF-8 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LANGUAGE 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_ADDRESS 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_ALL 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_COLLATE 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_CTYPE 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_IDENTIFICATION 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_MEASUREMENT 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_MESSAGES 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_MONETARY 3523s Test: Try to load the R library ggeffects 3523s 3523s R version 4.4.2 (2024-10-31) -- "Pile of Leaves" 3523s Copyright (C) 2024 The R Foundation for Statistical Computing 3523s Platform: s390x-ibm-linux-gnu 3523s 3523s R is free software and comes with ABSOLUTELY NO WARRANTY. 3523s You are welcome to redistribute it under certain conditions. 3523s Type 'license()' or 'licence()' for distribution details. 3523s 3523s R is a collaborative project with many contributors. 3523s Type 'contributors()' for more information and 3523s 'citation()' on how to cite R or R packages in publications. 3523s 3523s Type 'demo()' for some demos, 'help()' for on-line help, or 3523s 'help.start()' for an HTML browser interface to help. 3523s Type 'q()' to quit R. 3523s 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_NAME 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_NUMERIC 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_PAPER 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_TELEPHONE 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: unsetting environment: LC_TIME 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: pretending to be a login shell 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: will write standard error to /tmp/autopkgtest.cNuVOf/pkg-r-autopkgtest-stderr 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: will write stdout to /tmp/autopkgtest.cNuVOf/pkg-r-autopkgtest-stdout 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.cNuVOf/autopkgtest_tmp 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=r-cran-testthat/3.2.3-1 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: command to run: bash -ec /usr/share/dh-r/pkg-r-autopkgtest 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: copying /tmp/tmp.9VlxZnB0xs/out to stdout and file: /tmp/autopkgtest.cNuVOf/pkg-r-autopkgtest-stdout 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: copying /tmp/tmp.9VlxZnB0xs/err to standard error and file: /tmp/autopkgtest.cNuVOf/pkg-r-autopkgtest-stdout 3523s /tmp/autopkgtest.cNuVOf/wrapper.sh: writing script pid 5595 to /tmp/autopkgtest_script_pid 3523s > library('ggeffects') 3524s > 3524s > 3524s /tmp/autopkgtest.cNuVOf/wrapper.sh: checking for leaked background processes... 3524s Other tests are currently unsupported! 3524s They will be progressively added. 3524s /tmp/autopkgtest.cNuVOf/wrapper.sh: waiting for tee/cat subprocesses... 3524s /tmp/autopkgtest.cNuVOf/wrapper.sh: cleaning up... 3524s /tmp/autopkgtest.cNuVOf/wrapper.sh: Exit status: 0 3524s autopkgtest: DBG: testbed command exited with code 0 3524s autopkgtest [01:39:59]: test pkg-r-autopkgtest: -----------------------] 3524s autopkgtest: DBG: testbed executing test finished with exit status 0 3524s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cNuVOf/pkg-r-autopkgtest-stdout /tmp/autopkgtest-work.r0d0eu_n/out/pkg-r-autopkgtest-stdout 3524s autopkgtest: DBG: got reply from testbed: ok 3524s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cNuVOf/pkg-r-autopkgtest-stderr /tmp/autopkgtest-work.r0d0eu_n/out/pkg-r-autopkgtest-stderr 3524s autopkgtest: DBG: got reply from testbed: ok 3524s pkg-r-autopkgtest PASS 3524s autopkgtest [01:39:59]: test pkg-r-autopkgtest: - - - - - - - - - - results - - - - - - - - - - 3524s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.cNuVOf/pkg-r-autopkgtest-artifacts/ /tmp/autopkgtest-work.r0d0eu_n/out/artifacts/ 3525s autopkgtest: DBG: got reply from testbed: ok 3525s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.cNuVOf/pkg-r-autopkgtest-artifacts', '/tmp/autopkgtest.cNuVOf/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 3525s autopkgtest: DBG: testbed command exited with code 0 3525s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 3525s autopkgtest [01:40:00]: @@@@@@@@@@@@@@@@@@@@ summary 3525s run-unit-test PASS 3525s pkg-r-autopkgtest PASS 3525s autopkgtest: DBG: testbed stop 3525s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.cNuVOf 3525s autopkgtest: DBG: sending command to testbed: close 3531s autopkgtest: DBG: got reply from testbed: ok 3531s autopkgtest: DBG: sending command to testbed: quit 3531s nova [W] Using flock in prodstack6-s390x 3531s Creating nova instance adt-plucky-s390x-r-cran-ggeffects-20250204-004115-juju-7f2275-prod-proposed-migration-environment-15-a1e581f8-311f-458b-9a1b-377571442d06 from image adt/ubuntu-plucky-s390x-server-20250203.img (UUID 247705cf-ad10-4dc6-8dfa-317dcfe4f398)... 3531s nova [W] Timed out waiting for e8e05223-3fdb-4721-b488-f49c4c50537b to get deleted. 3531s nova [W] Using flock in prodstack6-s390x 3531s Creating nova instance adt-plucky-s390x-r-cran-ggeffects-20250204-004115-juju-7f2275-prod-proposed-migration-environment-15-a1e581f8-311f-458b-9a1b-377571442d06 from image adt/ubuntu-plucky-s390x-server-20250203.img (UUID 247705cf-ad10-4dc6-8dfa-317dcfe4f398)... 3531s nova [W] Timed out waiting for 61d6ecb6-c4fb-43c7-a963-afe4f6b828f5 to get deleted.