0s autopkgtest: DBG: testbed init 0s autopkgtest [22:20:00]: starting date and time: 2025-02-18 22:20:00+0000 0s autopkgtest [22:20:00]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [22:20:00]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.6xx7lkuf/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:rust-wasmtime --apt-upgrade rust-wasmtime --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=rust-wasmtime/26.0.1+dfsg-3 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-22.secgroup --name adt-plucky-s390x-rust-wasmtime-20250218-222000-juju-7f2275-prod-proposed-migration-environment-15-0a97cbe8-d745-4835-8962-e115ebdb8918 --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 106s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.bYMrYq 106s autopkgtest: DBG: sending command to testbed: print-execute-command 106s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.n0y_q2js/runcmd 106s autopkgtest: DBG: sending command to testbed: capabilities 106s autopkgtest: DBG: got reply from testbed: ok revert-full-system reboot suggested-normal-user=ubuntu isolation-machine revert root-on-testbed 106s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'reboot', 'suggested-normal-user=ubuntu', 'isolation-machine', 'revert', 'root-on-testbed', 'has_internet'] 106s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 106s autopkgtest: DBG: testbed command exited with code 0 106s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.bYMrYq/wrapper.sh 107s autopkgtest: DBG: got reply from testbed: ok 107s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/wrapper.sh'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest [22:21:47]: testbed dpkg architecture: s390x 107s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest [22:21:47]: testbed apt version: 2.9.29 107s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: testbed has eatmydata 107s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest [22:21:47]: @@@@@@@@@@@@@@@@@@@@ test bed setup 107s 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 [] 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest [22:21:47]: testbed release detected to be: None 107s 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 [] 107s autopkgtest: DBG: testbed command exited with code 0 107s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: adding APT source: Types: deb deb-src 108s URIs: http://ftpmaster.internal/ubuntu/ 108s Suites: plucky-proposed 108s Components: main restricted universe multiverse 108s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 108s Package: * 108s Pin: release plucky-proposed 108s Pin-Priority: 500 108s 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 [] 108s autopkgtest: DBG: testbed command exited with code 0 108s autopkgtest [22:21:48]: updating testbed package index (apt update) 108s 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'] 108s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 109s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 109s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 109s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 109s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [788 kB] 109s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 109s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [16.2 kB] 109s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [70.1 kB] 109s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [87.7 kB] 109s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 109s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [627 kB] 109s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [6364 B] 109s Fetched 1710 kB in 1s (1922 kB/s) 110s Reading package lists... 110s autopkgtest: DBG: testbed command exited with code 0 110s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 110s Package: * 110s Pin: release plucky-proposed 110s Pin-Priority: 100 110s 110s Package: src:rust-wasmtime:any 110s Pin: release plucky-proposed 110s Pin-Priority: 995 110s 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:rust-wasmtime:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s 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.bYMrYq/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 110s autopkgtest: DBG: testbed command exited with code 0 110s 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'] 110s + lsb_release --codename --short 110s + RELEASE=plucky 110s + cat 110s + [ plucky != trusty ] 110s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 110s Reading package lists... 110s Building dependency tree... 110s Reading state information... 111s Calculating upgrade... 111s The following packages were automatically installed and are no longer required: 111s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 111s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 111s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 111s linux-tools-6.11.0-8-generic 111s Use 'sudo apt autoremove' to remove them. 111s The following packages will be upgraded: 111s dhcpcd-base s390-tools s390-tools-data s390-tools-signed 111s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 111s Need to get 5637 kB of archives. 111s After this operation, 54.3 kB of additional disk space will be used. 111s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 111s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 111s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 112s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 112s Fetched 5637 kB in 1s (6148 kB/s) 112s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80980 files and directories currently installed.) 112s Preparing to unpack .../dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 112s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 112s Preparing to unpack .../s390-tools-data_2.37.0-0ubuntu2_all.deb ... 112s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 112s Preparing to unpack .../s390-tools_2.37.0-0ubuntu2_s390x.deb ... 112s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 112s Preparing to unpack .../s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 112s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 112s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 112s Setting up dhcpcd-base (1:10.1.0-7) ... 112s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 112s Setting up s390-tools (2.37.0-0ubuntu2) ... 113s Processing triggers for man-db (2.13.0-1) ... 114s Processing triggers for initramfs-tools (0.145ubuntu2) ... 114s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 114s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 118s Using config file '/etc/zipl.conf' 118s Building bootmap in '/boot' 118s Adding IPL section 'ubuntu' (default) 118s Preparing boot device for LD-IPL: vda (0000). 118s Done. 118s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 118s + /usr/lib/apt/apt-helper analyze-pattern ?true 118s + uname -r 118s + sed s/\./\\./g 118s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 118s + apt list ?obsolete 118s + tail -n+2 118s + + grep -v ^linux-.*6\.12\.0-15-generic.* 118s cut -d/ -f1 118s + true 118s + obsolete_pkgs= 118s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 118s Reading package lists... 118s Building dependency tree... 118s Reading state information... 118s The following packages will be REMOVED: 118s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 118s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 118s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 118s linux-tools-6.11.0-8-generic* 118s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 118s After this operation, 167 MB disk space will be freed. 119s (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 ... 80981 files and directories currently installed.) 119s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 119s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 119s Removing libpython3.12t64:s390x (3.12.9-1) ... 119s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 119s Removing libnsl2:s390x (1.3.0-3build3) ... 119s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 119s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 119s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 119s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 119s Processing triggers for libc-bin (2.40-4ubuntu1) ... 120s (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 ... 55881 files and directories currently installed.) 120s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 120s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 120s + grep -q trusty /etc/lsb-release 120s + [ ! -d /usr/share/doc/unattended-upgrades ] 120s + [ ! -d /usr/share/doc/lxd ] 120s + [ ! -d /usr/share/doc/lxd-client ] 120s + [ ! -d /usr/share/doc/snapd ] 120s + type iptables 120s + cat 120s + chmod 755 /etc/rc.local 120s + . /etc/rc.local 120s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 120s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 120s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 120s + uname -m 120s + [ s390x = ppc64le ] 120s + [ -d /run/systemd/system ] 120s + systemd-detect-virt --quiet --vm 120s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 120s + cat 120s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 120s + echo COMPRESS=lz4 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest [22:22:00]: upgrading testbed (apt dist-upgrade and autopurge) 120s 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'] 120s Reading package lists... 120s Building dependency tree... 120s Reading state information... 120s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 120s Starting 2 pkgProblemResolver with broken count: 0 120s Done 121s Entering ResolveByKeep 121s 121s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 121s autopkgtest: DBG: testbed command exited with code 0 121s 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'] 121s Reading package lists... 121s Building dependency tree... 121s Reading state information... 121s Starting pkgProblemResolver with broken count: 0 121s Starting 2 pkgProblemResolver with broken count: 0 121s Done 122s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 122s autopkgtest: DBG: testbed command exited with code 0 122s 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.bYMrYq/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 122s autopkgtest: DBG: testbed command exited with code 1 122s autopkgtest [22:22:02]: rebooting testbed after setup commands that affected boot 122s autopkgtest: DBG: sending command to testbed: reboot 131s autopkgtest-virt-ssh: WARNING: ssh connection failed. Retrying in 3 seconds... 137s autopkgtest: DBG: got reply from testbed: ok 137s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 137s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 137s autopkgtest: DBG: testbed command exited with code 0 137s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.bYMrYq/autopkgtest-reboot 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare 139s autopkgtest: DBG: got reply from testbed: ok 139s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest [22:22:19]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 139s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.bYMrYq/testbed-packages"], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/testbed-packages /tmp/autopkgtest-work.6xx7lkuf/out/testbed-packages 140s autopkgtest: DBG: got reply from testbed: ok 140s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 140s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.bYMrYq/autopkgtest-reboot 140s autopkgtest: DBG: got reply from testbed: ok 140s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare 141s autopkgtest: DBG: got reply from testbed: ok 141s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: Binaries: initialising 141s autopkgtest [22:22:21]: @@@@@@@@@@@@@@@@@@@@ apt-source rust-wasmtime 141s autopkgtest: DBG: blame += rust-wasmtime 141s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 141s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'rust-wasmtime'], kind short, sout pipe, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^librust-cranelift-dev$'], kind short, sout pipe, serr raw, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'librust-cranelift-dev=0.113.1+26.0.1+dfsg-3'], kind short, sout pipe, serr raw, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: install_deps: deps_new=[] 142s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s 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.bYMrYq/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source rust-wasmtime=26.0.1+dfsg-3 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 rust-wasmtime_*.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=rust-wasmtime/26.0.1+dfsg-3'] 143s + cd / 143s + mktemp -d /tmp/autopkgtest.bYMrYq/build.XXX 143s + builddir=/tmp/autopkgtest.bYMrYq/build.4yH 143s + cd /tmp/autopkgtest.bYMrYq/build.4yH 143s + apt-get source -d -q --only-source rust-wasmtime=26.0.1+dfsg-3 144s + OUT=Reading package lists... 144s NOTICE: 'rust-wasmtime' packaging is maintained in the 'Git' version control system at: 144s https://salsa.debian.org/debian/rust-wasmtime.git 144s Please use: 144s git clone https://salsa.debian.org/debian/rust-wasmtime.git 144s to retrieve the latest (possibly unreleased) updates to the package. 144s Need to get 4163 kB of source archives. 144s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-wasmtime 26.0.1+dfsg-3 (dsc) [3663 B] 144s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-wasmtime 26.0.1+dfsg-3 (tar) [4147 kB] 144s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-wasmtime 26.0.1+dfsg-3 (diff) [13.0 kB] 144s Fetched 4163 kB in 1s (4167 kB/s) 144s Download complete and in download only mode 144s + [ -n ] 144s + echo Reading package lists... 144s NOTICE: 'rust-wasmtime' packaging is maintained in the 'Git' version control system at: 144s https://salsa.debian.org/debian/rust-wasmtime.git 144s Please use: 144s git clone https://salsa.debian.org/debian/rust-wasmtime.git 144s to retrieve the latest (possibly unreleased) updates to the package. 144s Need to get 4163 kB of source archives. 144s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-wasmtime 26.0.1+dfsg-3 (dsc) [3663 B] 144s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-wasmtime 26.0.1+dfsg-3 (tar) [4147 kB] 144s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-wasmtime 26.0.1+dfsg-3 (diff) [13.0 kB] 144s Fetched 4163 kB in 1s (4167 kB/s) 144s Download complete and in download only mode 144s + grep ^Get: 144s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-wasmtime 26.0.1+dfsg-3 (dsc) [3663 B] 144s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-wasmtime 26.0.1+dfsg-3 (tar) [4147 kB] 144s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-wasmtime 26.0.1+dfsg-3 (diff) [13.0 kB] 144s + dpkg-source -x rust-wasmtime_26.0.1+dfsg-3.dsc src 144s gpgv: Signature made Tue Feb 18 09:11:58 2025 UTC 144s gpgv: using RSA key 9FE3E9C36691A69FF53CC6842C7C3146C1A00121 144s gpgv: Can't check signature: No public key 144s dpkg-source: warning: cannot verify inline signature for ./rust-wasmtime_26.0.1+dfsg-3.dsc: no acceptable signature found 144s + chmod -R a+rX . 144s + cd src/. 144s + pwd 144s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest [22:22:24]: testing package rust-wasmtime version 26.0.1+dfsg-3 144s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/build.4yH/src/debian/ /tmp/autopkgtest-work.6xx7lkuf/out/pkg/debian/ 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: processing dependency dh-rust 144s autopkgtest: DBG: processing dependency librust-cranelift-0.113-dev 144s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 144s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 145s cranelift:@ SKIP Test declares architecture as not supported: s390x 145s autopkgtest: DBG: processing dependency dh-rust 145s autopkgtest: DBG: processing dependency librust-cranelift-0.113+default-dev 145s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 145s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 145s cranelift:default SKIP Test declares architecture as not supported: s390x 145s autopkgtest: DBG: processing dependency dh-rust 145s autopkgtest: DBG: processing dependency librust-cranelift-0.113-dev 145s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 145s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 145s cranelift: SKIP Test declares architecture as not supported: s390x 145s autopkgtest: DBG: processing dependency dh-rust 145s autopkgtest: DBG: processing dependency librust-cranelift-0.113+core-dev 145s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 145s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 145s cranelift:core SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 145s autopkgtest: DBG: processing dependency dh-rust 145s autopkgtest: DBG: processing dependency librust-cranelift-0.113+std-dev 145s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 145s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 145s cranelift:std SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 145s autopkgtest: DBG: processing dependency dh-rust 145s autopkgtest: DBG: processing dependency librust-cranelift-0.113+frontend-dev 145s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 145s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 145s cranelift:frontend SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 145s autopkgtest: DBG: processing dependency dh-rust 145s autopkgtest: DBG: processing dependency librust-cranelift-0.113+interpreter-dev 145s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 145s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 145s cranelift:interpreter SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 145s autopkgtest: DBG: processing dependency dh-rust 145s autopkgtest: DBG: processing dependency librust-cranelift-0.113+jit-dev 145s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 145s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 145s autopkgtest: DBG: processing dependency dh-rust 145s cranelift:jit SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 145s autopkgtest: DBG: processing dependency librust-cranelift-0.113+module-dev 145s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 145s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 145s cranelift:module SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 145s autopkgtest: DBG: processing dependency dh-rust 145s autopkgtest: DBG: processing dependency librust-cranelift-0.113+native-dev 145s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 145s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 145s autopkgtest: DBG: processing dependency dh-rust 145s cranelift:native SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 145s autopkgtest: DBG: processing dependency librust-cranelift-0.113+object-dev 145s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 145s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 145s cranelift:object SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 145s autopkgtest: DBG: processing dependency dh-rust 145s autopkgtest: DBG: processing dependency librust-wasmtime-jit-icache-coherence-26-dev 145s autopkgtest: DBG: Test defined: name wasmtime-jit-icache-coherence:@ path None command "/usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets --all-features" restrictions ['allow-stderr'] features ['test-name=wasmtime-jit-icache-coherence:@'] depends ['dh-rust', 'librust-wasmtime-jit-icache-coherence-26-dev'] 145s autopkgtest: DBG: processing dependency dh-rust 145s autopkgtest: DBG: processing dependency librust-wasmtime-jit-icache-coherence-26+default-dev 145s autopkgtest: DBG: Test defined: name wasmtime-jit-icache-coherence:default path None command "/usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets" restrictions ['allow-stderr'] features ['test-name=wasmtime-jit-icache-coherence:default'] depends ['dh-rust', 'librust-wasmtime-jit-icache-coherence-26+default-dev'] 145s autopkgtest: DBG: processing dependency dh-rust 145s autopkgtest: DBG: processing dependency librust-wasmtime-jit-icache-coherence-26-dev 145s autopkgtest: DBG: Test defined: name wasmtime-jit-icache-coherence: path None command "/usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets --no-default-features" restrictions ['allow-stderr'] features ['test-name=wasmtime-jit-icache-coherence:'] depends ['dh-rust', 'librust-wasmtime-jit-icache-coherence-26-dev'] 145s autopkgtest: DBG: processing dependency dh-rust 145s autopkgtest: DBG: processing dependency librust-wasmtime-jit-icache-coherence-26+one-core-dev 145s wasmtime-jit-icache-coherence:one-core SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 145s autopkgtest [22:22:25]: build not needed 145s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/build.4yH/src/ /tmp/autopkgtest-work.6xx7lkuf/out/tests-tree/ 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest: DBG: processing dependency dh-rust 150s autopkgtest: DBG: processing dependency librust-cranelift-0.113-dev 150s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 150s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 150s cranelift:@ SKIP Test declares architecture as not supported: s390x 150s autopkgtest: DBG: processing dependency dh-rust 150s autopkgtest: DBG: processing dependency librust-cranelift-0.113+default-dev 150s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 150s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 150s cranelift:default SKIP Test declares architecture as not supported: s390x 150s autopkgtest: DBG: processing dependency dh-rust 150s autopkgtest: DBG: processing dependency librust-cranelift-0.113-dev 150s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 150s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 151s cranelift: SKIP Test declares architecture as not supported: s390x 151s autopkgtest: DBG: processing dependency dh-rust 151s autopkgtest: DBG: processing dependency librust-cranelift-0.113+core-dev 151s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 151s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 151s autopkgtest: DBG: processing dependency dh-rust 151s autopkgtest: DBG: processing dependency librust-cranelift-0.113+std-dev 151s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 151s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 151s cranelift:core SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 151s cranelift:std SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 151s autopkgtest: DBG: processing dependency dh-rust 151s autopkgtest: DBG: processing dependency librust-cranelift-0.113+frontend-dev 151s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 151s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 151s cranelift:frontend SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 151s autopkgtest: DBG: processing dependency dh-rust 151s autopkgtest: DBG: processing dependency librust-cranelift-0.113+interpreter-dev 151s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 151s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 151s cranelift:interpreter SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 151s autopkgtest: DBG: processing dependency dh-rust 151s autopkgtest: DBG: processing dependency librust-cranelift-0.113+jit-dev 151s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 151s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 151s cranelift:jit SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 151s autopkgtest: DBG: processing dependency dh-rust 151s autopkgtest: DBG: processing dependency librust-cranelift-0.113+module-dev 151s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 151s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 151s cranelift:module SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 151s autopkgtest: DBG: processing dependency dh-rust 151s autopkgtest: DBG: processing dependency librust-cranelift-0.113+native-dev 151s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 151s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 151s autopkgtest: DBG: processing dependency dh-rust 151s autopkgtest: DBG: processing dependency librust-cranelift-0.113+object-dev 151s autopkgtest: DBG: processing dependency librust-similar-2+default-dev 151s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev 151s cranelift:native SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 151s autopkgtest: DBG: processing dependency dh-rust 151s autopkgtest: DBG: processing dependency librust-wasmtime-jit-icache-coherence-26-dev 151s cranelift:object SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 151s autopkgtest: DBG: Test defined: name wasmtime-jit-icache-coherence:@ path None command "/usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets --all-features" restrictions ['allow-stderr'] features ['test-name=wasmtime-jit-icache-coherence:@'] depends ['dh-rust', 'librust-wasmtime-jit-icache-coherence-26-dev'] 151s autopkgtest: DBG: processing dependency dh-rust 151s autopkgtest: DBG: processing dependency librust-wasmtime-jit-icache-coherence-26+default-dev 151s autopkgtest: DBG: Test defined: name wasmtime-jit-icache-coherence:default path None command "/usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets" restrictions ['allow-stderr'] features ['test-name=wasmtime-jit-icache-coherence:default'] depends ['dh-rust', 'librust-wasmtime-jit-icache-coherence-26+default-dev'] 151s autopkgtest: DBG: processing dependency dh-rust 151s autopkgtest: DBG: processing dependency librust-wasmtime-jit-icache-coherence-26-dev 151s autopkgtest: DBG: Test defined: name wasmtime-jit-icache-coherence: path None command "/usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets --no-default-features" restrictions ['allow-stderr'] features ['test-name=wasmtime-jit-icache-coherence:'] depends ['dh-rust', 'librust-wasmtime-jit-icache-coherence-26-dev'] 151s autopkgtest: DBG: processing dependency dh-rust 151s autopkgtest: DBG: processing dependency librust-wasmtime-jit-icache-coherence-26+one-core-dev 151s autopkgtest [22:22:31]: test wasmtime-jit-icache-coherence:@: preparing testbed 151s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['dh-rust', 'librust-wasmtime-jit-icache-coherence-26-dev'] 151s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 151s autopkgtest: DBG: install_deps: deps_new=['dh-rust', 'librust-wasmtime-jit-icache-coherence-26-dev'] 151s autopkgtest: DBG: install-deps: satisfying dh-rust, librust-wasmtime-jit-icache-coherence-26-dev 151s autopkgtest: DBG: can use apt-get on testbed: True 151s 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', 'dh-rust, librust-wasmtime-jit-icache-coherence-26-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 151s wasmtime-jit-icache-coherence:one-core SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 151s Reading package lists... 151s Building dependency tree... 151s Reading state information... 151s Starting pkgProblemResolver with broken count: 0 151s Starting 2 pkgProblemResolver with broken count: 0 151s Done 152s The following NEW packages will be installed: 152s autoconf automake autopoint autotools-dev cargo cargo-1.83 clang clang-19 152s cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit 152s dh-autoreconf dh-rust dh-strip-nondeterminism dwz gcc gcc-14 152s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gettext intltool-debian 152s libarchive-zip-perl libasan8 libcc1-0 libclang-19-dev libclang-common-19-dev 152s libclang-cpp19 libclang-dev libdebhelper-perl 152s libfile-stripnondeterminism-perl libgc1 libgcc-14-dev libgit2-1.8 libgomp1 152s libisl23 libitm1 libmpc3 libobjc-14-dev libobjc4 libpfm4 libpkgconf3 152s librust-addr2line-dev librust-adler-dev librust-ahash-dev 152s librust-aho-corasick-dev librust-allocator-api2-dev 152s librust-annotate-snippets-dev librust-anstream-dev librust-anstyle-dev 152s librust-anstyle-parse-dev librust-anstyle-query-dev librust-anyhow-dev 152s librust-arbitrary-dev librust-arrayvec-dev librust-backtrace-dev 152s librust-bincode-dev librust-bindgen-dev librust-bitflags-1-dev 152s librust-bitflags-dev librust-blobby-dev librust-block-buffer-dev 152s librust-bumpalo-dev librust-bytemuck-derive-dev librust-bytemuck-dev 152s librust-byteorder-dev librust-capstone-dev librust-capstone-sys-dev 152s librust-cc-dev librust-cexpr-dev librust-cfg-if-dev librust-clang-sys-dev 152s librust-clap-builder-dev librust-clap-complete-dev librust-clap-derive-dev 152s librust-clap-dev librust-clap-lex-dev librust-cobs-dev 152s librust-codespan-reporting-dev librust-colorchoice-dev 152s librust-compiler-builtins+core-dev 152s librust-compiler-builtins+rustc-dep-of-std-dev librust-compiler-builtins-dev 152s librust-const-oid-dev librust-const-random-dev 152s librust-const-random-macro-dev librust-cpp-demangle-dev 152s librust-cpufeatures-dev librust-cranelift-dev librust-crc-catalog-dev 152s librust-crc-dev librust-crc32fast-dev librust-critical-section-dev 152s librust-crossbeam-deque-dev librust-crossbeam-epoch+std-dev 152s librust-crossbeam-epoch-dev librust-crossbeam-utils-dev librust-crunchy-dev 152s librust-crypto-common-dev librust-defmt-dev librust-defmt-macros-dev 152s librust-defmt-parser-dev librust-derive-arbitrary-dev librust-digest-dev 152s librust-either-dev librust-embedded-io-dev librust-env-filter-dev 152s librust-env-logger-dev librust-equivalent-dev librust-erased-serde-dev 152s librust-errno-dev librust-fallible-iterator-dev librust-flate2-dev 152s librust-generic-array-dev librust-getrandom-dev librust-gimli-dev 152s librust-glob-dev librust-hash32-dev librust-hashbrown-dev 152s librust-heapless-dev librust-heck-dev librust-humantime-dev 152s librust-id-arena-dev librust-indexmap-dev librust-is-executable-dev 152s librust-itertools-dev librust-itoa-dev librust-jobserver-dev 152s librust-libc-dev librust-libloading-dev librust-libz-sys-dev 152s librust-linux-raw-sys-dev librust-log-dev librust-memchr-dev 152s librust-memmap2-dev librust-minimal-lexical-dev librust-miniz-oxide-dev 152s librust-no-panic-dev librust-nom+std-dev librust-nom-dev librust-object-dev 152s librust-once-cell-dev librust-parking-lot-core-dev librust-paste-dev 152s librust-pkg-config-dev librust-portable-atomic-dev librust-postcard-dev 152s librust-ppv-lite86-dev librust-prettyplease-dev 152s librust-proc-macro-error-attr2-dev librust-proc-macro-error2-dev 152s librust-proc-macro2-dev librust-quote-dev librust-rand-chacha-dev 152s librust-rand-core+getrandom-dev librust-rand-core+serde-dev 152s librust-rand-core+std-dev librust-rand-core-dev librust-rand-dev 152s librust-rayon-core-dev librust-rayon-dev librust-regalloc2-dev 152s librust-regex-automata-dev librust-regex-dev librust-regex-syntax-dev 152s librust-region-dev librust-rustc-demangle-dev librust-rustc-hash-2-dev 152s librust-rustc-hash-dev librust-rustc-std-workspace-core-dev 152s librust-rustix-dev librust-ruzstd-dev librust-ryu-dev 152s librust-serde-derive-dev librust-serde-dev librust-serde-fmt-dev 152s librust-serde-json-dev librust-serde-test-dev librust-sha2-asm-dev 152s librust-sha2-dev librust-shlex-dev librust-slice-group-by-dev 152s librust-smallvec-dev librust-souper-ir-dev librust-stable-deref-trait-dev 152s librust-static-assertions-dev librust-strsim-dev librust-subtle-dev 152s librust-sval-buffer-dev librust-sval-derive-dev librust-sval-dev 152s librust-sval-dynamic-dev librust-sval-fmt-dev librust-sval-ref-dev 152s librust-sval-serde-dev librust-syn-dev librust-target-lexicon-dev 152s librust-termcolor-dev librust-terminal-size-dev librust-thiserror-1-dev 152s librust-thiserror-dev librust-thiserror-impl-1-dev 152s librust-thiserror-impl-dev librust-tiny-keccak-dev librust-twox-hash-dev 152s librust-typed-arena-dev librust-typenum-dev librust-ufmt-write-dev 152s librust-unicase-dev librust-unicode-ident-dev 152s librust-unicode-segmentation-dev librust-unicode-width-0.1-dev 152s librust-unicode-width-dev librust-utf8parse-dev librust-value-bag-dev 152s librust-value-bag-serde1-dev librust-value-bag-sval2-dev 152s librust-version-check-dev librust-winapi-dev 152s librust-winapi-i686-pc-windows-gnu-dev librust-winapi-util-dev 152s librust-winapi-x86-64-pc-windows-gnu-dev librust-zerocopy-derive-dev 152s librust-zerocopy-dev librust-zeroize-derive-dev librust-zeroize-dev 152s libstd-rust-1.83 libstd-rust-1.83-dev libstdc++-14-dev libtool libubsan1 152s llvm llvm-19 llvm-19-linker-tools llvm-19-runtime llvm-runtime m4 pkgconf 152s pkgconf-bin po-debconf rustc rustc-1.83 rustfmt rustfmt-1.83 zlib1g-dev 152s 0 upgraded, 247 newly installed, 0 to remove and 0 not upgraded. 152s Need to get 222 MB of archives. 152s After this operation, 1201 MB of additional disk space will be used. 152s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 152s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 152s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 152s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 152s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 153s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libgit2-1.8 s390x 1.8.4+ds-3ubuntu2 [584 kB] 153s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libstd-rust-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [28.6 MB] 154s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libstd-rust-1.83-dev s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [47.0 MB] 156s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 156s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 156s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 156s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 156s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 156s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 156s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 156s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 156s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 156s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 156s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 156s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 156s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 157s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 157s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 157s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 157s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x rustc-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [6166 kB] 157s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-cpp19 s390x 1:19.1.7-1ubuntu1 [16.7 MB] 158s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 158s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libgc1 s390x 1:8.2.8-1 [93.7 kB] 158s Get:29 http://ftpmaster.internal/ubuntu plucky/universe s390x libobjc4 s390x 15-20250213-1ubuntu1 [49.9 kB] 158s Get:30 http://ftpmaster.internal/ubuntu plucky/universe s390x libobjc-14-dev s390x 14.2.0-17ubuntu1 [194 kB] 158s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-common-19-dev s390x 1:19.1.7-1ubuntu1 [742 kB] 158s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-19-linker-tools s390x 1:19.1.7-1ubuntu1 [1546 kB] 158s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x clang-19 s390x 1:19.1.7-1ubuntu1 [79.4 kB] 158s Get:34 http://ftpmaster.internal/ubuntu plucky/universe s390x clang s390x 1:19.0-63 [6198 B] 158s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x cargo-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [7240 kB] 158s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 158s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 158s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 158s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 158s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 158s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 158s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 158s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 158s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 158s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 158s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 158s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 158s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x rustc s390x 1.83.0ubuntu1 [2804 B] 158s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x cargo s390x 1.83.0ubuntu1 [2246 B] 158s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-rust all 0.0.11 [16.4 kB] 158s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-19-dev s390x 1:19.1.7-1ubuntu1 [32.0 MB] 159s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-dev s390x 1:19.0-63 [5770 B] 159s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 159s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cfg-if-dev s390x 1.0.0-1 [10.5 kB] 159s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cpp-demangle-dev s390x 0.4.0-1 [66.1 kB] 159s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-fallible-iterator-dev s390x 0.3.0-2 [20.3 kB] 159s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-ident-dev s390x 1.0.13-1 [38.5 kB] 159s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro2-dev s390x 1.0.92-1 [46.1 kB] 159s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quote-dev s390x 1.0.37-1 [29.5 kB] 159s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-syn-dev s390x 2.0.96-2 [227 kB] 159s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-derive-arbitrary-dev s390x 1.4.1-1 [13.5 kB] 159s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arbitrary-dev s390x 1.4.1-1 [36.9 kB] 159s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-equivalent-dev s390x 1.0.1-1 [8240 B] 159s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-critical-section-dev s390x 1.2.0-1 [21.0 kB] 159s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-derive-dev s390x 1.0.217-1 [51.2 kB] 159s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-dev s390x 1.0.217-1 [67.2 kB] 159s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-portable-atomic-dev s390x 1.10.0-3 [128 kB] 159s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-std-workspace-core-dev s390x 1.0.0-1 [3020 B] 159s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libc-dev s390x 0.2.169-1 [382 kB] 159s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-getrandom-dev s390x 0.2.15-1 [37.8 kB] 159s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-smallvec-dev s390x 1.13.2-1 [35.5 kB] 159s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-parking-lot-core-dev s390x 0.9.10-1 [32.6 kB] 159s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-once-cell-dev s390x 1.20.2-1 [31.9 kB] 159s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crunchy-dev s390x 0.2.2-1 [5340 B] 159s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tiny-keccak-dev s390x 2.0.2-1 [20.9 kB] 159s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-macro-dev s390x 0.1.16-2 [10.5 kB] 159s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-dev s390x 0.1.17-2 [8590 B] 159s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-version-check-dev s390x 0.9.5-1 [16.9 kB] 159s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-byteorder-dev s390x 1.5.0-1 [22.4 kB] 159s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-derive-dev s390x 0.7.34-1 [30.3 kB] 159s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-dev s390x 0.7.34-1 [117 kB] 159s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ahash-dev all 0.8.11-9 [38.1 kB] 159s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-allocator-api2-dev s390x 0.2.16-1 [54.8 kB] 159s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins-dev s390x 0.1.139-1 [178 kB] 159s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-either-dev s390x 1.13.0-1 [20.2 kB] 159s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-utils-dev s390x 0.8.19-1 [41.1 kB] 159s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch-dev s390x 0.9.18-1 [42.3 kB] 160s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch+std-dev s390x 0.9.18-1 [1128 B] 160s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-deque-dev s390x 0.8.5-1 [22.4 kB] 160s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-core-dev s390x 1.12.1-1 [63.7 kB] 160s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-dev s390x 1.10.0-1 [149 kB] 160s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hashbrown-dev s390x 0.14.5-5 [110 kB] 160s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-indexmap-dev s390x 2.7.0-1 [69.4 kB] 160s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-stable-deref-trait-dev s390x 1.2.0-1 [9794 B] 160s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gimli-dev s390x 0.31.1-2 [216 kB] 160s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memmap2-dev s390x 0.9.5-1 [31.6 kB] 160s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc32fast-dev s390x 1.4.2-1 [39.8 kB] 160s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 160s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 160s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pkg-config-dev s390x 0.3.31-1 [23.5 kB] 160s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 160s Get:102 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libz-sys-dev s390x 1.1.20-1 [19.7 kB] 160s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-adler-dev s390x 1.0.2-2 [15.3 kB] 160s Get:104 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-miniz-oxide-dev s390x 0.7.1-1 [51.5 kB] 160s Get:105 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-flate2-dev s390x 1.0.34-1 [94.5 kB] 160s Get:106 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-derive-dev s390x 2.6.1-2 [11.0 kB] 160s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dev s390x 2.6.1-2 [28.0 kB] 160s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-ref-dev s390x 2.6.1-1 [8942 B] 160s Get:109 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-erased-serde-dev s390x 0.3.31-1 [22.7 kB] 160s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-fmt-dev all 1.0.3-4 [7202 B] 160s Get:111 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-no-panic-dev s390x 0.1.32-1 [14.6 kB] 160s Get:112 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-itoa-dev s390x 1.0.14-1 [13.5 kB] 160s Get:113 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ryu-dev s390x 1.0.19-1 [43.1 kB] 160s Get:114 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-json-dev s390x 1.0.133-1 [130 kB] 160s Get:115 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-test-dev s390x 1.0.171-1 [20.6 kB] 160s Get:116 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-serde1-dev s390x 1.9.0-1 [7820 B] 160s Get:117 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-buffer-dev s390x 2.6.1-1 [16.8 kB] 160s Get:118 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dynamic-dev s390x 2.6.1-1 [9542 B] 160s Get:119 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-fmt-dev s390x 2.6.1-1 [12.0 kB] 160s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-serde-dev s390x 2.6.1-1 [13.2 kB] 160s Get:121 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-sval2-dev s390x 1.9.0-1 [7862 B] 160s Get:122 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-dev s390x 1.9.0-1 [37.6 kB] 160s Get:123 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-log-dev s390x 0.4.22-1 [43.0 kB] 160s Get:124 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memchr-dev s390x 2.7.4-1 [71.8 kB] 160s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-blobby-dev s390x 0.3.1-1 [11.3 kB] 160s Get:126 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-typenum-dev s390x 1.17.0-2 [41.2 kB] 160s Get:127 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-derive-dev s390x 1.4.2-1 [12.7 kB] 160s Get:128 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-dev s390x 1.8.1-1 [21.6 kB] 160s Get:129 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-generic-array-dev s390x 0.14.7-1 [16.9 kB] 160s Get:130 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-block-buffer-dev s390x 0.10.2-2 [12.2 kB] 160s Get:131 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-oid-dev s390x 0.9.6-1 [41.5 kB] 160s Get:132 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core-dev s390x 0.6.4-2 [23.8 kB] 160s Get:133 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+getrandom-dev s390x 0.6.4-2 [1054 B] 160s Get:134 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crypto-common-dev s390x 0.1.6-1 [10.5 kB] 160s Get:135 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-subtle-dev s390x 2.6.1-1 [16.1 kB] 160s Get:136 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-digest-dev s390x 0.10.7-2 [20.9 kB] 160s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ppv-lite86-dev s390x 0.2.20-1 [22.2 kB] 160s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-chacha-dev s390x 0.3.1-2 [16.9 kB] 160s Get:139 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+serde-dev s390x 0.6.4-2 [1108 B] 161s Get:140 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+std-dev s390x 0.6.4-2 [1052 B] 161s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-dev s390x 0.8.5-1 [77.5 kB] 161s Get:142 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-static-assertions-dev s390x 1.1.0-1 [19.0 kB] 161s Get:143 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-twox-hash-dev s390x 1.6.3-1 [21.6 kB] 161s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ruzstd-dev s390x 0.7.3-2 [57.7 kB] 161s Get:145 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-object-dev s390x 0.36.5-2 [259 kB] 161s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-demangle-dev s390x 0.1.24-1 [28.9 kB] 161s Get:147 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-typed-arena-dev s390x 2.0.2-1 [13.9 kB] 161s Get:148 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-addr2line-dev s390x 0.24.2-2 [34.8 kB] 161s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-aho-corasick-dev s390x 1.1.3-1 [146 kB] 161s Get:150 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-dev s390x 1.0.8-1 [16.7 kB] 161s Get:151 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-width-0.1-dev s390x 0.1.14-2 [196 kB] 161s Get:152 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-annotate-snippets-dev s390x 0.11.4-1 [39.6 kB] 161s Get:153 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arrayvec-dev s390x 0.7.6-1 [31.7 kB] 161s Get:154 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-utf8parse-dev s390x 0.2.1-1 [15.0 kB] 161s Get:155 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-parse-dev s390x 0.2.1-1 [17.1 kB] 161s Get:156 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-query-dev s390x 1.0.0-1 [9768 B] 161s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-colorchoice-dev s390x 1.0.0-1 [8338 B] 161s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstream-dev s390x 0.6.15-1 [25.7 kB] 161s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-backtrace-dev s390x 0.3.74-3 [79.8 kB] 161s Get:160 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anyhow-dev s390x 1.0.95-1 [45.5 kB] 161s Get:161 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bincode-dev s390x 1.3.3-1 [27.6 kB] 161s Get:162 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-derive-dev s390x 1.5.0-2 [18.7 kB] 161s Get:163 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-dev s390x 1.21.0-1 [48.9 kB] 161s Get:164 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bitflags-dev s390x 2.8.0-1 [43.5 kB] 161s Get:165 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-minimal-lexical-dev s390x 0.2.1-2 [87.0 kB] 161s Get:166 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-nom-dev s390x 7.1.3-1 [93.9 kB] 161s Get:167 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-nom+std-dev s390x 7.1.3-1 [1084 B] 161s Get:168 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cexpr-dev s390x 0.6.0-2 [19.6 kB] 161s Get:169 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-glob-dev s390x 0.3.2-1 [22.2 kB] 161s Get:170 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libloading-dev s390x 0.8.5-1 [29.2 kB] 161s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-19-runtime s390x 1:19.1.7-1ubuntu1 [623 kB] 161s Get:172 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-runtime s390x 1:19.0-63 [5834 B] 161s Get:173 http://ftpmaster.internal/ubuntu plucky/universe s390x libpfm4 s390x 4.13.0+git83-g91970fe-1 [37.3 kB] 161s Get:174 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-19 s390x 1:19.1.7-1ubuntu1 [21.1 MB] 162s Get:175 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm s390x 1:19.0-63 [4144 B] 162s Get:176 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clang-sys-dev s390x 1.8.1-3 [42.9 kB] 162s Get:177 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-lex-dev s390x 0.7.4-1 [14.7 kB] 162s Get:178 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-strsim-dev s390x 0.11.1-1 [15.9 kB] 162s Get:179 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins+core-dev s390x 0.1.139-1 [1096 B] 162s Get:180 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins+rustc-dep-of-std-dev s390x 0.1.139-1 [1106 B] 162s Get:181 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-errno-dev s390x 0.3.8-1 [13.0 kB] 162s Get:182 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-linux-raw-sys-dev s390x 0.4.14-1 [138 kB] 162s Get:183 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustix-dev s390x 0.38.37-1 [272 kB] 162s Get:184 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-terminal-size-dev s390x 0.3.0-2 [12.6 kB] 162s Get:185 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicase-dev s390x 2.8.0-1 [19.3 kB] 162s Get:186 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-width-dev s390x 0.2.0-1 [194 kB] 162s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-builder-dev s390x 4.5.23-1 [136 kB] 162s Get:188 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-segmentation-dev s390x 1.12.0-1 [77.3 kB] 162s Get:189 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-heck-dev s390x 0.4.1-1 [13.3 kB] 162s Get:190 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-derive-dev s390x 4.5.18-1 [29.5 kB] 162s Get:191 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-dev s390x 4.5.23-1 [53.7 kB] 162s Get:192 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-i686-pc-windows-gnu-dev s390x 0.4.0-1 [3652 B] 162s Get:193 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-x86-64-pc-windows-gnu-dev s390x 0.4.0-1 [3660 B] 162s Get:194 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-dev s390x 0.3.9-1 [953 kB] 162s Get:195 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-is-executable-dev s390x 1.0.1-3 [11.7 kB] 162s Get:196 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-shlex-dev s390x 1.3.0-1 [20.1 kB] 162s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-complete-dev s390x 4.5.40-1 [40.5 kB] 162s Get:198 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-itertools-dev s390x 0.13.0-3 [123 kB] 162s Get:199 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-prettyplease-dev s390x 0.2.6-1 [45.4 kB] 162s Get:200 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-syntax-dev s390x 0.8.5-1 [203 kB] 162s Get:201 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-automata-dev s390x 0.4.9-2 [425 kB] 162s Get:202 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-dev s390x 1.11.1-2 [201 kB] 162s Get:203 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-hash-dev s390x 1.1.0-1 [10.8 kB] 162s Get:204 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bindgen-dev s390x 0.71.1-4 [195 kB] 163s Get:205 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bitflags-1-dev s390x 1.3.2-7 [25.6 kB] 163s Get:206 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bumpalo-dev s390x 3.16.0-1 [75.7 kB] 163s Get:207 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-jobserver-dev s390x 0.1.32-1 [29.1 kB] 163s Get:208 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cc-dev s390x 1.1.14-1 [73.6 kB] 163s Get:209 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-capstone-sys-dev s390x 0.17.0-2 [3020 kB] 163s Get:210 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-capstone-dev s390x 0.13.0-2 [93.8 kB] 163s Get:211 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cobs-dev s390x 0.2.3-1 [14.6 kB] 163s Get:212 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-util-dev s390x 0.1.6-1 [14.0 kB] 163s Get:213 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-termcolor-dev s390x 1.4.1-1 [19.7 kB] 163s Get:214 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-codespan-reporting-dev s390x 0.11.1-2 [43.1 kB] 163s Get:215 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cpufeatures-dev s390x 0.2.16-1 [15.5 kB] 163s Get:216 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-env-filter-dev s390x 0.1.3-1 [15.0 kB] 163s Get:217 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-humantime-dev s390x 2.1.0-2 [19.2 kB] 163s Get:218 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-env-logger-dev s390x 0.11.5-2 [30.2 kB] 163s Get:219 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc-catalog-dev s390x 2.4.0-1 [11.8 kB] 163s Get:220 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc-dev s390x 3.2.1-1 [16.4 kB] 163s Get:221 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-impl-dev s390x 2.0.11-1 [21.9 kB] 163s Get:222 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-dev s390x 2.0.11-1 [29.0 kB] 163s Get:223 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-parser-dev s390x 0.4.1-1 [11.8 kB] 163s Get:224 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro-error-attr2-dev s390x 2.0.0-1 [9402 B] 163s Get:225 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro-error2-dev s390x 2.0.1-1 [26.2 kB] 163s Get:226 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-macros-dev s390x 0.4.0-1 [22.4 kB] 163s Get:227 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-dev s390x 0.3.10-1 [26.8 kB] 163s Get:228 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-embedded-io-dev s390x 0.6.1-1 [14.6 kB] 163s Get:229 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hash32-dev s390x 0.3.1-2 [12.1 kB] 163s Get:230 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ufmt-write-dev s390x 0.1.0-1 [3768 B] 163s Get:231 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-heapless-dev s390x 0.8.0-2 [69.4 kB] 163s Get:232 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-paste-dev s390x 1.0.15-1 [21.0 kB] 163s Get:233 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-postcard-dev s390x 1.0.10-2 [34.8 kB] 163s Get:234 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-hash-2-dev s390x 2.0.0-1 [14.4 kB] 163s Get:235 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-slice-group-by-dev all 0.3.1-5 [14.4 kB] 163s Get:236 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regalloc2-dev all 0.10.2-4 [98.7 kB] 163s Get:237 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-region-dev s390x 3.0.2-1 [23.2 kB] 163s Get:238 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sha2-asm-dev s390x 0.6.2-2 [14.4 kB] 163s Get:239 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sha2-dev s390x 0.10.8-1 [25.6 kB] 163s Get:240 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-id-arena-dev all 2.2.1-6 [10.3 kB] 163s Get:241 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-souper-ir-dev all 2.1.0-4 [18.8 kB] 163s Get:242 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-target-lexicon-dev s390x 0.12.14-1 [25.1 kB] 163s Get:243 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-impl-1-dev s390x 1.0.69-1 [20.0 kB] 163s Get:244 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-1-dev s390x 1.0.69-1 [25.6 kB] 163s Get:245 http://ftpmaster.internal/ubuntu plucky/universe s390x rustfmt-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [2441 kB] 163s Get:246 http://ftpmaster.internal/ubuntu plucky/universe s390x rustfmt s390x 1.83.0ubuntu1 [2606 B] 163s Get:247 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x librust-cranelift-dev all 0.113.1+26.0.1+dfsg-3 [1034 kB] 164s Fetched 222 MB in 12s (19.1 MB/s) 164s Selecting previously unselected package m4. 164s (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 ... 55879 files and directories currently installed.) 164s Preparing to unpack .../000-m4_1.4.19-5_s390x.deb ... 164s Unpacking m4 (1.4.19-5) ... 164s Selecting previously unselected package autoconf. 164s Preparing to unpack .../001-autoconf_2.72-3_all.deb ... 164s Unpacking autoconf (2.72-3) ... 164s Selecting previously unselected package autotools-dev. 164s Preparing to unpack .../002-autotools-dev_20220109.1_all.deb ... 164s Unpacking autotools-dev (20220109.1) ... 164s Selecting previously unselected package automake. 164s Preparing to unpack .../003-automake_1%3a1.17-3_all.deb ... 164s Unpacking automake (1:1.17-3) ... 164s Selecting previously unselected package autopoint. 164s Preparing to unpack .../004-autopoint_0.23.1-1_all.deb ... 164s Unpacking autopoint (0.23.1-1) ... 164s Selecting previously unselected package libgit2-1.8:s390x. 164s Preparing to unpack .../005-libgit2-1.8_1.8.4+ds-3ubuntu2_s390x.deb ... 164s Unpacking libgit2-1.8:s390x (1.8.4+ds-3ubuntu2) ... 164s Selecting previously unselected package libstd-rust-1.83:s390x. 164s Preparing to unpack .../006-libstd-rust-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 164s Unpacking libstd-rust-1.83:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 165s Selecting previously unselected package libstd-rust-1.83-dev:s390x. 165s Preparing to unpack .../007-libstd-rust-1.83-dev_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 165s Unpacking libstd-rust-1.83-dev:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 165s Selecting previously unselected package libisl23:s390x. 165s Preparing to unpack .../008-libisl23_0.27-1_s390x.deb ... 165s Unpacking libisl23:s390x (0.27-1) ... 165s Selecting previously unselected package libmpc3:s390x. 165s Preparing to unpack .../009-libmpc3_1.3.1-1build2_s390x.deb ... 165s Unpacking libmpc3:s390x (1.3.1-1build2) ... 165s Selecting previously unselected package cpp-14-s390x-linux-gnu. 165s Preparing to unpack .../010-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 165s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package cpp-14. 166s Preparing to unpack .../011-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 166s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package cpp-s390x-linux-gnu. 166s Preparing to unpack .../012-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 166s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 166s Selecting previously unselected package cpp. 166s Preparing to unpack .../013-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 166s Unpacking cpp (4:14.2.0-1ubuntu1) ... 166s Selecting previously unselected package libcc1-0:s390x. 166s Preparing to unpack .../014-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 166s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 166s Selecting previously unselected package libgomp1:s390x. 166s Preparing to unpack .../015-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 166s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 166s Selecting previously unselected package libitm1:s390x. 166s Preparing to unpack .../016-libitm1_15-20250213-1ubuntu1_s390x.deb ... 166s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 166s Selecting previously unselected package libasan8:s390x. 166s Preparing to unpack .../017-libasan8_15-20250213-1ubuntu1_s390x.deb ... 166s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 166s Selecting previously unselected package libubsan1:s390x. 166s Preparing to unpack .../018-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 166s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 166s Selecting previously unselected package libgcc-14-dev:s390x. 166s Preparing to unpack .../019-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 166s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package gcc-14-s390x-linux-gnu. 166s Preparing to unpack .../020-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 166s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package gcc-14. 166s Preparing to unpack .../021-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 166s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 166s Selecting previously unselected package gcc-s390x-linux-gnu. 166s Preparing to unpack .../022-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 166s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 166s Selecting previously unselected package gcc. 166s Preparing to unpack .../023-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 166s Unpacking gcc (4:14.2.0-1ubuntu1) ... 166s Selecting previously unselected package rustc-1.83. 166s Preparing to unpack .../024-rustc-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 166s Unpacking rustc-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 166s Selecting previously unselected package libclang-cpp19. 166s Preparing to unpack .../025-libclang-cpp19_1%3a19.1.7-1ubuntu1_s390x.deb ... 166s Unpacking libclang-cpp19 (1:19.1.7-1ubuntu1) ... 167s Selecting previously unselected package libstdc++-14-dev:s390x. 167s Preparing to unpack .../026-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 167s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 167s Selecting previously unselected package libgc1:s390x. 167s Preparing to unpack .../027-libgc1_1%3a8.2.8-1_s390x.deb ... 167s Unpacking libgc1:s390x (1:8.2.8-1) ... 167s Selecting previously unselected package libobjc4:s390x. 167s Preparing to unpack .../028-libobjc4_15-20250213-1ubuntu1_s390x.deb ... 167s Unpacking libobjc4:s390x (15-20250213-1ubuntu1) ... 167s Selecting previously unselected package libobjc-14-dev:s390x. 167s Preparing to unpack .../029-libobjc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 167s Unpacking libobjc-14-dev:s390x (14.2.0-17ubuntu1) ... 167s Selecting previously unselected package libclang-common-19-dev:s390x. 167s Preparing to unpack .../030-libclang-common-19-dev_1%3a19.1.7-1ubuntu1_s390x.deb ... 167s Unpacking libclang-common-19-dev:s390x (1:19.1.7-1ubuntu1) ... 167s Selecting previously unselected package llvm-19-linker-tools. 167s Preparing to unpack .../031-llvm-19-linker-tools_1%3a19.1.7-1ubuntu1_s390x.deb ... 167s Unpacking llvm-19-linker-tools (1:19.1.7-1ubuntu1) ... 167s Selecting previously unselected package clang-19. 167s Preparing to unpack .../032-clang-19_1%3a19.1.7-1ubuntu1_s390x.deb ... 167s Unpacking clang-19 (1:19.1.7-1ubuntu1) ... 167s Selecting previously unselected package clang. 167s Preparing to unpack .../033-clang_1%3a19.0-63_s390x.deb ... 167s Unpacking clang (1:19.0-63) ... 167s Selecting previously unselected package cargo-1.83. 167s Preparing to unpack .../034-cargo-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 167s Unpacking cargo-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 167s Selecting previously unselected package libdebhelper-perl. 167s Preparing to unpack .../035-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 167s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 167s Selecting previously unselected package libtool. 167s Preparing to unpack .../036-libtool_2.5.4-3build1_all.deb ... 167s Unpacking libtool (2.5.4-3build1) ... 167s Selecting previously unselected package dh-autoreconf. 167s Preparing to unpack .../037-dh-autoreconf_20_all.deb ... 167s Unpacking dh-autoreconf (20) ... 167s Selecting previously unselected package libarchive-zip-perl. 167s Preparing to unpack .../038-libarchive-zip-perl_1.68-1_all.deb ... 167s Unpacking libarchive-zip-perl (1.68-1) ... 167s Selecting previously unselected package libfile-stripnondeterminism-perl. 167s Preparing to unpack .../039-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 167s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 167s Selecting previously unselected package dh-strip-nondeterminism. 167s Preparing to unpack .../040-dh-strip-nondeterminism_1.14.1-2_all.deb ... 167s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 167s Selecting previously unselected package debugedit. 167s Preparing to unpack .../041-debugedit_1%3a5.1-2_s390x.deb ... 167s Unpacking debugedit (1:5.1-2) ... 167s Selecting previously unselected package dwz. 167s Preparing to unpack .../042-dwz_0.15-1build6_s390x.deb ... 167s Unpacking dwz (0.15-1build6) ... 167s Selecting previously unselected package gettext. 167s Preparing to unpack .../043-gettext_0.23.1-1_s390x.deb ... 167s Unpacking gettext (0.23.1-1) ... 167s Selecting previously unselected package intltool-debian. 167s Preparing to unpack .../044-intltool-debian_0.35.0+20060710.6_all.deb ... 167s Unpacking intltool-debian (0.35.0+20060710.6) ... 167s Selecting previously unselected package po-debconf. 167s Preparing to unpack .../045-po-debconf_1.0.21+nmu1_all.deb ... 167s Unpacking po-debconf (1.0.21+nmu1) ... 167s Selecting previously unselected package debhelper. 167s Preparing to unpack .../046-debhelper_13.24.1ubuntu2_all.deb ... 167s Unpacking debhelper (13.24.1ubuntu2) ... 167s Selecting previously unselected package rustc. 167s Preparing to unpack .../047-rustc_1.83.0ubuntu1_s390x.deb ... 167s Unpacking rustc (1.83.0ubuntu1) ... 167s Selecting previously unselected package cargo. 167s Preparing to unpack .../048-cargo_1.83.0ubuntu1_s390x.deb ... 167s Unpacking cargo (1.83.0ubuntu1) ... 167s Selecting previously unselected package dh-rust. 167s Preparing to unpack .../049-dh-rust_0.0.11_all.deb ... 167s Unpacking dh-rust (0.0.11) ... 167s Selecting previously unselected package libclang-19-dev. 167s Preparing to unpack .../050-libclang-19-dev_1%3a19.1.7-1ubuntu1_s390x.deb ... 167s Unpacking libclang-19-dev (1:19.1.7-1ubuntu1) ... 168s Selecting previously unselected package libclang-dev. 168s Preparing to unpack .../051-libclang-dev_1%3a19.0-63_s390x.deb ... 168s Unpacking libclang-dev (1:19.0-63) ... 168s Selecting previously unselected package libpkgconf3:s390x. 168s Preparing to unpack .../052-libpkgconf3_1.8.1-4_s390x.deb ... 168s Unpacking libpkgconf3:s390x (1.8.1-4) ... 168s Selecting previously unselected package librust-cfg-if-dev:s390x. 168s Preparing to unpack .../053-librust-cfg-if-dev_1.0.0-1_s390x.deb ... 168s Unpacking librust-cfg-if-dev:s390x (1.0.0-1) ... 168s Selecting previously unselected package librust-cpp-demangle-dev:s390x. 168s Preparing to unpack .../054-librust-cpp-demangle-dev_0.4.0-1_s390x.deb ... 168s Unpacking librust-cpp-demangle-dev:s390x (0.4.0-1) ... 168s Selecting previously unselected package librust-fallible-iterator-dev:s390x. 168s Preparing to unpack .../055-librust-fallible-iterator-dev_0.3.0-2_s390x.deb ... 168s Unpacking librust-fallible-iterator-dev:s390x (0.3.0-2) ... 168s Selecting previously unselected package librust-unicode-ident-dev:s390x. 168s Preparing to unpack .../056-librust-unicode-ident-dev_1.0.13-1_s390x.deb ... 168s Unpacking librust-unicode-ident-dev:s390x (1.0.13-1) ... 168s Selecting previously unselected package librust-proc-macro2-dev:s390x. 168s Preparing to unpack .../057-librust-proc-macro2-dev_1.0.92-1_s390x.deb ... 168s Unpacking librust-proc-macro2-dev:s390x (1.0.92-1) ... 168s Selecting previously unselected package librust-quote-dev:s390x. 168s Preparing to unpack .../058-librust-quote-dev_1.0.37-1_s390x.deb ... 168s Unpacking librust-quote-dev:s390x (1.0.37-1) ... 168s Selecting previously unselected package librust-syn-dev:s390x. 168s Preparing to unpack .../059-librust-syn-dev_2.0.96-2_s390x.deb ... 168s Unpacking librust-syn-dev:s390x (2.0.96-2) ... 168s Selecting previously unselected package librust-derive-arbitrary-dev:s390x. 168s Preparing to unpack .../060-librust-derive-arbitrary-dev_1.4.1-1_s390x.deb ... 168s Unpacking librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 168s Selecting previously unselected package librust-arbitrary-dev:s390x. 168s Preparing to unpack .../061-librust-arbitrary-dev_1.4.1-1_s390x.deb ... 168s Unpacking librust-arbitrary-dev:s390x (1.4.1-1) ... 168s Selecting previously unselected package librust-equivalent-dev:s390x. 168s Preparing to unpack .../062-librust-equivalent-dev_1.0.1-1_s390x.deb ... 168s Unpacking librust-equivalent-dev:s390x (1.0.1-1) ... 168s Selecting previously unselected package librust-critical-section-dev:s390x. 168s Preparing to unpack .../063-librust-critical-section-dev_1.2.0-1_s390x.deb ... 168s Unpacking librust-critical-section-dev:s390x (1.2.0-1) ... 168s Selecting previously unselected package librust-serde-derive-dev:s390x. 168s Preparing to unpack .../064-librust-serde-derive-dev_1.0.217-1_s390x.deb ... 168s Unpacking librust-serde-derive-dev:s390x (1.0.217-1) ... 168s Selecting previously unselected package librust-serde-dev:s390x. 168s Preparing to unpack .../065-librust-serde-dev_1.0.217-1_s390x.deb ... 168s Unpacking librust-serde-dev:s390x (1.0.217-1) ... 168s Selecting previously unselected package librust-portable-atomic-dev:s390x. 168s Preparing to unpack .../066-librust-portable-atomic-dev_1.10.0-3_s390x.deb ... 168s Unpacking librust-portable-atomic-dev:s390x (1.10.0-3) ... 168s Selecting previously unselected package librust-rustc-std-workspace-core-dev:s390x. 168s Preparing to unpack .../067-librust-rustc-std-workspace-core-dev_1.0.0-1_s390x.deb ... 168s Unpacking librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 168s Selecting previously unselected package librust-libc-dev:s390x. 168s Preparing to unpack .../068-librust-libc-dev_0.2.169-1_s390x.deb ... 168s Unpacking librust-libc-dev:s390x (0.2.169-1) ... 168s Selecting previously unselected package librust-getrandom-dev:s390x. 168s Preparing to unpack .../069-librust-getrandom-dev_0.2.15-1_s390x.deb ... 168s Unpacking librust-getrandom-dev:s390x (0.2.15-1) ... 168s Selecting previously unselected package librust-smallvec-dev:s390x. 168s Preparing to unpack .../070-librust-smallvec-dev_1.13.2-1_s390x.deb ... 168s Unpacking librust-smallvec-dev:s390x (1.13.2-1) ... 168s Selecting previously unselected package librust-parking-lot-core-dev:s390x. 168s Preparing to unpack .../071-librust-parking-lot-core-dev_0.9.10-1_s390x.deb ... 168s Unpacking librust-parking-lot-core-dev:s390x (0.9.10-1) ... 168s Selecting previously unselected package librust-once-cell-dev:s390x. 168s Preparing to unpack .../072-librust-once-cell-dev_1.20.2-1_s390x.deb ... 168s Unpacking librust-once-cell-dev:s390x (1.20.2-1) ... 168s Selecting previously unselected package librust-crunchy-dev:s390x. 168s Preparing to unpack .../073-librust-crunchy-dev_0.2.2-1_s390x.deb ... 168s Unpacking librust-crunchy-dev:s390x (0.2.2-1) ... 168s Selecting previously unselected package librust-tiny-keccak-dev:s390x. 168s Preparing to unpack .../074-librust-tiny-keccak-dev_2.0.2-1_s390x.deb ... 168s Unpacking librust-tiny-keccak-dev:s390x (2.0.2-1) ... 168s Selecting previously unselected package librust-const-random-macro-dev:s390x. 168s Preparing to unpack .../075-librust-const-random-macro-dev_0.1.16-2_s390x.deb ... 168s Unpacking librust-const-random-macro-dev:s390x (0.1.16-2) ... 168s Selecting previously unselected package librust-const-random-dev:s390x. 168s Preparing to unpack .../076-librust-const-random-dev_0.1.17-2_s390x.deb ... 168s Unpacking librust-const-random-dev:s390x (0.1.17-2) ... 168s Selecting previously unselected package librust-version-check-dev:s390x. 168s Preparing to unpack .../077-librust-version-check-dev_0.9.5-1_s390x.deb ... 168s Unpacking librust-version-check-dev:s390x (0.9.5-1) ... 168s Selecting previously unselected package librust-byteorder-dev:s390x. 168s Preparing to unpack .../078-librust-byteorder-dev_1.5.0-1_s390x.deb ... 168s Unpacking librust-byteorder-dev:s390x (1.5.0-1) ... 168s Selecting previously unselected package librust-zerocopy-derive-dev:s390x. 168s Preparing to unpack .../079-librust-zerocopy-derive-dev_0.7.34-1_s390x.deb ... 168s Unpacking librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 169s Selecting previously unselected package librust-zerocopy-dev:s390x. 169s Preparing to unpack .../080-librust-zerocopy-dev_0.7.34-1_s390x.deb ... 169s Unpacking librust-zerocopy-dev:s390x (0.7.34-1) ... 169s Selecting previously unselected package librust-ahash-dev. 169s Preparing to unpack .../081-librust-ahash-dev_0.8.11-9_all.deb ... 169s Unpacking librust-ahash-dev (0.8.11-9) ... 169s Selecting previously unselected package librust-allocator-api2-dev:s390x. 169s Preparing to unpack .../082-librust-allocator-api2-dev_0.2.16-1_s390x.deb ... 169s Unpacking librust-allocator-api2-dev:s390x (0.2.16-1) ... 169s Selecting previously unselected package librust-compiler-builtins-dev:s390x. 169s Preparing to unpack .../083-librust-compiler-builtins-dev_0.1.139-1_s390x.deb ... 169s Unpacking librust-compiler-builtins-dev:s390x (0.1.139-1) ... 169s Selecting previously unselected package librust-either-dev:s390x. 169s Preparing to unpack .../084-librust-either-dev_1.13.0-1_s390x.deb ... 169s Unpacking librust-either-dev:s390x (1.13.0-1) ... 169s Selecting previously unselected package librust-crossbeam-utils-dev:s390x. 169s Preparing to unpack .../085-librust-crossbeam-utils-dev_0.8.19-1_s390x.deb ... 169s Unpacking librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 169s Selecting previously unselected package librust-crossbeam-epoch-dev:s390x. 169s Preparing to unpack .../086-librust-crossbeam-epoch-dev_0.9.18-1_s390x.deb ... 169s Unpacking librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 169s Selecting previously unselected package librust-crossbeam-epoch+std-dev:s390x. 169s Preparing to unpack .../087-librust-crossbeam-epoch+std-dev_0.9.18-1_s390x.deb ... 169s Unpacking librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 169s Selecting previously unselected package librust-crossbeam-deque-dev:s390x. 169s Preparing to unpack .../088-librust-crossbeam-deque-dev_0.8.5-1_s390x.deb ... 169s Unpacking librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 169s Selecting previously unselected package librust-rayon-core-dev:s390x. 169s Preparing to unpack .../089-librust-rayon-core-dev_1.12.1-1_s390x.deb ... 169s Unpacking librust-rayon-core-dev:s390x (1.12.1-1) ... 169s Selecting previously unselected package librust-rayon-dev:s390x. 169s Preparing to unpack .../090-librust-rayon-dev_1.10.0-1_s390x.deb ... 169s Unpacking librust-rayon-dev:s390x (1.10.0-1) ... 169s Selecting previously unselected package librust-hashbrown-dev:s390x. 169s Preparing to unpack .../091-librust-hashbrown-dev_0.14.5-5_s390x.deb ... 169s Unpacking librust-hashbrown-dev:s390x (0.14.5-5) ... 169s Selecting previously unselected package librust-indexmap-dev:s390x. 169s Preparing to unpack .../092-librust-indexmap-dev_2.7.0-1_s390x.deb ... 169s Unpacking librust-indexmap-dev:s390x (2.7.0-1) ... 169s Selecting previously unselected package librust-stable-deref-trait-dev:s390x. 169s Preparing to unpack .../093-librust-stable-deref-trait-dev_1.2.0-1_s390x.deb ... 169s Unpacking librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 169s Selecting previously unselected package librust-gimli-dev:s390x. 169s Preparing to unpack .../094-librust-gimli-dev_0.31.1-2_s390x.deb ... 169s Unpacking librust-gimli-dev:s390x (0.31.1-2) ... 169s Selecting previously unselected package librust-memmap2-dev:s390x. 169s Preparing to unpack .../095-librust-memmap2-dev_0.9.5-1_s390x.deb ... 169s Unpacking librust-memmap2-dev:s390x (0.9.5-1) ... 169s Selecting previously unselected package librust-crc32fast-dev:s390x. 169s Preparing to unpack .../096-librust-crc32fast-dev_1.4.2-1_s390x.deb ... 169s Unpacking librust-crc32fast-dev:s390x (1.4.2-1) ... 169s Selecting previously unselected package pkgconf-bin. 169s Preparing to unpack .../097-pkgconf-bin_1.8.1-4_s390x.deb ... 169s Unpacking pkgconf-bin (1.8.1-4) ... 169s Selecting previously unselected package pkgconf:s390x. 169s Preparing to unpack .../098-pkgconf_1.8.1-4_s390x.deb ... 169s Unpacking pkgconf:s390x (1.8.1-4) ... 169s Selecting previously unselected package librust-pkg-config-dev:s390x. 169s Preparing to unpack .../099-librust-pkg-config-dev_0.3.31-1_s390x.deb ... 169s Unpacking librust-pkg-config-dev:s390x (0.3.31-1) ... 169s Selecting previously unselected package zlib1g-dev:s390x. 169s Preparing to unpack .../100-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 169s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 169s Selecting previously unselected package librust-libz-sys-dev:s390x. 169s Preparing to unpack .../101-librust-libz-sys-dev_1.1.20-1_s390x.deb ... 169s Unpacking librust-libz-sys-dev:s390x (1.1.20-1) ... 169s Selecting previously unselected package librust-adler-dev:s390x. 169s Preparing to unpack .../102-librust-adler-dev_1.0.2-2_s390x.deb ... 169s Unpacking librust-adler-dev:s390x (1.0.2-2) ... 169s Selecting previously unselected package librust-miniz-oxide-dev:s390x. 169s Preparing to unpack .../103-librust-miniz-oxide-dev_0.7.1-1_s390x.deb ... 169s Unpacking librust-miniz-oxide-dev:s390x (0.7.1-1) ... 169s Selecting previously unselected package librust-flate2-dev:s390x. 169s Preparing to unpack .../104-librust-flate2-dev_1.0.34-1_s390x.deb ... 169s Unpacking librust-flate2-dev:s390x (1.0.34-1) ... 169s Selecting previously unselected package librust-sval-derive-dev:s390x. 169s Preparing to unpack .../105-librust-sval-derive-dev_2.6.1-2_s390x.deb ... 169s Unpacking librust-sval-derive-dev:s390x (2.6.1-2) ... 169s Selecting previously unselected package librust-sval-dev:s390x. 169s Preparing to unpack .../106-librust-sval-dev_2.6.1-2_s390x.deb ... 169s Unpacking librust-sval-dev:s390x (2.6.1-2) ... 169s Selecting previously unselected package librust-sval-ref-dev:s390x. 169s Preparing to unpack .../107-librust-sval-ref-dev_2.6.1-1_s390x.deb ... 169s Unpacking librust-sval-ref-dev:s390x (2.6.1-1) ... 169s Selecting previously unselected package librust-erased-serde-dev:s390x. 169s Preparing to unpack .../108-librust-erased-serde-dev_0.3.31-1_s390x.deb ... 169s Unpacking librust-erased-serde-dev:s390x (0.3.31-1) ... 169s Selecting previously unselected package librust-serde-fmt-dev. 169s Preparing to unpack .../109-librust-serde-fmt-dev_1.0.3-4_all.deb ... 169s Unpacking librust-serde-fmt-dev (1.0.3-4) ... 169s Selecting previously unselected package librust-no-panic-dev:s390x. 169s Preparing to unpack .../110-librust-no-panic-dev_0.1.32-1_s390x.deb ... 169s Unpacking librust-no-panic-dev:s390x (0.1.32-1) ... 169s Selecting previously unselected package librust-itoa-dev:s390x. 169s Preparing to unpack .../111-librust-itoa-dev_1.0.14-1_s390x.deb ... 169s Unpacking librust-itoa-dev:s390x (1.0.14-1) ... 169s Selecting previously unselected package librust-ryu-dev:s390x. 169s Preparing to unpack .../112-librust-ryu-dev_1.0.19-1_s390x.deb ... 169s Unpacking librust-ryu-dev:s390x (1.0.19-1) ... 169s Selecting previously unselected package librust-serde-json-dev:s390x. 169s Preparing to unpack .../113-librust-serde-json-dev_1.0.133-1_s390x.deb ... 169s Unpacking librust-serde-json-dev:s390x (1.0.133-1) ... 169s Selecting previously unselected package librust-serde-test-dev:s390x. 169s Preparing to unpack .../114-librust-serde-test-dev_1.0.171-1_s390x.deb ... 169s Unpacking librust-serde-test-dev:s390x (1.0.171-1) ... 169s Selecting previously unselected package librust-value-bag-serde1-dev:s390x. 169s Preparing to unpack .../115-librust-value-bag-serde1-dev_1.9.0-1_s390x.deb ... 169s Unpacking librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 169s Selecting previously unselected package librust-sval-buffer-dev:s390x. 169s Preparing to unpack .../116-librust-sval-buffer-dev_2.6.1-1_s390x.deb ... 169s Unpacking librust-sval-buffer-dev:s390x (2.6.1-1) ... 169s Selecting previously unselected package librust-sval-dynamic-dev:s390x. 169s Preparing to unpack .../117-librust-sval-dynamic-dev_2.6.1-1_s390x.deb ... 169s Unpacking librust-sval-dynamic-dev:s390x (2.6.1-1) ... 169s Selecting previously unselected package librust-sval-fmt-dev:s390x. 169s Preparing to unpack .../118-librust-sval-fmt-dev_2.6.1-1_s390x.deb ... 169s Unpacking librust-sval-fmt-dev:s390x (2.6.1-1) ... 169s Selecting previously unselected package librust-sval-serde-dev:s390x. 169s Preparing to unpack .../119-librust-sval-serde-dev_2.6.1-1_s390x.deb ... 169s Unpacking librust-sval-serde-dev:s390x (2.6.1-1) ... 169s Selecting previously unselected package librust-value-bag-sval2-dev:s390x. 169s Preparing to unpack .../120-librust-value-bag-sval2-dev_1.9.0-1_s390x.deb ... 169s Unpacking librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 169s Selecting previously unselected package librust-value-bag-dev:s390x. 169s Preparing to unpack .../121-librust-value-bag-dev_1.9.0-1_s390x.deb ... 169s Unpacking librust-value-bag-dev:s390x (1.9.0-1) ... 169s Selecting previously unselected package librust-log-dev:s390x. 169s Preparing to unpack .../122-librust-log-dev_0.4.22-1_s390x.deb ... 169s Unpacking librust-log-dev:s390x (0.4.22-1) ... 169s Selecting previously unselected package librust-memchr-dev:s390x. 169s Preparing to unpack .../123-librust-memchr-dev_2.7.4-1_s390x.deb ... 169s Unpacking librust-memchr-dev:s390x (2.7.4-1) ... 169s Selecting previously unselected package librust-blobby-dev:s390x. 169s Preparing to unpack .../124-librust-blobby-dev_0.3.1-1_s390x.deb ... 169s Unpacking librust-blobby-dev:s390x (0.3.1-1) ... 169s Selecting previously unselected package librust-typenum-dev:s390x. 169s Preparing to unpack .../125-librust-typenum-dev_1.17.0-2_s390x.deb ... 169s Unpacking librust-typenum-dev:s390x (1.17.0-2) ... 169s Selecting previously unselected package librust-zeroize-derive-dev:s390x. 169s Preparing to unpack .../126-librust-zeroize-derive-dev_1.4.2-1_s390x.deb ... 169s Unpacking librust-zeroize-derive-dev:s390x (1.4.2-1) ... 169s Selecting previously unselected package librust-zeroize-dev:s390x. 169s Preparing to unpack .../127-librust-zeroize-dev_1.8.1-1_s390x.deb ... 169s Unpacking librust-zeroize-dev:s390x (1.8.1-1) ... 169s Selecting previously unselected package librust-generic-array-dev:s390x. 169s Preparing to unpack .../128-librust-generic-array-dev_0.14.7-1_s390x.deb ... 169s Unpacking librust-generic-array-dev:s390x (0.14.7-1) ... 169s Selecting previously unselected package librust-block-buffer-dev:s390x. 169s Preparing to unpack .../129-librust-block-buffer-dev_0.10.2-2_s390x.deb ... 169s Unpacking librust-block-buffer-dev:s390x (0.10.2-2) ... 169s Selecting previously unselected package librust-const-oid-dev:s390x. 169s Preparing to unpack .../130-librust-const-oid-dev_0.9.6-1_s390x.deb ... 169s Unpacking librust-const-oid-dev:s390x (0.9.6-1) ... 169s Selecting previously unselected package librust-rand-core-dev:s390x. 169s Preparing to unpack .../131-librust-rand-core-dev_0.6.4-2_s390x.deb ... 169s Unpacking librust-rand-core-dev:s390x (0.6.4-2) ... 169s Selecting previously unselected package librust-rand-core+getrandom-dev:s390x. 169s Preparing to unpack .../132-librust-rand-core+getrandom-dev_0.6.4-2_s390x.deb ... 169s Unpacking librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 169s Selecting previously unselected package librust-crypto-common-dev:s390x. 169s Preparing to unpack .../133-librust-crypto-common-dev_0.1.6-1_s390x.deb ... 169s Unpacking librust-crypto-common-dev:s390x (0.1.6-1) ... 169s Selecting previously unselected package librust-subtle-dev:s390x. 169s Preparing to unpack .../134-librust-subtle-dev_2.6.1-1_s390x.deb ... 169s Unpacking librust-subtle-dev:s390x (2.6.1-1) ... 169s Selecting previously unselected package librust-digest-dev:s390x. 169s Preparing to unpack .../135-librust-digest-dev_0.10.7-2_s390x.deb ... 169s Unpacking librust-digest-dev:s390x (0.10.7-2) ... 169s Selecting previously unselected package librust-ppv-lite86-dev:s390x. 169s Preparing to unpack .../136-librust-ppv-lite86-dev_0.2.20-1_s390x.deb ... 169s Unpacking librust-ppv-lite86-dev:s390x (0.2.20-1) ... 169s Selecting previously unselected package librust-rand-chacha-dev:s390x. 169s Preparing to unpack .../137-librust-rand-chacha-dev_0.3.1-2_s390x.deb ... 169s Unpacking librust-rand-chacha-dev:s390x (0.3.1-2) ... 169s Selecting previously unselected package librust-rand-core+serde-dev:s390x. 169s Preparing to unpack .../138-librust-rand-core+serde-dev_0.6.4-2_s390x.deb ... 169s Unpacking librust-rand-core+serde-dev:s390x (0.6.4-2) ... 169s Selecting previously unselected package librust-rand-core+std-dev:s390x. 169s Preparing to unpack .../139-librust-rand-core+std-dev_0.6.4-2_s390x.deb ... 169s Unpacking librust-rand-core+std-dev:s390x (0.6.4-2) ... 169s Selecting previously unselected package librust-rand-dev:s390x. 169s Preparing to unpack .../140-librust-rand-dev_0.8.5-1_s390x.deb ... 169s Unpacking librust-rand-dev:s390x (0.8.5-1) ... 169s Selecting previously unselected package librust-static-assertions-dev:s390x. 169s Preparing to unpack .../141-librust-static-assertions-dev_1.1.0-1_s390x.deb ... 169s Unpacking librust-static-assertions-dev:s390x (1.1.0-1) ... 169s Selecting previously unselected package librust-twox-hash-dev:s390x. 169s Preparing to unpack .../142-librust-twox-hash-dev_1.6.3-1_s390x.deb ... 169s Unpacking librust-twox-hash-dev:s390x (1.6.3-1) ... 169s Selecting previously unselected package librust-ruzstd-dev:s390x. 169s Preparing to unpack .../143-librust-ruzstd-dev_0.7.3-2_s390x.deb ... 169s Unpacking librust-ruzstd-dev:s390x (0.7.3-2) ... 169s Selecting previously unselected package librust-object-dev:s390x. 169s Preparing to unpack .../144-librust-object-dev_0.36.5-2_s390x.deb ... 169s Unpacking librust-object-dev:s390x (0.36.5-2) ... 169s Selecting previously unselected package librust-rustc-demangle-dev:s390x. 169s Preparing to unpack .../145-librust-rustc-demangle-dev_0.1.24-1_s390x.deb ... 169s Unpacking librust-rustc-demangle-dev:s390x (0.1.24-1) ... 169s Selecting previously unselected package librust-typed-arena-dev:s390x. 169s Preparing to unpack .../146-librust-typed-arena-dev_2.0.2-1_s390x.deb ... 169s Unpacking librust-typed-arena-dev:s390x (2.0.2-1) ... 169s Selecting previously unselected package librust-addr2line-dev:s390x. 169s Preparing to unpack .../147-librust-addr2line-dev_0.24.2-2_s390x.deb ... 169s Unpacking librust-addr2line-dev:s390x (0.24.2-2) ... 169s Selecting previously unselected package librust-aho-corasick-dev:s390x. 169s Preparing to unpack .../148-librust-aho-corasick-dev_1.1.3-1_s390x.deb ... 169s Unpacking librust-aho-corasick-dev:s390x (1.1.3-1) ... 169s Selecting previously unselected package librust-anstyle-dev:s390x. 169s Preparing to unpack .../149-librust-anstyle-dev_1.0.8-1_s390x.deb ... 169s Unpacking librust-anstyle-dev:s390x (1.0.8-1) ... 169s Selecting previously unselected package librust-unicode-width-0.1-dev:s390x. 169s Preparing to unpack .../150-librust-unicode-width-0.1-dev_0.1.14-2_s390x.deb ... 169s Unpacking librust-unicode-width-0.1-dev:s390x (0.1.14-2) ... 169s Selecting previously unselected package librust-annotate-snippets-dev:s390x. 169s Preparing to unpack .../151-librust-annotate-snippets-dev_0.11.4-1_s390x.deb ... 169s Unpacking librust-annotate-snippets-dev:s390x (0.11.4-1) ... 169s Selecting previously unselected package librust-arrayvec-dev:s390x. 169s Preparing to unpack .../152-librust-arrayvec-dev_0.7.6-1_s390x.deb ... 169s Unpacking librust-arrayvec-dev:s390x (0.7.6-1) ... 169s Selecting previously unselected package librust-utf8parse-dev:s390x. 169s Preparing to unpack .../153-librust-utf8parse-dev_0.2.1-1_s390x.deb ... 169s Unpacking librust-utf8parse-dev:s390x (0.2.1-1) ... 169s Selecting previously unselected package librust-anstyle-parse-dev:s390x. 169s Preparing to unpack .../154-librust-anstyle-parse-dev_0.2.1-1_s390x.deb ... 169s Unpacking librust-anstyle-parse-dev:s390x (0.2.1-1) ... 169s Selecting previously unselected package librust-anstyle-query-dev:s390x. 169s Preparing to unpack .../155-librust-anstyle-query-dev_1.0.0-1_s390x.deb ... 169s Unpacking librust-anstyle-query-dev:s390x (1.0.0-1) ... 170s Selecting previously unselected package librust-colorchoice-dev:s390x. 170s Preparing to unpack .../156-librust-colorchoice-dev_1.0.0-1_s390x.deb ... 170s Unpacking librust-colorchoice-dev:s390x (1.0.0-1) ... 170s Selecting previously unselected package librust-anstream-dev:s390x. 170s Preparing to unpack .../157-librust-anstream-dev_0.6.15-1_s390x.deb ... 170s Unpacking librust-anstream-dev:s390x (0.6.15-1) ... 170s Selecting previously unselected package librust-backtrace-dev:s390x. 170s Preparing to unpack .../158-librust-backtrace-dev_0.3.74-3_s390x.deb ... 170s Unpacking librust-backtrace-dev:s390x (0.3.74-3) ... 170s Selecting previously unselected package librust-anyhow-dev:s390x. 170s Preparing to unpack .../159-librust-anyhow-dev_1.0.95-1_s390x.deb ... 170s Unpacking librust-anyhow-dev:s390x (1.0.95-1) ... 170s Selecting previously unselected package librust-bincode-dev:s390x. 170s Preparing to unpack .../160-librust-bincode-dev_1.3.3-1_s390x.deb ... 170s Unpacking librust-bincode-dev:s390x (1.3.3-1) ... 170s Selecting previously unselected package librust-bytemuck-derive-dev:s390x. 170s Preparing to unpack .../161-librust-bytemuck-derive-dev_1.5.0-2_s390x.deb ... 170s Unpacking librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 170s Selecting previously unselected package librust-bytemuck-dev:s390x. 170s Preparing to unpack .../162-librust-bytemuck-dev_1.21.0-1_s390x.deb ... 170s Unpacking librust-bytemuck-dev:s390x (1.21.0-1) ... 170s Selecting previously unselected package librust-bitflags-dev:s390x. 170s Preparing to unpack .../163-librust-bitflags-dev_2.8.0-1_s390x.deb ... 170s Unpacking librust-bitflags-dev:s390x (2.8.0-1) ... 170s Selecting previously unselected package librust-minimal-lexical-dev:s390x. 170s Preparing to unpack .../164-librust-minimal-lexical-dev_0.2.1-2_s390x.deb ... 170s Unpacking librust-minimal-lexical-dev:s390x (0.2.1-2) ... 170s Selecting previously unselected package librust-nom-dev:s390x. 170s Preparing to unpack .../165-librust-nom-dev_7.1.3-1_s390x.deb ... 170s Unpacking librust-nom-dev:s390x (7.1.3-1) ... 170s Selecting previously unselected package librust-nom+std-dev:s390x. 170s Preparing to unpack .../166-librust-nom+std-dev_7.1.3-1_s390x.deb ... 170s Unpacking librust-nom+std-dev:s390x (7.1.3-1) ... 170s Selecting previously unselected package librust-cexpr-dev:s390x. 170s Preparing to unpack .../167-librust-cexpr-dev_0.6.0-2_s390x.deb ... 170s Unpacking librust-cexpr-dev:s390x (0.6.0-2) ... 170s Selecting previously unselected package librust-glob-dev:s390x. 170s Preparing to unpack .../168-librust-glob-dev_0.3.2-1_s390x.deb ... 170s Unpacking librust-glob-dev:s390x (0.3.2-1) ... 170s Selecting previously unselected package librust-libloading-dev:s390x. 170s Preparing to unpack .../169-librust-libloading-dev_0.8.5-1_s390x.deb ... 170s Unpacking librust-libloading-dev:s390x (0.8.5-1) ... 170s Selecting previously unselected package llvm-19-runtime. 170s Preparing to unpack .../170-llvm-19-runtime_1%3a19.1.7-1ubuntu1_s390x.deb ... 170s Unpacking llvm-19-runtime (1:19.1.7-1ubuntu1) ... 170s Selecting previously unselected package llvm-runtime:s390x. 170s Preparing to unpack .../171-llvm-runtime_1%3a19.0-63_s390x.deb ... 170s Unpacking llvm-runtime:s390x (1:19.0-63) ... 170s Selecting previously unselected package libpfm4:s390x. 170s Preparing to unpack .../172-libpfm4_4.13.0+git83-g91970fe-1_s390x.deb ... 170s Unpacking libpfm4:s390x (4.13.0+git83-g91970fe-1) ... 170s Selecting previously unselected package llvm-19. 170s Preparing to unpack .../173-llvm-19_1%3a19.1.7-1ubuntu1_s390x.deb ... 170s Unpacking llvm-19 (1:19.1.7-1ubuntu1) ... 170s Selecting previously unselected package llvm. 170s Preparing to unpack .../174-llvm_1%3a19.0-63_s390x.deb ... 170s Unpacking llvm (1:19.0-63) ... 170s Selecting previously unselected package librust-clang-sys-dev:s390x. 170s Preparing to unpack .../175-librust-clang-sys-dev_1.8.1-3_s390x.deb ... 170s Unpacking librust-clang-sys-dev:s390x (1.8.1-3) ... 170s Selecting previously unselected package librust-clap-lex-dev:s390x. 170s Preparing to unpack .../176-librust-clap-lex-dev_0.7.4-1_s390x.deb ... 170s Unpacking librust-clap-lex-dev:s390x (0.7.4-1) ... 170s Selecting previously unselected package librust-strsim-dev:s390x. 170s Preparing to unpack .../177-librust-strsim-dev_0.11.1-1_s390x.deb ... 170s Unpacking librust-strsim-dev:s390x (0.11.1-1) ... 170s Selecting previously unselected package librust-compiler-builtins+core-dev:s390x. 170s Preparing to unpack .../178-librust-compiler-builtins+core-dev_0.1.139-1_s390x.deb ... 170s Unpacking librust-compiler-builtins+core-dev:s390x (0.1.139-1) ... 170s Selecting previously unselected package librust-compiler-builtins+rustc-dep-of-std-dev:s390x. 170s Preparing to unpack .../179-librust-compiler-builtins+rustc-dep-of-std-dev_0.1.139-1_s390x.deb ... 170s Unpacking librust-compiler-builtins+rustc-dep-of-std-dev:s390x (0.1.139-1) ... 170s Selecting previously unselected package librust-errno-dev:s390x. 170s Preparing to unpack .../180-librust-errno-dev_0.3.8-1_s390x.deb ... 170s Unpacking librust-errno-dev:s390x (0.3.8-1) ... 170s Selecting previously unselected package librust-linux-raw-sys-dev:s390x. 170s Preparing to unpack .../181-librust-linux-raw-sys-dev_0.4.14-1_s390x.deb ... 170s Unpacking librust-linux-raw-sys-dev:s390x (0.4.14-1) ... 170s Selecting previously unselected package librust-rustix-dev:s390x. 170s Preparing to unpack .../182-librust-rustix-dev_0.38.37-1_s390x.deb ... 170s Unpacking librust-rustix-dev:s390x (0.38.37-1) ... 170s Selecting previously unselected package librust-terminal-size-dev:s390x. 170s Preparing to unpack .../183-librust-terminal-size-dev_0.3.0-2_s390x.deb ... 170s Unpacking librust-terminal-size-dev:s390x (0.3.0-2) ... 170s Selecting previously unselected package librust-unicase-dev:s390x. 170s Preparing to unpack .../184-librust-unicase-dev_2.8.0-1_s390x.deb ... 170s Unpacking librust-unicase-dev:s390x (2.8.0-1) ... 170s Selecting previously unselected package librust-unicode-width-dev:s390x. 170s Preparing to unpack .../185-librust-unicode-width-dev_0.2.0-1_s390x.deb ... 170s Unpacking librust-unicode-width-dev:s390x (0.2.0-1) ... 170s Selecting previously unselected package librust-clap-builder-dev:s390x. 170s Preparing to unpack .../186-librust-clap-builder-dev_4.5.23-1_s390x.deb ... 170s Unpacking librust-clap-builder-dev:s390x (4.5.23-1) ... 170s Selecting previously unselected package librust-unicode-segmentation-dev:s390x. 170s Preparing to unpack .../187-librust-unicode-segmentation-dev_1.12.0-1_s390x.deb ... 170s Unpacking librust-unicode-segmentation-dev:s390x (1.12.0-1) ... 170s Selecting previously unselected package librust-heck-dev:s390x. 170s Preparing to unpack .../188-librust-heck-dev_0.4.1-1_s390x.deb ... 170s Unpacking librust-heck-dev:s390x (0.4.1-1) ... 170s Selecting previously unselected package librust-clap-derive-dev:s390x. 170s Preparing to unpack .../189-librust-clap-derive-dev_4.5.18-1_s390x.deb ... 170s Unpacking librust-clap-derive-dev:s390x (4.5.18-1) ... 170s Selecting previously unselected package librust-clap-dev:s390x. 170s Preparing to unpack .../190-librust-clap-dev_4.5.23-1_s390x.deb ... 170s Unpacking librust-clap-dev:s390x (4.5.23-1) ... 170s Selecting previously unselected package librust-winapi-i686-pc-windows-gnu-dev:s390x. 170s Preparing to unpack .../191-librust-winapi-i686-pc-windows-gnu-dev_0.4.0-1_s390x.deb ... 170s Unpacking librust-winapi-i686-pc-windows-gnu-dev:s390x (0.4.0-1) ... 170s Selecting previously unselected package librust-winapi-x86-64-pc-windows-gnu-dev:s390x. 170s Preparing to unpack .../192-librust-winapi-x86-64-pc-windows-gnu-dev_0.4.0-1_s390x.deb ... 170s Unpacking librust-winapi-x86-64-pc-windows-gnu-dev:s390x (0.4.0-1) ... 170s Selecting previously unselected package librust-winapi-dev:s390x. 170s Preparing to unpack .../193-librust-winapi-dev_0.3.9-1_s390x.deb ... 170s Unpacking librust-winapi-dev:s390x (0.3.9-1) ... 170s Selecting previously unselected package librust-is-executable-dev:s390x. 170s Preparing to unpack .../194-librust-is-executable-dev_1.0.1-3_s390x.deb ... 170s Unpacking librust-is-executable-dev:s390x (1.0.1-3) ... 170s Selecting previously unselected package librust-shlex-dev:s390x. 170s Preparing to unpack .../195-librust-shlex-dev_1.3.0-1_s390x.deb ... 170s Unpacking librust-shlex-dev:s390x (1.3.0-1) ... 171s Selecting previously unselected package librust-clap-complete-dev:s390x. 171s Preparing to unpack .../196-librust-clap-complete-dev_4.5.40-1_s390x.deb ... 171s Unpacking librust-clap-complete-dev:s390x (4.5.40-1) ... 171s Selecting previously unselected package librust-itertools-dev:s390x. 171s Preparing to unpack .../197-librust-itertools-dev_0.13.0-3_s390x.deb ... 171s Unpacking librust-itertools-dev:s390x (0.13.0-3) ... 171s Selecting previously unselected package librust-prettyplease-dev:s390x. 171s Preparing to unpack .../198-librust-prettyplease-dev_0.2.6-1_s390x.deb ... 171s Unpacking librust-prettyplease-dev:s390x (0.2.6-1) ... 171s Selecting previously unselected package librust-regex-syntax-dev:s390x. 171s Preparing to unpack .../199-librust-regex-syntax-dev_0.8.5-1_s390x.deb ... 171s Unpacking librust-regex-syntax-dev:s390x (0.8.5-1) ... 171s Selecting previously unselected package librust-regex-automata-dev:s390x. 171s Preparing to unpack .../200-librust-regex-automata-dev_0.4.9-2_s390x.deb ... 171s Unpacking librust-regex-automata-dev:s390x (0.4.9-2) ... 171s Selecting previously unselected package librust-regex-dev:s390x. 171s Preparing to unpack .../201-librust-regex-dev_1.11.1-2_s390x.deb ... 171s Unpacking librust-regex-dev:s390x (1.11.1-2) ... 171s Selecting previously unselected package librust-rustc-hash-dev:s390x. 171s Preparing to unpack .../202-librust-rustc-hash-dev_1.1.0-1_s390x.deb ... 171s Unpacking librust-rustc-hash-dev:s390x (1.1.0-1) ... 171s Selecting previously unselected package librust-bindgen-dev:s390x. 171s Preparing to unpack .../203-librust-bindgen-dev_0.71.1-4_s390x.deb ... 171s Unpacking librust-bindgen-dev:s390x (0.71.1-4) ... 171s Selecting previously unselected package librust-bitflags-1-dev:s390x. 171s Preparing to unpack .../204-librust-bitflags-1-dev_1.3.2-7_s390x.deb ... 171s Unpacking librust-bitflags-1-dev:s390x (1.3.2-7) ... 171s Selecting previously unselected package librust-bumpalo-dev:s390x. 171s Preparing to unpack .../205-librust-bumpalo-dev_3.16.0-1_s390x.deb ... 171s Unpacking librust-bumpalo-dev:s390x (3.16.0-1) ... 171s Selecting previously unselected package librust-jobserver-dev:s390x. 171s Preparing to unpack .../206-librust-jobserver-dev_0.1.32-1_s390x.deb ... 171s Unpacking librust-jobserver-dev:s390x (0.1.32-1) ... 171s Selecting previously unselected package librust-cc-dev:s390x. 171s Preparing to unpack .../207-librust-cc-dev_1.1.14-1_s390x.deb ... 171s Unpacking librust-cc-dev:s390x (1.1.14-1) ... 171s Selecting previously unselected package librust-capstone-sys-dev:s390x. 171s Preparing to unpack .../208-librust-capstone-sys-dev_0.17.0-2_s390x.deb ... 171s Unpacking librust-capstone-sys-dev:s390x (0.17.0-2) ... 171s Selecting previously unselected package librust-capstone-dev:s390x. 171s Preparing to unpack .../209-librust-capstone-dev_0.13.0-2_s390x.deb ... 171s Unpacking librust-capstone-dev:s390x (0.13.0-2) ... 171s Selecting previously unselected package librust-cobs-dev:s390x. 171s Preparing to unpack .../210-librust-cobs-dev_0.2.3-1_s390x.deb ... 171s Unpacking librust-cobs-dev:s390x (0.2.3-1) ... 171s Selecting previously unselected package librust-winapi-util-dev:s390x. 171s Preparing to unpack .../211-librust-winapi-util-dev_0.1.6-1_s390x.deb ... 171s Unpacking librust-winapi-util-dev:s390x (0.1.6-1) ... 171s Selecting previously unselected package librust-termcolor-dev:s390x. 171s Preparing to unpack .../212-librust-termcolor-dev_1.4.1-1_s390x.deb ... 171s Unpacking librust-termcolor-dev:s390x (1.4.1-1) ... 171s Selecting previously unselected package librust-codespan-reporting-dev:s390x. 171s Preparing to unpack .../213-librust-codespan-reporting-dev_0.11.1-2_s390x.deb ... 171s Unpacking librust-codespan-reporting-dev:s390x (0.11.1-2) ... 171s Selecting previously unselected package librust-cpufeatures-dev:s390x. 171s Preparing to unpack .../214-librust-cpufeatures-dev_0.2.16-1_s390x.deb ... 171s Unpacking librust-cpufeatures-dev:s390x (0.2.16-1) ... 171s Selecting previously unselected package librust-env-filter-dev:s390x. 171s Preparing to unpack .../215-librust-env-filter-dev_0.1.3-1_s390x.deb ... 171s Unpacking librust-env-filter-dev:s390x (0.1.3-1) ... 171s Selecting previously unselected package librust-humantime-dev:s390x. 171s Preparing to unpack .../216-librust-humantime-dev_2.1.0-2_s390x.deb ... 171s Unpacking librust-humantime-dev:s390x (2.1.0-2) ... 171s Selecting previously unselected package librust-env-logger-dev:s390x. 171s Preparing to unpack .../217-librust-env-logger-dev_0.11.5-2_s390x.deb ... 171s Unpacking librust-env-logger-dev:s390x (0.11.5-2) ... 171s Selecting previously unselected package librust-crc-catalog-dev:s390x. 171s Preparing to unpack .../218-librust-crc-catalog-dev_2.4.0-1_s390x.deb ... 171s Unpacking librust-crc-catalog-dev:s390x (2.4.0-1) ... 171s Selecting previously unselected package librust-crc-dev:s390x. 171s Preparing to unpack .../219-librust-crc-dev_3.2.1-1_s390x.deb ... 171s Unpacking librust-crc-dev:s390x (3.2.1-1) ... 171s Selecting previously unselected package librust-thiserror-impl-dev:s390x. 171s Preparing to unpack .../220-librust-thiserror-impl-dev_2.0.11-1_s390x.deb ... 171s Unpacking librust-thiserror-impl-dev:s390x (2.0.11-1) ... 171s Selecting previously unselected package librust-thiserror-dev:s390x. 171s Preparing to unpack .../221-librust-thiserror-dev_2.0.11-1_s390x.deb ... 171s Unpacking librust-thiserror-dev:s390x (2.0.11-1) ... 171s Selecting previously unselected package librust-defmt-parser-dev:s390x. 171s Preparing to unpack .../222-librust-defmt-parser-dev_0.4.1-1_s390x.deb ... 171s Unpacking librust-defmt-parser-dev:s390x (0.4.1-1) ... 171s Selecting previously unselected package librust-proc-macro-error-attr2-dev:s390x. 171s Preparing to unpack .../223-librust-proc-macro-error-attr2-dev_2.0.0-1_s390x.deb ... 171s Unpacking librust-proc-macro-error-attr2-dev:s390x (2.0.0-1) ... 171s Selecting previously unselected package librust-proc-macro-error2-dev:s390x. 171s Preparing to unpack .../224-librust-proc-macro-error2-dev_2.0.1-1_s390x.deb ... 171s Unpacking librust-proc-macro-error2-dev:s390x (2.0.1-1) ... 171s Selecting previously unselected package librust-defmt-macros-dev:s390x. 171s Preparing to unpack .../225-librust-defmt-macros-dev_0.4.0-1_s390x.deb ... 171s Unpacking librust-defmt-macros-dev:s390x (0.4.0-1) ... 171s Selecting previously unselected package librust-defmt-dev:s390x. 171s Preparing to unpack .../226-librust-defmt-dev_0.3.10-1_s390x.deb ... 171s Unpacking librust-defmt-dev:s390x (0.3.10-1) ... 171s Selecting previously unselected package librust-embedded-io-dev:s390x. 171s Preparing to unpack .../227-librust-embedded-io-dev_0.6.1-1_s390x.deb ... 171s Unpacking librust-embedded-io-dev:s390x (0.6.1-1) ... 171s Selecting previously unselected package librust-hash32-dev:s390x. 171s Preparing to unpack .../228-librust-hash32-dev_0.3.1-2_s390x.deb ... 171s Unpacking librust-hash32-dev:s390x (0.3.1-2) ... 171s Selecting previously unselected package librust-ufmt-write-dev:s390x. 171s Preparing to unpack .../229-librust-ufmt-write-dev_0.1.0-1_s390x.deb ... 171s Unpacking librust-ufmt-write-dev:s390x (0.1.0-1) ... 171s Selecting previously unselected package librust-heapless-dev:s390x. 171s Preparing to unpack .../230-librust-heapless-dev_0.8.0-2_s390x.deb ... 171s Unpacking librust-heapless-dev:s390x (0.8.0-2) ... 171s Selecting previously unselected package librust-paste-dev:s390x. 171s Preparing to unpack .../231-librust-paste-dev_1.0.15-1_s390x.deb ... 171s Unpacking librust-paste-dev:s390x (1.0.15-1) ... 171s Selecting previously unselected package librust-postcard-dev:s390x. 171s Preparing to unpack .../232-librust-postcard-dev_1.0.10-2_s390x.deb ... 171s Unpacking librust-postcard-dev:s390x (1.0.10-2) ... 171s Selecting previously unselected package librust-rustc-hash-2-dev:s390x. 171s Preparing to unpack .../233-librust-rustc-hash-2-dev_2.0.0-1_s390x.deb ... 171s Unpacking librust-rustc-hash-2-dev:s390x (2.0.0-1) ... 171s Selecting previously unselected package librust-slice-group-by-dev. 171s Preparing to unpack .../234-librust-slice-group-by-dev_0.3.1-5_all.deb ... 171s Unpacking librust-slice-group-by-dev (0.3.1-5) ... 171s Selecting previously unselected package librust-regalloc2-dev. 171s Preparing to unpack .../235-librust-regalloc2-dev_0.10.2-4_all.deb ... 171s Unpacking librust-regalloc2-dev (0.10.2-4) ... 171s Selecting previously unselected package librust-region-dev:s390x. 171s Preparing to unpack .../236-librust-region-dev_3.0.2-1_s390x.deb ... 171s Unpacking librust-region-dev:s390x (3.0.2-1) ... 171s Selecting previously unselected package librust-sha2-asm-dev:s390x. 171s Preparing to unpack .../237-librust-sha2-asm-dev_0.6.2-2_s390x.deb ... 171s Unpacking librust-sha2-asm-dev:s390x (0.6.2-2) ... 171s Selecting previously unselected package librust-sha2-dev:s390x. 171s Preparing to unpack .../238-librust-sha2-dev_0.10.8-1_s390x.deb ... 171s Unpacking librust-sha2-dev:s390x (0.10.8-1) ... 171s Selecting previously unselected package librust-id-arena-dev. 171s Preparing to unpack .../239-librust-id-arena-dev_2.2.1-6_all.deb ... 171s Unpacking librust-id-arena-dev (2.2.1-6) ... 171s Selecting previously unselected package librust-souper-ir-dev. 171s Preparing to unpack .../240-librust-souper-ir-dev_2.1.0-4_all.deb ... 171s Unpacking librust-souper-ir-dev (2.1.0-4) ... 171s Selecting previously unselected package librust-target-lexicon-dev:s390x. 171s Preparing to unpack .../241-librust-target-lexicon-dev_0.12.14-1_s390x.deb ... 171s Unpacking librust-target-lexicon-dev:s390x (0.12.14-1) ... 171s Selecting previously unselected package librust-thiserror-impl-1-dev:s390x. 171s Preparing to unpack .../242-librust-thiserror-impl-1-dev_1.0.69-1_s390x.deb ... 171s Unpacking librust-thiserror-impl-1-dev:s390x (1.0.69-1) ... 171s Selecting previously unselected package librust-thiserror-1-dev:s390x. 171s Preparing to unpack .../243-librust-thiserror-1-dev_1.0.69-1_s390x.deb ... 171s Unpacking librust-thiserror-1-dev:s390x (1.0.69-1) ... 171s Selecting previously unselected package rustfmt-1.83. 171s Preparing to unpack .../244-rustfmt-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 171s Unpacking rustfmt-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 171s Selecting previously unselected package rustfmt. 171s Preparing to unpack .../245-rustfmt_1.83.0ubuntu1_s390x.deb ... 171s Unpacking rustfmt (1.83.0ubuntu1) ... 171s Selecting previously unselected package librust-cranelift-dev. 171s Preparing to unpack .../246-librust-cranelift-dev_0.113.1+26.0.1+dfsg-3_all.deb ... 171s Unpacking librust-cranelift-dev (0.113.1+26.0.1+dfsg-3) ... 171s Setting up librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 171s Setting up librust-slice-group-by-dev (0.3.1-5) ... 171s Setting up librust-either-dev:s390x (1.13.0-1) ... 171s Setting up librust-crc-catalog-dev:s390x (2.4.0-1) ... 171s Setting up librust-adler-dev:s390x (1.0.2-2) ... 171s Setting up librust-version-check-dev:s390x (0.9.5-1) ... 171s Setting up librust-anstyle-dev:s390x (1.0.8-1) ... 171s Setting up librust-winapi-i686-pc-windows-gnu-dev:s390x (0.4.0-1) ... 171s Setting up libclang-common-19-dev:s390x (1:19.1.7-1ubuntu1) ... 171s Setting up librust-rustc-hash-dev:s390x (1.1.0-1) ... 171s Setting up libarchive-zip-perl (1.68-1) ... 171s Setting up librust-colorchoice-dev:s390x (1.0.0-1) ... 171s Setting up librust-cobs-dev:s390x (0.2.3-1) ... 171s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 171s Setting up librust-glob-dev:s390x (0.3.2-1) ... 171s Setting up librust-typed-arena-dev:s390x (2.0.2-1) ... 171s Setting up librust-strsim-dev:s390x (0.11.1-1) ... 171s Setting up m4 (1.4.19-5) ... 171s Setting up librust-rustc-demangle-dev:s390x (0.1.24-1) ... 171s Setting up librust-fallible-iterator-dev:s390x (0.3.0-2) ... 171s Setting up librust-ryu-dev:s390x (1.0.19-1) ... 171s Setting up librust-humantime-dev:s390x (2.1.0-2) ... 171s Setting up librust-anstyle-query-dev:s390x (1.0.0-1) ... 171s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 171s Setting up librust-subtle-dev:s390x (2.6.1-1) ... 171s Setting up librust-miniz-oxide-dev:s390x (0.7.1-1) ... 171s Setting up librust-ufmt-write-dev:s390x (0.1.0-1) ... 171s Setting up librust-unicode-segmentation-dev:s390x (1.12.0-1) ... 171s Setting up librust-unicode-width-0.1-dev:s390x (0.1.14-2) ... 171s Setting up librust-compiler-builtins-dev:s390x (0.1.139-1) ... 171s Setting up librust-utf8parse-dev:s390x (0.2.1-1) ... 171s Setting up librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 172s Setting up autotools-dev (20220109.1) ... 172s Setting up libpkgconf3:s390x (1.8.1-4) ... 172s Setting up libpfm4:s390x (4.13.0+git83-g91970fe-1) ... 172s Setting up librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 172s Setting up librust-typenum-dev:s390x (1.17.0-2) ... 172s Setting up librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 172s Setting up librust-critical-section-dev:s390x (1.2.0-1) ... 172s Setting up librust-crc-dev:s390x (3.2.1-1) ... 172s Setting up libgit2-1.8:s390x (1.8.4+ds-3ubuntu2) ... 172s Setting up libmpc3:s390x (1.3.1-1build2) ... 172s Setting up librust-rand-core-dev:s390x (0.6.4-2) ... 172s Setting up autopoint (0.23.1-1) ... 172s Setting up pkgconf-bin (1.8.1-4) ... 172s Setting up librust-crunchy-dev:s390x (0.2.2-1) ... 172s Setting up libgc1:s390x (1:8.2.8-1) ... 172s Setting up librust-unicase-dev:s390x (2.8.0-1) ... 172s Setting up librust-unicode-width-dev:s390x (0.2.0-1) ... 172s Setting up autoconf (2.72-3) ... 172s Setting up librust-paste-dev:s390x (1.0.15-1) ... 172s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 172s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 172s Setting up librust-unicode-ident-dev:s390x (1.0.13-1) ... 172s Setting up librust-minimal-lexical-dev:s390x (0.2.1-2) ... 172s Setting up librust-equivalent-dev:s390x (1.0.1-1) ... 172s Setting up dwz (0.15-1build6) ... 172s Setting up librust-bitflags-1-dev:s390x (1.3.2-7) ... 172s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 172s Setting up librust-cfg-if-dev:s390x (1.0.0-1) ... 172s Setting up debugedit (1:5.1-2) ... 172s Setting up librust-blobby-dev:s390x (0.3.1-1) ... 172s Setting up llvm-19-linker-tools (1:19.1.7-1ubuntu1) ... 172s Setting up librust-byteorder-dev:s390x (1.5.0-1) ... 172s Setting up librust-static-assertions-dev:s390x (1.1.0-1) ... 172s Setting up librust-compiler-builtins+core-dev:s390x (0.1.139-1) ... 172s Setting up libisl23:s390x (0.27-1) ... 172s Setting up llvm-19-runtime (1:19.1.7-1ubuntu1) ... 172s Setting up libstd-rust-1.83:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 172s Setting up librust-shlex-dev:s390x (1.3.0-1) ... 172s Setting up librust-cpp-demangle-dev:s390x (0.4.0-1) ... 172s Setting up librust-winapi-x86-64-pc-windows-gnu-dev:s390x (0.4.0-1) ... 172s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 172s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 172s Setting up librust-clap-lex-dev:s390x (0.7.4-1) ... 172s Setting up libclang-cpp19 (1:19.1.7-1ubuntu1) ... 172s Setting up librust-itertools-dev:s390x (0.13.0-3) ... 172s Setting up librust-heck-dev:s390x (0.4.1-1) ... 172s Setting up automake (1:1.17-3) ... 172s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 172s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 172s Setting up librust-annotate-snippets-dev:s390x (0.11.4-1) ... 172s Setting up librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 172s Setting up librust-libc-dev:s390x (0.2.169-1) ... 172s Setting up gettext (0.23.1-1) ... 172s Setting up librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 172s Setting up librust-tiny-keccak-dev:s390x (2.0.2-1) ... 172s Setting up librust-linux-raw-sys-dev:s390x (0.4.14-1) ... 172s Setting up librust-getrandom-dev:s390x (0.2.15-1) ... 172s Setting up librust-libloading-dev:s390x (0.8.5-1) ... 172s Setting up librust-memmap2-dev:s390x (0.9.5-1) ... 172s Setting up librust-cpufeatures-dev:s390x (0.2.16-1) ... 172s Setting up librust-hash32-dev:s390x (0.3.1-2) ... 172s Setting up libobjc4:s390x (15-20250213-1ubuntu1) ... 172s Setting up librust-proc-macro2-dev:s390x (1.0.92-1) ... 172s Setting up librust-compiler-builtins+rustc-dep-of-std-dev:s390x (0.1.139-1) ... 172s Setting up librust-rayon-core-dev:s390x (1.12.1-1) ... 172s Setting up librust-region-dev:s390x (3.0.2-1) ... 172s Setting up librust-winapi-dev:s390x (0.3.9-1) ... 172s Setting up pkgconf:s390x (1.8.1-4) ... 172s Setting up intltool-debian (0.35.0+20060710.6) ... 172s Setting up librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 172s Setting up rustfmt-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 172s Setting up librust-errno-dev:s390x (0.3.8-1) ... 172s Setting up llvm-runtime:s390x (1:19.0-63) ... 172s Setting up librust-jobserver-dev:s390x (0.1.32-1) ... 172s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 172s Setting up cpp-14 (14.2.0-17ubuntu1) ... 172s Setting up dh-strip-nondeterminism (1.14.1-2) ... 172s Setting up librust-crc32fast-dev:s390x (1.4.2-1) ... 172s Setting up libstd-rust-1.83-dev:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 172s Setting up librust-winapi-util-dev:s390x (0.1.6-1) ... 172s Setting up llvm-19 (1:19.1.7-1ubuntu1) ... 172s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 172s Setting up librust-rayon-dev:s390x (1.10.0-1) ... 172s Setting up librust-is-executable-dev:s390x (1.0.1-3) ... 172s Setting up librust-termcolor-dev:s390x (1.4.1-1) ... 172s Setting up rustfmt (1.83.0ubuntu1) ... 172s Setting up librust-pkg-config-dev:s390x (0.3.31-1) ... 172s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 172s Setting up librust-id-arena-dev (2.2.1-6) ... 172s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 172s Setting up po-debconf (1.0.21+nmu1) ... 172s Setting up librust-quote-dev:s390x (1.0.37-1) ... 172s Setting up librust-proc-macro-error-attr2-dev:s390x (2.0.0-1) ... 172s Setting up librust-libz-sys-dev:s390x (1.1.20-1) ... 172s Setting up librust-syn-dev:s390x (2.0.96-2) ... 172s Setting up librust-rand-core+std-dev:s390x (0.6.4-2) ... 172s Setting up libobjc-14-dev:s390x (14.2.0-17ubuntu1) ... 172s Setting up clang-19 (1:19.1.7-1ubuntu1) ... 172s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 172s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 172s Setting up librust-sval-derive-dev:s390x (2.6.1-2) ... 172s Setting up clang (1:19.0-63) ... 172s Setting up librust-cc-dev:s390x (1.1.14-1) ... 172s Setting up librust-zeroize-derive-dev:s390x (1.4.2-1) ... 172s Setting up llvm (1:19.0-63) ... 172s Setting up librust-clap-derive-dev:s390x (4.5.18-1) ... 172s Setting up librust-proc-macro-error2-dev:s390x (2.0.1-1) ... 172s Setting up librust-no-panic-dev:s390x (0.1.32-1) ... 172s Setting up cpp (4:14.2.0-1ubuntu1) ... 172s Setting up librust-serde-derive-dev:s390x (1.0.217-1) ... 172s Setting up librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 172s Setting up libclang-19-dev (1:19.1.7-1ubuntu1) ... 172s Setting up librust-serde-dev:s390x (1.0.217-1) ... 172s Setting up librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 172s Setting up librust-thiserror-impl-1-dev:s390x (1.0.69-1) ... 172s Setting up librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 172s Setting up librust-allocator-api2-dev:s390x (0.2.16-1) ... 172s Setting up librust-thiserror-impl-dev:s390x (2.0.11-1) ... 172s Setting up librust-souper-ir-dev (2.1.0-4) ... 172s Setting up librust-thiserror-1-dev:s390x (1.0.69-1) ... 172s Setting up librust-codespan-reporting-dev:s390x (0.11.1-2) ... 172s Setting up librust-prettyplease-dev:s390x (0.2.6-1) ... 172s Setting up librust-thiserror-dev:s390x (2.0.11-1) ... 172s Setting up libclang-dev (1:19.0-63) ... 172s Setting up librust-serde-fmt-dev (1.0.3-4) ... 172s Setting up libtool (2.5.4-3build1) ... 172s Setting up librust-sha2-asm-dev:s390x (0.6.2-2) ... 172s Setting up librust-portable-atomic-dev:s390x (1.10.0-3) ... 172s Setting up librust-flate2-dev:s390x (1.0.34-1) ... 172s Setting up librust-sval-dev:s390x (2.6.1-2) ... 172s Setting up librust-itoa-dev:s390x (1.0.14-1) ... 172s Setting up gcc-14 (14.2.0-17ubuntu1) ... 172s Setting up librust-bumpalo-dev:s390x (3.16.0-1) ... 172s Setting up dh-autoreconf (20) ... 172s Setting up librust-rand-core+serde-dev:s390x (0.6.4-2) ... 172s Setting up librust-sval-ref-dev:s390x (2.6.1-1) ... 172s Setting up librust-zerocopy-dev:s390x (0.7.34-1) ... 172s Setting up librust-bytemuck-dev:s390x (1.21.0-1) ... 172s Setting up librust-zeroize-dev:s390x (1.8.1-1) ... 172s Setting up librust-arbitrary-dev:s390x (1.4.1-1) ... 172s Setting up librust-target-lexicon-dev:s390x (0.12.14-1) ... 172s Setting up librust-serde-test-dev:s390x (1.0.171-1) ... 172s Setting up librust-bincode-dev:s390x (1.3.3-1) ... 172s Setting up librust-erased-serde-dev:s390x (0.3.31-1) ... 172s Setting up librust-defmt-parser-dev:s390x (0.4.1-1) ... 172s Setting up librust-defmt-macros-dev:s390x (0.4.0-1) ... 172s Setting up librust-generic-array-dev:s390x (0.14.7-1) ... 172s Setting up librust-ppv-lite86-dev:s390x (0.2.20-1) ... 172s Setting up librust-rand-chacha-dev:s390x (0.3.1-2) ... 172s Setting up librust-clang-sys-dev:s390x (1.8.1-3) ... 172s Setting up librust-sval-dynamic-dev:s390x (2.6.1-1) ... 172s Setting up librust-crypto-common-dev:s390x (0.1.6-1) ... 172s Setting up librust-sval-buffer-dev:s390x (2.6.1-1) ... 172s Setting up librust-arrayvec-dev:s390x (0.7.6-1) ... 172s Setting up debhelper (13.24.1ubuntu2) ... 172s Setting up librust-smallvec-dev:s390x (1.13.2-1) ... 172s Setting up librust-sval-fmt-dev:s390x (2.6.1-1) ... 172s Setting up librust-const-oid-dev:s390x (0.9.6-1) ... 172s Setting up gcc (4:14.2.0-1ubuntu1) ... 172s Setting up librust-anstyle-parse-dev:s390x (0.2.1-1) ... 172s Setting up librust-block-buffer-dev:s390x (0.10.2-2) ... 172s Setting up librust-anstream-dev:s390x (0.6.15-1) ... 172s Setting up rustc-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 172s Setting up librust-bitflags-dev:s390x (2.8.0-1) ... 172s Setting up librust-regex-syntax-dev:s390x (0.8.5-1) ... 172s Setting up rustc (1.83.0ubuntu1) ... 172s Setting up librust-parking-lot-core-dev:s390x (0.9.10-1) ... 172s Setting up librust-defmt-dev:s390x (0.3.10-1) ... 172s Setting up librust-heapless-dev:s390x (0.8.0-2) ... 172s Setting up librust-once-cell-dev:s390x (1.20.2-1) ... 172s Setting up librust-digest-dev:s390x (0.10.7-2) ... 172s Setting up librust-sval-serde-dev:s390x (2.6.1-1) ... 172s Setting up librust-embedded-io-dev:s390x (0.6.1-1) ... 172s Setting up librust-const-random-macro-dev:s390x (0.1.16-2) ... 172s Setting up librust-const-random-dev:s390x (0.1.17-2) ... 172s Setting up librust-ahash-dev (0.8.11-9) ... 172s Setting up librust-postcard-dev:s390x (1.0.10-2) ... 172s Setting up librust-sha2-dev:s390x (0.10.8-1) ... 172s Setting up cargo-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 172s Setting up librust-rustix-dev:s390x (0.38.37-1) ... 172s Setting up librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 172s Setting up librust-hashbrown-dev:s390x (0.14.5-5) ... 172s Setting up cargo (1.83.0ubuntu1) ... 172s Setting up librust-terminal-size-dev:s390x (0.3.0-2) ... 172s Setting up librust-indexmap-dev:s390x (2.7.0-1) ... 172s Setting up dh-rust (0.0.11) ... 172s Setting up librust-gimli-dev:s390x (0.31.1-2) ... 172s Setting up librust-serde-json-dev:s390x (1.0.133-1) ... 172s Setting up librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 172s Setting up librust-value-bag-dev:s390x (1.9.0-1) ... 172s Setting up librust-log-dev:s390x (0.4.22-1) ... 172s Setting up librust-memchr-dev:s390x (2.7.4-1) ... 172s Setting up librust-nom-dev:s390x (7.1.3-1) ... 172s Setting up librust-rand-dev:s390x (0.8.5-1) ... 172s Setting up librust-twox-hash-dev:s390x (1.6.3-1) ... 172s Setting up librust-nom+std-dev:s390x (7.1.3-1) ... 172s Setting up librust-ruzstd-dev:s390x (0.7.3-2) ... 172s Setting up librust-aho-corasick-dev:s390x (1.1.3-1) ... 172s Setting up librust-rustc-hash-2-dev:s390x (2.0.0-1) ... 172s Setting up librust-cexpr-dev:s390x (0.6.0-2) ... 172s Setting up librust-regalloc2-dev (0.10.2-4) ... 172s Setting up librust-object-dev:s390x (0.36.5-2) ... 172s Setting up librust-regex-automata-dev:s390x (0.4.9-2) ... 172s Setting up librust-addr2line-dev:s390x (0.24.2-2) ... 172s Setting up librust-regex-dev:s390x (1.11.1-2) ... 172s Setting up librust-backtrace-dev:s390x (0.3.74-3) ... 172s Setting up librust-env-filter-dev:s390x (0.1.3-1) ... 172s Setting up librust-clap-builder-dev:s390x (4.5.23-1) ... 172s Setting up librust-clap-dev:s390x (4.5.23-1) ... 172s Setting up librust-anyhow-dev:s390x (1.0.95-1) ... 172s Setting up librust-env-logger-dev:s390x (0.11.5-2) ... 172s Setting up librust-clap-complete-dev:s390x (4.5.40-1) ... 172s Setting up librust-bindgen-dev:s390x (0.71.1-4) ... 172s Setting up librust-capstone-sys-dev:s390x (0.17.0-2) ... 172s Setting up librust-capstone-dev:s390x (0.13.0-2) ... 172s Setting up librust-cranelift-dev (0.113.1+26.0.1+dfsg-3) ... 172s Processing triggers for libc-bin (2.40-4ubuntu1) ... 172s Processing triggers for systemd (257.2-3ubuntu1) ... 172s Processing triggers for man-db (2.13.0-1) ... 173s Processing triggers for install-info (7.1.1-1) ... 173s autopkgtest: DBG: testbed command exited with code 0 173s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:@-packages.all"], kind short, sout raw, serr pipe, env [] 173s autopkgtest: DBG: testbed command exited with code 0 173s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence%3A%40-packages.all /tmp/autopkgtest-work.6xx7lkuf/out/wasmtime-jit-icache-coherence%3A%40-packages.all 173s autopkgtest: DBG: got reply from testbed: ok 173s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.bYMrYq/build.4yH/src'], kind short, sout raw, serr raw, env [] 173s autopkgtest: DBG: testbed command exited with code 0 173s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.bYMrYq/build.4yH/src already exists 173s autopkgtest [22:22:53]: test wasmtime-jit-icache-coherence:@: /usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets --all-features 173s autopkgtest [22:22:53]: test wasmtime-jit-icache-coherence:@: [----------------------- 173s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.bYMrYq/wrapper.sh --debug --artifacts=/tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:@-artifacts --chdir=/tmp/autopkgtest.bYMrYq/build.4yH/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.bYMrYq/wasmtime-jit-icache-coherence:@-stderr --stdout=/tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:@-stdout --tmp=/tmp/autopkgtest.bYMrYq/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=rust-wasmtime/26.0.1+dfsg-3 -- bash -ec '/usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets --all-features'"], kind test, sout raw, serr raw, env [] 173s /tmp/autopkgtest.bYMrYq/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:@-artifacts 173s /tmp/autopkgtest.bYMrYq/wrapper.sh: changing to directory: /tmp/autopkgtest.bYMrYq/build.4yH/src 173s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 173s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 173s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 173s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: LANG=C.UTF-8 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LANGUAGE 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_ADDRESS 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_ALL 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_COLLATE 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_CTYPE 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_IDENTIFICATION 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_MEASUREMENT 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_MESSAGES 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_MONETARY 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_NAME 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_NUMERIC 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_PAPER 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_TELEPHONE 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_TIME 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: pretending to be a login shell 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: will write standard error to /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:@-stderr 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: will write stdout to /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:@-stdout 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.bYMrYq/autopkgtest_tmp 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-wasmtime/26.0.1+dfsg-3 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: command to run: bash -ec /usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets --all-features 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: copying /tmp/tmp.qxvLr1JtH9/out to stdout and file: /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:@-stdout 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: copying /tmp/tmp.qxvLr1JtH9/err to standard error and file: /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:@-stdout 174s /tmp/autopkgtest.bYMrYq/wrapper.sh: writing script pid 3666 to /tmp/autopkgtest_script_pid 174s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 174s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 174s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.xQw1RWkTs6/registry/ 174s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 174s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 174s debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--profile', 'release', '--verbose', '--verbose', '-j2', '--target', 's390x-unknown-linux-gnu', '--all-targets', '--all-features'],) {} 174s Compiling libc v0.2.169 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.xQw1RWkTs6/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.xQw1RWkTs6/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 174s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.xQw1RWkTs6/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.xQw1RWkTs6/target/release/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.xQw1RWkTs6/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=7e8f0a655396b248 -C extra-filename=-7e8f0a655396b248 --out-dir /tmp/tmp.xQw1RWkTs6/target/release/build/libc-7e8f0a655396b248 -C strip=debuginfo -L dependency=/tmp/tmp.xQw1RWkTs6/target/release/deps --cap-lints warn` 174s Compiling anyhow v1.0.95 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.xQw1RWkTs6/registry/anyhow-1.0.95 CARGO_MANIFEST_PATH=/tmp/tmp.xQw1RWkTs6/registry/anyhow-1.0.95/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.xQw1RWkTs6/registry/anyhow-1.0.95 LD_LIBRARY_PATH=/tmp/tmp.xQw1RWkTs6/target/release/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.xQw1RWkTs6/registry/anyhow-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=f3ab42bd5863c9ab -C extra-filename=-f3ab42bd5863c9ab --out-dir /tmp/tmp.xQw1RWkTs6/target/release/build/anyhow-f3ab42bd5863c9ab -C strip=debuginfo -L dependency=/tmp/tmp.xQw1RWkTs6/target/release/deps --cap-lints warn` 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS=-Ctarget-feature=+backchain CARGO_MANIFEST_DIR=/tmp/tmp.xQw1RWkTs6/registry/anyhow-1.0.95 CARGO_MANIFEST_PATH=/tmp/tmp.xQw1RWkTs6/registry/anyhow-1.0.95/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.xQw1RWkTs6/target/release/deps:/tmp/tmp.xQw1RWkTs6/target/release:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=3 OUT_DIR=/tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/build/anyhow-2081bfaa296d1f91/out PROFILE=release RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.xQw1RWkTs6/target/release/build/anyhow-f3ab42bd5863c9ab/build-script-build` 174s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_nightly_testing) 174s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_core_error) 174s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_core_unwind_safe) 174s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str) 174s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of) 174s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint) 174s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(error_generic_member_access) 174s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(std_backtrace) 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/tmp/tmp.xQw1RWkTs6/registry/anyhow-1.0.95 CARGO_MANIFEST_PATH=/tmp/tmp.xQw1RWkTs6/registry/anyhow-1.0.95/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.xQw1RWkTs6/registry/anyhow-1.0.95 LD_LIBRARY_PATH=/tmp/tmp.xQw1RWkTs6/target/release/deps OUT_DIR=/tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/build/anyhow-2081bfaa296d1f91/out rustc --crate-name anyhow --edition=2018 /tmp/tmp.xQw1RWkTs6/registry/anyhow-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=f4c868c25eaa4bb4 -C extra-filename=-f4c868c25eaa4bb4 --out-dir /tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C strip=debuginfo -L dependency=/tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.xQw1RWkTs6/target/release/deps --cap-lints warn -Ctarget-feature=+backchain --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS=-Ctarget-feature=+backchain CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.xQw1RWkTs6/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.xQw1RWkTs6/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 174s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.xQw1RWkTs6/target/release/deps:/tmp/tmp.xQw1RWkTs6/target/release:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=3 OUT_DIR=/tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/build/libc-81cf1ff4fe9d7655/out PROFILE=release RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.xQw1RWkTs6/target/release/build/libc-7e8f0a655396b248/build-script-build` 174s [libc 0.2.169] cargo:rerun-if-changed=build.rs 174s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 174s [libc 0.2.169] cargo:rustc-cfg=freebsd11 174s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 174s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.xQw1RWkTs6/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.xQw1RWkTs6/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 174s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.xQw1RWkTs6/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.xQw1RWkTs6/target/release/deps OUT_DIR=/tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/build/libc-81cf1ff4fe9d7655/out rustc --crate-name libc --edition=2021 /tmp/tmp.xQw1RWkTs6/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8a14e953bd95a320 -C extra-filename=-8a14e953bd95a320 --out-dir /tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C strip=debuginfo -L dependency=/tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.xQw1RWkTs6/target/release/deps --cap-lints warn -Ctarget-feature=+backchain --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_time64_abi)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` 174s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 174s | 174s = note: this feature is not stably supported; its behavior can change in the future 174s 174s warning: unused import: `crate::ntptimeval` 174s --> /tmp/tmp.xQw1RWkTs6/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 174s | 174s 5 | use crate::ntptimeval; 174s | ^^^^^^^^^^^^^^^^^ 174s | 174s = note: `#[warn(unused_imports)]` on by default 174s 175s warning: `anyhow` (lib) generated 1 warning 175s Compiling cfg-if v1.0.0 175s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.xQw1RWkTs6/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.xQw1RWkTs6/registry/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] 175s parameters. Structured like an if-else chain, the first matching branch is the 175s item that gets emitted. 175s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.xQw1RWkTs6/registry/cfg-if-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.xQw1RWkTs6/target/release/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.xQw1RWkTs6/registry/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core"))' -C metadata=c01f12a529e29af4 -C extra-filename=-c01f12a529e29af4 --out-dir /tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C strip=debuginfo -L dependency=/tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.xQw1RWkTs6/target/release/deps --cap-lints warn -Ctarget-feature=+backchain` 175s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 175s warning: `libc` (lib) generated 2 warnings (1 duplicate) 175s Compiling wasmtime-jit-icache-coherence v26.0.1 (/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1) 175s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=wasmtime_jit_icache_coherence CARGO_MANIFEST_DIR=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1/Cargo.toml CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='Utilities for JIT icache maintenance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-jit-icache-coherence CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION=1.78.0 CARGO_PKG_VERSION=26.0.1 CARGO_PKG_VERSION_MAJOR=26 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1 LD_LIBRARY_PATH=/tmp/tmp.xQw1RWkTs6/target/release/deps rustc --crate-name wasmtime_jit_icache_coherence --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' --warn=unused_import_braces --warn=unused_extern_crates --warn=unused-macro-rules --warn=unused-lifetimes --warn=unstable_features '--warn=clippy::unnecessary_to_owned' '--warn=clippy::unnecessary_mut_passed' '--warn=clippy::unnecessary_fallible_conversions' '--warn=clippy::unnecessary_cast' '--warn=clippy::uninlined_format_args' --warn=trivial_numeric_casts '--warn=clippy::map_clone' '--warn=clippy::manual_strip' '--warn=clippy::clone_on_copy' --test --cfg 'feature="one-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("one-core"))' -C metadata=9702ad7ab9bfabce -C extra-filename=-9702ad7ab9bfabce --out-dir /tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C strip=debuginfo -L dependency=/tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.xQw1RWkTs6/target/release/deps --extern anyhow=/tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/deps/libanyhow-f4c868c25eaa4bb4.rlib --extern cfg_if=/tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/deps/libcfg_if-c01f12a529e29af4.rlib --extern libc=/tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/deps/liblibc-8a14e953bd95a320.rlib -Ctarget-feature=+backchain` 175s warning: `wasmtime-jit-icache-coherence` (lib test) generated 1 warning (1 duplicate) 175s Finished `release` profile [optimized] target(s) in 1.27s 175s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1/Cargo.toml CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='Utilities for JIT icache maintenance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-jit-icache-coherence CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION=1.78.0 CARGO_PKG_VERSION=26.0.1 CARGO_PKG_VERSION_MAJOR=26 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/deps:/tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.xQw1RWkTs6/target/s390x-unknown-linux-gnu/release/deps/wasmtime_jit_icache_coherence-9702ad7ab9bfabce` 175s 175s running 0 tests 175s 175s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 175s 175s /tmp/autopkgtest.bYMrYq/wrapper.sh: checking for leaked background processes... 175s /tmp/autopkgtest.bYMrYq/wrapper.sh: waiting for tee/cat subprocesses... 175s /tmp/autopkgtest.bYMrYq/wrapper.sh: cleaning up... 175s /tmp/autopkgtest.bYMrYq/wrapper.sh: Exit status: 0 175s autopkgtest: DBG: testbed command exited with code 0 175s autopkgtest [22:22:55]: test wasmtime-jit-icache-coherence:@: -----------------------] 175s autopkgtest: DBG: testbed executing test finished with exit status 0 175s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence%3A%40-stdout /tmp/autopkgtest-work.6xx7lkuf/out/wasmtime-jit-icache-coherence%3A%40-stdout 176s autopkgtest: DBG: got reply from testbed: ok 176s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence%3A%40-stderr /tmp/autopkgtest-work.6xx7lkuf/out/wasmtime-jit-icache-coherence%3A%40-stderr 176s autopkgtest: DBG: got reply from testbed: ok 176s autopkgtest [22:22:56]: test wasmtime-jit-icache-coherence:@: - - - - - - - - - - results - - - - - - - - - - 176s wasmtime-jit-icache-coherence:@ PASS 176s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence%3A%40-artifacts/ /tmp/autopkgtest-work.6xx7lkuf/out/artifacts/ 176s autopkgtest: DBG: got reply from testbed: ok 176s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:@-artifacts', '/tmp/autopkgtest.bYMrYq/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 176s autopkgtest: DBG: testbed command exited with code 0 176s autopkgtest [22:22:56]: test wasmtime-jit-icache-coherence:default: preparing testbed 176s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-rust', 'librust-wasmtime-jit-icache-coherence-26-dev'], deps_new=['dh-rust', 'librust-wasmtime-jit-icache-coherence-26+default-dev'] 176s autopkgtest: DBG: testbed reset 176s autopkgtest: DBG: sending command to testbed: revert 289s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.bYMrYq 289s autopkgtest: DBG: sending command to testbed: print-execute-command 289s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.n0y_q2js/runcmd 289s autopkgtest: DBG: sending command to testbed: capabilities 289s autopkgtest: DBG: got reply from testbed: ok root-on-testbed ok revert-full-system suggested-normal-user=ubuntu reboot isolation-machine revert 289s autopkgtest: DBG: testbed capabilities: ['root-on-testbed', 'ok', 'revert-full-system', 'suggested-normal-user=ubuntu', 'reboot', 'isolation-machine', 'revert', 'has_internet'] 289s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 290s autopkgtest: DBG: testbed command exited with code 0 290s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.bYMrYq/wrapper.sh 290s autopkgtest: DBG: got reply from testbed: ok 290s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/wrapper.sh'], kind short, sout raw, serr pipe, env [] 290s autopkgtest: DBG: testbed command exited with code 0 290s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 290s autopkgtest: DBG: testbed command exited with code 0 290s autopkgtest [22:24:50]: testbed dpkg architecture: s390x 290s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 290s autopkgtest: DBG: testbed command exited with code 0 290s autopkgtest [22:24:50]: testbed apt version: 2.9.29 290s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 290s autopkgtest: DBG: testbed command exited with code 0 290s autopkgtest: DBG: testbed has eatmydata 290s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 291s autopkgtest: DBG: testbed command exited with code 0 291s autopkgtest [22:24:51]: @@@@@@@@@@@@@@@@@@@@ test bed setup 291s 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 [] 291s autopkgtest: DBG: testbed command exited with code 0 291s autopkgtest [22:24:51]: testbed release detected to be: plucky 291s 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 [] 291s autopkgtest: DBG: testbed command exited with code 0 291s 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 [] 293s autopkgtest: DBG: testbed command exited with code 0 293s autopkgtest: DBG: adding APT source: Types: deb deb-src 293s URIs: http://ftpmaster.internal/ubuntu/ 293s Suites: plucky-proposed 293s Components: main restricted universe multiverse 293s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 293s 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 [] 293s autopkgtest: DBG: testbed command exited with code 0 293s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 293s Package: * 293s Pin: release plucky-proposed 293s Pin-Priority: 500 293s 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 [] 293s autopkgtest: DBG: testbed command exited with code 0 293s autopkgtest [22:24:51]: updating testbed package index (apt update) 293s 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'] 293s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 293s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 293s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 293s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 293s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [16.2 kB] 293s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 293s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [70.1 kB] 293s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [788 kB] 293s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [87.7 kB] 293s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 293s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [627 kB] 293s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [6364 B] 293s Fetched 1710 kB in 1s (1393 kB/s) 294s Reading package lists... 294s autopkgtest: DBG: testbed command exited with code 0 294s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 294s Package: * 294s Pin: release plucky-proposed 294s Pin-Priority: 100 294s 294s Package: src:rust-wasmtime:any 294s Pin: release plucky-proposed 294s Pin-Priority: 995 294s 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:rust-wasmtime:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 294s autopkgtest: DBG: testbed command exited with code 0 294s 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.bYMrYq/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 294s autopkgtest: DBG: testbed command exited with code 0 294s 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'] 294s + lsb_release --codename --short 294s + RELEASE=plucky 294s + cat 294s + [ plucky != trusty ] 294s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 294s Reading package lists... 294s Building dependency tree... 294s Reading state information... 294s Calculating upgrade... 294s The following packages were automatically installed and are no longer required: 294s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 294s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 294s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 294s linux-tools-6.11.0-8-generic 294s Use 'sudo apt autoremove' to remove them. 294s The following packages will be upgraded: 294s dhcpcd-base s390-tools s390-tools-data s390-tools-signed 295s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 295s Need to get 5637 kB of archives. 295s After this operation, 54.3 kB of additional disk space will be used. 295s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 295s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 295s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 295s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 296s Fetched 5637 kB in 1s (6787 kB/s) 296s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80980 files and directories currently installed.) 296s Preparing to unpack .../dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 296s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 296s Preparing to unpack .../s390-tools-data_2.37.0-0ubuntu2_all.deb ... 296s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 296s Preparing to unpack .../s390-tools_2.37.0-0ubuntu2_s390x.deb ... 296s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 296s Preparing to unpack .../s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 296s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 296s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 296s Setting up dhcpcd-base (1:10.1.0-7) ... 296s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 296s Setting up s390-tools (2.37.0-0ubuntu2) ... 297s Processing triggers for man-db (2.13.0-1) ... 297s Processing triggers for initramfs-tools (0.145ubuntu2) ... 297s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 297s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 301s Using config file '/etc/zipl.conf' 301s Building bootmap in '/boot' 301s Adding IPL section 'ubuntu' (default) 301s Preparing boot device for LD-IPL: vda (0000). 301s Done. 301s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 301s + /usr/lib/apt/apt-helper analyze-pattern ?true 301s + uname -r 301s + sed s/\./\\./g 301s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 301s + apt list ?obsolete 301s + tail -n+2 301s + cut -d/ -f1 302s + grep -v ^linux-.*6\.12\.0-15-generic.* 302s + true 302s + obsolete_pkgs= 302s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 302s Reading package lists... 302s Building dependency tree... 302s Reading state information... 302s The following packages will be REMOVED: 302s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 302s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 302s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 302s linux-tools-6.11.0-8-generic* 302s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 302s After this operation, 167 MB disk space will be freed. 302s (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 ... 80981 files and directories currently installed.) 302s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 302s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 302s Removing libpython3.12t64:s390x (3.12.9-1) ... 302s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 302s Removing libnsl2:s390x (1.3.0-3build3) ... 302s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 302s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 302s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 303s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 303s Processing triggers for libc-bin (2.40-4ubuntu1) ... 303s (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 ... 55881 files and directories currently installed.) 303s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 303s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 303s + grep -q trusty /etc/lsb-release 303s + [ ! -d /usr/share/doc/unattended-upgrades ] 303s + [ ! -d /usr/share/doc/lxd ] 303s + [ ! -d /usr/share/doc/lxd-client ] 303s + [ ! -d /usr/share/doc/snapd ] 303s + type iptables 303s + cat 303s + chmod 755 /etc/rc.local 303s + . /etc/rc.local 303s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 303s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 303s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 303s + uname -m 303s + [ s390x = ppc64le ] 303s + [ -d /run/systemd/system ] 303s + systemd-detect-virt --quiet --vm 303s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 303s + cat 303s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 303s + echo COMPRESS=lz4 303s autopkgtest: DBG: testbed command exited with code 0 303s autopkgtest [22:25:03]: upgrading testbed (apt dist-upgrade and autopurge) 303s 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'] 304s Reading package lists... 304s Building dependency tree... 304s Reading state information... 304s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 304s Starting 2 pkgProblemResolver with broken count: 0 304s Done 304s Entering ResolveByKeep 304s 304s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 304s autopkgtest: DBG: testbed command exited with code 0 304s 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'] 304s Reading package lists... 305s Building dependency tree... 305s Reading state information... 305s Starting pkgProblemResolver with broken count: 0 305s Starting 2 pkgProblemResolver with broken count: 0 305s Done 305s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 305s autopkgtest: DBG: testbed command exited with code 0 305s 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.bYMrYq/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 305s autopkgtest: DBG: testbed command exited with code 1 305s autopkgtest [22:25:05]: rebooting testbed after setup commands that affected boot 305s autopkgtest: DBG: sending command to testbed: reboot 324s autopkgtest: DBG: got reply from testbed: ok 324s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 324s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.bYMrYq/autopkgtest-reboot 324s autopkgtest: DBG: got reply from testbed: ok 324s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare 324s autopkgtest: DBG: got reply from testbed: ok 324s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.bYMrYq/testbed-packages"], kind short, sout raw, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/testbed-packages /tmp/autopkgtest-work.6xx7lkuf/out/testbed-packages 326s autopkgtest: DBG: got reply from testbed: ok 326s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 326s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.bYMrYq/autopkgtest-reboot 326s autopkgtest: DBG: got reply from testbed: ok 326s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 326s autopkgtest: DBG: testbed command exited with code 0 326s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare 327s autopkgtest: DBG: got reply from testbed: ok 327s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 327s autopkgtest: DBG: testbed command exited with code 0 327s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 327s autopkgtest: DBG: install_deps: deps_new=['dh-rust', 'librust-wasmtime-jit-icache-coherence-26+default-dev'] 327s autopkgtest: DBG: install-deps: satisfying dh-rust, librust-wasmtime-jit-icache-coherence-26+default-dev 327s autopkgtest: DBG: can use apt-get on testbed: True 327s 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', 'dh-rust, librust-wasmtime-jit-icache-coherence-26+default-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 328s Reading package lists... 328s Building dependency tree... 328s Reading state information... 328s Starting pkgProblemResolver with broken count: 0 328s Starting 2 pkgProblemResolver with broken count: 0 328s Done 328s The following NEW packages will be installed: 328s autoconf automake autopoint autotools-dev cargo cargo-1.83 clang clang-19 328s cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit 328s dh-autoreconf dh-rust dh-strip-nondeterminism dwz gcc gcc-14 328s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gettext intltool-debian 328s libarchive-zip-perl libasan8 libcc1-0 libclang-19-dev libclang-common-19-dev 328s libclang-cpp19 libclang-dev libdebhelper-perl 328s libfile-stripnondeterminism-perl libgc1 libgcc-14-dev libgit2-1.8 libgomp1 328s libisl23 libitm1 libmpc3 libobjc-14-dev libobjc4 libpfm4 libpkgconf3 328s librust-addr2line-dev librust-adler-dev librust-ahash-dev 328s librust-aho-corasick-dev librust-allocator-api2-dev 328s librust-annotate-snippets-dev librust-anstream-dev librust-anstyle-dev 328s librust-anstyle-parse-dev librust-anstyle-query-dev librust-anyhow-dev 328s librust-arbitrary-dev librust-arrayvec-dev librust-backtrace-dev 328s librust-bincode-dev librust-bindgen-dev librust-bitflags-1-dev 328s librust-bitflags-dev librust-blobby-dev librust-block-buffer-dev 328s librust-bumpalo-dev librust-bytemuck-derive-dev librust-bytemuck-dev 328s librust-byteorder-dev librust-capstone-dev librust-capstone-sys-dev 328s librust-cc-dev librust-cexpr-dev librust-cfg-if-dev librust-clang-sys-dev 328s librust-clap-builder-dev librust-clap-complete-dev librust-clap-derive-dev 328s librust-clap-dev librust-clap-lex-dev librust-cobs-dev 328s librust-codespan-reporting-dev librust-colorchoice-dev 328s librust-compiler-builtins+core-dev 328s librust-compiler-builtins+rustc-dep-of-std-dev librust-compiler-builtins-dev 328s librust-const-oid-dev librust-const-random-dev 328s librust-const-random-macro-dev librust-cpp-demangle-dev 328s librust-cpufeatures-dev librust-cranelift-dev librust-crc-catalog-dev 328s librust-crc-dev librust-crc32fast-dev librust-critical-section-dev 328s librust-crossbeam-deque-dev librust-crossbeam-epoch+std-dev 328s librust-crossbeam-epoch-dev librust-crossbeam-utils-dev librust-crunchy-dev 328s librust-crypto-common-dev librust-defmt-dev librust-defmt-macros-dev 328s librust-defmt-parser-dev librust-derive-arbitrary-dev librust-digest-dev 328s librust-either-dev librust-embedded-io-dev librust-env-filter-dev 328s librust-env-logger-dev librust-equivalent-dev librust-erased-serde-dev 328s librust-errno-dev librust-fallible-iterator-dev librust-flate2-dev 328s librust-generic-array-dev librust-getrandom-dev librust-gimli-dev 328s librust-glob-dev librust-hash32-dev librust-hashbrown-dev 328s librust-heapless-dev librust-heck-dev librust-humantime-dev 328s librust-id-arena-dev librust-indexmap-dev librust-is-executable-dev 328s librust-itertools-dev librust-itoa-dev librust-jobserver-dev 328s librust-libc-dev librust-libloading-dev librust-libz-sys-dev 328s librust-linux-raw-sys-dev librust-log-dev librust-memchr-dev 328s librust-memmap2-dev librust-minimal-lexical-dev librust-miniz-oxide-dev 328s librust-no-panic-dev librust-nom+std-dev librust-nom-dev librust-object-dev 328s librust-once-cell-dev librust-parking-lot-core-dev librust-paste-dev 328s librust-pkg-config-dev librust-portable-atomic-dev librust-postcard-dev 328s librust-ppv-lite86-dev librust-prettyplease-dev 328s librust-proc-macro-error-attr2-dev librust-proc-macro-error2-dev 328s librust-proc-macro2-dev librust-quote-dev librust-rand-chacha-dev 328s librust-rand-core+getrandom-dev librust-rand-core+serde-dev 328s librust-rand-core+std-dev librust-rand-core-dev librust-rand-dev 328s librust-rayon-core-dev librust-rayon-dev librust-regalloc2-dev 328s librust-regex-automata-dev librust-regex-dev librust-regex-syntax-dev 328s librust-region-dev librust-rustc-demangle-dev librust-rustc-hash-2-dev 328s librust-rustc-hash-dev librust-rustc-std-workspace-core-dev 328s librust-rustix-dev librust-ruzstd-dev librust-ryu-dev 328s librust-serde-derive-dev librust-serde-dev librust-serde-fmt-dev 328s librust-serde-json-dev librust-serde-test-dev librust-sha2-asm-dev 328s librust-sha2-dev librust-shlex-dev librust-slice-group-by-dev 328s librust-smallvec-dev librust-souper-ir-dev librust-stable-deref-trait-dev 328s librust-static-assertions-dev librust-strsim-dev librust-subtle-dev 328s librust-sval-buffer-dev librust-sval-derive-dev librust-sval-dev 328s librust-sval-dynamic-dev librust-sval-fmt-dev librust-sval-ref-dev 328s librust-sval-serde-dev librust-syn-dev librust-target-lexicon-dev 328s librust-termcolor-dev librust-terminal-size-dev librust-thiserror-1-dev 328s librust-thiserror-dev librust-thiserror-impl-1-dev 328s librust-thiserror-impl-dev librust-tiny-keccak-dev librust-twox-hash-dev 328s librust-typed-arena-dev librust-typenum-dev librust-ufmt-write-dev 328s librust-unicase-dev librust-unicode-ident-dev 328s librust-unicode-segmentation-dev librust-unicode-width-0.1-dev 328s librust-unicode-width-dev librust-utf8parse-dev librust-value-bag-dev 328s librust-value-bag-serde1-dev librust-value-bag-sval2-dev 328s librust-version-check-dev librust-winapi-dev 328s librust-winapi-i686-pc-windows-gnu-dev librust-winapi-util-dev 328s librust-winapi-x86-64-pc-windows-gnu-dev librust-zerocopy-derive-dev 328s librust-zerocopy-dev librust-zeroize-derive-dev librust-zeroize-dev 328s libstd-rust-1.83 libstd-rust-1.83-dev libstdc++-14-dev libtool libubsan1 328s llvm llvm-19 llvm-19-linker-tools llvm-19-runtime llvm-runtime m4 pkgconf 328s pkgconf-bin po-debconf rustc rustc-1.83 rustfmt rustfmt-1.83 zlib1g-dev 328s 0 upgraded, 247 newly installed, 0 to remove and 0 not upgraded. 328s Need to get 222 MB of archives. 328s After this operation, 1201 MB of additional disk space will be used. 328s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 329s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 329s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 329s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 329s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 329s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libgit2-1.8 s390x 1.8.4+ds-3ubuntu2 [584 kB] 329s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libstd-rust-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [28.6 MB] 331s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libstd-rust-1.83-dev s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [47.0 MB] 335s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 335s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 335s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 336s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 336s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 336s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 336s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 336s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 336s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 336s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 336s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 336s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 337s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 338s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 338s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 338s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 338s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x rustc-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [6166 kB] 339s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-cpp19 s390x 1:19.1.7-1ubuntu1 [16.7 MB] 340s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 340s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libgc1 s390x 1:8.2.8-1 [93.7 kB] 340s Get:29 http://ftpmaster.internal/ubuntu plucky/universe s390x libobjc4 s390x 15-20250213-1ubuntu1 [49.9 kB] 340s Get:30 http://ftpmaster.internal/ubuntu plucky/universe s390x libobjc-14-dev s390x 14.2.0-17ubuntu1 [194 kB] 340s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-common-19-dev s390x 1:19.1.7-1ubuntu1 [742 kB] 340s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-19-linker-tools s390x 1:19.1.7-1ubuntu1 [1546 kB] 341s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x clang-19 s390x 1:19.1.7-1ubuntu1 [79.4 kB] 341s Get:34 http://ftpmaster.internal/ubuntu plucky/universe s390x clang s390x 1:19.0-63 [6198 B] 341s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x cargo-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [7240 kB] 341s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 341s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 341s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 341s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 341s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 341s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 341s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 341s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 341s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 341s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 341s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 341s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 341s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x rustc s390x 1.83.0ubuntu1 [2804 B] 341s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x cargo s390x 1.83.0ubuntu1 [2246 B] 341s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-rust all 0.0.11 [16.4 kB] 341s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-19-dev s390x 1:19.1.7-1ubuntu1 [32.0 MB] 344s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-dev s390x 1:19.0-63 [5770 B] 344s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 344s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cfg-if-dev s390x 1.0.0-1 [10.5 kB] 344s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cpp-demangle-dev s390x 0.4.0-1 [66.1 kB] 344s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-fallible-iterator-dev s390x 0.3.0-2 [20.3 kB] 344s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-ident-dev s390x 1.0.13-1 [38.5 kB] 344s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro2-dev s390x 1.0.92-1 [46.1 kB] 344s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quote-dev s390x 1.0.37-1 [29.5 kB] 344s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-syn-dev s390x 2.0.96-2 [227 kB] 344s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-derive-arbitrary-dev s390x 1.4.1-1 [13.5 kB] 344s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arbitrary-dev s390x 1.4.1-1 [36.9 kB] 344s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-equivalent-dev s390x 1.0.1-1 [8240 B] 344s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-critical-section-dev s390x 1.2.0-1 [21.0 kB] 344s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-derive-dev s390x 1.0.217-1 [51.2 kB] 344s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-dev s390x 1.0.217-1 [67.2 kB] 344s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-portable-atomic-dev s390x 1.10.0-3 [128 kB] 344s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-std-workspace-core-dev s390x 1.0.0-1 [3020 B] 344s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libc-dev s390x 0.2.169-1 [382 kB] 344s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-getrandom-dev s390x 0.2.15-1 [37.8 kB] 344s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-smallvec-dev s390x 1.13.2-1 [35.5 kB] 344s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-parking-lot-core-dev s390x 0.9.10-1 [32.6 kB] 344s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-once-cell-dev s390x 1.20.2-1 [31.9 kB] 344s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crunchy-dev s390x 0.2.2-1 [5340 B] 344s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tiny-keccak-dev s390x 2.0.2-1 [20.9 kB] 344s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-macro-dev s390x 0.1.16-2 [10.5 kB] 344s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-dev s390x 0.1.17-2 [8590 B] 344s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-version-check-dev s390x 0.9.5-1 [16.9 kB] 344s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-byteorder-dev s390x 1.5.0-1 [22.4 kB] 344s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-derive-dev s390x 0.7.34-1 [30.3 kB] 344s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-dev s390x 0.7.34-1 [117 kB] 344s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ahash-dev all 0.8.11-9 [38.1 kB] 344s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-allocator-api2-dev s390x 0.2.16-1 [54.8 kB] 344s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins-dev s390x 0.1.139-1 [178 kB] 344s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-either-dev s390x 1.13.0-1 [20.2 kB] 344s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-utils-dev s390x 0.8.19-1 [41.1 kB] 344s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch-dev s390x 0.9.18-1 [42.3 kB] 344s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch+std-dev s390x 0.9.18-1 [1128 B] 344s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-deque-dev s390x 0.8.5-1 [22.4 kB] 344s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-core-dev s390x 1.12.1-1 [63.7 kB] 344s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-dev s390x 1.10.0-1 [149 kB] 344s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hashbrown-dev s390x 0.14.5-5 [110 kB] 344s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-indexmap-dev s390x 2.7.0-1 [69.4 kB] 345s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-stable-deref-trait-dev s390x 1.2.0-1 [9794 B] 345s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gimli-dev s390x 0.31.1-2 [216 kB] 345s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memmap2-dev s390x 0.9.5-1 [31.6 kB] 345s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc32fast-dev s390x 1.4.2-1 [39.8 kB] 345s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 345s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 345s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pkg-config-dev s390x 0.3.31-1 [23.5 kB] 345s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 345s Get:102 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libz-sys-dev s390x 1.1.20-1 [19.7 kB] 345s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-adler-dev s390x 1.0.2-2 [15.3 kB] 345s Get:104 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-miniz-oxide-dev s390x 0.7.1-1 [51.5 kB] 345s Get:105 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-flate2-dev s390x 1.0.34-1 [94.5 kB] 345s Get:106 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-derive-dev s390x 2.6.1-2 [11.0 kB] 345s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dev s390x 2.6.1-2 [28.0 kB] 345s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-ref-dev s390x 2.6.1-1 [8942 B] 345s Get:109 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-erased-serde-dev s390x 0.3.31-1 [22.7 kB] 345s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-fmt-dev all 1.0.3-4 [7202 B] 345s Get:111 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-no-panic-dev s390x 0.1.32-1 [14.6 kB] 345s Get:112 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-itoa-dev s390x 1.0.14-1 [13.5 kB] 345s Get:113 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ryu-dev s390x 1.0.19-1 [43.1 kB] 345s Get:114 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-json-dev s390x 1.0.133-1 [130 kB] 345s Get:115 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-test-dev s390x 1.0.171-1 [20.6 kB] 345s Get:116 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-serde1-dev s390x 1.9.0-1 [7820 B] 345s Get:117 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-buffer-dev s390x 2.6.1-1 [16.8 kB] 345s Get:118 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dynamic-dev s390x 2.6.1-1 [9542 B] 345s Get:119 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-fmt-dev s390x 2.6.1-1 [12.0 kB] 345s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-serde-dev s390x 2.6.1-1 [13.2 kB] 345s Get:121 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-sval2-dev s390x 1.9.0-1 [7862 B] 345s Get:122 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-dev s390x 1.9.0-1 [37.6 kB] 345s Get:123 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-log-dev s390x 0.4.22-1 [43.0 kB] 345s Get:124 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memchr-dev s390x 2.7.4-1 [71.8 kB] 345s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-blobby-dev s390x 0.3.1-1 [11.3 kB] 345s Get:126 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-typenum-dev s390x 1.17.0-2 [41.2 kB] 345s Get:127 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-derive-dev s390x 1.4.2-1 [12.7 kB] 345s Get:128 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-dev s390x 1.8.1-1 [21.6 kB] 345s Get:129 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-generic-array-dev s390x 0.14.7-1 [16.9 kB] 345s Get:130 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-block-buffer-dev s390x 0.10.2-2 [12.2 kB] 345s Get:131 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-oid-dev s390x 0.9.6-1 [41.5 kB] 345s Get:132 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core-dev s390x 0.6.4-2 [23.8 kB] 345s Get:133 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+getrandom-dev s390x 0.6.4-2 [1054 B] 345s Get:134 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crypto-common-dev s390x 0.1.6-1 [10.5 kB] 346s Get:135 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-subtle-dev s390x 2.6.1-1 [16.1 kB] 346s Get:136 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-digest-dev s390x 0.10.7-2 [20.9 kB] 346s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ppv-lite86-dev s390x 0.2.20-1 [22.2 kB] 346s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-chacha-dev s390x 0.3.1-2 [16.9 kB] 346s Get:139 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+serde-dev s390x 0.6.4-2 [1108 B] 346s Get:140 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+std-dev s390x 0.6.4-2 [1052 B] 346s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-dev s390x 0.8.5-1 [77.5 kB] 346s Get:142 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-static-assertions-dev s390x 1.1.0-1 [19.0 kB] 346s Get:143 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-twox-hash-dev s390x 1.6.3-1 [21.6 kB] 346s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ruzstd-dev s390x 0.7.3-2 [57.7 kB] 346s Get:145 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-object-dev s390x 0.36.5-2 [259 kB] 346s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-demangle-dev s390x 0.1.24-1 [28.9 kB] 346s Get:147 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-typed-arena-dev s390x 2.0.2-1 [13.9 kB] 346s Get:148 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-addr2line-dev s390x 0.24.2-2 [34.8 kB] 346s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-aho-corasick-dev s390x 1.1.3-1 [146 kB] 346s Get:150 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-dev s390x 1.0.8-1 [16.7 kB] 346s Get:151 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-width-0.1-dev s390x 0.1.14-2 [196 kB] 346s Get:152 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-annotate-snippets-dev s390x 0.11.4-1 [39.6 kB] 346s Get:153 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arrayvec-dev s390x 0.7.6-1 [31.7 kB] 346s Get:154 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-utf8parse-dev s390x 0.2.1-1 [15.0 kB] 346s Get:155 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-parse-dev s390x 0.2.1-1 [17.1 kB] 346s Get:156 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-query-dev s390x 1.0.0-1 [9768 B] 346s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-colorchoice-dev s390x 1.0.0-1 [8338 B] 346s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstream-dev s390x 0.6.15-1 [25.7 kB] 346s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-backtrace-dev s390x 0.3.74-3 [79.8 kB] 346s Get:160 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anyhow-dev s390x 1.0.95-1 [45.5 kB] 346s Get:161 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bincode-dev s390x 1.3.3-1 [27.6 kB] 346s Get:162 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-derive-dev s390x 1.5.0-2 [18.7 kB] 346s Get:163 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-dev s390x 1.21.0-1 [48.9 kB] 346s Get:164 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bitflags-dev s390x 2.8.0-1 [43.5 kB] 346s Get:165 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-minimal-lexical-dev s390x 0.2.1-2 [87.0 kB] 346s Get:166 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-nom-dev s390x 7.1.3-1 [93.9 kB] 346s Get:167 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-nom+std-dev s390x 7.1.3-1 [1084 B] 346s Get:168 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cexpr-dev s390x 0.6.0-2 [19.6 kB] 346s Get:169 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-glob-dev s390x 0.3.2-1 [22.2 kB] 346s Get:170 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libloading-dev s390x 0.8.5-1 [29.2 kB] 346s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-19-runtime s390x 1:19.1.7-1ubuntu1 [623 kB] 346s Get:172 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-runtime s390x 1:19.0-63 [5834 B] 346s Get:173 http://ftpmaster.internal/ubuntu plucky/universe s390x libpfm4 s390x 4.13.0+git83-g91970fe-1 [37.3 kB] 346s Get:174 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-19 s390x 1:19.1.7-1ubuntu1 [21.1 MB] 348s Get:175 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm s390x 1:19.0-63 [4144 B] 348s Get:176 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clang-sys-dev s390x 1.8.1-3 [42.9 kB] 348s Get:177 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-lex-dev s390x 0.7.4-1 [14.7 kB] 348s Get:178 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-strsim-dev s390x 0.11.1-1 [15.9 kB] 348s Get:179 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins+core-dev s390x 0.1.139-1 [1096 B] 348s Get:180 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins+rustc-dep-of-std-dev s390x 0.1.139-1 [1106 B] 348s Get:181 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-errno-dev s390x 0.3.8-1 [13.0 kB] 348s Get:182 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-linux-raw-sys-dev s390x 0.4.14-1 [138 kB] 348s Get:183 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustix-dev s390x 0.38.37-1 [272 kB] 348s Get:184 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-terminal-size-dev s390x 0.3.0-2 [12.6 kB] 348s Get:185 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicase-dev s390x 2.8.0-1 [19.3 kB] 348s Get:186 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-width-dev s390x 0.2.0-1 [194 kB] 348s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-builder-dev s390x 4.5.23-1 [136 kB] 348s Get:188 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-segmentation-dev s390x 1.12.0-1 [77.3 kB] 348s Get:189 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-heck-dev s390x 0.4.1-1 [13.3 kB] 348s Get:190 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-derive-dev s390x 4.5.18-1 [29.5 kB] 348s Get:191 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-dev s390x 4.5.23-1 [53.7 kB] 348s Get:192 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-i686-pc-windows-gnu-dev s390x 0.4.0-1 [3652 B] 348s Get:193 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-x86-64-pc-windows-gnu-dev s390x 0.4.0-1 [3660 B] 348s Get:194 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-dev s390x 0.3.9-1 [953 kB] 348s Get:195 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-is-executable-dev s390x 1.0.1-3 [11.7 kB] 348s Get:196 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-shlex-dev s390x 1.3.0-1 [20.1 kB] 348s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-complete-dev s390x 4.5.40-1 [40.5 kB] 348s Get:198 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-itertools-dev s390x 0.13.0-3 [123 kB] 348s Get:199 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-prettyplease-dev s390x 0.2.6-1 [45.4 kB] 348s Get:200 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-syntax-dev s390x 0.8.5-1 [203 kB] 348s Get:201 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-automata-dev s390x 0.4.9-2 [425 kB] 348s Get:202 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-dev s390x 1.11.1-2 [201 kB] 348s Get:203 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-hash-dev s390x 1.1.0-1 [10.8 kB] 348s Get:204 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bindgen-dev s390x 0.71.1-4 [195 kB] 349s Get:205 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bitflags-1-dev s390x 1.3.2-7 [25.6 kB] 349s Get:206 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bumpalo-dev s390x 3.16.0-1 [75.7 kB] 349s Get:207 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-jobserver-dev s390x 0.1.32-1 [29.1 kB] 349s Get:208 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cc-dev s390x 1.1.14-1 [73.6 kB] 349s Get:209 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-capstone-sys-dev s390x 0.17.0-2 [3020 kB] 349s Get:210 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-capstone-dev s390x 0.13.0-2 [93.8 kB] 349s Get:211 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cobs-dev s390x 0.2.3-1 [14.6 kB] 349s Get:212 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-util-dev s390x 0.1.6-1 [14.0 kB] 349s Get:213 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-termcolor-dev s390x 1.4.1-1 [19.7 kB] 349s Get:214 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-codespan-reporting-dev s390x 0.11.1-2 [43.1 kB] 349s Get:215 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cpufeatures-dev s390x 0.2.16-1 [15.5 kB] 349s Get:216 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-env-filter-dev s390x 0.1.3-1 [15.0 kB] 349s Get:217 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-humantime-dev s390x 2.1.0-2 [19.2 kB] 349s Get:218 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-env-logger-dev s390x 0.11.5-2 [30.2 kB] 349s Get:219 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc-catalog-dev s390x 2.4.0-1 [11.8 kB] 349s Get:220 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc-dev s390x 3.2.1-1 [16.4 kB] 349s Get:221 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-impl-dev s390x 2.0.11-1 [21.9 kB] 349s Get:222 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-dev s390x 2.0.11-1 [29.0 kB] 349s Get:223 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-parser-dev s390x 0.4.1-1 [11.8 kB] 349s Get:224 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro-error-attr2-dev s390x 2.0.0-1 [9402 B] 349s Get:225 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro-error2-dev s390x 2.0.1-1 [26.2 kB] 349s Get:226 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-macros-dev s390x 0.4.0-1 [22.4 kB] 349s Get:227 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-dev s390x 0.3.10-1 [26.8 kB] 349s Get:228 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-embedded-io-dev s390x 0.6.1-1 [14.6 kB] 349s Get:229 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hash32-dev s390x 0.3.1-2 [12.1 kB] 349s Get:230 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ufmt-write-dev s390x 0.1.0-1 [3768 B] 349s Get:231 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-heapless-dev s390x 0.8.0-2 [69.4 kB] 349s Get:232 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-paste-dev s390x 1.0.15-1 [21.0 kB] 349s Get:233 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-postcard-dev s390x 1.0.10-2 [34.8 kB] 349s Get:234 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-hash-2-dev s390x 2.0.0-1 [14.4 kB] 349s Get:235 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-slice-group-by-dev all 0.3.1-5 [14.4 kB] 349s Get:236 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regalloc2-dev all 0.10.2-4 [98.7 kB] 349s Get:237 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-region-dev s390x 3.0.2-1 [23.2 kB] 349s Get:238 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sha2-asm-dev s390x 0.6.2-2 [14.4 kB] 349s Get:239 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sha2-dev s390x 0.10.8-1 [25.6 kB] 349s Get:240 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-id-arena-dev all 2.2.1-6 [10.3 kB] 349s Get:241 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-souper-ir-dev all 2.1.0-4 [18.8 kB] 349s Get:242 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-target-lexicon-dev s390x 0.12.14-1 [25.1 kB] 349s Get:243 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-impl-1-dev s390x 1.0.69-1 [20.0 kB] 349s Get:244 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-1-dev s390x 1.0.69-1 [25.6 kB] 349s Get:245 http://ftpmaster.internal/ubuntu plucky/universe s390x rustfmt-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [2441 kB] 349s Get:246 http://ftpmaster.internal/ubuntu plucky/universe s390x rustfmt s390x 1.83.0ubuntu1 [2606 B] 349s Get:247 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x librust-cranelift-dev all 0.113.1+26.0.1+dfsg-3 [1034 kB] 350s Fetched 222 MB in 21s (10.4 MB/s) 350s Selecting previously unselected package m4. 350s (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 ... 55879 files and directories currently installed.) 350s Preparing to unpack .../000-m4_1.4.19-5_s390x.deb ... 350s Unpacking m4 (1.4.19-5) ... 350s Selecting previously unselected package autoconf. 350s Preparing to unpack .../001-autoconf_2.72-3_all.deb ... 350s Unpacking autoconf (2.72-3) ... 350s Selecting previously unselected package autotools-dev. 350s Preparing to unpack .../002-autotools-dev_20220109.1_all.deb ... 350s Unpacking autotools-dev (20220109.1) ... 350s Selecting previously unselected package automake. 350s Preparing to unpack .../003-automake_1%3a1.17-3_all.deb ... 350s Unpacking automake (1:1.17-3) ... 350s Selecting previously unselected package autopoint. 350s Preparing to unpack .../004-autopoint_0.23.1-1_all.deb ... 350s Unpacking autopoint (0.23.1-1) ... 350s Selecting previously unselected package libgit2-1.8:s390x. 350s Preparing to unpack .../005-libgit2-1.8_1.8.4+ds-3ubuntu2_s390x.deb ... 350s Unpacking libgit2-1.8:s390x (1.8.4+ds-3ubuntu2) ... 350s Selecting previously unselected package libstd-rust-1.83:s390x. 350s Preparing to unpack .../006-libstd-rust-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 350s Unpacking libstd-rust-1.83:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 351s Selecting previously unselected package libstd-rust-1.83-dev:s390x. 351s Preparing to unpack .../007-libstd-rust-1.83-dev_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 351s Unpacking libstd-rust-1.83-dev:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 352s Selecting previously unselected package libisl23:s390x. 352s Preparing to unpack .../008-libisl23_0.27-1_s390x.deb ... 352s Unpacking libisl23:s390x (0.27-1) ... 352s Selecting previously unselected package libmpc3:s390x. 352s Preparing to unpack .../009-libmpc3_1.3.1-1build2_s390x.deb ... 352s Unpacking libmpc3:s390x (1.3.1-1build2) ... 352s Selecting previously unselected package cpp-14-s390x-linux-gnu. 352s Preparing to unpack .../010-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 352s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 352s Selecting previously unselected package cpp-14. 352s Preparing to unpack .../011-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 352s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 352s Selecting previously unselected package cpp-s390x-linux-gnu. 352s Preparing to unpack .../012-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 352s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 352s Selecting previously unselected package cpp. 352s Preparing to unpack .../013-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 352s Unpacking cpp (4:14.2.0-1ubuntu1) ... 352s Selecting previously unselected package libcc1-0:s390x. 352s Preparing to unpack .../014-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 352s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 352s Selecting previously unselected package libgomp1:s390x. 352s Preparing to unpack .../015-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 352s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 352s Selecting previously unselected package libitm1:s390x. 352s Preparing to unpack .../016-libitm1_15-20250213-1ubuntu1_s390x.deb ... 352s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 352s Selecting previously unselected package libasan8:s390x. 352s Preparing to unpack .../017-libasan8_15-20250213-1ubuntu1_s390x.deb ... 352s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 352s Selecting previously unselected package libubsan1:s390x. 352s Preparing to unpack .../018-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 352s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 352s Selecting previously unselected package libgcc-14-dev:s390x. 352s Preparing to unpack .../019-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 352s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 352s Selecting previously unselected package gcc-14-s390x-linux-gnu. 352s Preparing to unpack .../020-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 352s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 352s Selecting previously unselected package gcc-14. 352s Preparing to unpack .../021-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 352s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 352s Selecting previously unselected package gcc-s390x-linux-gnu. 352s Preparing to unpack .../022-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 352s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 352s Selecting previously unselected package gcc. 352s Preparing to unpack .../023-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 352s Unpacking gcc (4:14.2.0-1ubuntu1) ... 352s Selecting previously unselected package rustc-1.83. 352s Preparing to unpack .../024-rustc-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 352s Unpacking rustc-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 352s Selecting previously unselected package libclang-cpp19. 352s Preparing to unpack .../025-libclang-cpp19_1%3a19.1.7-1ubuntu1_s390x.deb ... 352s Unpacking libclang-cpp19 (1:19.1.7-1ubuntu1) ... 353s Selecting previously unselected package libstdc++-14-dev:s390x. 353s Preparing to unpack .../026-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 353s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 353s Selecting previously unselected package libgc1:s390x. 353s Preparing to unpack .../027-libgc1_1%3a8.2.8-1_s390x.deb ... 353s Unpacking libgc1:s390x (1:8.2.8-1) ... 353s Selecting previously unselected package libobjc4:s390x. 353s Preparing to unpack .../028-libobjc4_15-20250213-1ubuntu1_s390x.deb ... 353s Unpacking libobjc4:s390x (15-20250213-1ubuntu1) ... 353s Selecting previously unselected package libobjc-14-dev:s390x. 353s Preparing to unpack .../029-libobjc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 353s Unpacking libobjc-14-dev:s390x (14.2.0-17ubuntu1) ... 353s Selecting previously unselected package libclang-common-19-dev:s390x. 353s Preparing to unpack .../030-libclang-common-19-dev_1%3a19.1.7-1ubuntu1_s390x.deb ... 353s Unpacking libclang-common-19-dev:s390x (1:19.1.7-1ubuntu1) ... 353s Selecting previously unselected package llvm-19-linker-tools. 353s Preparing to unpack .../031-llvm-19-linker-tools_1%3a19.1.7-1ubuntu1_s390x.deb ... 353s Unpacking llvm-19-linker-tools (1:19.1.7-1ubuntu1) ... 353s Selecting previously unselected package clang-19. 353s Preparing to unpack .../032-clang-19_1%3a19.1.7-1ubuntu1_s390x.deb ... 353s Unpacking clang-19 (1:19.1.7-1ubuntu1) ... 353s Selecting previously unselected package clang. 353s Preparing to unpack .../033-clang_1%3a19.0-63_s390x.deb ... 353s Unpacking clang (1:19.0-63) ... 353s Selecting previously unselected package cargo-1.83. 353s Preparing to unpack .../034-cargo-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 353s Unpacking cargo-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 353s Selecting previously unselected package libdebhelper-perl. 353s Preparing to unpack .../035-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 353s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 353s Selecting previously unselected package libtool. 353s Preparing to unpack .../036-libtool_2.5.4-3build1_all.deb ... 353s Unpacking libtool (2.5.4-3build1) ... 353s Selecting previously unselected package dh-autoreconf. 353s Preparing to unpack .../037-dh-autoreconf_20_all.deb ... 353s Unpacking dh-autoreconf (20) ... 353s Selecting previously unselected package libarchive-zip-perl. 353s Preparing to unpack .../038-libarchive-zip-perl_1.68-1_all.deb ... 353s Unpacking libarchive-zip-perl (1.68-1) ... 353s Selecting previously unselected package libfile-stripnondeterminism-perl. 353s Preparing to unpack .../039-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 353s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 353s Selecting previously unselected package dh-strip-nondeterminism. 353s Preparing to unpack .../040-dh-strip-nondeterminism_1.14.1-2_all.deb ... 353s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 353s Selecting previously unselected package debugedit. 353s Preparing to unpack .../041-debugedit_1%3a5.1-2_s390x.deb ... 353s Unpacking debugedit (1:5.1-2) ... 353s Selecting previously unselected package dwz. 353s Preparing to unpack .../042-dwz_0.15-1build6_s390x.deb ... 353s Unpacking dwz (0.15-1build6) ... 353s Selecting previously unselected package gettext. 353s Preparing to unpack .../043-gettext_0.23.1-1_s390x.deb ... 353s Unpacking gettext (0.23.1-1) ... 353s Selecting previously unselected package intltool-debian. 353s Preparing to unpack .../044-intltool-debian_0.35.0+20060710.6_all.deb ... 353s Unpacking intltool-debian (0.35.0+20060710.6) ... 353s Selecting previously unselected package po-debconf. 353s Preparing to unpack .../045-po-debconf_1.0.21+nmu1_all.deb ... 353s Unpacking po-debconf (1.0.21+nmu1) ... 353s Selecting previously unselected package debhelper. 353s Preparing to unpack .../046-debhelper_13.24.1ubuntu2_all.deb ... 353s Unpacking debhelper (13.24.1ubuntu2) ... 353s Selecting previously unselected package rustc. 353s Preparing to unpack .../047-rustc_1.83.0ubuntu1_s390x.deb ... 353s Unpacking rustc (1.83.0ubuntu1) ... 353s Selecting previously unselected package cargo. 353s Preparing to unpack .../048-cargo_1.83.0ubuntu1_s390x.deb ... 353s Unpacking cargo (1.83.0ubuntu1) ... 353s Selecting previously unselected package dh-rust. 353s Preparing to unpack .../049-dh-rust_0.0.11_all.deb ... 353s Unpacking dh-rust (0.0.11) ... 353s Selecting previously unselected package libclang-19-dev. 353s Preparing to unpack .../050-libclang-19-dev_1%3a19.1.7-1ubuntu1_s390x.deb ... 353s Unpacking libclang-19-dev (1:19.1.7-1ubuntu1) ... 354s Selecting previously unselected package libclang-dev. 354s Preparing to unpack .../051-libclang-dev_1%3a19.0-63_s390x.deb ... 354s Unpacking libclang-dev (1:19.0-63) ... 354s Selecting previously unselected package libpkgconf3:s390x. 354s Preparing to unpack .../052-libpkgconf3_1.8.1-4_s390x.deb ... 354s Unpacking libpkgconf3:s390x (1.8.1-4) ... 354s Selecting previously unselected package librust-cfg-if-dev:s390x. 354s Preparing to unpack .../053-librust-cfg-if-dev_1.0.0-1_s390x.deb ... 354s Unpacking librust-cfg-if-dev:s390x (1.0.0-1) ... 354s Selecting previously unselected package librust-cpp-demangle-dev:s390x. 354s Preparing to unpack .../054-librust-cpp-demangle-dev_0.4.0-1_s390x.deb ... 354s Unpacking librust-cpp-demangle-dev:s390x (0.4.0-1) ... 354s Selecting previously unselected package librust-fallible-iterator-dev:s390x. 354s Preparing to unpack .../055-librust-fallible-iterator-dev_0.3.0-2_s390x.deb ... 354s Unpacking librust-fallible-iterator-dev:s390x (0.3.0-2) ... 354s Selecting previously unselected package librust-unicode-ident-dev:s390x. 354s Preparing to unpack .../056-librust-unicode-ident-dev_1.0.13-1_s390x.deb ... 354s Unpacking librust-unicode-ident-dev:s390x (1.0.13-1) ... 354s Selecting previously unselected package librust-proc-macro2-dev:s390x. 354s Preparing to unpack .../057-librust-proc-macro2-dev_1.0.92-1_s390x.deb ... 354s Unpacking librust-proc-macro2-dev:s390x (1.0.92-1) ... 354s Selecting previously unselected package librust-quote-dev:s390x. 354s Preparing to unpack .../058-librust-quote-dev_1.0.37-1_s390x.deb ... 354s Unpacking librust-quote-dev:s390x (1.0.37-1) ... 354s Selecting previously unselected package librust-syn-dev:s390x. 354s Preparing to unpack .../059-librust-syn-dev_2.0.96-2_s390x.deb ... 354s Unpacking librust-syn-dev:s390x (2.0.96-2) ... 354s Selecting previously unselected package librust-derive-arbitrary-dev:s390x. 354s Preparing to unpack .../060-librust-derive-arbitrary-dev_1.4.1-1_s390x.deb ... 354s Unpacking librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 354s Selecting previously unselected package librust-arbitrary-dev:s390x. 354s Preparing to unpack .../061-librust-arbitrary-dev_1.4.1-1_s390x.deb ... 354s Unpacking librust-arbitrary-dev:s390x (1.4.1-1) ... 354s Selecting previously unselected package librust-equivalent-dev:s390x. 354s Preparing to unpack .../062-librust-equivalent-dev_1.0.1-1_s390x.deb ... 354s Unpacking librust-equivalent-dev:s390x (1.0.1-1) ... 354s Selecting previously unselected package librust-critical-section-dev:s390x. 354s Preparing to unpack .../063-librust-critical-section-dev_1.2.0-1_s390x.deb ... 354s Unpacking librust-critical-section-dev:s390x (1.2.0-1) ... 354s Selecting previously unselected package librust-serde-derive-dev:s390x. 354s Preparing to unpack .../064-librust-serde-derive-dev_1.0.217-1_s390x.deb ... 354s Unpacking librust-serde-derive-dev:s390x (1.0.217-1) ... 354s Selecting previously unselected package librust-serde-dev:s390x. 354s Preparing to unpack .../065-librust-serde-dev_1.0.217-1_s390x.deb ... 354s Unpacking librust-serde-dev:s390x (1.0.217-1) ... 354s Selecting previously unselected package librust-portable-atomic-dev:s390x. 354s Preparing to unpack .../066-librust-portable-atomic-dev_1.10.0-3_s390x.deb ... 354s Unpacking librust-portable-atomic-dev:s390x (1.10.0-3) ... 355s Selecting previously unselected package librust-rustc-std-workspace-core-dev:s390x. 355s Preparing to unpack .../067-librust-rustc-std-workspace-core-dev_1.0.0-1_s390x.deb ... 355s Unpacking librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 355s Selecting previously unselected package librust-libc-dev:s390x. 355s Preparing to unpack .../068-librust-libc-dev_0.2.169-1_s390x.deb ... 355s Unpacking librust-libc-dev:s390x (0.2.169-1) ... 355s Selecting previously unselected package librust-getrandom-dev:s390x. 355s Preparing to unpack .../069-librust-getrandom-dev_0.2.15-1_s390x.deb ... 355s Unpacking librust-getrandom-dev:s390x (0.2.15-1) ... 355s Selecting previously unselected package librust-smallvec-dev:s390x. 355s Preparing to unpack .../070-librust-smallvec-dev_1.13.2-1_s390x.deb ... 355s Unpacking librust-smallvec-dev:s390x (1.13.2-1) ... 355s Selecting previously unselected package librust-parking-lot-core-dev:s390x. 355s Preparing to unpack .../071-librust-parking-lot-core-dev_0.9.10-1_s390x.deb ... 355s Unpacking librust-parking-lot-core-dev:s390x (0.9.10-1) ... 355s Selecting previously unselected package librust-once-cell-dev:s390x. 355s Preparing to unpack .../072-librust-once-cell-dev_1.20.2-1_s390x.deb ... 355s Unpacking librust-once-cell-dev:s390x (1.20.2-1) ... 355s Selecting previously unselected package librust-crunchy-dev:s390x. 355s Preparing to unpack .../073-librust-crunchy-dev_0.2.2-1_s390x.deb ... 355s Unpacking librust-crunchy-dev:s390x (0.2.2-1) ... 355s Selecting previously unselected package librust-tiny-keccak-dev:s390x. 355s Preparing to unpack .../074-librust-tiny-keccak-dev_2.0.2-1_s390x.deb ... 355s Unpacking librust-tiny-keccak-dev:s390x (2.0.2-1) ... 355s Selecting previously unselected package librust-const-random-macro-dev:s390x. 355s Preparing to unpack .../075-librust-const-random-macro-dev_0.1.16-2_s390x.deb ... 355s Unpacking librust-const-random-macro-dev:s390x (0.1.16-2) ... 355s Selecting previously unselected package librust-const-random-dev:s390x. 355s Preparing to unpack .../076-librust-const-random-dev_0.1.17-2_s390x.deb ... 355s Unpacking librust-const-random-dev:s390x (0.1.17-2) ... 355s Selecting previously unselected package librust-version-check-dev:s390x. 355s Preparing to unpack .../077-librust-version-check-dev_0.9.5-1_s390x.deb ... 355s Unpacking librust-version-check-dev:s390x (0.9.5-1) ... 355s Selecting previously unselected package librust-byteorder-dev:s390x. 355s Preparing to unpack .../078-librust-byteorder-dev_1.5.0-1_s390x.deb ... 355s Unpacking librust-byteorder-dev:s390x (1.5.0-1) ... 355s Selecting previously unselected package librust-zerocopy-derive-dev:s390x. 355s Preparing to unpack .../079-librust-zerocopy-derive-dev_0.7.34-1_s390x.deb ... 355s Unpacking librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 355s Selecting previously unselected package librust-zerocopy-dev:s390x. 355s Preparing to unpack .../080-librust-zerocopy-dev_0.7.34-1_s390x.deb ... 355s Unpacking librust-zerocopy-dev:s390x (0.7.34-1) ... 355s Selecting previously unselected package librust-ahash-dev. 355s Preparing to unpack .../081-librust-ahash-dev_0.8.11-9_all.deb ... 355s Unpacking librust-ahash-dev (0.8.11-9) ... 355s Selecting previously unselected package librust-allocator-api2-dev:s390x. 355s Preparing to unpack .../082-librust-allocator-api2-dev_0.2.16-1_s390x.deb ... 355s Unpacking librust-allocator-api2-dev:s390x (0.2.16-1) ... 355s Selecting previously unselected package librust-compiler-builtins-dev:s390x. 355s Preparing to unpack .../083-librust-compiler-builtins-dev_0.1.139-1_s390x.deb ... 355s Unpacking librust-compiler-builtins-dev:s390x (0.1.139-1) ... 355s Selecting previously unselected package librust-either-dev:s390x. 355s Preparing to unpack .../084-librust-either-dev_1.13.0-1_s390x.deb ... 355s Unpacking librust-either-dev:s390x (1.13.0-1) ... 355s Selecting previously unselected package librust-crossbeam-utils-dev:s390x. 355s Preparing to unpack .../085-librust-crossbeam-utils-dev_0.8.19-1_s390x.deb ... 355s Unpacking librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 355s Selecting previously unselected package librust-crossbeam-epoch-dev:s390x. 355s Preparing to unpack .../086-librust-crossbeam-epoch-dev_0.9.18-1_s390x.deb ... 355s Unpacking librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 355s Selecting previously unselected package librust-crossbeam-epoch+std-dev:s390x. 355s Preparing to unpack .../087-librust-crossbeam-epoch+std-dev_0.9.18-1_s390x.deb ... 355s Unpacking librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 355s Selecting previously unselected package librust-crossbeam-deque-dev:s390x. 355s Preparing to unpack .../088-librust-crossbeam-deque-dev_0.8.5-1_s390x.deb ... 355s Unpacking librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 355s Selecting previously unselected package librust-rayon-core-dev:s390x. 355s Preparing to unpack .../089-librust-rayon-core-dev_1.12.1-1_s390x.deb ... 355s Unpacking librust-rayon-core-dev:s390x (1.12.1-1) ... 355s Selecting previously unselected package librust-rayon-dev:s390x. 355s Preparing to unpack .../090-librust-rayon-dev_1.10.0-1_s390x.deb ... 355s Unpacking librust-rayon-dev:s390x (1.10.0-1) ... 355s Selecting previously unselected package librust-hashbrown-dev:s390x. 355s Preparing to unpack .../091-librust-hashbrown-dev_0.14.5-5_s390x.deb ... 355s Unpacking librust-hashbrown-dev:s390x (0.14.5-5) ... 355s Selecting previously unselected package librust-indexmap-dev:s390x. 355s Preparing to unpack .../092-librust-indexmap-dev_2.7.0-1_s390x.deb ... 355s Unpacking librust-indexmap-dev:s390x (2.7.0-1) ... 355s Selecting previously unselected package librust-stable-deref-trait-dev:s390x. 355s Preparing to unpack .../093-librust-stable-deref-trait-dev_1.2.0-1_s390x.deb ... 355s Unpacking librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 355s Selecting previously unselected package librust-gimli-dev:s390x. 355s Preparing to unpack .../094-librust-gimli-dev_0.31.1-2_s390x.deb ... 355s Unpacking librust-gimli-dev:s390x (0.31.1-2) ... 355s Selecting previously unselected package librust-memmap2-dev:s390x. 355s Preparing to unpack .../095-librust-memmap2-dev_0.9.5-1_s390x.deb ... 355s Unpacking librust-memmap2-dev:s390x (0.9.5-1) ... 355s Selecting previously unselected package librust-crc32fast-dev:s390x. 355s Preparing to unpack .../096-librust-crc32fast-dev_1.4.2-1_s390x.deb ... 355s Unpacking librust-crc32fast-dev:s390x (1.4.2-1) ... 355s Selecting previously unselected package pkgconf-bin. 355s Preparing to unpack .../097-pkgconf-bin_1.8.1-4_s390x.deb ... 355s Unpacking pkgconf-bin (1.8.1-4) ... 355s Selecting previously unselected package pkgconf:s390x. 355s Preparing to unpack .../098-pkgconf_1.8.1-4_s390x.deb ... 355s Unpacking pkgconf:s390x (1.8.1-4) ... 355s Selecting previously unselected package librust-pkg-config-dev:s390x. 355s Preparing to unpack .../099-librust-pkg-config-dev_0.3.31-1_s390x.deb ... 355s Unpacking librust-pkg-config-dev:s390x (0.3.31-1) ... 355s Selecting previously unselected package zlib1g-dev:s390x. 355s Preparing to unpack .../100-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 355s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 355s Selecting previously unselected package librust-libz-sys-dev:s390x. 355s Preparing to unpack .../101-librust-libz-sys-dev_1.1.20-1_s390x.deb ... 355s Unpacking librust-libz-sys-dev:s390x (1.1.20-1) ... 355s Selecting previously unselected package librust-adler-dev:s390x. 355s Preparing to unpack .../102-librust-adler-dev_1.0.2-2_s390x.deb ... 355s Unpacking librust-adler-dev:s390x (1.0.2-2) ... 355s Selecting previously unselected package librust-miniz-oxide-dev:s390x. 355s Preparing to unpack .../103-librust-miniz-oxide-dev_0.7.1-1_s390x.deb ... 355s Unpacking librust-miniz-oxide-dev:s390x (0.7.1-1) ... 355s Selecting previously unselected package librust-flate2-dev:s390x. 355s Preparing to unpack .../104-librust-flate2-dev_1.0.34-1_s390x.deb ... 355s Unpacking librust-flate2-dev:s390x (1.0.34-1) ... 355s Selecting previously unselected package librust-sval-derive-dev:s390x. 355s Preparing to unpack .../105-librust-sval-derive-dev_2.6.1-2_s390x.deb ... 355s Unpacking librust-sval-derive-dev:s390x (2.6.1-2) ... 355s Selecting previously unselected package librust-sval-dev:s390x. 355s Preparing to unpack .../106-librust-sval-dev_2.6.1-2_s390x.deb ... 355s Unpacking librust-sval-dev:s390x (2.6.1-2) ... 355s Selecting previously unselected package librust-sval-ref-dev:s390x. 355s Preparing to unpack .../107-librust-sval-ref-dev_2.6.1-1_s390x.deb ... 355s Unpacking librust-sval-ref-dev:s390x (2.6.1-1) ... 355s Selecting previously unselected package librust-erased-serde-dev:s390x. 355s Preparing to unpack .../108-librust-erased-serde-dev_0.3.31-1_s390x.deb ... 355s Unpacking librust-erased-serde-dev:s390x (0.3.31-1) ... 355s Selecting previously unselected package librust-serde-fmt-dev. 355s Preparing to unpack .../109-librust-serde-fmt-dev_1.0.3-4_all.deb ... 355s Unpacking librust-serde-fmt-dev (1.0.3-4) ... 355s Selecting previously unselected package librust-no-panic-dev:s390x. 355s Preparing to unpack .../110-librust-no-panic-dev_0.1.32-1_s390x.deb ... 355s Unpacking librust-no-panic-dev:s390x (0.1.32-1) ... 355s Selecting previously unselected package librust-itoa-dev:s390x. 355s Preparing to unpack .../111-librust-itoa-dev_1.0.14-1_s390x.deb ... 355s Unpacking librust-itoa-dev:s390x (1.0.14-1) ... 355s Selecting previously unselected package librust-ryu-dev:s390x. 355s Preparing to unpack .../112-librust-ryu-dev_1.0.19-1_s390x.deb ... 355s Unpacking librust-ryu-dev:s390x (1.0.19-1) ... 355s Selecting previously unselected package librust-serde-json-dev:s390x. 355s Preparing to unpack .../113-librust-serde-json-dev_1.0.133-1_s390x.deb ... 355s Unpacking librust-serde-json-dev:s390x (1.0.133-1) ... 355s Selecting previously unselected package librust-serde-test-dev:s390x. 355s Preparing to unpack .../114-librust-serde-test-dev_1.0.171-1_s390x.deb ... 355s Unpacking librust-serde-test-dev:s390x (1.0.171-1) ... 355s Selecting previously unselected package librust-value-bag-serde1-dev:s390x. 355s Preparing to unpack .../115-librust-value-bag-serde1-dev_1.9.0-1_s390x.deb ... 355s Unpacking librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 355s Selecting previously unselected package librust-sval-buffer-dev:s390x. 355s Preparing to unpack .../116-librust-sval-buffer-dev_2.6.1-1_s390x.deb ... 355s Unpacking librust-sval-buffer-dev:s390x (2.6.1-1) ... 355s Selecting previously unselected package librust-sval-dynamic-dev:s390x. 355s Preparing to unpack .../117-librust-sval-dynamic-dev_2.6.1-1_s390x.deb ... 355s Unpacking librust-sval-dynamic-dev:s390x (2.6.1-1) ... 355s Selecting previously unselected package librust-sval-fmt-dev:s390x. 355s Preparing to unpack .../118-librust-sval-fmt-dev_2.6.1-1_s390x.deb ... 355s Unpacking librust-sval-fmt-dev:s390x (2.6.1-1) ... 355s Selecting previously unselected package librust-sval-serde-dev:s390x. 355s Preparing to unpack .../119-librust-sval-serde-dev_2.6.1-1_s390x.deb ... 355s Unpacking librust-sval-serde-dev:s390x (2.6.1-1) ... 355s Selecting previously unselected package librust-value-bag-sval2-dev:s390x. 355s Preparing to unpack .../120-librust-value-bag-sval2-dev_1.9.0-1_s390x.deb ... 355s Unpacking librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 355s Selecting previously unselected package librust-value-bag-dev:s390x. 355s Preparing to unpack .../121-librust-value-bag-dev_1.9.0-1_s390x.deb ... 355s Unpacking librust-value-bag-dev:s390x (1.9.0-1) ... 355s Selecting previously unselected package librust-log-dev:s390x. 355s Preparing to unpack .../122-librust-log-dev_0.4.22-1_s390x.deb ... 355s Unpacking librust-log-dev:s390x (0.4.22-1) ... 355s Selecting previously unselected package librust-memchr-dev:s390x. 355s Preparing to unpack .../123-librust-memchr-dev_2.7.4-1_s390x.deb ... 355s Unpacking librust-memchr-dev:s390x (2.7.4-1) ... 355s Selecting previously unselected package librust-blobby-dev:s390x. 355s Preparing to unpack .../124-librust-blobby-dev_0.3.1-1_s390x.deb ... 355s Unpacking librust-blobby-dev:s390x (0.3.1-1) ... 355s Selecting previously unselected package librust-typenum-dev:s390x. 355s Preparing to unpack .../125-librust-typenum-dev_1.17.0-2_s390x.deb ... 355s Unpacking librust-typenum-dev:s390x (1.17.0-2) ... 355s Selecting previously unselected package librust-zeroize-derive-dev:s390x. 355s Preparing to unpack .../126-librust-zeroize-derive-dev_1.4.2-1_s390x.deb ... 355s Unpacking librust-zeroize-derive-dev:s390x (1.4.2-1) ... 355s Selecting previously unselected package librust-zeroize-dev:s390x. 355s Preparing to unpack .../127-librust-zeroize-dev_1.8.1-1_s390x.deb ... 355s Unpacking librust-zeroize-dev:s390x (1.8.1-1) ... 355s Selecting previously unselected package librust-generic-array-dev:s390x. 355s Preparing to unpack .../128-librust-generic-array-dev_0.14.7-1_s390x.deb ... 355s Unpacking librust-generic-array-dev:s390x (0.14.7-1) ... 355s Selecting previously unselected package librust-block-buffer-dev:s390x. 355s Preparing to unpack .../129-librust-block-buffer-dev_0.10.2-2_s390x.deb ... 355s Unpacking librust-block-buffer-dev:s390x (0.10.2-2) ... 355s Selecting previously unselected package librust-const-oid-dev:s390x. 355s Preparing to unpack .../130-librust-const-oid-dev_0.9.6-1_s390x.deb ... 355s Unpacking librust-const-oid-dev:s390x (0.9.6-1) ... 355s Selecting previously unselected package librust-rand-core-dev:s390x. 355s Preparing to unpack .../131-librust-rand-core-dev_0.6.4-2_s390x.deb ... 355s Unpacking librust-rand-core-dev:s390x (0.6.4-2) ... 355s Selecting previously unselected package librust-rand-core+getrandom-dev:s390x. 355s Preparing to unpack .../132-librust-rand-core+getrandom-dev_0.6.4-2_s390x.deb ... 355s Unpacking librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 355s Selecting previously unselected package librust-crypto-common-dev:s390x. 355s Preparing to unpack .../133-librust-crypto-common-dev_0.1.6-1_s390x.deb ... 355s Unpacking librust-crypto-common-dev:s390x (0.1.6-1) ... 355s Selecting previously unselected package librust-subtle-dev:s390x. 355s Preparing to unpack .../134-librust-subtle-dev_2.6.1-1_s390x.deb ... 355s Unpacking librust-subtle-dev:s390x (2.6.1-1) ... 355s Selecting previously unselected package librust-digest-dev:s390x. 355s Preparing to unpack .../135-librust-digest-dev_0.10.7-2_s390x.deb ... 355s Unpacking librust-digest-dev:s390x (0.10.7-2) ... 355s Selecting previously unselected package librust-ppv-lite86-dev:s390x. 355s Preparing to unpack .../136-librust-ppv-lite86-dev_0.2.20-1_s390x.deb ... 355s Unpacking librust-ppv-lite86-dev:s390x (0.2.20-1) ... 355s Selecting previously unselected package librust-rand-chacha-dev:s390x. 355s Preparing to unpack .../137-librust-rand-chacha-dev_0.3.1-2_s390x.deb ... 355s Unpacking librust-rand-chacha-dev:s390x (0.3.1-2) ... 355s Selecting previously unselected package librust-rand-core+serde-dev:s390x. 355s Preparing to unpack .../138-librust-rand-core+serde-dev_0.6.4-2_s390x.deb ... 355s Unpacking librust-rand-core+serde-dev:s390x (0.6.4-2) ... 355s Selecting previously unselected package librust-rand-core+std-dev:s390x. 355s Preparing to unpack .../139-librust-rand-core+std-dev_0.6.4-2_s390x.deb ... 355s Unpacking librust-rand-core+std-dev:s390x (0.6.4-2) ... 355s Selecting previously unselected package librust-rand-dev:s390x. 355s Preparing to unpack .../140-librust-rand-dev_0.8.5-1_s390x.deb ... 355s Unpacking librust-rand-dev:s390x (0.8.5-1) ... 355s Selecting previously unselected package librust-static-assertions-dev:s390x. 355s Preparing to unpack .../141-librust-static-assertions-dev_1.1.0-1_s390x.deb ... 355s Unpacking librust-static-assertions-dev:s390x (1.1.0-1) ... 355s Selecting previously unselected package librust-twox-hash-dev:s390x. 355s Preparing to unpack .../142-librust-twox-hash-dev_1.6.3-1_s390x.deb ... 355s Unpacking librust-twox-hash-dev:s390x (1.6.3-1) ... 355s Selecting previously unselected package librust-ruzstd-dev:s390x. 355s Preparing to unpack .../143-librust-ruzstd-dev_0.7.3-2_s390x.deb ... 355s Unpacking librust-ruzstd-dev:s390x (0.7.3-2) ... 355s Selecting previously unselected package librust-object-dev:s390x. 355s Preparing to unpack .../144-librust-object-dev_0.36.5-2_s390x.deb ... 355s Unpacking librust-object-dev:s390x (0.36.5-2) ... 355s Selecting previously unselected package librust-rustc-demangle-dev:s390x. 355s Preparing to unpack .../145-librust-rustc-demangle-dev_0.1.24-1_s390x.deb ... 355s Unpacking librust-rustc-demangle-dev:s390x (0.1.24-1) ... 355s Selecting previously unselected package librust-typed-arena-dev:s390x. 355s Preparing to unpack .../146-librust-typed-arena-dev_2.0.2-1_s390x.deb ... 355s Unpacking librust-typed-arena-dev:s390x (2.0.2-1) ... 355s Selecting previously unselected package librust-addr2line-dev:s390x. 355s Preparing to unpack .../147-librust-addr2line-dev_0.24.2-2_s390x.deb ... 355s Unpacking librust-addr2line-dev:s390x (0.24.2-2) ... 355s Selecting previously unselected package librust-aho-corasick-dev:s390x. 355s Preparing to unpack .../148-librust-aho-corasick-dev_1.1.3-1_s390x.deb ... 355s Unpacking librust-aho-corasick-dev:s390x (1.1.3-1) ... 355s Selecting previously unselected package librust-anstyle-dev:s390x. 355s Preparing to unpack .../149-librust-anstyle-dev_1.0.8-1_s390x.deb ... 355s Unpacking librust-anstyle-dev:s390x (1.0.8-1) ... 355s Selecting previously unselected package librust-unicode-width-0.1-dev:s390x. 355s Preparing to unpack .../150-librust-unicode-width-0.1-dev_0.1.14-2_s390x.deb ... 355s Unpacking librust-unicode-width-0.1-dev:s390x (0.1.14-2) ... 355s Selecting previously unselected package librust-annotate-snippets-dev:s390x. 355s Preparing to unpack .../151-librust-annotate-snippets-dev_0.11.4-1_s390x.deb ... 355s Unpacking librust-annotate-snippets-dev:s390x (0.11.4-1) ... 355s Selecting previously unselected package librust-arrayvec-dev:s390x. 356s Preparing to unpack .../152-librust-arrayvec-dev_0.7.6-1_s390x.deb ... 356s Unpacking librust-arrayvec-dev:s390x (0.7.6-1) ... 356s Selecting previously unselected package librust-utf8parse-dev:s390x. 356s Preparing to unpack .../153-librust-utf8parse-dev_0.2.1-1_s390x.deb ... 356s Unpacking librust-utf8parse-dev:s390x (0.2.1-1) ... 356s Selecting previously unselected package librust-anstyle-parse-dev:s390x. 356s Preparing to unpack .../154-librust-anstyle-parse-dev_0.2.1-1_s390x.deb ... 356s Unpacking librust-anstyle-parse-dev:s390x (0.2.1-1) ... 356s Selecting previously unselected package librust-anstyle-query-dev:s390x. 356s Preparing to unpack .../155-librust-anstyle-query-dev_1.0.0-1_s390x.deb ... 356s Unpacking librust-anstyle-query-dev:s390x (1.0.0-1) ... 356s Selecting previously unselected package librust-colorchoice-dev:s390x. 356s Preparing to unpack .../156-librust-colorchoice-dev_1.0.0-1_s390x.deb ... 356s Unpacking librust-colorchoice-dev:s390x (1.0.0-1) ... 356s Selecting previously unselected package librust-anstream-dev:s390x. 356s Preparing to unpack .../157-librust-anstream-dev_0.6.15-1_s390x.deb ... 356s Unpacking librust-anstream-dev:s390x (0.6.15-1) ... 356s Selecting previously unselected package librust-backtrace-dev:s390x. 356s Preparing to unpack .../158-librust-backtrace-dev_0.3.74-3_s390x.deb ... 356s Unpacking librust-backtrace-dev:s390x (0.3.74-3) ... 356s Selecting previously unselected package librust-anyhow-dev:s390x. 356s Preparing to unpack .../159-librust-anyhow-dev_1.0.95-1_s390x.deb ... 356s Unpacking librust-anyhow-dev:s390x (1.0.95-1) ... 356s Selecting previously unselected package librust-bincode-dev:s390x. 356s Preparing to unpack .../160-librust-bincode-dev_1.3.3-1_s390x.deb ... 356s Unpacking librust-bincode-dev:s390x (1.3.3-1) ... 356s Selecting previously unselected package librust-bytemuck-derive-dev:s390x. 356s Preparing to unpack .../161-librust-bytemuck-derive-dev_1.5.0-2_s390x.deb ... 356s Unpacking librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 356s Selecting previously unselected package librust-bytemuck-dev:s390x. 356s Preparing to unpack .../162-librust-bytemuck-dev_1.21.0-1_s390x.deb ... 356s Unpacking librust-bytemuck-dev:s390x (1.21.0-1) ... 356s Selecting previously unselected package librust-bitflags-dev:s390x. 356s Preparing to unpack .../163-librust-bitflags-dev_2.8.0-1_s390x.deb ... 356s Unpacking librust-bitflags-dev:s390x (2.8.0-1) ... 356s Selecting previously unselected package librust-minimal-lexical-dev:s390x. 356s Preparing to unpack .../164-librust-minimal-lexical-dev_0.2.1-2_s390x.deb ... 356s Unpacking librust-minimal-lexical-dev:s390x (0.2.1-2) ... 356s Selecting previously unselected package librust-nom-dev:s390x. 356s Preparing to unpack .../165-librust-nom-dev_7.1.3-1_s390x.deb ... 356s Unpacking librust-nom-dev:s390x (7.1.3-1) ... 356s Selecting previously unselected package librust-nom+std-dev:s390x. 356s Preparing to unpack .../166-librust-nom+std-dev_7.1.3-1_s390x.deb ... 356s Unpacking librust-nom+std-dev:s390x (7.1.3-1) ... 356s Selecting previously unselected package librust-cexpr-dev:s390x. 356s Preparing to unpack .../167-librust-cexpr-dev_0.6.0-2_s390x.deb ... 356s Unpacking librust-cexpr-dev:s390x (0.6.0-2) ... 356s Selecting previously unselected package librust-glob-dev:s390x. 356s Preparing to unpack .../168-librust-glob-dev_0.3.2-1_s390x.deb ... 356s Unpacking librust-glob-dev:s390x (0.3.2-1) ... 356s Selecting previously unselected package librust-libloading-dev:s390x. 356s Preparing to unpack .../169-librust-libloading-dev_0.8.5-1_s390x.deb ... 356s Unpacking librust-libloading-dev:s390x (0.8.5-1) ... 356s Selecting previously unselected package llvm-19-runtime. 356s Preparing to unpack .../170-llvm-19-runtime_1%3a19.1.7-1ubuntu1_s390x.deb ... 356s Unpacking llvm-19-runtime (1:19.1.7-1ubuntu1) ... 356s Selecting previously unselected package llvm-runtime:s390x. 356s Preparing to unpack .../171-llvm-runtime_1%3a19.0-63_s390x.deb ... 356s Unpacking llvm-runtime:s390x (1:19.0-63) ... 356s Selecting previously unselected package libpfm4:s390x. 356s Preparing to unpack .../172-libpfm4_4.13.0+git83-g91970fe-1_s390x.deb ... 356s Unpacking libpfm4:s390x (4.13.0+git83-g91970fe-1) ... 356s Selecting previously unselected package llvm-19. 356s Preparing to unpack .../173-llvm-19_1%3a19.1.7-1ubuntu1_s390x.deb ... 356s Unpacking llvm-19 (1:19.1.7-1ubuntu1) ... 356s Selecting previously unselected package llvm. 356s Preparing to unpack .../174-llvm_1%3a19.0-63_s390x.deb ... 356s Unpacking llvm (1:19.0-63) ... 356s Selecting previously unselected package librust-clang-sys-dev:s390x. 356s Preparing to unpack .../175-librust-clang-sys-dev_1.8.1-3_s390x.deb ... 356s Unpacking librust-clang-sys-dev:s390x (1.8.1-3) ... 356s Selecting previously unselected package librust-clap-lex-dev:s390x. 356s Preparing to unpack .../176-librust-clap-lex-dev_0.7.4-1_s390x.deb ... 356s Unpacking librust-clap-lex-dev:s390x (0.7.4-1) ... 356s Selecting previously unselected package librust-strsim-dev:s390x. 356s Preparing to unpack .../177-librust-strsim-dev_0.11.1-1_s390x.deb ... 356s Unpacking librust-strsim-dev:s390x (0.11.1-1) ... 356s Selecting previously unselected package librust-compiler-builtins+core-dev:s390x. 356s Preparing to unpack .../178-librust-compiler-builtins+core-dev_0.1.139-1_s390x.deb ... 356s Unpacking librust-compiler-builtins+core-dev:s390x (0.1.139-1) ... 356s Selecting previously unselected package librust-compiler-builtins+rustc-dep-of-std-dev:s390x. 356s Preparing to unpack .../179-librust-compiler-builtins+rustc-dep-of-std-dev_0.1.139-1_s390x.deb ... 356s Unpacking librust-compiler-builtins+rustc-dep-of-std-dev:s390x (0.1.139-1) ... 356s Selecting previously unselected package librust-errno-dev:s390x. 356s Preparing to unpack .../180-librust-errno-dev_0.3.8-1_s390x.deb ... 356s Unpacking librust-errno-dev:s390x (0.3.8-1) ... 356s Selecting previously unselected package librust-linux-raw-sys-dev:s390x. 356s Preparing to unpack .../181-librust-linux-raw-sys-dev_0.4.14-1_s390x.deb ... 356s Unpacking librust-linux-raw-sys-dev:s390x (0.4.14-1) ... 356s Selecting previously unselected package librust-rustix-dev:s390x. 356s Preparing to unpack .../182-librust-rustix-dev_0.38.37-1_s390x.deb ... 356s Unpacking librust-rustix-dev:s390x (0.38.37-1) ... 356s Selecting previously unselected package librust-terminal-size-dev:s390x. 356s Preparing to unpack .../183-librust-terminal-size-dev_0.3.0-2_s390x.deb ... 356s Unpacking librust-terminal-size-dev:s390x (0.3.0-2) ... 356s Selecting previously unselected package librust-unicase-dev:s390x. 356s Preparing to unpack .../184-librust-unicase-dev_2.8.0-1_s390x.deb ... 356s Unpacking librust-unicase-dev:s390x (2.8.0-1) ... 356s Selecting previously unselected package librust-unicode-width-dev:s390x. 356s Preparing to unpack .../185-librust-unicode-width-dev_0.2.0-1_s390x.deb ... 356s Unpacking librust-unicode-width-dev:s390x (0.2.0-1) ... 356s Selecting previously unselected package librust-clap-builder-dev:s390x. 356s Preparing to unpack .../186-librust-clap-builder-dev_4.5.23-1_s390x.deb ... 356s Unpacking librust-clap-builder-dev:s390x (4.5.23-1) ... 356s Selecting previously unselected package librust-unicode-segmentation-dev:s390x. 356s Preparing to unpack .../187-librust-unicode-segmentation-dev_1.12.0-1_s390x.deb ... 356s Unpacking librust-unicode-segmentation-dev:s390x (1.12.0-1) ... 356s Selecting previously unselected package librust-heck-dev:s390x. 356s Preparing to unpack .../188-librust-heck-dev_0.4.1-1_s390x.deb ... 356s Unpacking librust-heck-dev:s390x (0.4.1-1) ... 356s Selecting previously unselected package librust-clap-derive-dev:s390x. 356s Preparing to unpack .../189-librust-clap-derive-dev_4.5.18-1_s390x.deb ... 356s Unpacking librust-clap-derive-dev:s390x (4.5.18-1) ... 356s Selecting previously unselected package librust-clap-dev:s390x. 356s Preparing to unpack .../190-librust-clap-dev_4.5.23-1_s390x.deb ... 356s Unpacking librust-clap-dev:s390x (4.5.23-1) ... 356s Selecting previously unselected package librust-winapi-i686-pc-windows-gnu-dev:s390x. 356s Preparing to unpack .../191-librust-winapi-i686-pc-windows-gnu-dev_0.4.0-1_s390x.deb ... 356s Unpacking librust-winapi-i686-pc-windows-gnu-dev:s390x (0.4.0-1) ... 356s Selecting previously unselected package librust-winapi-x86-64-pc-windows-gnu-dev:s390x. 356s Preparing to unpack .../192-librust-winapi-x86-64-pc-windows-gnu-dev_0.4.0-1_s390x.deb ... 356s Unpacking librust-winapi-x86-64-pc-windows-gnu-dev:s390x (0.4.0-1) ... 356s Selecting previously unselected package librust-winapi-dev:s390x. 356s Preparing to unpack .../193-librust-winapi-dev_0.3.9-1_s390x.deb ... 356s Unpacking librust-winapi-dev:s390x (0.3.9-1) ... 356s Selecting previously unselected package librust-is-executable-dev:s390x. 356s Preparing to unpack .../194-librust-is-executable-dev_1.0.1-3_s390x.deb ... 356s Unpacking librust-is-executable-dev:s390x (1.0.1-3) ... 357s Selecting previously unselected package librust-shlex-dev:s390x. 357s Preparing to unpack .../195-librust-shlex-dev_1.3.0-1_s390x.deb ... 357s Unpacking librust-shlex-dev:s390x (1.3.0-1) ... 357s Selecting previously unselected package librust-clap-complete-dev:s390x. 357s Preparing to unpack .../196-librust-clap-complete-dev_4.5.40-1_s390x.deb ... 357s Unpacking librust-clap-complete-dev:s390x (4.5.40-1) ... 357s Selecting previously unselected package librust-itertools-dev:s390x. 357s Preparing to unpack .../197-librust-itertools-dev_0.13.0-3_s390x.deb ... 357s Unpacking librust-itertools-dev:s390x (0.13.0-3) ... 357s Selecting previously unselected package librust-prettyplease-dev:s390x. 357s Preparing to unpack .../198-librust-prettyplease-dev_0.2.6-1_s390x.deb ... 357s Unpacking librust-prettyplease-dev:s390x (0.2.6-1) ... 357s Selecting previously unselected package librust-regex-syntax-dev:s390x. 357s Preparing to unpack .../199-librust-regex-syntax-dev_0.8.5-1_s390x.deb ... 357s Unpacking librust-regex-syntax-dev:s390x (0.8.5-1) ... 357s Selecting previously unselected package librust-regex-automata-dev:s390x. 357s Preparing to unpack .../200-librust-regex-automata-dev_0.4.9-2_s390x.deb ... 357s Unpacking librust-regex-automata-dev:s390x (0.4.9-2) ... 357s Selecting previously unselected package librust-regex-dev:s390x. 357s Preparing to unpack .../201-librust-regex-dev_1.11.1-2_s390x.deb ... 357s Unpacking librust-regex-dev:s390x (1.11.1-2) ... 357s Selecting previously unselected package librust-rustc-hash-dev:s390x. 357s Preparing to unpack .../202-librust-rustc-hash-dev_1.1.0-1_s390x.deb ... 357s Unpacking librust-rustc-hash-dev:s390x (1.1.0-1) ... 357s Selecting previously unselected package librust-bindgen-dev:s390x. 357s Preparing to unpack .../203-librust-bindgen-dev_0.71.1-4_s390x.deb ... 357s Unpacking librust-bindgen-dev:s390x (0.71.1-4) ... 357s Selecting previously unselected package librust-bitflags-1-dev:s390x. 357s Preparing to unpack .../204-librust-bitflags-1-dev_1.3.2-7_s390x.deb ... 357s Unpacking librust-bitflags-1-dev:s390x (1.3.2-7) ... 357s Selecting previously unselected package librust-bumpalo-dev:s390x. 357s Preparing to unpack .../205-librust-bumpalo-dev_3.16.0-1_s390x.deb ... 357s Unpacking librust-bumpalo-dev:s390x (3.16.0-1) ... 357s Selecting previously unselected package librust-jobserver-dev:s390x. 357s Preparing to unpack .../206-librust-jobserver-dev_0.1.32-1_s390x.deb ... 357s Unpacking librust-jobserver-dev:s390x (0.1.32-1) ... 357s Selecting previously unselected package librust-cc-dev:s390x. 357s Preparing to unpack .../207-librust-cc-dev_1.1.14-1_s390x.deb ... 357s Unpacking librust-cc-dev:s390x (1.1.14-1) ... 357s Selecting previously unselected package librust-capstone-sys-dev:s390x. 357s Preparing to unpack .../208-librust-capstone-sys-dev_0.17.0-2_s390x.deb ... 357s Unpacking librust-capstone-sys-dev:s390x (0.17.0-2) ... 357s Selecting previously unselected package librust-capstone-dev:s390x. 357s Preparing to unpack .../209-librust-capstone-dev_0.13.0-2_s390x.deb ... 357s Unpacking librust-capstone-dev:s390x (0.13.0-2) ... 357s Selecting previously unselected package librust-cobs-dev:s390x. 357s Preparing to unpack .../210-librust-cobs-dev_0.2.3-1_s390x.deb ... 357s Unpacking librust-cobs-dev:s390x (0.2.3-1) ... 357s Selecting previously unselected package librust-winapi-util-dev:s390x. 357s Preparing to unpack .../211-librust-winapi-util-dev_0.1.6-1_s390x.deb ... 357s Unpacking librust-winapi-util-dev:s390x (0.1.6-1) ... 357s Selecting previously unselected package librust-termcolor-dev:s390x. 357s Preparing to unpack .../212-librust-termcolor-dev_1.4.1-1_s390x.deb ... 357s Unpacking librust-termcolor-dev:s390x (1.4.1-1) ... 357s Selecting previously unselected package librust-codespan-reporting-dev:s390x. 357s Preparing to unpack .../213-librust-codespan-reporting-dev_0.11.1-2_s390x.deb ... 357s Unpacking librust-codespan-reporting-dev:s390x (0.11.1-2) ... 357s Selecting previously unselected package librust-cpufeatures-dev:s390x. 357s Preparing to unpack .../214-librust-cpufeatures-dev_0.2.16-1_s390x.deb ... 357s Unpacking librust-cpufeatures-dev:s390x (0.2.16-1) ... 357s Selecting previously unselected package librust-env-filter-dev:s390x. 357s Preparing to unpack .../215-librust-env-filter-dev_0.1.3-1_s390x.deb ... 357s Unpacking librust-env-filter-dev:s390x (0.1.3-1) ... 357s Selecting previously unselected package librust-humantime-dev:s390x. 357s Preparing to unpack .../216-librust-humantime-dev_2.1.0-2_s390x.deb ... 357s Unpacking librust-humantime-dev:s390x (2.1.0-2) ... 357s Selecting previously unselected package librust-env-logger-dev:s390x. 357s Preparing to unpack .../217-librust-env-logger-dev_0.11.5-2_s390x.deb ... 357s Unpacking librust-env-logger-dev:s390x (0.11.5-2) ... 357s Selecting previously unselected package librust-crc-catalog-dev:s390x. 357s Preparing to unpack .../218-librust-crc-catalog-dev_2.4.0-1_s390x.deb ... 357s Unpacking librust-crc-catalog-dev:s390x (2.4.0-1) ... 357s Selecting previously unselected package librust-crc-dev:s390x. 357s Preparing to unpack .../219-librust-crc-dev_3.2.1-1_s390x.deb ... 357s Unpacking librust-crc-dev:s390x (3.2.1-1) ... 357s Selecting previously unselected package librust-thiserror-impl-dev:s390x. 357s Preparing to unpack .../220-librust-thiserror-impl-dev_2.0.11-1_s390x.deb ... 357s Unpacking librust-thiserror-impl-dev:s390x (2.0.11-1) ... 357s Selecting previously unselected package librust-thiserror-dev:s390x. 357s Preparing to unpack .../221-librust-thiserror-dev_2.0.11-1_s390x.deb ... 357s Unpacking librust-thiserror-dev:s390x (2.0.11-1) ... 357s Selecting previously unselected package librust-defmt-parser-dev:s390x. 357s Preparing to unpack .../222-librust-defmt-parser-dev_0.4.1-1_s390x.deb ... 357s Unpacking librust-defmt-parser-dev:s390x (0.4.1-1) ... 357s Selecting previously unselected package librust-proc-macro-error-attr2-dev:s390x. 357s Preparing to unpack .../223-librust-proc-macro-error-attr2-dev_2.0.0-1_s390x.deb ... 357s Unpacking librust-proc-macro-error-attr2-dev:s390x (2.0.0-1) ... 357s Selecting previously unselected package librust-proc-macro-error2-dev:s390x. 357s Preparing to unpack .../224-librust-proc-macro-error2-dev_2.0.1-1_s390x.deb ... 357s Unpacking librust-proc-macro-error2-dev:s390x (2.0.1-1) ... 357s Selecting previously unselected package librust-defmt-macros-dev:s390x. 357s Preparing to unpack .../225-librust-defmt-macros-dev_0.4.0-1_s390x.deb ... 357s Unpacking librust-defmt-macros-dev:s390x (0.4.0-1) ... 357s Selecting previously unselected package librust-defmt-dev:s390x. 357s Preparing to unpack .../226-librust-defmt-dev_0.3.10-1_s390x.deb ... 357s Unpacking librust-defmt-dev:s390x (0.3.10-1) ... 357s Selecting previously unselected package librust-embedded-io-dev:s390x. 357s Preparing to unpack .../227-librust-embedded-io-dev_0.6.1-1_s390x.deb ... 357s Unpacking librust-embedded-io-dev:s390x (0.6.1-1) ... 357s Selecting previously unselected package librust-hash32-dev:s390x. 357s Preparing to unpack .../228-librust-hash32-dev_0.3.1-2_s390x.deb ... 357s Unpacking librust-hash32-dev:s390x (0.3.1-2) ... 357s Selecting previously unselected package librust-ufmt-write-dev:s390x. 357s Preparing to unpack .../229-librust-ufmt-write-dev_0.1.0-1_s390x.deb ... 357s Unpacking librust-ufmt-write-dev:s390x (0.1.0-1) ... 357s Selecting previously unselected package librust-heapless-dev:s390x. 357s Preparing to unpack .../230-librust-heapless-dev_0.8.0-2_s390x.deb ... 357s Unpacking librust-heapless-dev:s390x (0.8.0-2) ... 357s Selecting previously unselected package librust-paste-dev:s390x. 357s Preparing to unpack .../231-librust-paste-dev_1.0.15-1_s390x.deb ... 357s Unpacking librust-paste-dev:s390x (1.0.15-1) ... 357s Selecting previously unselected package librust-postcard-dev:s390x. 357s Preparing to unpack .../232-librust-postcard-dev_1.0.10-2_s390x.deb ... 357s Unpacking librust-postcard-dev:s390x (1.0.10-2) ... 357s Selecting previously unselected package librust-rustc-hash-2-dev:s390x. 357s Preparing to unpack .../233-librust-rustc-hash-2-dev_2.0.0-1_s390x.deb ... 357s Unpacking librust-rustc-hash-2-dev:s390x (2.0.0-1) ... 357s Selecting previously unselected package librust-slice-group-by-dev. 357s Preparing to unpack .../234-librust-slice-group-by-dev_0.3.1-5_all.deb ... 357s Unpacking librust-slice-group-by-dev (0.3.1-5) ... 357s Selecting previously unselected package librust-regalloc2-dev. 357s Preparing to unpack .../235-librust-regalloc2-dev_0.10.2-4_all.deb ... 357s Unpacking librust-regalloc2-dev (0.10.2-4) ... 357s Selecting previously unselected package librust-region-dev:s390x. 357s Preparing to unpack .../236-librust-region-dev_3.0.2-1_s390x.deb ... 357s Unpacking librust-region-dev:s390x (3.0.2-1) ... 357s Selecting previously unselected package librust-sha2-asm-dev:s390x. 357s Preparing to unpack .../237-librust-sha2-asm-dev_0.6.2-2_s390x.deb ... 357s Unpacking librust-sha2-asm-dev:s390x (0.6.2-2) ... 357s Selecting previously unselected package librust-sha2-dev:s390x. 357s Preparing to unpack .../238-librust-sha2-dev_0.10.8-1_s390x.deb ... 357s Unpacking librust-sha2-dev:s390x (0.10.8-1) ... 357s Selecting previously unselected package librust-id-arena-dev. 357s Preparing to unpack .../239-librust-id-arena-dev_2.2.1-6_all.deb ... 357s Unpacking librust-id-arena-dev (2.2.1-6) ... 357s Selecting previously unselected package librust-souper-ir-dev. 357s Preparing to unpack .../240-librust-souper-ir-dev_2.1.0-4_all.deb ... 357s Unpacking librust-souper-ir-dev (2.1.0-4) ... 357s Selecting previously unselected package librust-target-lexicon-dev:s390x. 357s Preparing to unpack .../241-librust-target-lexicon-dev_0.12.14-1_s390x.deb ... 357s Unpacking librust-target-lexicon-dev:s390x (0.12.14-1) ... 357s Selecting previously unselected package librust-thiserror-impl-1-dev:s390x. 357s Preparing to unpack .../242-librust-thiserror-impl-1-dev_1.0.69-1_s390x.deb ... 357s Unpacking librust-thiserror-impl-1-dev:s390x (1.0.69-1) ... 357s Selecting previously unselected package librust-thiserror-1-dev:s390x. 357s Preparing to unpack .../243-librust-thiserror-1-dev_1.0.69-1_s390x.deb ... 357s Unpacking librust-thiserror-1-dev:s390x (1.0.69-1) ... 357s Selecting previously unselected package rustfmt-1.83. 357s Preparing to unpack .../244-rustfmt-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 357s Unpacking rustfmt-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 357s Selecting previously unselected package rustfmt. 357s Preparing to unpack .../245-rustfmt_1.83.0ubuntu1_s390x.deb ... 357s Unpacking rustfmt (1.83.0ubuntu1) ... 357s Selecting previously unselected package librust-cranelift-dev. 357s Preparing to unpack .../246-librust-cranelift-dev_0.113.1+26.0.1+dfsg-3_all.deb ... 357s Unpacking librust-cranelift-dev (0.113.1+26.0.1+dfsg-3) ... 357s Setting up librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 357s Setting up librust-slice-group-by-dev (0.3.1-5) ... 357s Setting up librust-either-dev:s390x (1.13.0-1) ... 357s Setting up librust-crc-catalog-dev:s390x (2.4.0-1) ... 357s Setting up librust-adler-dev:s390x (1.0.2-2) ... 357s Setting up librust-version-check-dev:s390x (0.9.5-1) ... 357s Setting up librust-anstyle-dev:s390x (1.0.8-1) ... 357s Setting up librust-winapi-i686-pc-windows-gnu-dev:s390x (0.4.0-1) ... 357s Setting up libclang-common-19-dev:s390x (1:19.1.7-1ubuntu1) ... 357s Setting up librust-rustc-hash-dev:s390x (1.1.0-1) ... 357s Setting up libarchive-zip-perl (1.68-1) ... 357s Setting up librust-colorchoice-dev:s390x (1.0.0-1) ... 357s Setting up librust-cobs-dev:s390x (0.2.3-1) ... 357s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 357s Setting up librust-glob-dev:s390x (0.3.2-1) ... 357s Setting up librust-typed-arena-dev:s390x (2.0.2-1) ... 357s Setting up librust-strsim-dev:s390x (0.11.1-1) ... 357s Setting up m4 (1.4.19-5) ... 357s Setting up librust-rustc-demangle-dev:s390x (0.1.24-1) ... 357s Setting up librust-fallible-iterator-dev:s390x (0.3.0-2) ... 357s Setting up librust-ryu-dev:s390x (1.0.19-1) ... 357s Setting up librust-humantime-dev:s390x (2.1.0-2) ... 357s Setting up librust-anstyle-query-dev:s390x (1.0.0-1) ... 358s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 358s Setting up librust-subtle-dev:s390x (2.6.1-1) ... 358s Setting up librust-miniz-oxide-dev:s390x (0.7.1-1) ... 358s Setting up librust-ufmt-write-dev:s390x (0.1.0-1) ... 358s Setting up librust-unicode-segmentation-dev:s390x (1.12.0-1) ... 358s Setting up librust-unicode-width-0.1-dev:s390x (0.1.14-2) ... 358s Setting up librust-compiler-builtins-dev:s390x (0.1.139-1) ... 358s Setting up librust-utf8parse-dev:s390x (0.2.1-1) ... 358s Setting up librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 358s Setting up autotools-dev (20220109.1) ... 358s Setting up libpkgconf3:s390x (1.8.1-4) ... 358s Setting up libpfm4:s390x (4.13.0+git83-g91970fe-1) ... 358s Setting up librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 358s Setting up librust-typenum-dev:s390x (1.17.0-2) ... 358s Setting up librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 358s Setting up librust-critical-section-dev:s390x (1.2.0-1) ... 358s Setting up librust-crc-dev:s390x (3.2.1-1) ... 358s Setting up libgit2-1.8:s390x (1.8.4+ds-3ubuntu2) ... 358s Setting up libmpc3:s390x (1.3.1-1build2) ... 358s Setting up librust-rand-core-dev:s390x (0.6.4-2) ... 358s Setting up autopoint (0.23.1-1) ... 358s Setting up pkgconf-bin (1.8.1-4) ... 358s Setting up librust-crunchy-dev:s390x (0.2.2-1) ... 358s Setting up libgc1:s390x (1:8.2.8-1) ... 358s Setting up librust-unicase-dev:s390x (2.8.0-1) ... 358s Setting up librust-unicode-width-dev:s390x (0.2.0-1) ... 358s Setting up autoconf (2.72-3) ... 358s Setting up librust-paste-dev:s390x (1.0.15-1) ... 358s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 358s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 358s Setting up librust-unicode-ident-dev:s390x (1.0.13-1) ... 358s Setting up librust-minimal-lexical-dev:s390x (0.2.1-2) ... 358s Setting up librust-equivalent-dev:s390x (1.0.1-1) ... 358s Setting up dwz (0.15-1build6) ... 358s Setting up librust-bitflags-1-dev:s390x (1.3.2-7) ... 358s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 358s Setting up librust-cfg-if-dev:s390x (1.0.0-1) ... 358s Setting up debugedit (1:5.1-2) ... 358s Setting up librust-blobby-dev:s390x (0.3.1-1) ... 358s Setting up llvm-19-linker-tools (1:19.1.7-1ubuntu1) ... 358s Setting up librust-byteorder-dev:s390x (1.5.0-1) ... 358s Setting up librust-static-assertions-dev:s390x (1.1.0-1) ... 358s Setting up librust-compiler-builtins+core-dev:s390x (0.1.139-1) ... 358s Setting up libisl23:s390x (0.27-1) ... 358s Setting up llvm-19-runtime (1:19.1.7-1ubuntu1) ... 358s Setting up libstd-rust-1.83:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 358s Setting up librust-shlex-dev:s390x (1.3.0-1) ... 358s Setting up librust-cpp-demangle-dev:s390x (0.4.0-1) ... 358s Setting up librust-winapi-x86-64-pc-windows-gnu-dev:s390x (0.4.0-1) ... 358s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 358s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 358s Setting up librust-clap-lex-dev:s390x (0.7.4-1) ... 358s Setting up libclang-cpp19 (1:19.1.7-1ubuntu1) ... 358s Setting up librust-itertools-dev:s390x (0.13.0-3) ... 358s Setting up librust-heck-dev:s390x (0.4.1-1) ... 358s Setting up automake (1:1.17-3) ... 358s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 358s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 358s Setting up librust-annotate-snippets-dev:s390x (0.11.4-1) ... 358s Setting up librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 358s Setting up librust-libc-dev:s390x (0.2.169-1) ... 358s Setting up gettext (0.23.1-1) ... 358s Setting up librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 358s Setting up librust-tiny-keccak-dev:s390x (2.0.2-1) ... 358s Setting up librust-linux-raw-sys-dev:s390x (0.4.14-1) ... 358s Setting up librust-getrandom-dev:s390x (0.2.15-1) ... 358s Setting up librust-libloading-dev:s390x (0.8.5-1) ... 358s Setting up librust-memmap2-dev:s390x (0.9.5-1) ... 358s Setting up librust-cpufeatures-dev:s390x (0.2.16-1) ... 358s Setting up librust-hash32-dev:s390x (0.3.1-2) ... 358s Setting up libobjc4:s390x (15-20250213-1ubuntu1) ... 358s Setting up librust-proc-macro2-dev:s390x (1.0.92-1) ... 358s Setting up librust-compiler-builtins+rustc-dep-of-std-dev:s390x (0.1.139-1) ... 358s Setting up librust-rayon-core-dev:s390x (1.12.1-1) ... 358s Setting up librust-region-dev:s390x (3.0.2-1) ... 358s Setting up librust-winapi-dev:s390x (0.3.9-1) ... 358s Setting up pkgconf:s390x (1.8.1-4) ... 358s Setting up intltool-debian (0.35.0+20060710.6) ... 358s Setting up librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 358s Setting up rustfmt-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 358s Setting up librust-errno-dev:s390x (0.3.8-1) ... 358s Setting up llvm-runtime:s390x (1:19.0-63) ... 358s Setting up librust-jobserver-dev:s390x (0.1.32-1) ... 358s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 358s Setting up cpp-14 (14.2.0-17ubuntu1) ... 358s Setting up dh-strip-nondeterminism (1.14.1-2) ... 358s Setting up librust-crc32fast-dev:s390x (1.4.2-1) ... 358s Setting up libstd-rust-1.83-dev:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 358s Setting up librust-winapi-util-dev:s390x (0.1.6-1) ... 358s Setting up llvm-19 (1:19.1.7-1ubuntu1) ... 358s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 358s Setting up librust-rayon-dev:s390x (1.10.0-1) ... 358s Setting up librust-is-executable-dev:s390x (1.0.1-3) ... 358s Setting up librust-termcolor-dev:s390x (1.4.1-1) ... 358s Setting up rustfmt (1.83.0ubuntu1) ... 358s Setting up librust-pkg-config-dev:s390x (0.3.31-1) ... 358s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 358s Setting up librust-id-arena-dev (2.2.1-6) ... 358s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 358s Setting up po-debconf (1.0.21+nmu1) ... 358s Setting up librust-quote-dev:s390x (1.0.37-1) ... 358s Setting up librust-proc-macro-error-attr2-dev:s390x (2.0.0-1) ... 358s Setting up librust-libz-sys-dev:s390x (1.1.20-1) ... 358s Setting up librust-syn-dev:s390x (2.0.96-2) ... 358s Setting up librust-rand-core+std-dev:s390x (0.6.4-2) ... 358s Setting up libobjc-14-dev:s390x (14.2.0-17ubuntu1) ... 358s Setting up clang-19 (1:19.1.7-1ubuntu1) ... 358s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 358s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 358s Setting up librust-sval-derive-dev:s390x (2.6.1-2) ... 358s Setting up clang (1:19.0-63) ... 358s Setting up librust-cc-dev:s390x (1.1.14-1) ... 358s Setting up librust-zeroize-derive-dev:s390x (1.4.2-1) ... 358s Setting up llvm (1:19.0-63) ... 358s Setting up librust-clap-derive-dev:s390x (4.5.18-1) ... 358s Setting up librust-proc-macro-error2-dev:s390x (2.0.1-1) ... 358s Setting up librust-no-panic-dev:s390x (0.1.32-1) ... 358s Setting up cpp (4:14.2.0-1ubuntu1) ... 358s Setting up librust-serde-derive-dev:s390x (1.0.217-1) ... 358s Setting up librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 358s Setting up libclang-19-dev (1:19.1.7-1ubuntu1) ... 358s Setting up librust-serde-dev:s390x (1.0.217-1) ... 358s Setting up librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 358s Setting up librust-thiserror-impl-1-dev:s390x (1.0.69-1) ... 358s Setting up librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 358s Setting up librust-allocator-api2-dev:s390x (0.2.16-1) ... 358s Setting up librust-thiserror-impl-dev:s390x (2.0.11-1) ... 358s Setting up librust-souper-ir-dev (2.1.0-4) ... 358s Setting up librust-thiserror-1-dev:s390x (1.0.69-1) ... 358s Setting up librust-codespan-reporting-dev:s390x (0.11.1-2) ... 358s Setting up librust-prettyplease-dev:s390x (0.2.6-1) ... 358s Setting up librust-thiserror-dev:s390x (2.0.11-1) ... 358s Setting up libclang-dev (1:19.0-63) ... 358s Setting up librust-serde-fmt-dev (1.0.3-4) ... 358s Setting up libtool (2.5.4-3build1) ... 358s Setting up librust-sha2-asm-dev:s390x (0.6.2-2) ... 358s Setting up librust-portable-atomic-dev:s390x (1.10.0-3) ... 358s Setting up librust-flate2-dev:s390x (1.0.34-1) ... 358s Setting up librust-sval-dev:s390x (2.6.1-2) ... 358s Setting up librust-itoa-dev:s390x (1.0.14-1) ... 358s Setting up gcc-14 (14.2.0-17ubuntu1) ... 358s Setting up librust-bumpalo-dev:s390x (3.16.0-1) ... 358s Setting up dh-autoreconf (20) ... 358s Setting up librust-rand-core+serde-dev:s390x (0.6.4-2) ... 358s Setting up librust-sval-ref-dev:s390x (2.6.1-1) ... 358s Setting up librust-zerocopy-dev:s390x (0.7.34-1) ... 358s Setting up librust-bytemuck-dev:s390x (1.21.0-1) ... 358s Setting up librust-zeroize-dev:s390x (1.8.1-1) ... 358s Setting up librust-arbitrary-dev:s390x (1.4.1-1) ... 358s Setting up librust-target-lexicon-dev:s390x (0.12.14-1) ... 358s Setting up librust-serde-test-dev:s390x (1.0.171-1) ... 358s Setting up librust-bincode-dev:s390x (1.3.3-1) ... 358s Setting up librust-erased-serde-dev:s390x (0.3.31-1) ... 358s Setting up librust-defmt-parser-dev:s390x (0.4.1-1) ... 358s Setting up librust-defmt-macros-dev:s390x (0.4.0-1) ... 358s Setting up librust-generic-array-dev:s390x (0.14.7-1) ... 358s Setting up librust-ppv-lite86-dev:s390x (0.2.20-1) ... 358s Setting up librust-rand-chacha-dev:s390x (0.3.1-2) ... 358s Setting up librust-clang-sys-dev:s390x (1.8.1-3) ... 358s Setting up librust-sval-dynamic-dev:s390x (2.6.1-1) ... 358s Setting up librust-crypto-common-dev:s390x (0.1.6-1) ... 358s Setting up librust-sval-buffer-dev:s390x (2.6.1-1) ... 358s Setting up librust-arrayvec-dev:s390x (0.7.6-1) ... 358s Setting up debhelper (13.24.1ubuntu2) ... 358s Setting up librust-smallvec-dev:s390x (1.13.2-1) ... 358s Setting up librust-sval-fmt-dev:s390x (2.6.1-1) ... 358s Setting up librust-const-oid-dev:s390x (0.9.6-1) ... 358s Setting up gcc (4:14.2.0-1ubuntu1) ... 358s Setting up librust-anstyle-parse-dev:s390x (0.2.1-1) ... 358s Setting up librust-block-buffer-dev:s390x (0.10.2-2) ... 358s Setting up librust-anstream-dev:s390x (0.6.15-1) ... 358s Setting up rustc-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 358s Setting up librust-bitflags-dev:s390x (2.8.0-1) ... 358s Setting up librust-regex-syntax-dev:s390x (0.8.5-1) ... 358s Setting up rustc (1.83.0ubuntu1) ... 358s Setting up librust-parking-lot-core-dev:s390x (0.9.10-1) ... 358s Setting up librust-defmt-dev:s390x (0.3.10-1) ... 358s Setting up librust-heapless-dev:s390x (0.8.0-2) ... 358s Setting up librust-once-cell-dev:s390x (1.20.2-1) ... 358s Setting up librust-digest-dev:s390x (0.10.7-2) ... 358s Setting up librust-sval-serde-dev:s390x (2.6.1-1) ... 358s Setting up librust-embedded-io-dev:s390x (0.6.1-1) ... 358s Setting up librust-const-random-macro-dev:s390x (0.1.16-2) ... 358s Setting up librust-const-random-dev:s390x (0.1.17-2) ... 358s Setting up librust-ahash-dev (0.8.11-9) ... 358s Setting up librust-postcard-dev:s390x (1.0.10-2) ... 358s Setting up librust-sha2-dev:s390x (0.10.8-1) ... 358s Setting up cargo-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 358s Setting up librust-rustix-dev:s390x (0.38.37-1) ... 358s Setting up librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 358s Setting up librust-hashbrown-dev:s390x (0.14.5-5) ... 358s Setting up cargo (1.83.0ubuntu1) ... 358s Setting up librust-terminal-size-dev:s390x (0.3.0-2) ... 358s Setting up librust-indexmap-dev:s390x (2.7.0-1) ... 358s Setting up dh-rust (0.0.11) ... 358s Setting up librust-gimli-dev:s390x (0.31.1-2) ... 358s Setting up librust-serde-json-dev:s390x (1.0.133-1) ... 358s Setting up librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 358s Setting up librust-value-bag-dev:s390x (1.9.0-1) ... 358s Setting up librust-log-dev:s390x (0.4.22-1) ... 358s Setting up librust-memchr-dev:s390x (2.7.4-1) ... 358s Setting up librust-nom-dev:s390x (7.1.3-1) ... 358s Setting up librust-rand-dev:s390x (0.8.5-1) ... 358s Setting up librust-twox-hash-dev:s390x (1.6.3-1) ... 358s Setting up librust-nom+std-dev:s390x (7.1.3-1) ... 358s Setting up librust-ruzstd-dev:s390x (0.7.3-2) ... 358s Setting up librust-aho-corasick-dev:s390x (1.1.3-1) ... 358s Setting up librust-rustc-hash-2-dev:s390x (2.0.0-1) ... 358s Setting up librust-cexpr-dev:s390x (0.6.0-2) ... 358s Setting up librust-regalloc2-dev (0.10.2-4) ... 358s Setting up librust-object-dev:s390x (0.36.5-2) ... 358s Setting up librust-regex-automata-dev:s390x (0.4.9-2) ... 358s Setting up librust-addr2line-dev:s390x (0.24.2-2) ... 358s Setting up librust-regex-dev:s390x (1.11.1-2) ... 358s Setting up librust-backtrace-dev:s390x (0.3.74-3) ... 358s Setting up librust-env-filter-dev:s390x (0.1.3-1) ... 358s Setting up librust-clap-builder-dev:s390x (4.5.23-1) ... 358s Setting up librust-clap-dev:s390x (4.5.23-1) ... 358s Setting up librust-anyhow-dev:s390x (1.0.95-1) ... 358s Setting up librust-env-logger-dev:s390x (0.11.5-2) ... 358s Setting up librust-clap-complete-dev:s390x (4.5.40-1) ... 358s Setting up librust-bindgen-dev:s390x (0.71.1-4) ... 358s Setting up librust-capstone-sys-dev:s390x (0.17.0-2) ... 358s Setting up librust-capstone-dev:s390x (0.13.0-2) ... 358s Setting up librust-cranelift-dev (0.113.1+26.0.1+dfsg-3) ... 358s Processing triggers for libc-bin (2.40-4ubuntu1) ... 358s Processing triggers for systemd (257.2-3ubuntu1) ... 358s Processing triggers for man-db (2.13.0-1) ... 358s Processing triggers for install-info (7.1.1-1) ... 358s autopkgtest: DBG: testbed command exited with code 0 358s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:default-packages.all"], kind short, sout raw, serr pipe, env [] 358s autopkgtest: DBG: testbed command exited with code 0 358s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence%3Adefault-packages.all /tmp/autopkgtest-work.6xx7lkuf/out/wasmtime-jit-icache-coherence%3Adefault-packages.all 359s autopkgtest: DBG: got reply from testbed: ok 359s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.bYMrYq/build.4yH/src'], kind short, sout raw, serr raw, env [] 359s autopkgtest: DBG: testbed command exited with code 1 359s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq/build.4yH'], kind short, sout raw, serr pipe, env [] 359s autopkgtest: DBG: testbed command exited with code 0 359s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.6xx7lkuf/out/tests-tree/ /tmp/autopkgtest.bYMrYq/build.4yH/src/ 372s autopkgtest: DBG: got reply from testbed: ok 372s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.bYMrYq/build.4yH/src'], kind short, sout raw, serr pipe, env [] 372s autopkgtest: DBG: testbed command exited with code 0 372s autopkgtest [22:26:12]: test wasmtime-jit-icache-coherence:default: /usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets 372s autopkgtest [22:26:12]: test wasmtime-jit-icache-coherence:default: [----------------------- 372s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.bYMrYq/wrapper.sh --debug --artifacts=/tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:default-artifacts --chdir=/tmp/autopkgtest.bYMrYq/build.4yH/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.bYMrYq/wasmtime-jit-icache-coherence:default-stderr --stdout=/tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:default-stdout --tmp=/tmp/autopkgtest.bYMrYq/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=rust-wasmtime/26.0.1+dfsg-3 -- bash -ec '/usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets'"], kind test, sout raw, serr raw, env [] 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:default-artifacts 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: changing to directory: /tmp/autopkgtest.bYMrYq/build.4yH/src 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: LANG=C.UTF-8 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LANGUAGE 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_ADDRESS 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_ALL 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_COLLATE 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_CTYPE 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_IDENTIFICATION 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_MEASUREMENT 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_MESSAGES 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_MONETARY 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_NAME 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_NUMERIC 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_PAPER 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_TELEPHONE 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_TIME 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: pretending to be a login shell 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: will write standard error to /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:default-stderr 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: will write stdout to /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:default-stdout 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.bYMrYq/autopkgtest_tmp 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-wasmtime/26.0.1+dfsg-3 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: command to run: bash -ec /usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: copying /tmp/tmp.rFobRZza50/out to stdout and file: /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:default-stdout 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: copying /tmp/tmp.rFobRZza50/err to standard error and file: /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:default-stdout 372s /tmp/autopkgtest.bYMrYq/wrapper.sh: writing script pid 3588 to /tmp/autopkgtest_script_pid 373s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 373s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 373s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.ZI9MMPbRM6/registry/ 373s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 373s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 373s debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--profile', 'release', '--verbose', '--verbose', '-j2', '--target', 's390x-unknown-linux-gnu', '--all-targets'],) {} 373s Compiling anyhow v1.0.95 373s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ZI9MMPbRM6/registry/anyhow-1.0.95 CARGO_MANIFEST_PATH=/tmp/tmp.ZI9MMPbRM6/registry/anyhow-1.0.95/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.ZI9MMPbRM6/registry/anyhow-1.0.95 LD_LIBRARY_PATH=/tmp/tmp.ZI9MMPbRM6/target/release/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.ZI9MMPbRM6/registry/anyhow-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=f3ab42bd5863c9ab -C extra-filename=-f3ab42bd5863c9ab --out-dir /tmp/tmp.ZI9MMPbRM6/target/release/build/anyhow-f3ab42bd5863c9ab -C strip=debuginfo -L dependency=/tmp/tmp.ZI9MMPbRM6/target/release/deps --cap-lints warn` 373s Compiling libc v0.2.169 373s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ZI9MMPbRM6/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.ZI9MMPbRM6/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 373s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.ZI9MMPbRM6/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.ZI9MMPbRM6/target/release/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ZI9MMPbRM6/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=7e8f0a655396b248 -C extra-filename=-7e8f0a655396b248 --out-dir /tmp/tmp.ZI9MMPbRM6/target/release/build/libc-7e8f0a655396b248 -C strip=debuginfo -L dependency=/tmp/tmp.ZI9MMPbRM6/target/release/deps --cap-lints warn` 374s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS=-Ctarget-feature=+backchain CARGO_MANIFEST_DIR=/tmp/tmp.ZI9MMPbRM6/registry/anyhow-1.0.95 CARGO_MANIFEST_PATH=/tmp/tmp.ZI9MMPbRM6/registry/anyhow-1.0.95/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ZI9MMPbRM6/target/release/deps:/tmp/tmp.ZI9MMPbRM6/target/release:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=3 OUT_DIR=/tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/build/anyhow-2081bfaa296d1f91/out PROFILE=release RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ZI9MMPbRM6/target/release/build/anyhow-f3ab42bd5863c9ab/build-script-build` 374s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_nightly_testing) 374s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_core_error) 374s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_core_unwind_safe) 374s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str) 374s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of) 374s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint) 374s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(error_generic_member_access) 374s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(std_backtrace) 374s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/tmp/tmp.ZI9MMPbRM6/registry/anyhow-1.0.95 CARGO_MANIFEST_PATH=/tmp/tmp.ZI9MMPbRM6/registry/anyhow-1.0.95/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.ZI9MMPbRM6/registry/anyhow-1.0.95 LD_LIBRARY_PATH=/tmp/tmp.ZI9MMPbRM6/target/release/deps OUT_DIR=/tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/build/anyhow-2081bfaa296d1f91/out rustc --crate-name anyhow --edition=2018 /tmp/tmp.ZI9MMPbRM6/registry/anyhow-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=f4c868c25eaa4bb4 -C extra-filename=-f4c868c25eaa4bb4 --out-dir /tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C strip=debuginfo -L dependency=/tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.ZI9MMPbRM6/target/release/deps --cap-lints warn -Ctarget-feature=+backchain --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` 374s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS=-Ctarget-feature=+backchain CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.ZI9MMPbRM6/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.ZI9MMPbRM6/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 374s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ZI9MMPbRM6/target/release/deps:/tmp/tmp.ZI9MMPbRM6/target/release:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=3 OUT_DIR=/tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/build/libc-81cf1ff4fe9d7655/out PROFILE=release RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ZI9MMPbRM6/target/release/build/libc-7e8f0a655396b248/build-script-build` 374s [libc 0.2.169] cargo:rerun-if-changed=build.rs 374s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 374s [libc 0.2.169] cargo:rustc-cfg=freebsd11 374s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 374s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.ZI9MMPbRM6/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.ZI9MMPbRM6/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 374s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.ZI9MMPbRM6/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.ZI9MMPbRM6/target/release/deps OUT_DIR=/tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/build/libc-81cf1ff4fe9d7655/out rustc --crate-name libc --edition=2021 /tmp/tmp.ZI9MMPbRM6/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8a14e953bd95a320 -C extra-filename=-8a14e953bd95a320 --out-dir /tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C strip=debuginfo -L dependency=/tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.ZI9MMPbRM6/target/release/deps --cap-lints warn -Ctarget-feature=+backchain --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_time64_abi)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` 374s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 374s | 374s = note: this feature is not stably supported; its behavior can change in the future 374s 374s warning: unused import: `crate::ntptimeval` 374s --> /tmp/tmp.ZI9MMPbRM6/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 374s | 374s 5 | use crate::ntptimeval; 374s | ^^^^^^^^^^^^^^^^^ 374s | 374s = note: `#[warn(unused_imports)]` on by default 374s 374s warning: `anyhow` (lib) generated 1 warning 374s Compiling cfg-if v1.0.0 374s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.ZI9MMPbRM6/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.ZI9MMPbRM6/registry/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] 374s parameters. Structured like an if-else chain, the first matching branch is the 374s item that gets emitted. 374s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.ZI9MMPbRM6/registry/cfg-if-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.ZI9MMPbRM6/target/release/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.ZI9MMPbRM6/registry/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core"))' -C metadata=c01f12a529e29af4 -C extra-filename=-c01f12a529e29af4 --out-dir /tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C strip=debuginfo -L dependency=/tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.ZI9MMPbRM6/target/release/deps --cap-lints warn -Ctarget-feature=+backchain` 374s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 374s warning: `libc` (lib) generated 2 warnings (1 duplicate) 374s Compiling wasmtime-jit-icache-coherence v26.0.1 (/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1) 374s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=wasmtime_jit_icache_coherence CARGO_MANIFEST_DIR=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1/Cargo.toml CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='Utilities for JIT icache maintenance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-jit-icache-coherence CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION=1.78.0 CARGO_PKG_VERSION=26.0.1 CARGO_PKG_VERSION_MAJOR=26 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1 LD_LIBRARY_PATH=/tmp/tmp.ZI9MMPbRM6/target/release/deps rustc --crate-name wasmtime_jit_icache_coherence --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' --warn=unused_import_braces --warn=unused_extern_crates --warn=unused-macro-rules --warn=unused-lifetimes --warn=unstable_features '--warn=clippy::unnecessary_to_owned' '--warn=clippy::unnecessary_mut_passed' '--warn=clippy::unnecessary_fallible_conversions' '--warn=clippy::unnecessary_cast' '--warn=clippy::uninlined_format_args' --warn=trivial_numeric_casts '--warn=clippy::map_clone' '--warn=clippy::manual_strip' '--warn=clippy::clone_on_copy' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("one-core"))' -C metadata=0af59899c8f4112c -C extra-filename=-0af59899c8f4112c --out-dir /tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C strip=debuginfo -L dependency=/tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.ZI9MMPbRM6/target/release/deps --extern anyhow=/tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/deps/libanyhow-f4c868c25eaa4bb4.rlib --extern cfg_if=/tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/deps/libcfg_if-c01f12a529e29af4.rlib --extern libc=/tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/deps/liblibc-8a14e953bd95a320.rlib -Ctarget-feature=+backchain` 374s warning: `wasmtime-jit-icache-coherence` (lib test) generated 1 warning (1 duplicate) 374s Finished `release` profile [optimized] target(s) in 1.13s 374s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1/Cargo.toml CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='Utilities for JIT icache maintenance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-jit-icache-coherence CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION=1.78.0 CARGO_PKG_VERSION=26.0.1 CARGO_PKG_VERSION_MAJOR=26 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/deps:/tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.ZI9MMPbRM6/target/s390x-unknown-linux-gnu/release/deps/wasmtime_jit_icache_coherence-0af59899c8f4112c` 374s 374s running 0 tests 374s 374s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 374s 374s /tmp/autopkgtest.bYMrYq/wrapper.sh: checking for leaked background processes... 374s /tmp/autopkgtest.bYMrYq/wrapper.sh: waiting for tee/cat subprocesses... 374s /tmp/autopkgtest.bYMrYq/wrapper.sh: cleaning up... 374s /tmp/autopkgtest.bYMrYq/wrapper.sh: Exit status: 0 374s autopkgtest: DBG: testbed command exited with code 0 374s autopkgtest [22:26:14]: test wasmtime-jit-icache-coherence:default: -----------------------] 374s autopkgtest: DBG: testbed executing test finished with exit status 0 374s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence%3Adefault-stdout /tmp/autopkgtest-work.6xx7lkuf/out/wasmtime-jit-icache-coherence%3Adefault-stdout 374s autopkgtest: DBG: got reply from testbed: ok 374s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence%3Adefault-stderr /tmp/autopkgtest-work.6xx7lkuf/out/wasmtime-jit-icache-coherence%3Adefault-stderr 374s autopkgtest: DBG: got reply from testbed: ok 375s autopkgtest [22:26:15]: test wasmtime-jit-icache-coherence:default: - - - - - - - - - - results - - - - - - - - - - 375s wasmtime-jit-icache-coherence:default PASS 375s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence%3Adefault-artifacts/ /tmp/autopkgtest-work.6xx7lkuf/out/artifacts/ 375s autopkgtest: DBG: got reply from testbed: ok 375s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:default-artifacts', '/tmp/autopkgtest.bYMrYq/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 375s autopkgtest: DBG: testbed command exited with code 0 375s autopkgtest [22:26:15]: test wasmtime-jit-icache-coherence:: preparing testbed 375s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-rust', 'librust-wasmtime-jit-icache-coherence-26+default-dev'], deps_new=['dh-rust', 'librust-wasmtime-jit-icache-coherence-26-dev'] 375s autopkgtest: DBG: testbed reset 375s autopkgtest: DBG: sending command to testbed: revert 497s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.bYMrYq 497s autopkgtest: DBG: sending command to testbed: print-execute-command 497s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.n0y_q2js/runcmd 497s autopkgtest: DBG: sending command to testbed: capabilities 497s autopkgtest: DBG: got reply from testbed: ok root-on-testbed ok revert-full-system suggested-normal-user=ubuntu reboot isolation-machine revert 497s autopkgtest: DBG: testbed capabilities: ['root-on-testbed', 'ok', 'revert-full-system', 'suggested-normal-user=ubuntu', 'reboot', 'isolation-machine', 'revert', 'has_internet'] 497s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 497s autopkgtest: DBG: testbed command exited with code 0 497s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.bYMrYq/wrapper.sh 497s autopkgtest: DBG: got reply from testbed: ok 497s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/wrapper.sh'], kind short, sout raw, serr pipe, env [] 497s autopkgtest: DBG: testbed command exited with code 0 497s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 498s autopkgtest: DBG: testbed command exited with code 0 498s autopkgtest [22:28:18]: testbed dpkg architecture: s390x 498s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 498s autopkgtest: DBG: testbed command exited with code 0 498s autopkgtest [22:28:18]: testbed apt version: 2.9.29 498s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 498s autopkgtest: DBG: testbed command exited with code 0 498s autopkgtest: DBG: testbed has eatmydata 498s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 498s autopkgtest: DBG: testbed command exited with code 0 498s autopkgtest [22:28:18]: @@@@@@@@@@@@@@@@@@@@ test bed setup 498s 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 [] 499s autopkgtest: DBG: testbed command exited with code 0 499s autopkgtest [22:28:18]: testbed release detected to be: plucky 499s 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 [] 499s autopkgtest: DBG: testbed command exited with code 0 499s 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 [] 499s autopkgtest: DBG: testbed command exited with code 0 499s autopkgtest: DBG: adding APT source: Types: deb deb-src 499s URIs: http://ftpmaster.internal/ubuntu/ 499s Suites: plucky-proposed 499s Components: main restricted universe multiverse 499s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 499s 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 [] 499s autopkgtest: DBG: testbed command exited with code 0 499s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 499s Package: * 499s Pin: release plucky-proposed 499s Pin-Priority: 500 499s 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 [] 499s autopkgtest: DBG: testbed command exited with code 0 499s autopkgtest [22:28:19]: updating testbed package index (apt update) 499s 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'] 499s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 500s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 500s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 500s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 500s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 500s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [16.2 kB] 500s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [70.1 kB] 500s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [788 kB] 500s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [87.7 kB] 500s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 500s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [627 kB] 501s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [6364 B] 501s Fetched 1710 kB in 2s (1105 kB/s) 501s Reading package lists... 502s autopkgtest: DBG: testbed command exited with code 0 502s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 502s Package: * 502s Pin: release plucky-proposed 502s Pin-Priority: 100 502s 502s Package: src:rust-wasmtime:any 502s Pin: release plucky-proposed 502s Pin-Priority: 995 502s 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:rust-wasmtime:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 502s autopkgtest: DBG: testbed command exited with code 0 502s 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.bYMrYq/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 502s autopkgtest: DBG: testbed command exited with code 0 502s 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'] 502s + lsb_release --codename --short 502s + RELEASE=plucky 502s + cat 502s + [ plucky != trusty ] 502s + Reading package lists... 502s Building dependency tree...DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 502s 502s Reading state information... 502s Calculating upgrade... 502s The following packages were automatically installed and are no longer required: 502s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 502s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 502s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 502s linux-tools-6.11.0-8-generic 502s Use 'sudo apt autoremove' to remove them. 502s The following packages will be upgraded: 502s dhcpcd-base s390-tools s390-tools-data s390-tools-signed 503s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 503s Need to get 5637 kB of archives. 503s After this operation, 54.3 kB of additional disk space will be used. 503s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 503s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 503s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 505s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 505s Fetched 5637 kB in 2s (2726 kB/s) 505s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80980 files and directories currently installed.) 505s Preparing to unpack .../dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 505s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 505s Preparing to unpack .../s390-tools-data_2.37.0-0ubuntu2_all.deb ... 505s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 505s Preparing to unpack .../s390-tools_2.37.0-0ubuntu2_s390x.deb ... 505s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 505s Preparing to unpack .../s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 505s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 505s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 505s Setting up dhcpcd-base (1:10.1.0-7) ... 505s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 505s Setting up s390-tools (2.37.0-0ubuntu2) ... 506s Processing triggers for man-db (2.13.0-1) ... 507s Processing triggers for initramfs-tools (0.145ubuntu2) ... 507s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 507s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 511s Using config file '/etc/zipl.conf' 511s Building bootmap in '/boot' 511s Adding IPL section 'ubuntu' (default) 511s Preparing boot device for LD-IPL: vda (0000). 511s Done. 511s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 511s + /usr/lib/apt/apt-helper analyze-pattern ?true 511s + uname -r 511s + sed s/\./\\./g 511s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 511s + apt+ tail -n+2 511s list ?obsolete 511s + cut -d/ -f1 511s + grep -v ^linux-.*6\.12\.0-15-generic.* 511s + true 511s + obsolete_pkgs= 511s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 511s Reading package lists... 511s Building dependency tree... 511s Reading state information... 511s The following packages will be REMOVED: 511s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 511s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 511s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 511s linux-tools-6.11.0-8-generic* 512s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 512s After this operation, 167 MB disk space will be freed. 512s (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 ... 80981 files and directories currently installed.) 512s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 512s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 512s Removing libpython3.12t64:s390x (3.12.9-1) ... 512s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 512s Removing libnsl2:s390x (1.3.0-3build3) ... 512s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 512s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 512s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 513s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 513s Processing triggers for libc-bin (2.40-4ubuntu1) ... 513s (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 ... 55881 files and directories currently installed.) 513s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 513s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 513s + grep -q trusty /etc/lsb-release 513s + [ ! -d /usr/share/doc/unattended-upgrades ] 513s + [ ! -d /usr/share/doc/lxd ] 513s + [ ! -d /usr/share/doc/lxd-client ] 513s + [ ! -d /usr/share/doc/snapd ] 513s + type iptables 513s + cat 513s + chmod 755 /etc/rc.local 513s + . /etc/rc.local 513s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 513s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 513s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 513s + uname -m 513s + [ s390x = ppc64le ] 513s + [ -d /run/systemd/system ] 513s + systemd-detect-virt --quiet --vm 513s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 513s + cat 513s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 513s + echo COMPRESS=lz4 513s autopkgtest: DBG: testbed command exited with code 0 513s autopkgtest [22:28:33]: upgrading testbed (apt dist-upgrade and autopurge) 513s 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'] 513s Reading package lists... 513s Building dependency tree... 513s Reading state information... 514s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 514s Starting 2 pkgProblemResolver with broken count: 0 514s Done 514s Entering ResolveByKeep 514s 514s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 514s autopkgtest: DBG: testbed command exited with code 0 514s 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'] 514s Reading package lists... 514s Building dependency tree... 514s Reading state information... 515s Starting pkgProblemResolver with broken count: 0 515s Starting 2 pkgProblemResolver with broken count: 0 515s Done 515s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 515s autopkgtest: DBG: testbed command exited with code 0 515s 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.bYMrYq/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 515s autopkgtest: DBG: testbed command exited with code 1 515s autopkgtest [22:28:35]: rebooting testbed after setup commands that affected boot 515s autopkgtest: DBG: sending command to testbed: reboot 519s autopkgtest-virt-ssh: WARNING: ssh connection failed. Retrying in 3 seconds... 535s autopkgtest: DBG: got reply from testbed: ok 535s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 535s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 535s autopkgtest: DBG: testbed command exited with code 0 535s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.bYMrYq/autopkgtest-reboot 535s autopkgtest: DBG: got reply from testbed: ok 535s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 535s autopkgtest: DBG: testbed command exited with code 0 535s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 535s autopkgtest: DBG: testbed command exited with code 0 535s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 535s autopkgtest: DBG: testbed command exited with code 0 535s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 536s autopkgtest: DBG: testbed command exited with code 0 536s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare 536s autopkgtest: DBG: got reply from testbed: ok 536s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 536s autopkgtest: DBG: testbed command exited with code 0 536s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 536s autopkgtest: DBG: testbed command exited with code 0 536s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 536s autopkgtest: DBG: testbed command exited with code 0 536s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.bYMrYq/testbed-packages"], kind short, sout raw, serr pipe, env [] 536s autopkgtest: DBG: testbed command exited with code 0 536s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/testbed-packages /tmp/autopkgtest-work.6xx7lkuf/out/testbed-packages 537s autopkgtest: DBG: got reply from testbed: ok 537s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 537s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 537s autopkgtest: DBG: testbed command exited with code 0 537s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.bYMrYq/autopkgtest-reboot 538s autopkgtest: DBG: got reply from testbed: ok 538s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 538s autopkgtest: DBG: testbed command exited with code 0 538s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 538s autopkgtest: DBG: testbed command exited with code 0 538s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 538s autopkgtest: DBG: testbed command exited with code 0 538s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq'], kind short, sout raw, serr pipe, env [] 538s autopkgtest: DBG: testbed command exited with code 0 538s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare 538s autopkgtest: DBG: got reply from testbed: ok 538s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 539s autopkgtest: DBG: testbed command exited with code 0 539s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.bYMrYq/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 539s autopkgtest: DBG: testbed command exited with code 0 539s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 539s autopkgtest: DBG: testbed command exited with code 0 539s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 539s autopkgtest: DBG: install_deps: deps_new=['dh-rust', 'librust-wasmtime-jit-icache-coherence-26-dev'] 539s autopkgtest: DBG: install-deps: satisfying dh-rust, librust-wasmtime-jit-icache-coherence-26-dev 539s autopkgtest: DBG: can use apt-get on testbed: True 539s 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', 'dh-rust, librust-wasmtime-jit-icache-coherence-26-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 539s Reading package lists... 539s Building dependency tree... 539s Reading state information... 539s Starting pkgProblemResolver with broken count: 0 539s Starting 2 pkgProblemResolver with broken count: 0 539s Done 540s The following NEW packages will be installed: 540s autoconf automake autopoint autotools-dev cargo cargo-1.83 clang clang-19 540s cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit 540s dh-autoreconf dh-rust dh-strip-nondeterminism dwz gcc gcc-14 540s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gettext intltool-debian 540s libarchive-zip-perl libasan8 libcc1-0 libclang-19-dev libclang-common-19-dev 540s libclang-cpp19 libclang-dev libdebhelper-perl 540s libfile-stripnondeterminism-perl libgc1 libgcc-14-dev libgit2-1.8 libgomp1 540s libisl23 libitm1 libmpc3 libobjc-14-dev libobjc4 libpfm4 libpkgconf3 540s librust-addr2line-dev librust-adler-dev librust-ahash-dev 540s librust-aho-corasick-dev librust-allocator-api2-dev 540s librust-annotate-snippets-dev librust-anstream-dev librust-anstyle-dev 540s librust-anstyle-parse-dev librust-anstyle-query-dev librust-anyhow-dev 540s librust-arbitrary-dev librust-arrayvec-dev librust-backtrace-dev 540s librust-bincode-dev librust-bindgen-dev librust-bitflags-1-dev 540s librust-bitflags-dev librust-blobby-dev librust-block-buffer-dev 540s librust-bumpalo-dev librust-bytemuck-derive-dev librust-bytemuck-dev 540s librust-byteorder-dev librust-capstone-dev librust-capstone-sys-dev 540s librust-cc-dev librust-cexpr-dev librust-cfg-if-dev librust-clang-sys-dev 540s librust-clap-builder-dev librust-clap-complete-dev librust-clap-derive-dev 540s librust-clap-dev librust-clap-lex-dev librust-cobs-dev 540s librust-codespan-reporting-dev librust-colorchoice-dev 540s librust-compiler-builtins+core-dev 540s librust-compiler-builtins+rustc-dep-of-std-dev librust-compiler-builtins-dev 540s librust-const-oid-dev librust-const-random-dev 540s librust-const-random-macro-dev librust-cpp-demangle-dev 540s librust-cpufeatures-dev librust-cranelift-dev librust-crc-catalog-dev 540s librust-crc-dev librust-crc32fast-dev librust-critical-section-dev 540s librust-crossbeam-deque-dev librust-crossbeam-epoch+std-dev 540s librust-crossbeam-epoch-dev librust-crossbeam-utils-dev librust-crunchy-dev 540s librust-crypto-common-dev librust-defmt-dev librust-defmt-macros-dev 540s librust-defmt-parser-dev librust-derive-arbitrary-dev librust-digest-dev 540s librust-either-dev librust-embedded-io-dev librust-env-filter-dev 540s librust-env-logger-dev librust-equivalent-dev librust-erased-serde-dev 540s librust-errno-dev librust-fallible-iterator-dev librust-flate2-dev 540s librust-generic-array-dev librust-getrandom-dev librust-gimli-dev 540s librust-glob-dev librust-hash32-dev librust-hashbrown-dev 540s librust-heapless-dev librust-heck-dev librust-humantime-dev 540s librust-id-arena-dev librust-indexmap-dev librust-is-executable-dev 540s librust-itertools-dev librust-itoa-dev librust-jobserver-dev 540s librust-libc-dev librust-libloading-dev librust-libz-sys-dev 540s librust-linux-raw-sys-dev librust-log-dev librust-memchr-dev 540s librust-memmap2-dev librust-minimal-lexical-dev librust-miniz-oxide-dev 540s librust-no-panic-dev librust-nom+std-dev librust-nom-dev librust-object-dev 540s librust-once-cell-dev librust-parking-lot-core-dev librust-paste-dev 540s librust-pkg-config-dev librust-portable-atomic-dev librust-postcard-dev 540s librust-ppv-lite86-dev librust-prettyplease-dev 540s librust-proc-macro-error-attr2-dev librust-proc-macro-error2-dev 540s librust-proc-macro2-dev librust-quote-dev librust-rand-chacha-dev 540s librust-rand-core+getrandom-dev librust-rand-core+serde-dev 540s librust-rand-core+std-dev librust-rand-core-dev librust-rand-dev 540s librust-rayon-core-dev librust-rayon-dev librust-regalloc2-dev 540s librust-regex-automata-dev librust-regex-dev librust-regex-syntax-dev 540s librust-region-dev librust-rustc-demangle-dev librust-rustc-hash-2-dev 540s librust-rustc-hash-dev librust-rustc-std-workspace-core-dev 540s librust-rustix-dev librust-ruzstd-dev librust-ryu-dev 540s librust-serde-derive-dev librust-serde-dev librust-serde-fmt-dev 540s librust-serde-json-dev librust-serde-test-dev librust-sha2-asm-dev 540s librust-sha2-dev librust-shlex-dev librust-slice-group-by-dev 540s librust-smallvec-dev librust-souper-ir-dev librust-stable-deref-trait-dev 540s librust-static-assertions-dev librust-strsim-dev librust-subtle-dev 540s librust-sval-buffer-dev librust-sval-derive-dev librust-sval-dev 540s librust-sval-dynamic-dev librust-sval-fmt-dev librust-sval-ref-dev 540s librust-sval-serde-dev librust-syn-dev librust-target-lexicon-dev 540s librust-termcolor-dev librust-terminal-size-dev librust-thiserror-1-dev 540s librust-thiserror-dev librust-thiserror-impl-1-dev 540s librust-thiserror-impl-dev librust-tiny-keccak-dev librust-twox-hash-dev 540s librust-typed-arena-dev librust-typenum-dev librust-ufmt-write-dev 540s librust-unicase-dev librust-unicode-ident-dev 540s librust-unicode-segmentation-dev librust-unicode-width-0.1-dev 540s librust-unicode-width-dev librust-utf8parse-dev librust-value-bag-dev 540s librust-value-bag-serde1-dev librust-value-bag-sval2-dev 540s librust-version-check-dev librust-winapi-dev 540s librust-winapi-i686-pc-windows-gnu-dev librust-winapi-util-dev 540s librust-winapi-x86-64-pc-windows-gnu-dev librust-zerocopy-derive-dev 540s librust-zerocopy-dev librust-zeroize-derive-dev librust-zeroize-dev 540s libstd-rust-1.83 libstd-rust-1.83-dev libstdc++-14-dev libtool libubsan1 540s llvm llvm-19 llvm-19-linker-tools llvm-19-runtime llvm-runtime m4 pkgconf 540s pkgconf-bin po-debconf rustc rustc-1.83 rustfmt rustfmt-1.83 zlib1g-dev 540s 0 upgraded, 247 newly installed, 0 to remove and 0 not upgraded. 540s Need to get 222 MB of archives. 540s After this operation, 1201 MB of additional disk space will be used. 540s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 540s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 540s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 540s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 541s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 541s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libgit2-1.8 s390x 1.8.4+ds-3ubuntu2 [584 kB] 541s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libstd-rust-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [28.6 MB] 543s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libstd-rust-1.83-dev s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [47.0 MB] 545s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 545s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 545s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 545s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 545s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 545s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 545s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 545s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 545s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 545s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 545s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 545s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 545s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 546s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 546s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 546s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 546s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x rustc-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [6166 kB] 546s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-cpp19 s390x 1:19.1.7-1ubuntu1 [16.7 MB] 546s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 546s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libgc1 s390x 1:8.2.8-1 [93.7 kB] 546s Get:29 http://ftpmaster.internal/ubuntu plucky/universe s390x libobjc4 s390x 15-20250213-1ubuntu1 [49.9 kB] 546s Get:30 http://ftpmaster.internal/ubuntu plucky/universe s390x libobjc-14-dev s390x 14.2.0-17ubuntu1 [194 kB] 546s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-common-19-dev s390x 1:19.1.7-1ubuntu1 [742 kB] 546s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-19-linker-tools s390x 1:19.1.7-1ubuntu1 [1546 kB] 546s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x clang-19 s390x 1:19.1.7-1ubuntu1 [79.4 kB] 546s Get:34 http://ftpmaster.internal/ubuntu plucky/universe s390x clang s390x 1:19.0-63 [6198 B] 546s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x cargo-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [7240 kB] 546s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 546s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 546s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 546s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 546s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 546s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 546s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 546s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 546s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 546s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 546s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 547s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 547s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x rustc s390x 1.83.0ubuntu1 [2804 B] 547s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x cargo s390x 1.83.0ubuntu1 [2246 B] 547s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-rust all 0.0.11 [16.4 kB] 547s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-19-dev s390x 1:19.1.7-1ubuntu1 [32.0 MB] 547s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-dev s390x 1:19.0-63 [5770 B] 547s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 547s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cfg-if-dev s390x 1.0.0-1 [10.5 kB] 547s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cpp-demangle-dev s390x 0.4.0-1 [66.1 kB] 547s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-fallible-iterator-dev s390x 0.3.0-2 [20.3 kB] 547s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-ident-dev s390x 1.0.13-1 [38.5 kB] 547s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro2-dev s390x 1.0.92-1 [46.1 kB] 547s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quote-dev s390x 1.0.37-1 [29.5 kB] 547s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-syn-dev s390x 2.0.96-2 [227 kB] 548s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-derive-arbitrary-dev s390x 1.4.1-1 [13.5 kB] 548s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arbitrary-dev s390x 1.4.1-1 [36.9 kB] 548s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-equivalent-dev s390x 1.0.1-1 [8240 B] 548s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-critical-section-dev s390x 1.2.0-1 [21.0 kB] 548s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-derive-dev s390x 1.0.217-1 [51.2 kB] 548s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-dev s390x 1.0.217-1 [67.2 kB] 548s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-portable-atomic-dev s390x 1.10.0-3 [128 kB] 548s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-std-workspace-core-dev s390x 1.0.0-1 [3020 B] 548s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libc-dev s390x 0.2.169-1 [382 kB] 548s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-getrandom-dev s390x 0.2.15-1 [37.8 kB] 548s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-smallvec-dev s390x 1.13.2-1 [35.5 kB] 548s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-parking-lot-core-dev s390x 0.9.10-1 [32.6 kB] 548s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-once-cell-dev s390x 1.20.2-1 [31.9 kB] 548s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crunchy-dev s390x 0.2.2-1 [5340 B] 548s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tiny-keccak-dev s390x 2.0.2-1 [20.9 kB] 548s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-macro-dev s390x 0.1.16-2 [10.5 kB] 548s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-dev s390x 0.1.17-2 [8590 B] 548s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-version-check-dev s390x 0.9.5-1 [16.9 kB] 548s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-byteorder-dev s390x 1.5.0-1 [22.4 kB] 548s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-derive-dev s390x 0.7.34-1 [30.3 kB] 548s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-dev s390x 0.7.34-1 [117 kB] 548s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ahash-dev all 0.8.11-9 [38.1 kB] 548s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-allocator-api2-dev s390x 0.2.16-1 [54.8 kB] 548s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins-dev s390x 0.1.139-1 [178 kB] 548s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-either-dev s390x 1.13.0-1 [20.2 kB] 548s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-utils-dev s390x 0.8.19-1 [41.1 kB] 548s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch-dev s390x 0.9.18-1 [42.3 kB] 548s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch+std-dev s390x 0.9.18-1 [1128 B] 548s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-deque-dev s390x 0.8.5-1 [22.4 kB] 548s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-core-dev s390x 1.12.1-1 [63.7 kB] 548s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-dev s390x 1.10.0-1 [149 kB] 548s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hashbrown-dev s390x 0.14.5-5 [110 kB] 548s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-indexmap-dev s390x 2.7.0-1 [69.4 kB] 548s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-stable-deref-trait-dev s390x 1.2.0-1 [9794 B] 548s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gimli-dev s390x 0.31.1-2 [216 kB] 548s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memmap2-dev s390x 0.9.5-1 [31.6 kB] 548s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc32fast-dev s390x 1.4.2-1 [39.8 kB] 548s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 548s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 548s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pkg-config-dev s390x 0.3.31-1 [23.5 kB] 548s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 548s Get:102 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libz-sys-dev s390x 1.1.20-1 [19.7 kB] 548s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-adler-dev s390x 1.0.2-2 [15.3 kB] 548s Get:104 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-miniz-oxide-dev s390x 0.7.1-1 [51.5 kB] 548s Get:105 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-flate2-dev s390x 1.0.34-1 [94.5 kB] 548s Get:106 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-derive-dev s390x 2.6.1-2 [11.0 kB] 548s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dev s390x 2.6.1-2 [28.0 kB] 548s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-ref-dev s390x 2.6.1-1 [8942 B] 548s Get:109 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-erased-serde-dev s390x 0.3.31-1 [22.7 kB] 548s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-fmt-dev all 1.0.3-4 [7202 B] 549s Get:111 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-no-panic-dev s390x 0.1.32-1 [14.6 kB] 549s Get:112 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-itoa-dev s390x 1.0.14-1 [13.5 kB] 549s Get:113 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ryu-dev s390x 1.0.19-1 [43.1 kB] 549s Get:114 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-json-dev s390x 1.0.133-1 [130 kB] 549s Get:115 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-test-dev s390x 1.0.171-1 [20.6 kB] 549s Get:116 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-serde1-dev s390x 1.9.0-1 [7820 B] 549s Get:117 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-buffer-dev s390x 2.6.1-1 [16.8 kB] 549s Get:118 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dynamic-dev s390x 2.6.1-1 [9542 B] 549s Get:119 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-fmt-dev s390x 2.6.1-1 [12.0 kB] 549s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-serde-dev s390x 2.6.1-1 [13.2 kB] 549s Get:121 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-sval2-dev s390x 1.9.0-1 [7862 B] 549s Get:122 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-dev s390x 1.9.0-1 [37.6 kB] 549s Get:123 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-log-dev s390x 0.4.22-1 [43.0 kB] 549s Get:124 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memchr-dev s390x 2.7.4-1 [71.8 kB] 549s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-blobby-dev s390x 0.3.1-1 [11.3 kB] 549s Get:126 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-typenum-dev s390x 1.17.0-2 [41.2 kB] 549s Get:127 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-derive-dev s390x 1.4.2-1 [12.7 kB] 549s Get:128 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-dev s390x 1.8.1-1 [21.6 kB] 549s Get:129 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-generic-array-dev s390x 0.14.7-1 [16.9 kB] 549s Get:130 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-block-buffer-dev s390x 0.10.2-2 [12.2 kB] 549s Get:131 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-oid-dev s390x 0.9.6-1 [41.5 kB] 549s Get:132 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core-dev s390x 0.6.4-2 [23.8 kB] 549s Get:133 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+getrandom-dev s390x 0.6.4-2 [1054 B] 549s Get:134 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crypto-common-dev s390x 0.1.6-1 [10.5 kB] 549s Get:135 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-subtle-dev s390x 2.6.1-1 [16.1 kB] 549s Get:136 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-digest-dev s390x 0.10.7-2 [20.9 kB] 549s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ppv-lite86-dev s390x 0.2.20-1 [22.2 kB] 549s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-chacha-dev s390x 0.3.1-2 [16.9 kB] 549s Get:139 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+serde-dev s390x 0.6.4-2 [1108 B] 549s Get:140 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+std-dev s390x 0.6.4-2 [1052 B] 549s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-dev s390x 0.8.5-1 [77.5 kB] 549s Get:142 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-static-assertions-dev s390x 1.1.0-1 [19.0 kB] 549s Get:143 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-twox-hash-dev s390x 1.6.3-1 [21.6 kB] 549s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ruzstd-dev s390x 0.7.3-2 [57.7 kB] 549s Get:145 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-object-dev s390x 0.36.5-2 [259 kB] 549s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-demangle-dev s390x 0.1.24-1 [28.9 kB] 549s Get:147 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-typed-arena-dev s390x 2.0.2-1 [13.9 kB] 549s Get:148 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-addr2line-dev s390x 0.24.2-2 [34.8 kB] 549s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-aho-corasick-dev s390x 1.1.3-1 [146 kB] 549s Get:150 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-dev s390x 1.0.8-1 [16.7 kB] 549s Get:151 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-width-0.1-dev s390x 0.1.14-2 [196 kB] 549s Get:152 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-annotate-snippets-dev s390x 0.11.4-1 [39.6 kB] 549s Get:153 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arrayvec-dev s390x 0.7.6-1 [31.7 kB] 549s Get:154 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-utf8parse-dev s390x 0.2.1-1 [15.0 kB] 549s Get:155 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-parse-dev s390x 0.2.1-1 [17.1 kB] 549s Get:156 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-query-dev s390x 1.0.0-1 [9768 B] 549s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-colorchoice-dev s390x 1.0.0-1 [8338 B] 549s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstream-dev s390x 0.6.15-1 [25.7 kB] 549s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-backtrace-dev s390x 0.3.74-3 [79.8 kB] 549s Get:160 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anyhow-dev s390x 1.0.95-1 [45.5 kB] 549s Get:161 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bincode-dev s390x 1.3.3-1 [27.6 kB] 549s Get:162 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-derive-dev s390x 1.5.0-2 [18.7 kB] 549s Get:163 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-dev s390x 1.21.0-1 [48.9 kB] 549s Get:164 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bitflags-dev s390x 2.8.0-1 [43.5 kB] 549s Get:165 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-minimal-lexical-dev s390x 0.2.1-2 [87.0 kB] 549s Get:166 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-nom-dev s390x 7.1.3-1 [93.9 kB] 549s Get:167 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-nom+std-dev s390x 7.1.3-1 [1084 B] 549s Get:168 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cexpr-dev s390x 0.6.0-2 [19.6 kB] 549s Get:169 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-glob-dev s390x 0.3.2-1 [22.2 kB] 549s Get:170 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libloading-dev s390x 0.8.5-1 [29.2 kB] 549s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-19-runtime s390x 1:19.1.7-1ubuntu1 [623 kB] 549s Get:172 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-runtime s390x 1:19.0-63 [5834 B] 549s Get:173 http://ftpmaster.internal/ubuntu plucky/universe s390x libpfm4 s390x 4.13.0+git83-g91970fe-1 [37.3 kB] 549s Get:174 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm-19 s390x 1:19.1.7-1ubuntu1 [21.1 MB] 550s Get:175 http://ftpmaster.internal/ubuntu plucky/universe s390x llvm s390x 1:19.0-63 [4144 B] 550s Get:176 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clang-sys-dev s390x 1.8.1-3 [42.9 kB] 550s Get:177 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-lex-dev s390x 0.7.4-1 [14.7 kB] 550s Get:178 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-strsim-dev s390x 0.11.1-1 [15.9 kB] 550s Get:179 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins+core-dev s390x 0.1.139-1 [1096 B] 550s Get:180 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins+rustc-dep-of-std-dev s390x 0.1.139-1 [1106 B] 550s Get:181 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-errno-dev s390x 0.3.8-1 [13.0 kB] 550s Get:182 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-linux-raw-sys-dev s390x 0.4.14-1 [138 kB] 550s Get:183 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustix-dev s390x 0.38.37-1 [272 kB] 550s Get:184 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-terminal-size-dev s390x 0.3.0-2 [12.6 kB] 550s Get:185 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicase-dev s390x 2.8.0-1 [19.3 kB] 550s Get:186 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-width-dev s390x 0.2.0-1 [194 kB] 550s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-builder-dev s390x 4.5.23-1 [136 kB] 550s Get:188 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-segmentation-dev s390x 1.12.0-1 [77.3 kB] 550s Get:189 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-heck-dev s390x 0.4.1-1 [13.3 kB] 550s Get:190 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-derive-dev s390x 4.5.18-1 [29.5 kB] 550s Get:191 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-dev s390x 4.5.23-1 [53.7 kB] 550s Get:192 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-i686-pc-windows-gnu-dev s390x 0.4.0-1 [3652 B] 550s Get:193 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-x86-64-pc-windows-gnu-dev s390x 0.4.0-1 [3660 B] 550s Get:194 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-dev s390x 0.3.9-1 [953 kB] 550s Get:195 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-is-executable-dev s390x 1.0.1-3 [11.7 kB] 550s Get:196 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-shlex-dev s390x 1.3.0-1 [20.1 kB] 550s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-complete-dev s390x 4.5.40-1 [40.5 kB] 550s Get:198 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-itertools-dev s390x 0.13.0-3 [123 kB] 550s Get:199 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-prettyplease-dev s390x 0.2.6-1 [45.4 kB] 550s Get:200 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-syntax-dev s390x 0.8.5-1 [203 kB] 550s Get:201 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-automata-dev s390x 0.4.9-2 [425 kB] 550s Get:202 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-dev s390x 1.11.1-2 [201 kB] 550s Get:203 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-hash-dev s390x 1.1.0-1 [10.8 kB] 550s Get:204 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bindgen-dev s390x 0.71.1-4 [195 kB] 551s Get:205 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bitflags-1-dev s390x 1.3.2-7 [25.6 kB] 551s Get:206 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bumpalo-dev s390x 3.16.0-1 [75.7 kB] 551s Get:207 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-jobserver-dev s390x 0.1.32-1 [29.1 kB] 551s Get:208 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cc-dev s390x 1.1.14-1 [73.6 kB] 551s Get:209 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-capstone-sys-dev s390x 0.17.0-2 [3020 kB] 551s Get:210 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-capstone-dev s390x 0.13.0-2 [93.8 kB] 551s Get:211 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cobs-dev s390x 0.2.3-1 [14.6 kB] 551s Get:212 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-util-dev s390x 0.1.6-1 [14.0 kB] 551s Get:213 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-termcolor-dev s390x 1.4.1-1 [19.7 kB] 551s Get:214 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-codespan-reporting-dev s390x 0.11.1-2 [43.1 kB] 551s Get:215 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cpufeatures-dev s390x 0.2.16-1 [15.5 kB] 551s Get:216 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-env-filter-dev s390x 0.1.3-1 [15.0 kB] 551s Get:217 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-humantime-dev s390x 2.1.0-2 [19.2 kB] 551s Get:218 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-env-logger-dev s390x 0.11.5-2 [30.2 kB] 551s Get:219 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc-catalog-dev s390x 2.4.0-1 [11.8 kB] 551s Get:220 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc-dev s390x 3.2.1-1 [16.4 kB] 551s Get:221 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-impl-dev s390x 2.0.11-1 [21.9 kB] 551s Get:222 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-dev s390x 2.0.11-1 [29.0 kB] 552s Get:223 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-parser-dev s390x 0.4.1-1 [11.8 kB] 552s Get:224 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro-error-attr2-dev s390x 2.0.0-1 [9402 B] 552s Get:225 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro-error2-dev s390x 2.0.1-1 [26.2 kB] 552s Get:226 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-macros-dev s390x 0.4.0-1 [22.4 kB] 552s Get:227 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-dev s390x 0.3.10-1 [26.8 kB] 552s Get:228 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-embedded-io-dev s390x 0.6.1-1 [14.6 kB] 552s Get:229 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hash32-dev s390x 0.3.1-2 [12.1 kB] 552s Get:230 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ufmt-write-dev s390x 0.1.0-1 [3768 B] 552s Get:231 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-heapless-dev s390x 0.8.0-2 [69.4 kB] 552s Get:232 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-paste-dev s390x 1.0.15-1 [21.0 kB] 552s Get:233 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-postcard-dev s390x 1.0.10-2 [34.8 kB] 552s Get:234 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-hash-2-dev s390x 2.0.0-1 [14.4 kB] 552s Get:235 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-slice-group-by-dev all 0.3.1-5 [14.4 kB] 552s Get:236 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regalloc2-dev all 0.10.2-4 [98.7 kB] 552s Get:237 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-region-dev s390x 3.0.2-1 [23.2 kB] 552s Get:238 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sha2-asm-dev s390x 0.6.2-2 [14.4 kB] 552s Get:239 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sha2-dev s390x 0.10.8-1 [25.6 kB] 552s Get:240 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-id-arena-dev all 2.2.1-6 [10.3 kB] 552s Get:241 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-souper-ir-dev all 2.1.0-4 [18.8 kB] 552s Get:242 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-target-lexicon-dev s390x 0.12.14-1 [25.1 kB] 552s Get:243 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-impl-1-dev s390x 1.0.69-1 [20.0 kB] 552s Get:244 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-1-dev s390x 1.0.69-1 [25.6 kB] 552s Get:245 http://ftpmaster.internal/ubuntu plucky/universe s390x rustfmt-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [2441 kB] 552s Get:246 http://ftpmaster.internal/ubuntu plucky/universe s390x rustfmt s390x 1.83.0ubuntu1 [2606 B] 552s Get:247 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x librust-cranelift-dev all 0.113.1+26.0.1+dfsg-3 [1034 kB] 553s Fetched 222 MB in 12s (17.8 MB/s) 553s Selecting previously unselected package m4. 553s (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 ... 55879 files and directories currently installed.) 553s Preparing to unpack .../000-m4_1.4.19-5_s390x.deb ... 553s Unpacking m4 (1.4.19-5) ... 553s Selecting previously unselected package autoconf. 553s Preparing to unpack .../001-autoconf_2.72-3_all.deb ... 553s Unpacking autoconf (2.72-3) ... 553s Selecting previously unselected package autotools-dev. 553s Preparing to unpack .../002-autotools-dev_20220109.1_all.deb ... 553s Unpacking autotools-dev (20220109.1) ... 553s Selecting previously unselected package automake. 553s Preparing to unpack .../003-automake_1%3a1.17-3_all.deb ... 553s Unpacking automake (1:1.17-3) ... 553s Selecting previously unselected package autopoint. 553s Preparing to unpack .../004-autopoint_0.23.1-1_all.deb ... 553s Unpacking autopoint (0.23.1-1) ... 553s Selecting previously unselected package libgit2-1.8:s390x. 553s Preparing to unpack .../005-libgit2-1.8_1.8.4+ds-3ubuntu2_s390x.deb ... 553s Unpacking libgit2-1.8:s390x (1.8.4+ds-3ubuntu2) ... 553s Selecting previously unselected package libstd-rust-1.83:s390x. 553s Preparing to unpack .../006-libstd-rust-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 553s Unpacking libstd-rust-1.83:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 554s Selecting previously unselected package libstd-rust-1.83-dev:s390x. 554s Preparing to unpack .../007-libstd-rust-1.83-dev_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 554s Unpacking libstd-rust-1.83-dev:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 555s Selecting previously unselected package libisl23:s390x. 555s Preparing to unpack .../008-libisl23_0.27-1_s390x.deb ... 555s Unpacking libisl23:s390x (0.27-1) ... 555s Selecting previously unselected package libmpc3:s390x. 555s Preparing to unpack .../009-libmpc3_1.3.1-1build2_s390x.deb ... 555s Unpacking libmpc3:s390x (1.3.1-1build2) ... 555s Selecting previously unselected package cpp-14-s390x-linux-gnu. 555s Preparing to unpack .../010-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 555s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 555s Selecting previously unselected package cpp-14. 555s Preparing to unpack .../011-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 555s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 555s Selecting previously unselected package cpp-s390x-linux-gnu. 555s Preparing to unpack .../012-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 555s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 555s Selecting previously unselected package cpp. 555s Preparing to unpack .../013-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 555s Unpacking cpp (4:14.2.0-1ubuntu1) ... 555s Selecting previously unselected package libcc1-0:s390x. 555s Preparing to unpack .../014-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 555s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 555s Selecting previously unselected package libgomp1:s390x. 555s Preparing to unpack .../015-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 555s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 555s Selecting previously unselected package libitm1:s390x. 555s Preparing to unpack .../016-libitm1_15-20250213-1ubuntu1_s390x.deb ... 555s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 555s Selecting previously unselected package libasan8:s390x. 555s Preparing to unpack .../017-libasan8_15-20250213-1ubuntu1_s390x.deb ... 555s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 555s Selecting previously unselected package libubsan1:s390x. 555s Preparing to unpack .../018-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 555s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 555s Selecting previously unselected package libgcc-14-dev:s390x. 555s Preparing to unpack .../019-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 555s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 555s Selecting previously unselected package gcc-14-s390x-linux-gnu. 555s Preparing to unpack .../020-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 555s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 556s Selecting previously unselected package gcc-14. 556s Preparing to unpack .../021-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 556s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 556s Selecting previously unselected package gcc-s390x-linux-gnu. 556s Preparing to unpack .../022-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 556s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 556s Selecting previously unselected package gcc. 556s Preparing to unpack .../023-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 556s Unpacking gcc (4:14.2.0-1ubuntu1) ... 556s Selecting previously unselected package rustc-1.83. 556s Preparing to unpack .../024-rustc-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 556s Unpacking rustc-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 556s Selecting previously unselected package libclang-cpp19. 556s Preparing to unpack .../025-libclang-cpp19_1%3a19.1.7-1ubuntu1_s390x.deb ... 556s Unpacking libclang-cpp19 (1:19.1.7-1ubuntu1) ... 557s Selecting previously unselected package libstdc++-14-dev:s390x. 557s Preparing to unpack .../026-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 557s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 557s Selecting previously unselected package libgc1:s390x. 557s Preparing to unpack .../027-libgc1_1%3a8.2.8-1_s390x.deb ... 557s Unpacking libgc1:s390x (1:8.2.8-1) ... 557s Selecting previously unselected package libobjc4:s390x. 557s Preparing to unpack .../028-libobjc4_15-20250213-1ubuntu1_s390x.deb ... 557s Unpacking libobjc4:s390x (15-20250213-1ubuntu1) ... 557s Selecting previously unselected package libobjc-14-dev:s390x. 557s Preparing to unpack .../029-libobjc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 557s Unpacking libobjc-14-dev:s390x (14.2.0-17ubuntu1) ... 557s Selecting previously unselected package libclang-common-19-dev:s390x. 557s Preparing to unpack .../030-libclang-common-19-dev_1%3a19.1.7-1ubuntu1_s390x.deb ... 557s Unpacking libclang-common-19-dev:s390x (1:19.1.7-1ubuntu1) ... 557s Selecting previously unselected package llvm-19-linker-tools. 557s Preparing to unpack .../031-llvm-19-linker-tools_1%3a19.1.7-1ubuntu1_s390x.deb ... 557s Unpacking llvm-19-linker-tools (1:19.1.7-1ubuntu1) ... 557s Selecting previously unselected package clang-19. 557s Preparing to unpack .../032-clang-19_1%3a19.1.7-1ubuntu1_s390x.deb ... 557s Unpacking clang-19 (1:19.1.7-1ubuntu1) ... 557s Selecting previously unselected package clang. 557s Preparing to unpack .../033-clang_1%3a19.0-63_s390x.deb ... 557s Unpacking clang (1:19.0-63) ... 557s Selecting previously unselected package cargo-1.83. 557s Preparing to unpack .../034-cargo-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 557s Unpacking cargo-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 557s Selecting previously unselected package libdebhelper-perl. 557s Preparing to unpack .../035-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 557s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 557s Selecting previously unselected package libtool. 557s Preparing to unpack .../036-libtool_2.5.4-3build1_all.deb ... 557s Unpacking libtool (2.5.4-3build1) ... 557s Selecting previously unselected package dh-autoreconf. 557s Preparing to unpack .../037-dh-autoreconf_20_all.deb ... 557s Unpacking dh-autoreconf (20) ... 557s Selecting previously unselected package libarchive-zip-perl. 557s Preparing to unpack .../038-libarchive-zip-perl_1.68-1_all.deb ... 557s Unpacking libarchive-zip-perl (1.68-1) ... 557s Selecting previously unselected package libfile-stripnondeterminism-perl. 557s Preparing to unpack .../039-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 557s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 557s Selecting previously unselected package dh-strip-nondeterminism. 557s Preparing to unpack .../040-dh-strip-nondeterminism_1.14.1-2_all.deb ... 557s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 557s Selecting previously unselected package debugedit. 557s Preparing to unpack .../041-debugedit_1%3a5.1-2_s390x.deb ... 557s Unpacking debugedit (1:5.1-2) ... 557s Selecting previously unselected package dwz. 557s Preparing to unpack .../042-dwz_0.15-1build6_s390x.deb ... 557s Unpacking dwz (0.15-1build6) ... 557s Selecting previously unselected package gettext. 557s Preparing to unpack .../043-gettext_0.23.1-1_s390x.deb ... 557s Unpacking gettext (0.23.1-1) ... 557s Selecting previously unselected package intltool-debian. 557s Preparing to unpack .../044-intltool-debian_0.35.0+20060710.6_all.deb ... 557s Unpacking intltool-debian (0.35.0+20060710.6) ... 557s Selecting previously unselected package po-debconf. 557s Preparing to unpack .../045-po-debconf_1.0.21+nmu1_all.deb ... 557s Unpacking po-debconf (1.0.21+nmu1) ... 557s Selecting previously unselected package debhelper. 557s Preparing to unpack .../046-debhelper_13.24.1ubuntu2_all.deb ... 557s Unpacking debhelper (13.24.1ubuntu2) ... 557s Selecting previously unselected package rustc. 557s Preparing to unpack .../047-rustc_1.83.0ubuntu1_s390x.deb ... 557s Unpacking rustc (1.83.0ubuntu1) ... 557s Selecting previously unselected package cargo. 557s Preparing to unpack .../048-cargo_1.83.0ubuntu1_s390x.deb ... 557s Unpacking cargo (1.83.0ubuntu1) ... 557s Selecting previously unselected package dh-rust. 557s Preparing to unpack .../049-dh-rust_0.0.11_all.deb ... 557s Unpacking dh-rust (0.0.11) ... 557s Selecting previously unselected package libclang-19-dev. 557s Preparing to unpack .../050-libclang-19-dev_1%3a19.1.7-1ubuntu1_s390x.deb ... 557s Unpacking libclang-19-dev (1:19.1.7-1ubuntu1) ... 559s Selecting previously unselected package libclang-dev. 559s Preparing to unpack .../051-libclang-dev_1%3a19.0-63_s390x.deb ... 559s Unpacking libclang-dev (1:19.0-63) ... 559s Selecting previously unselected package libpkgconf3:s390x. 559s Preparing to unpack .../052-libpkgconf3_1.8.1-4_s390x.deb ... 559s Unpacking libpkgconf3:s390x (1.8.1-4) ... 559s Selecting previously unselected package librust-cfg-if-dev:s390x. 559s Preparing to unpack .../053-librust-cfg-if-dev_1.0.0-1_s390x.deb ... 559s Unpacking librust-cfg-if-dev:s390x (1.0.0-1) ... 559s Selecting previously unselected package librust-cpp-demangle-dev:s390x. 559s Preparing to unpack .../054-librust-cpp-demangle-dev_0.4.0-1_s390x.deb ... 559s Unpacking librust-cpp-demangle-dev:s390x (0.4.0-1) ... 559s Selecting previously unselected package librust-fallible-iterator-dev:s390x. 559s Preparing to unpack .../055-librust-fallible-iterator-dev_0.3.0-2_s390x.deb ... 559s Unpacking librust-fallible-iterator-dev:s390x (0.3.0-2) ... 559s Selecting previously unselected package librust-unicode-ident-dev:s390x. 559s Preparing to unpack .../056-librust-unicode-ident-dev_1.0.13-1_s390x.deb ... 559s Unpacking librust-unicode-ident-dev:s390x (1.0.13-1) ... 559s Selecting previously unselected package librust-proc-macro2-dev:s390x. 559s Preparing to unpack .../057-librust-proc-macro2-dev_1.0.92-1_s390x.deb ... 559s Unpacking librust-proc-macro2-dev:s390x (1.0.92-1) ... 559s Selecting previously unselected package librust-quote-dev:s390x. 559s Preparing to unpack .../058-librust-quote-dev_1.0.37-1_s390x.deb ... 559s Unpacking librust-quote-dev:s390x (1.0.37-1) ... 559s Selecting previously unselected package librust-syn-dev:s390x. 559s Preparing to unpack .../059-librust-syn-dev_2.0.96-2_s390x.deb ... 559s Unpacking librust-syn-dev:s390x (2.0.96-2) ... 559s Selecting previously unselected package librust-derive-arbitrary-dev:s390x. 559s Preparing to unpack .../060-librust-derive-arbitrary-dev_1.4.1-1_s390x.deb ... 559s Unpacking librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 559s Selecting previously unselected package librust-arbitrary-dev:s390x. 559s Preparing to unpack .../061-librust-arbitrary-dev_1.4.1-1_s390x.deb ... 559s Unpacking librust-arbitrary-dev:s390x (1.4.1-1) ... 559s Selecting previously unselected package librust-equivalent-dev:s390x. 559s Preparing to unpack .../062-librust-equivalent-dev_1.0.1-1_s390x.deb ... 559s Unpacking librust-equivalent-dev:s390x (1.0.1-1) ... 559s Selecting previously unselected package librust-critical-section-dev:s390x. 559s Preparing to unpack .../063-librust-critical-section-dev_1.2.0-1_s390x.deb ... 559s Unpacking librust-critical-section-dev:s390x (1.2.0-1) ... 559s Selecting previously unselected package librust-serde-derive-dev:s390x. 559s Preparing to unpack .../064-librust-serde-derive-dev_1.0.217-1_s390x.deb ... 559s Unpacking librust-serde-derive-dev:s390x (1.0.217-1) ... 559s Selecting previously unselected package librust-serde-dev:s390x. 559s Preparing to unpack .../065-librust-serde-dev_1.0.217-1_s390x.deb ... 559s Unpacking librust-serde-dev:s390x (1.0.217-1) ... 559s Selecting previously unselected package librust-portable-atomic-dev:s390x. 559s Preparing to unpack .../066-librust-portable-atomic-dev_1.10.0-3_s390x.deb ... 559s Unpacking librust-portable-atomic-dev:s390x (1.10.0-3) ... 559s Selecting previously unselected package librust-rustc-std-workspace-core-dev:s390x. 559s Preparing to unpack .../067-librust-rustc-std-workspace-core-dev_1.0.0-1_s390x.deb ... 559s Unpacking librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 559s Selecting previously unselected package librust-libc-dev:s390x. 559s Preparing to unpack .../068-librust-libc-dev_0.2.169-1_s390x.deb ... 559s Unpacking librust-libc-dev:s390x (0.2.169-1) ... 559s Selecting previously unselected package librust-getrandom-dev:s390x. 559s Preparing to unpack .../069-librust-getrandom-dev_0.2.15-1_s390x.deb ... 559s Unpacking librust-getrandom-dev:s390x (0.2.15-1) ... 559s Selecting previously unselected package librust-smallvec-dev:s390x. 559s Preparing to unpack .../070-librust-smallvec-dev_1.13.2-1_s390x.deb ... 559s Unpacking librust-smallvec-dev:s390x (1.13.2-1) ... 559s Selecting previously unselected package librust-parking-lot-core-dev:s390x. 559s Preparing to unpack .../071-librust-parking-lot-core-dev_0.9.10-1_s390x.deb ... 559s Unpacking librust-parking-lot-core-dev:s390x (0.9.10-1) ... 559s Selecting previously unselected package librust-once-cell-dev:s390x. 559s Preparing to unpack .../072-librust-once-cell-dev_1.20.2-1_s390x.deb ... 559s Unpacking librust-once-cell-dev:s390x (1.20.2-1) ... 559s Selecting previously unselected package librust-crunchy-dev:s390x. 559s Preparing to unpack .../073-librust-crunchy-dev_0.2.2-1_s390x.deb ... 559s Unpacking librust-crunchy-dev:s390x (0.2.2-1) ... 559s Selecting previously unselected package librust-tiny-keccak-dev:s390x. 559s Preparing to unpack .../074-librust-tiny-keccak-dev_2.0.2-1_s390x.deb ... 559s Unpacking librust-tiny-keccak-dev:s390x (2.0.2-1) ... 559s Selecting previously unselected package librust-const-random-macro-dev:s390x. 559s Preparing to unpack .../075-librust-const-random-macro-dev_0.1.16-2_s390x.deb ... 559s Unpacking librust-const-random-macro-dev:s390x (0.1.16-2) ... 559s Selecting previously unselected package librust-const-random-dev:s390x. 559s Preparing to unpack .../076-librust-const-random-dev_0.1.17-2_s390x.deb ... 559s Unpacking librust-const-random-dev:s390x (0.1.17-2) ... 559s Selecting previously unselected package librust-version-check-dev:s390x. 559s Preparing to unpack .../077-librust-version-check-dev_0.9.5-1_s390x.deb ... 559s Unpacking librust-version-check-dev:s390x (0.9.5-1) ... 559s Selecting previously unselected package librust-byteorder-dev:s390x. 559s Preparing to unpack .../078-librust-byteorder-dev_1.5.0-1_s390x.deb ... 559s Unpacking librust-byteorder-dev:s390x (1.5.0-1) ... 559s Selecting previously unselected package librust-zerocopy-derive-dev:s390x. 559s Preparing to unpack .../079-librust-zerocopy-derive-dev_0.7.34-1_s390x.deb ... 559s Unpacking librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 559s Selecting previously unselected package librust-zerocopy-dev:s390x. 559s Preparing to unpack .../080-librust-zerocopy-dev_0.7.34-1_s390x.deb ... 559s Unpacking librust-zerocopy-dev:s390x (0.7.34-1) ... 559s Selecting previously unselected package librust-ahash-dev. 559s Preparing to unpack .../081-librust-ahash-dev_0.8.11-9_all.deb ... 559s Unpacking librust-ahash-dev (0.8.11-9) ... 559s Selecting previously unselected package librust-allocator-api2-dev:s390x. 559s Preparing to unpack .../082-librust-allocator-api2-dev_0.2.16-1_s390x.deb ... 559s Unpacking librust-allocator-api2-dev:s390x (0.2.16-1) ... 559s Selecting previously unselected package librust-compiler-builtins-dev:s390x. 559s Preparing to unpack .../083-librust-compiler-builtins-dev_0.1.139-1_s390x.deb ... 559s Unpacking librust-compiler-builtins-dev:s390x (0.1.139-1) ... 559s Selecting previously unselected package librust-either-dev:s390x. 559s Preparing to unpack .../084-librust-either-dev_1.13.0-1_s390x.deb ... 559s Unpacking librust-either-dev:s390x (1.13.0-1) ... 559s Selecting previously unselected package librust-crossbeam-utils-dev:s390x. 559s Preparing to unpack .../085-librust-crossbeam-utils-dev_0.8.19-1_s390x.deb ... 559s Unpacking librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 559s Selecting previously unselected package librust-crossbeam-epoch-dev:s390x. 559s Preparing to unpack .../086-librust-crossbeam-epoch-dev_0.9.18-1_s390x.deb ... 559s Unpacking librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 559s Selecting previously unselected package librust-crossbeam-epoch+std-dev:s390x. 559s Preparing to unpack .../087-librust-crossbeam-epoch+std-dev_0.9.18-1_s390x.deb ... 559s Unpacking librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 559s Selecting previously unselected package librust-crossbeam-deque-dev:s390x. 559s Preparing to unpack .../088-librust-crossbeam-deque-dev_0.8.5-1_s390x.deb ... 559s Unpacking librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 559s Selecting previously unselected package librust-rayon-core-dev:s390x. 559s Preparing to unpack .../089-librust-rayon-core-dev_1.12.1-1_s390x.deb ... 559s Unpacking librust-rayon-core-dev:s390x (1.12.1-1) ... 559s Selecting previously unselected package librust-rayon-dev:s390x. 559s Preparing to unpack .../090-librust-rayon-dev_1.10.0-1_s390x.deb ... 559s Unpacking librust-rayon-dev:s390x (1.10.0-1) ... 559s Selecting previously unselected package librust-hashbrown-dev:s390x. 559s Preparing to unpack .../091-librust-hashbrown-dev_0.14.5-5_s390x.deb ... 559s Unpacking librust-hashbrown-dev:s390x (0.14.5-5) ... 559s Selecting previously unselected package librust-indexmap-dev:s390x. 559s Preparing to unpack .../092-librust-indexmap-dev_2.7.0-1_s390x.deb ... 559s Unpacking librust-indexmap-dev:s390x (2.7.0-1) ... 559s Selecting previously unselected package librust-stable-deref-trait-dev:s390x. 559s Preparing to unpack .../093-librust-stable-deref-trait-dev_1.2.0-1_s390x.deb ... 559s Unpacking librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 559s Selecting previously unselected package librust-gimli-dev:s390x. 559s Preparing to unpack .../094-librust-gimli-dev_0.31.1-2_s390x.deb ... 559s Unpacking librust-gimli-dev:s390x (0.31.1-2) ... 559s Selecting previously unselected package librust-memmap2-dev:s390x. 559s Preparing to unpack .../095-librust-memmap2-dev_0.9.5-1_s390x.deb ... 559s Unpacking librust-memmap2-dev:s390x (0.9.5-1) ... 559s Selecting previously unselected package librust-crc32fast-dev:s390x. 559s Preparing to unpack .../096-librust-crc32fast-dev_1.4.2-1_s390x.deb ... 559s Unpacking librust-crc32fast-dev:s390x (1.4.2-1) ... 559s Selecting previously unselected package pkgconf-bin. 560s Preparing to unpack .../097-pkgconf-bin_1.8.1-4_s390x.deb ... 560s Unpacking pkgconf-bin (1.8.1-4) ... 560s Selecting previously unselected package pkgconf:s390x. 560s Preparing to unpack .../098-pkgconf_1.8.1-4_s390x.deb ... 560s Unpacking pkgconf:s390x (1.8.1-4) ... 560s Selecting previously unselected package librust-pkg-config-dev:s390x. 560s Preparing to unpack .../099-librust-pkg-config-dev_0.3.31-1_s390x.deb ... 560s Unpacking librust-pkg-config-dev:s390x (0.3.31-1) ... 560s Selecting previously unselected package zlib1g-dev:s390x. 560s Preparing to unpack .../100-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 560s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 560s Selecting previously unselected package librust-libz-sys-dev:s390x. 560s Preparing to unpack .../101-librust-libz-sys-dev_1.1.20-1_s390x.deb ... 560s Unpacking librust-libz-sys-dev:s390x (1.1.20-1) ... 560s Selecting previously unselected package librust-adler-dev:s390x. 560s Preparing to unpack .../102-librust-adler-dev_1.0.2-2_s390x.deb ... 560s Unpacking librust-adler-dev:s390x (1.0.2-2) ... 560s Selecting previously unselected package librust-miniz-oxide-dev:s390x. 560s Preparing to unpack .../103-librust-miniz-oxide-dev_0.7.1-1_s390x.deb ... 560s Unpacking librust-miniz-oxide-dev:s390x (0.7.1-1) ... 560s Selecting previously unselected package librust-flate2-dev:s390x. 560s Preparing to unpack .../104-librust-flate2-dev_1.0.34-1_s390x.deb ... 560s Unpacking librust-flate2-dev:s390x (1.0.34-1) ... 560s Selecting previously unselected package librust-sval-derive-dev:s390x. 560s Preparing to unpack .../105-librust-sval-derive-dev_2.6.1-2_s390x.deb ... 560s Unpacking librust-sval-derive-dev:s390x (2.6.1-2) ... 560s Selecting previously unselected package librust-sval-dev:s390x. 560s Preparing to unpack .../106-librust-sval-dev_2.6.1-2_s390x.deb ... 560s Unpacking librust-sval-dev:s390x (2.6.1-2) ... 560s Selecting previously unselected package librust-sval-ref-dev:s390x. 560s Preparing to unpack .../107-librust-sval-ref-dev_2.6.1-1_s390x.deb ... 560s Unpacking librust-sval-ref-dev:s390x (2.6.1-1) ... 560s Selecting previously unselected package librust-erased-serde-dev:s390x. 560s Preparing to unpack .../108-librust-erased-serde-dev_0.3.31-1_s390x.deb ... 560s Unpacking librust-erased-serde-dev:s390x (0.3.31-1) ... 560s Selecting previously unselected package librust-serde-fmt-dev. 560s Preparing to unpack .../109-librust-serde-fmt-dev_1.0.3-4_all.deb ... 560s Unpacking librust-serde-fmt-dev (1.0.3-4) ... 560s Selecting previously unselected package librust-no-panic-dev:s390x. 560s Preparing to unpack .../110-librust-no-panic-dev_0.1.32-1_s390x.deb ... 560s Unpacking librust-no-panic-dev:s390x (0.1.32-1) ... 560s Selecting previously unselected package librust-itoa-dev:s390x. 560s Preparing to unpack .../111-librust-itoa-dev_1.0.14-1_s390x.deb ... 560s Unpacking librust-itoa-dev:s390x (1.0.14-1) ... 560s Selecting previously unselected package librust-ryu-dev:s390x. 560s Preparing to unpack .../112-librust-ryu-dev_1.0.19-1_s390x.deb ... 560s Unpacking librust-ryu-dev:s390x (1.0.19-1) ... 560s Selecting previously unselected package librust-serde-json-dev:s390x. 560s Preparing to unpack .../113-librust-serde-json-dev_1.0.133-1_s390x.deb ... 560s Unpacking librust-serde-json-dev:s390x (1.0.133-1) ... 560s Selecting previously unselected package librust-serde-test-dev:s390x. 560s Preparing to unpack .../114-librust-serde-test-dev_1.0.171-1_s390x.deb ... 560s Unpacking librust-serde-test-dev:s390x (1.0.171-1) ... 560s Selecting previously unselected package librust-value-bag-serde1-dev:s390x. 560s Preparing to unpack .../115-librust-value-bag-serde1-dev_1.9.0-1_s390x.deb ... 560s Unpacking librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 560s Selecting previously unselected package librust-sval-buffer-dev:s390x. 560s Preparing to unpack .../116-librust-sval-buffer-dev_2.6.1-1_s390x.deb ... 560s Unpacking librust-sval-buffer-dev:s390x (2.6.1-1) ... 560s Selecting previously unselected package librust-sval-dynamic-dev:s390x. 560s Preparing to unpack .../117-librust-sval-dynamic-dev_2.6.1-1_s390x.deb ... 560s Unpacking librust-sval-dynamic-dev:s390x (2.6.1-1) ... 560s Selecting previously unselected package librust-sval-fmt-dev:s390x. 560s Preparing to unpack .../118-librust-sval-fmt-dev_2.6.1-1_s390x.deb ... 560s Unpacking librust-sval-fmt-dev:s390x (2.6.1-1) ... 560s Selecting previously unselected package librust-sval-serde-dev:s390x. 560s Preparing to unpack .../119-librust-sval-serde-dev_2.6.1-1_s390x.deb ... 560s Unpacking librust-sval-serde-dev:s390x (2.6.1-1) ... 560s Selecting previously unselected package librust-value-bag-sval2-dev:s390x. 560s Preparing to unpack .../120-librust-value-bag-sval2-dev_1.9.0-1_s390x.deb ... 560s Unpacking librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 560s Selecting previously unselected package librust-value-bag-dev:s390x. 560s Preparing to unpack .../121-librust-value-bag-dev_1.9.0-1_s390x.deb ... 560s Unpacking librust-value-bag-dev:s390x (1.9.0-1) ... 560s Selecting previously unselected package librust-log-dev:s390x. 560s Preparing to unpack .../122-librust-log-dev_0.4.22-1_s390x.deb ... 560s Unpacking librust-log-dev:s390x (0.4.22-1) ... 560s Selecting previously unselected package librust-memchr-dev:s390x. 560s Preparing to unpack .../123-librust-memchr-dev_2.7.4-1_s390x.deb ... 560s Unpacking librust-memchr-dev:s390x (2.7.4-1) ... 560s Selecting previously unselected package librust-blobby-dev:s390x. 560s Preparing to unpack .../124-librust-blobby-dev_0.3.1-1_s390x.deb ... 560s Unpacking librust-blobby-dev:s390x (0.3.1-1) ... 560s Selecting previously unselected package librust-typenum-dev:s390x. 560s Preparing to unpack .../125-librust-typenum-dev_1.17.0-2_s390x.deb ... 560s Unpacking librust-typenum-dev:s390x (1.17.0-2) ... 560s Selecting previously unselected package librust-zeroize-derive-dev:s390x. 560s Preparing to unpack .../126-librust-zeroize-derive-dev_1.4.2-1_s390x.deb ... 560s Unpacking librust-zeroize-derive-dev:s390x (1.4.2-1) ... 560s Selecting previously unselected package librust-zeroize-dev:s390x. 560s Preparing to unpack .../127-librust-zeroize-dev_1.8.1-1_s390x.deb ... 560s Unpacking librust-zeroize-dev:s390x (1.8.1-1) ... 560s Selecting previously unselected package librust-generic-array-dev:s390x. 560s Preparing to unpack .../128-librust-generic-array-dev_0.14.7-1_s390x.deb ... 560s Unpacking librust-generic-array-dev:s390x (0.14.7-1) ... 560s Selecting previously unselected package librust-block-buffer-dev:s390x. 560s Preparing to unpack .../129-librust-block-buffer-dev_0.10.2-2_s390x.deb ... 560s Unpacking librust-block-buffer-dev:s390x (0.10.2-2) ... 560s Selecting previously unselected package librust-const-oid-dev:s390x. 560s Preparing to unpack .../130-librust-const-oid-dev_0.9.6-1_s390x.deb ... 560s Unpacking librust-const-oid-dev:s390x (0.9.6-1) ... 560s Selecting previously unselected package librust-rand-core-dev:s390x. 560s Preparing to unpack .../131-librust-rand-core-dev_0.6.4-2_s390x.deb ... 560s Unpacking librust-rand-core-dev:s390x (0.6.4-2) ... 560s Selecting previously unselected package librust-rand-core+getrandom-dev:s390x. 560s Preparing to unpack .../132-librust-rand-core+getrandom-dev_0.6.4-2_s390x.deb ... 560s Unpacking librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 560s Selecting previously unselected package librust-crypto-common-dev:s390x. 560s Preparing to unpack .../133-librust-crypto-common-dev_0.1.6-1_s390x.deb ... 560s Unpacking librust-crypto-common-dev:s390x (0.1.6-1) ... 560s Selecting previously unselected package librust-subtle-dev:s390x. 560s Preparing to unpack .../134-librust-subtle-dev_2.6.1-1_s390x.deb ... 560s Unpacking librust-subtle-dev:s390x (2.6.1-1) ... 560s Selecting previously unselected package librust-digest-dev:s390x. 560s Preparing to unpack .../135-librust-digest-dev_0.10.7-2_s390x.deb ... 560s Unpacking librust-digest-dev:s390x (0.10.7-2) ... 560s Selecting previously unselected package librust-ppv-lite86-dev:s390x. 560s Preparing to unpack .../136-librust-ppv-lite86-dev_0.2.20-1_s390x.deb ... 560s Unpacking librust-ppv-lite86-dev:s390x (0.2.20-1) ... 560s Selecting previously unselected package librust-rand-chacha-dev:s390x. 560s Preparing to unpack .../137-librust-rand-chacha-dev_0.3.1-2_s390x.deb ... 560s Unpacking librust-rand-chacha-dev:s390x (0.3.1-2) ... 560s Selecting previously unselected package librust-rand-core+serde-dev:s390x. 560s Preparing to unpack .../138-librust-rand-core+serde-dev_0.6.4-2_s390x.deb ... 560s Unpacking librust-rand-core+serde-dev:s390x (0.6.4-2) ... 560s Selecting previously unselected package librust-rand-core+std-dev:s390x. 560s Preparing to unpack .../139-librust-rand-core+std-dev_0.6.4-2_s390x.deb ... 560s Unpacking librust-rand-core+std-dev:s390x (0.6.4-2) ... 560s Selecting previously unselected package librust-rand-dev:s390x. 560s Preparing to unpack .../140-librust-rand-dev_0.8.5-1_s390x.deb ... 560s Unpacking librust-rand-dev:s390x (0.8.5-1) ... 560s Selecting previously unselected package librust-static-assertions-dev:s390x. 560s Preparing to unpack .../141-librust-static-assertions-dev_1.1.0-1_s390x.deb ... 560s Unpacking librust-static-assertions-dev:s390x (1.1.0-1) ... 560s Selecting previously unselected package librust-twox-hash-dev:s390x. 560s Preparing to unpack .../142-librust-twox-hash-dev_1.6.3-1_s390x.deb ... 560s Unpacking librust-twox-hash-dev:s390x (1.6.3-1) ... 560s Selecting previously unselected package librust-ruzstd-dev:s390x. 560s Preparing to unpack .../143-librust-ruzstd-dev_0.7.3-2_s390x.deb ... 560s Unpacking librust-ruzstd-dev:s390x (0.7.3-2) ... 560s Selecting previously unselected package librust-object-dev:s390x. 560s Preparing to unpack .../144-librust-object-dev_0.36.5-2_s390x.deb ... 560s Unpacking librust-object-dev:s390x (0.36.5-2) ... 560s Selecting previously unselected package librust-rustc-demangle-dev:s390x. 560s Preparing to unpack .../145-librust-rustc-demangle-dev_0.1.24-1_s390x.deb ... 560s Unpacking librust-rustc-demangle-dev:s390x (0.1.24-1) ... 560s Selecting previously unselected package librust-typed-arena-dev:s390x. 560s Preparing to unpack .../146-librust-typed-arena-dev_2.0.2-1_s390x.deb ... 560s Unpacking librust-typed-arena-dev:s390x (2.0.2-1) ... 560s Selecting previously unselected package librust-addr2line-dev:s390x. 560s Preparing to unpack .../147-librust-addr2line-dev_0.24.2-2_s390x.deb ... 560s Unpacking librust-addr2line-dev:s390x (0.24.2-2) ... 560s Selecting previously unselected package librust-aho-corasick-dev:s390x. 560s Preparing to unpack .../148-librust-aho-corasick-dev_1.1.3-1_s390x.deb ... 560s Unpacking librust-aho-corasick-dev:s390x (1.1.3-1) ... 560s Selecting previously unselected package librust-anstyle-dev:s390x. 560s Preparing to unpack .../149-librust-anstyle-dev_1.0.8-1_s390x.deb ... 560s Unpacking librust-anstyle-dev:s390x (1.0.8-1) ... 560s Selecting previously unselected package librust-unicode-width-0.1-dev:s390x. 560s Preparing to unpack .../150-librust-unicode-width-0.1-dev_0.1.14-2_s390x.deb ... 560s Unpacking librust-unicode-width-0.1-dev:s390x (0.1.14-2) ... 560s Selecting previously unselected package librust-annotate-snippets-dev:s390x. 560s Preparing to unpack .../151-librust-annotate-snippets-dev_0.11.4-1_s390x.deb ... 560s Unpacking librust-annotate-snippets-dev:s390x (0.11.4-1) ... 560s Selecting previously unselected package librust-arrayvec-dev:s390x. 560s Preparing to unpack .../152-librust-arrayvec-dev_0.7.6-1_s390x.deb ... 560s Unpacking librust-arrayvec-dev:s390x (0.7.6-1) ... 560s Selecting previously unselected package librust-utf8parse-dev:s390x. 560s Preparing to unpack .../153-librust-utf8parse-dev_0.2.1-1_s390x.deb ... 560s Unpacking librust-utf8parse-dev:s390x (0.2.1-1) ... 560s Selecting previously unselected package librust-anstyle-parse-dev:s390x. 560s Preparing to unpack .../154-librust-anstyle-parse-dev_0.2.1-1_s390x.deb ... 560s Unpacking librust-anstyle-parse-dev:s390x (0.2.1-1) ... 560s Selecting previously unselected package librust-anstyle-query-dev:s390x. 560s Preparing to unpack .../155-librust-anstyle-query-dev_1.0.0-1_s390x.deb ... 560s Unpacking librust-anstyle-query-dev:s390x (1.0.0-1) ... 560s Selecting previously unselected package librust-colorchoice-dev:s390x. 560s Preparing to unpack .../156-librust-colorchoice-dev_1.0.0-1_s390x.deb ... 560s Unpacking librust-colorchoice-dev:s390x (1.0.0-1) ... 560s Selecting previously unselected package librust-anstream-dev:s390x. 560s Preparing to unpack .../157-librust-anstream-dev_0.6.15-1_s390x.deb ... 560s Unpacking librust-anstream-dev:s390x (0.6.15-1) ... 560s Selecting previously unselected package librust-backtrace-dev:s390x. 560s Preparing to unpack .../158-librust-backtrace-dev_0.3.74-3_s390x.deb ... 560s Unpacking librust-backtrace-dev:s390x (0.3.74-3) ... 560s Selecting previously unselected package librust-anyhow-dev:s390x. 560s Preparing to unpack .../159-librust-anyhow-dev_1.0.95-1_s390x.deb ... 560s Unpacking librust-anyhow-dev:s390x (1.0.95-1) ... 560s Selecting previously unselected package librust-bincode-dev:s390x. 560s Preparing to unpack .../160-librust-bincode-dev_1.3.3-1_s390x.deb ... 560s Unpacking librust-bincode-dev:s390x (1.3.3-1) ... 561s Selecting previously unselected package librust-bytemuck-derive-dev:s390x. 561s Preparing to unpack .../161-librust-bytemuck-derive-dev_1.5.0-2_s390x.deb ... 561s Unpacking librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 561s Selecting previously unselected package librust-bytemuck-dev:s390x. 561s Preparing to unpack .../162-librust-bytemuck-dev_1.21.0-1_s390x.deb ... 561s Unpacking librust-bytemuck-dev:s390x (1.21.0-1) ... 561s Selecting previously unselected package librust-bitflags-dev:s390x. 561s Preparing to unpack .../163-librust-bitflags-dev_2.8.0-1_s390x.deb ... 561s Unpacking librust-bitflags-dev:s390x (2.8.0-1) ... 561s Selecting previously unselected package librust-minimal-lexical-dev:s390x. 561s Preparing to unpack .../164-librust-minimal-lexical-dev_0.2.1-2_s390x.deb ... 561s Unpacking librust-minimal-lexical-dev:s390x (0.2.1-2) ... 561s Selecting previously unselected package librust-nom-dev:s390x. 561s Preparing to unpack .../165-librust-nom-dev_7.1.3-1_s390x.deb ... 561s Unpacking librust-nom-dev:s390x (7.1.3-1) ... 561s Selecting previously unselected package librust-nom+std-dev:s390x. 561s Preparing to unpack .../166-librust-nom+std-dev_7.1.3-1_s390x.deb ... 561s Unpacking librust-nom+std-dev:s390x (7.1.3-1) ... 561s Selecting previously unselected package librust-cexpr-dev:s390x. 561s Preparing to unpack .../167-librust-cexpr-dev_0.6.0-2_s390x.deb ... 561s Unpacking librust-cexpr-dev:s390x (0.6.0-2) ... 561s Selecting previously unselected package librust-glob-dev:s390x. 561s Preparing to unpack .../168-librust-glob-dev_0.3.2-1_s390x.deb ... 561s Unpacking librust-glob-dev:s390x (0.3.2-1) ... 561s Selecting previously unselected package librust-libloading-dev:s390x. 561s Preparing to unpack .../169-librust-libloading-dev_0.8.5-1_s390x.deb ... 561s Unpacking librust-libloading-dev:s390x (0.8.5-1) ... 561s Selecting previously unselected package llvm-19-runtime. 561s Preparing to unpack .../170-llvm-19-runtime_1%3a19.1.7-1ubuntu1_s390x.deb ... 561s Unpacking llvm-19-runtime (1:19.1.7-1ubuntu1) ... 561s Selecting previously unselected package llvm-runtime:s390x. 561s Preparing to unpack .../171-llvm-runtime_1%3a19.0-63_s390x.deb ... 561s Unpacking llvm-runtime:s390x (1:19.0-63) ... 561s Selecting previously unselected package libpfm4:s390x. 561s Preparing to unpack .../172-libpfm4_4.13.0+git83-g91970fe-1_s390x.deb ... 561s Unpacking libpfm4:s390x (4.13.0+git83-g91970fe-1) ... 561s Selecting previously unselected package llvm-19. 561s Preparing to unpack .../173-llvm-19_1%3a19.1.7-1ubuntu1_s390x.deb ... 561s Unpacking llvm-19 (1:19.1.7-1ubuntu1) ... 561s Selecting previously unselected package llvm. 561s Preparing to unpack .../174-llvm_1%3a19.0-63_s390x.deb ... 561s Unpacking llvm (1:19.0-63) ... 561s Selecting previously unselected package librust-clang-sys-dev:s390x. 561s Preparing to unpack .../175-librust-clang-sys-dev_1.8.1-3_s390x.deb ... 561s Unpacking librust-clang-sys-dev:s390x (1.8.1-3) ... 561s Selecting previously unselected package librust-clap-lex-dev:s390x. 561s Preparing to unpack .../176-librust-clap-lex-dev_0.7.4-1_s390x.deb ... 561s Unpacking librust-clap-lex-dev:s390x (0.7.4-1) ... 561s Selecting previously unselected package librust-strsim-dev:s390x. 561s Preparing to unpack .../177-librust-strsim-dev_0.11.1-1_s390x.deb ... 561s Unpacking librust-strsim-dev:s390x (0.11.1-1) ... 561s Selecting previously unselected package librust-compiler-builtins+core-dev:s390x. 561s Preparing to unpack .../178-librust-compiler-builtins+core-dev_0.1.139-1_s390x.deb ... 561s Unpacking librust-compiler-builtins+core-dev:s390x (0.1.139-1) ... 561s Selecting previously unselected package librust-compiler-builtins+rustc-dep-of-std-dev:s390x. 561s Preparing to unpack .../179-librust-compiler-builtins+rustc-dep-of-std-dev_0.1.139-1_s390x.deb ... 561s Unpacking librust-compiler-builtins+rustc-dep-of-std-dev:s390x (0.1.139-1) ... 561s Selecting previously unselected package librust-errno-dev:s390x. 561s Preparing to unpack .../180-librust-errno-dev_0.3.8-1_s390x.deb ... 561s Unpacking librust-errno-dev:s390x (0.3.8-1) ... 561s Selecting previously unselected package librust-linux-raw-sys-dev:s390x. 561s Preparing to unpack .../181-librust-linux-raw-sys-dev_0.4.14-1_s390x.deb ... 561s Unpacking librust-linux-raw-sys-dev:s390x (0.4.14-1) ... 561s Selecting previously unselected package librust-rustix-dev:s390x. 561s Preparing to unpack .../182-librust-rustix-dev_0.38.37-1_s390x.deb ... 561s Unpacking librust-rustix-dev:s390x (0.38.37-1) ... 561s Selecting previously unselected package librust-terminal-size-dev:s390x. 561s Preparing to unpack .../183-librust-terminal-size-dev_0.3.0-2_s390x.deb ... 561s Unpacking librust-terminal-size-dev:s390x (0.3.0-2) ... 561s Selecting previously unselected package librust-unicase-dev:s390x. 561s Preparing to unpack .../184-librust-unicase-dev_2.8.0-1_s390x.deb ... 561s Unpacking librust-unicase-dev:s390x (2.8.0-1) ... 562s Selecting previously unselected package librust-unicode-width-dev:s390x. 562s Preparing to unpack .../185-librust-unicode-width-dev_0.2.0-1_s390x.deb ... 562s Unpacking librust-unicode-width-dev:s390x (0.2.0-1) ... 562s Selecting previously unselected package librust-clap-builder-dev:s390x. 562s Preparing to unpack .../186-librust-clap-builder-dev_4.5.23-1_s390x.deb ... 562s Unpacking librust-clap-builder-dev:s390x (4.5.23-1) ... 562s Selecting previously unselected package librust-unicode-segmentation-dev:s390x. 562s Preparing to unpack .../187-librust-unicode-segmentation-dev_1.12.0-1_s390x.deb ... 562s Unpacking librust-unicode-segmentation-dev:s390x (1.12.0-1) ... 562s Selecting previously unselected package librust-heck-dev:s390x. 562s Preparing to unpack .../188-librust-heck-dev_0.4.1-1_s390x.deb ... 562s Unpacking librust-heck-dev:s390x (0.4.1-1) ... 562s Selecting previously unselected package librust-clap-derive-dev:s390x. 562s Preparing to unpack .../189-librust-clap-derive-dev_4.5.18-1_s390x.deb ... 562s Unpacking librust-clap-derive-dev:s390x (4.5.18-1) ... 562s Selecting previously unselected package librust-clap-dev:s390x. 562s Preparing to unpack .../190-librust-clap-dev_4.5.23-1_s390x.deb ... 562s Unpacking librust-clap-dev:s390x (4.5.23-1) ... 562s Selecting previously unselected package librust-winapi-i686-pc-windows-gnu-dev:s390x. 562s Preparing to unpack .../191-librust-winapi-i686-pc-windows-gnu-dev_0.4.0-1_s390x.deb ... 562s Unpacking librust-winapi-i686-pc-windows-gnu-dev:s390x (0.4.0-1) ... 562s Selecting previously unselected package librust-winapi-x86-64-pc-windows-gnu-dev:s390x. 562s Preparing to unpack .../192-librust-winapi-x86-64-pc-windows-gnu-dev_0.4.0-1_s390x.deb ... 562s Unpacking librust-winapi-x86-64-pc-windows-gnu-dev:s390x (0.4.0-1) ... 562s Selecting previously unselected package librust-winapi-dev:s390x. 562s Preparing to unpack .../193-librust-winapi-dev_0.3.9-1_s390x.deb ... 562s Unpacking librust-winapi-dev:s390x (0.3.9-1) ... 562s Selecting previously unselected package librust-is-executable-dev:s390x. 562s Preparing to unpack .../194-librust-is-executable-dev_1.0.1-3_s390x.deb ... 562s Unpacking librust-is-executable-dev:s390x (1.0.1-3) ... 562s Selecting previously unselected package librust-shlex-dev:s390x. 562s Preparing to unpack .../195-librust-shlex-dev_1.3.0-1_s390x.deb ... 562s Unpacking librust-shlex-dev:s390x (1.3.0-1) ... 562s Selecting previously unselected package librust-clap-complete-dev:s390x. 562s Preparing to unpack .../196-librust-clap-complete-dev_4.5.40-1_s390x.deb ... 562s Unpacking librust-clap-complete-dev:s390x (4.5.40-1) ... 562s Selecting previously unselected package librust-itertools-dev:s390x. 562s Preparing to unpack .../197-librust-itertools-dev_0.13.0-3_s390x.deb ... 562s Unpacking librust-itertools-dev:s390x (0.13.0-3) ... 562s Selecting previously unselected package librust-prettyplease-dev:s390x. 562s Preparing to unpack .../198-librust-prettyplease-dev_0.2.6-1_s390x.deb ... 562s Unpacking librust-prettyplease-dev:s390x (0.2.6-1) ... 562s Selecting previously unselected package librust-regex-syntax-dev:s390x. 562s Preparing to unpack .../199-librust-regex-syntax-dev_0.8.5-1_s390x.deb ... 562s Unpacking librust-regex-syntax-dev:s390x (0.8.5-1) ... 562s Selecting previously unselected package librust-regex-automata-dev:s390x. 562s Preparing to unpack .../200-librust-regex-automata-dev_0.4.9-2_s390x.deb ... 562s Unpacking librust-regex-automata-dev:s390x (0.4.9-2) ... 562s Selecting previously unselected package librust-regex-dev:s390x. 562s Preparing to unpack .../201-librust-regex-dev_1.11.1-2_s390x.deb ... 562s Unpacking librust-regex-dev:s390x (1.11.1-2) ... 562s Selecting previously unselected package librust-rustc-hash-dev:s390x. 562s Preparing to unpack .../202-librust-rustc-hash-dev_1.1.0-1_s390x.deb ... 562s Unpacking librust-rustc-hash-dev:s390x (1.1.0-1) ... 562s Selecting previously unselected package librust-bindgen-dev:s390x. 562s Preparing to unpack .../203-librust-bindgen-dev_0.71.1-4_s390x.deb ... 562s Unpacking librust-bindgen-dev:s390x (0.71.1-4) ... 562s Selecting previously unselected package librust-bitflags-1-dev:s390x. 562s Preparing to unpack .../204-librust-bitflags-1-dev_1.3.2-7_s390x.deb ... 562s Unpacking librust-bitflags-1-dev:s390x (1.3.2-7) ... 562s Selecting previously unselected package librust-bumpalo-dev:s390x. 562s Preparing to unpack .../205-librust-bumpalo-dev_3.16.0-1_s390x.deb ... 562s Unpacking librust-bumpalo-dev:s390x (3.16.0-1) ... 562s Selecting previously unselected package librust-jobserver-dev:s390x. 562s Preparing to unpack .../206-librust-jobserver-dev_0.1.32-1_s390x.deb ... 562s Unpacking librust-jobserver-dev:s390x (0.1.32-1) ... 562s Selecting previously unselected package librust-cc-dev:s390x. 562s Preparing to unpack .../207-librust-cc-dev_1.1.14-1_s390x.deb ... 562s Unpacking librust-cc-dev:s390x (1.1.14-1) ... 562s Selecting previously unselected package librust-capstone-sys-dev:s390x. 562s Preparing to unpack .../208-librust-capstone-sys-dev_0.17.0-2_s390x.deb ... 562s Unpacking librust-capstone-sys-dev:s390x (0.17.0-2) ... 562s Selecting previously unselected package librust-capstone-dev:s390x. 562s Preparing to unpack .../209-librust-capstone-dev_0.13.0-2_s390x.deb ... 562s Unpacking librust-capstone-dev:s390x (0.13.0-2) ... 562s Selecting previously unselected package librust-cobs-dev:s390x. 562s Preparing to unpack .../210-librust-cobs-dev_0.2.3-1_s390x.deb ... 562s Unpacking librust-cobs-dev:s390x (0.2.3-1) ... 562s Selecting previously unselected package librust-winapi-util-dev:s390x. 562s Preparing to unpack .../211-librust-winapi-util-dev_0.1.6-1_s390x.deb ... 562s Unpacking librust-winapi-util-dev:s390x (0.1.6-1) ... 562s Selecting previously unselected package librust-termcolor-dev:s390x. 562s Preparing to unpack .../212-librust-termcolor-dev_1.4.1-1_s390x.deb ... 562s Unpacking librust-termcolor-dev:s390x (1.4.1-1) ... 562s Selecting previously unselected package librust-codespan-reporting-dev:s390x. 562s Preparing to unpack .../213-librust-codespan-reporting-dev_0.11.1-2_s390x.deb ... 562s Unpacking librust-codespan-reporting-dev:s390x (0.11.1-2) ... 562s Selecting previously unselected package librust-cpufeatures-dev:s390x. 562s Preparing to unpack .../214-librust-cpufeatures-dev_0.2.16-1_s390x.deb ... 562s Unpacking librust-cpufeatures-dev:s390x (0.2.16-1) ... 562s Selecting previously unselected package librust-env-filter-dev:s390x. 562s Preparing to unpack .../215-librust-env-filter-dev_0.1.3-1_s390x.deb ... 562s Unpacking librust-env-filter-dev:s390x (0.1.3-1) ... 562s Selecting previously unselected package librust-humantime-dev:s390x. 562s Preparing to unpack .../216-librust-humantime-dev_2.1.0-2_s390x.deb ... 562s Unpacking librust-humantime-dev:s390x (2.1.0-2) ... 562s Selecting previously unselected package librust-env-logger-dev:s390x. 562s Preparing to unpack .../217-librust-env-logger-dev_0.11.5-2_s390x.deb ... 562s Unpacking librust-env-logger-dev:s390x (0.11.5-2) ... 562s Selecting previously unselected package librust-crc-catalog-dev:s390x. 562s Preparing to unpack .../218-librust-crc-catalog-dev_2.4.0-1_s390x.deb ... 562s Unpacking librust-crc-catalog-dev:s390x (2.4.0-1) ... 562s Selecting previously unselected package librust-crc-dev:s390x. 562s Preparing to unpack .../219-librust-crc-dev_3.2.1-1_s390x.deb ... 562s Unpacking librust-crc-dev:s390x (3.2.1-1) ... 562s Selecting previously unselected package librust-thiserror-impl-dev:s390x. 562s Preparing to unpack .../220-librust-thiserror-impl-dev_2.0.11-1_s390x.deb ... 562s Unpacking librust-thiserror-impl-dev:s390x (2.0.11-1) ... 562s Selecting previously unselected package librust-thiserror-dev:s390x. 562s Preparing to unpack .../221-librust-thiserror-dev_2.0.11-1_s390x.deb ... 562s Unpacking librust-thiserror-dev:s390x (2.0.11-1) ... 562s Selecting previously unselected package librust-defmt-parser-dev:s390x. 562s Preparing to unpack .../222-librust-defmt-parser-dev_0.4.1-1_s390x.deb ... 562s Unpacking librust-defmt-parser-dev:s390x (0.4.1-1) ... 562s Selecting previously unselected package librust-proc-macro-error-attr2-dev:s390x. 562s Preparing to unpack .../223-librust-proc-macro-error-attr2-dev_2.0.0-1_s390x.deb ... 562s Unpacking librust-proc-macro-error-attr2-dev:s390x (2.0.0-1) ... 562s Selecting previously unselected package librust-proc-macro-error2-dev:s390x. 562s Preparing to unpack .../224-librust-proc-macro-error2-dev_2.0.1-1_s390x.deb ... 562s Unpacking librust-proc-macro-error2-dev:s390x (2.0.1-1) ... 563s Selecting previously unselected package librust-defmt-macros-dev:s390x. 563s Preparing to unpack .../225-librust-defmt-macros-dev_0.4.0-1_s390x.deb ... 563s Unpacking librust-defmt-macros-dev:s390x (0.4.0-1) ... 563s Selecting previously unselected package librust-defmt-dev:s390x. 563s Preparing to unpack .../226-librust-defmt-dev_0.3.10-1_s390x.deb ... 563s Unpacking librust-defmt-dev:s390x (0.3.10-1) ... 563s Selecting previously unselected package librust-embedded-io-dev:s390x. 563s Preparing to unpack .../227-librust-embedded-io-dev_0.6.1-1_s390x.deb ... 563s Unpacking librust-embedded-io-dev:s390x (0.6.1-1) ... 563s Selecting previously unselected package librust-hash32-dev:s390x. 563s Preparing to unpack .../228-librust-hash32-dev_0.3.1-2_s390x.deb ... 563s Unpacking librust-hash32-dev:s390x (0.3.1-2) ... 563s Selecting previously unselected package librust-ufmt-write-dev:s390x. 563s Preparing to unpack .../229-librust-ufmt-write-dev_0.1.0-1_s390x.deb ... 563s Unpacking librust-ufmt-write-dev:s390x (0.1.0-1) ... 563s Selecting previously unselected package librust-heapless-dev:s390x. 563s Preparing to unpack .../230-librust-heapless-dev_0.8.0-2_s390x.deb ... 563s Unpacking librust-heapless-dev:s390x (0.8.0-2) ... 563s Selecting previously unselected package librust-paste-dev:s390x. 563s Preparing to unpack .../231-librust-paste-dev_1.0.15-1_s390x.deb ... 563s Unpacking librust-paste-dev:s390x (1.0.15-1) ... 563s Selecting previously unselected package librust-postcard-dev:s390x. 563s Preparing to unpack .../232-librust-postcard-dev_1.0.10-2_s390x.deb ... 563s Unpacking librust-postcard-dev:s390x (1.0.10-2) ... 563s Selecting previously unselected package librust-rustc-hash-2-dev:s390x. 563s Preparing to unpack .../233-librust-rustc-hash-2-dev_2.0.0-1_s390x.deb ... 563s Unpacking librust-rustc-hash-2-dev:s390x (2.0.0-1) ... 563s Selecting previously unselected package librust-slice-group-by-dev. 563s Preparing to unpack .../234-librust-slice-group-by-dev_0.3.1-5_all.deb ... 563s Unpacking librust-slice-group-by-dev (0.3.1-5) ... 563s Selecting previously unselected package librust-regalloc2-dev. 563s Preparing to unpack .../235-librust-regalloc2-dev_0.10.2-4_all.deb ... 563s Unpacking librust-regalloc2-dev (0.10.2-4) ... 563s Selecting previously unselected package librust-region-dev:s390x. 563s Preparing to unpack .../236-librust-region-dev_3.0.2-1_s390x.deb ... 563s Unpacking librust-region-dev:s390x (3.0.2-1) ... 563s Selecting previously unselected package librust-sha2-asm-dev:s390x. 563s Preparing to unpack .../237-librust-sha2-asm-dev_0.6.2-2_s390x.deb ... 563s Unpacking librust-sha2-asm-dev:s390x (0.6.2-2) ... 563s Selecting previously unselected package librust-sha2-dev:s390x. 563s Preparing to unpack .../238-librust-sha2-dev_0.10.8-1_s390x.deb ... 563s Unpacking librust-sha2-dev:s390x (0.10.8-1) ... 563s Selecting previously unselected package librust-id-arena-dev. 563s Preparing to unpack .../239-librust-id-arena-dev_2.2.1-6_all.deb ... 563s Unpacking librust-id-arena-dev (2.2.1-6) ... 563s Selecting previously unselected package librust-souper-ir-dev. 563s Preparing to unpack .../240-librust-souper-ir-dev_2.1.0-4_all.deb ... 563s Unpacking librust-souper-ir-dev (2.1.0-4) ... 563s Selecting previously unselected package librust-target-lexicon-dev:s390x. 563s Preparing to unpack .../241-librust-target-lexicon-dev_0.12.14-1_s390x.deb ... 563s Unpacking librust-target-lexicon-dev:s390x (0.12.14-1) ... 563s Selecting previously unselected package librust-thiserror-impl-1-dev:s390x. 563s Preparing to unpack .../242-librust-thiserror-impl-1-dev_1.0.69-1_s390x.deb ... 563s Unpacking librust-thiserror-impl-1-dev:s390x (1.0.69-1) ... 563s Selecting previously unselected package librust-thiserror-1-dev:s390x. 563s Preparing to unpack .../243-librust-thiserror-1-dev_1.0.69-1_s390x.deb ... 563s Unpacking librust-thiserror-1-dev:s390x (1.0.69-1) ... 563s Selecting previously unselected package rustfmt-1.83. 563s Preparing to unpack .../244-rustfmt-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 563s Unpacking rustfmt-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 563s Selecting previously unselected package rustfmt. 563s Preparing to unpack .../245-rustfmt_1.83.0ubuntu1_s390x.deb ... 563s Unpacking rustfmt (1.83.0ubuntu1) ... 563s Selecting previously unselected package librust-cranelift-dev. 563s Preparing to unpack .../246-librust-cranelift-dev_0.113.1+26.0.1+dfsg-3_all.deb ... 563s Unpacking librust-cranelift-dev (0.113.1+26.0.1+dfsg-3) ... 563s Setting up librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 563s Setting up librust-slice-group-by-dev (0.3.1-5) ... 563s Setting up librust-either-dev:s390x (1.13.0-1) ... 563s Setting up librust-crc-catalog-dev:s390x (2.4.0-1) ... 563s Setting up librust-adler-dev:s390x (1.0.2-2) ... 563s Setting up librust-version-check-dev:s390x (0.9.5-1) ... 563s Setting up librust-anstyle-dev:s390x (1.0.8-1) ... 563s Setting up librust-winapi-i686-pc-windows-gnu-dev:s390x (0.4.0-1) ... 563s Setting up libclang-common-19-dev:s390x (1:19.1.7-1ubuntu1) ... 563s Setting up librust-rustc-hash-dev:s390x (1.1.0-1) ... 563s Setting up libarchive-zip-perl (1.68-1) ... 563s Setting up librust-colorchoice-dev:s390x (1.0.0-1) ... 563s Setting up librust-cobs-dev:s390x (0.2.3-1) ... 563s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 563s Setting up librust-glob-dev:s390x (0.3.2-1) ... 563s Setting up librust-typed-arena-dev:s390x (2.0.2-1) ... 563s Setting up librust-strsim-dev:s390x (0.11.1-1) ... 563s Setting up m4 (1.4.19-5) ... 563s Setting up librust-rustc-demangle-dev:s390x (0.1.24-1) ... 563s Setting up librust-fallible-iterator-dev:s390x (0.3.0-2) ... 563s Setting up librust-ryu-dev:s390x (1.0.19-1) ... 563s Setting up librust-humantime-dev:s390x (2.1.0-2) ... 563s Setting up librust-anstyle-query-dev:s390x (1.0.0-1) ... 563s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 563s Setting up librust-subtle-dev:s390x (2.6.1-1) ... 563s Setting up librust-miniz-oxide-dev:s390x (0.7.1-1) ... 563s Setting up librust-ufmt-write-dev:s390x (0.1.0-1) ... 563s Setting up librust-unicode-segmentation-dev:s390x (1.12.0-1) ... 563s Setting up librust-unicode-width-0.1-dev:s390x (0.1.14-2) ... 563s Setting up librust-compiler-builtins-dev:s390x (0.1.139-1) ... 563s Setting up librust-utf8parse-dev:s390x (0.2.1-1) ... 563s Setting up librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 563s Setting up autotools-dev (20220109.1) ... 563s Setting up libpkgconf3:s390x (1.8.1-4) ... 563s Setting up libpfm4:s390x (4.13.0+git83-g91970fe-1) ... 563s Setting up librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 563s Setting up librust-typenum-dev:s390x (1.17.0-2) ... 563s Setting up librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 563s Setting up librust-critical-section-dev:s390x (1.2.0-1) ... 563s Setting up librust-crc-dev:s390x (3.2.1-1) ... 563s Setting up libgit2-1.8:s390x (1.8.4+ds-3ubuntu2) ... 563s Setting up libmpc3:s390x (1.3.1-1build2) ... 563s Setting up librust-rand-core-dev:s390x (0.6.4-2) ... 563s Setting up autopoint (0.23.1-1) ... 563s Setting up pkgconf-bin (1.8.1-4) ... 563s Setting up librust-crunchy-dev:s390x (0.2.2-1) ... 563s Setting up libgc1:s390x (1:8.2.8-1) ... 563s Setting up librust-unicase-dev:s390x (2.8.0-1) ... 563s Setting up librust-unicode-width-dev:s390x (0.2.0-1) ... 563s Setting up autoconf (2.72-3) ... 563s Setting up librust-paste-dev:s390x (1.0.15-1) ... 563s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 563s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 563s Setting up librust-unicode-ident-dev:s390x (1.0.13-1) ... 563s Setting up librust-minimal-lexical-dev:s390x (0.2.1-2) ... 563s Setting up librust-equivalent-dev:s390x (1.0.1-1) ... 563s Setting up dwz (0.15-1build6) ... 563s Setting up librust-bitflags-1-dev:s390x (1.3.2-7) ... 563s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 563s Setting up librust-cfg-if-dev:s390x (1.0.0-1) ... 563s Setting up debugedit (1:5.1-2) ... 563s Setting up librust-blobby-dev:s390x (0.3.1-1) ... 563s Setting up llvm-19-linker-tools (1:19.1.7-1ubuntu1) ... 563s Setting up librust-byteorder-dev:s390x (1.5.0-1) ... 563s Setting up librust-static-assertions-dev:s390x (1.1.0-1) ... 563s Setting up librust-compiler-builtins+core-dev:s390x (0.1.139-1) ... 563s Setting up libisl23:s390x (0.27-1) ... 563s Setting up llvm-19-runtime (1:19.1.7-1ubuntu1) ... 563s Setting up libstd-rust-1.83:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 563s Setting up librust-shlex-dev:s390x (1.3.0-1) ... 563s Setting up librust-cpp-demangle-dev:s390x (0.4.0-1) ... 563s Setting up librust-winapi-x86-64-pc-windows-gnu-dev:s390x (0.4.0-1) ... 563s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 563s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 563s Setting up librust-clap-lex-dev:s390x (0.7.4-1) ... 563s Setting up libclang-cpp19 (1:19.1.7-1ubuntu1) ... 563s Setting up librust-itertools-dev:s390x (0.13.0-3) ... 563s Setting up librust-heck-dev:s390x (0.4.1-1) ... 563s Setting up automake (1:1.17-3) ... 563s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 563s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 563s Setting up librust-annotate-snippets-dev:s390x (0.11.4-1) ... 563s Setting up librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 563s Setting up librust-libc-dev:s390x (0.2.169-1) ... 563s Setting up gettext (0.23.1-1) ... 563s Setting up librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 563s Setting up librust-tiny-keccak-dev:s390x (2.0.2-1) ... 563s Setting up librust-linux-raw-sys-dev:s390x (0.4.14-1) ... 563s Setting up librust-getrandom-dev:s390x (0.2.15-1) ... 563s Setting up librust-libloading-dev:s390x (0.8.5-1) ... 563s Setting up librust-memmap2-dev:s390x (0.9.5-1) ... 563s Setting up librust-cpufeatures-dev:s390x (0.2.16-1) ... 563s Setting up librust-hash32-dev:s390x (0.3.1-2) ... 563s Setting up libobjc4:s390x (15-20250213-1ubuntu1) ... 563s Setting up librust-proc-macro2-dev:s390x (1.0.92-1) ... 563s Setting up librust-compiler-builtins+rustc-dep-of-std-dev:s390x (0.1.139-1) ... 563s Setting up librust-rayon-core-dev:s390x (1.12.1-1) ... 563s Setting up librust-region-dev:s390x (3.0.2-1) ... 563s Setting up librust-winapi-dev:s390x (0.3.9-1) ... 563s Setting up pkgconf:s390x (1.8.1-4) ... 563s Setting up intltool-debian (0.35.0+20060710.6) ... 563s Setting up librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 563s Setting up rustfmt-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 563s Setting up librust-errno-dev:s390x (0.3.8-1) ... 563s Setting up llvm-runtime:s390x (1:19.0-63) ... 563s Setting up librust-jobserver-dev:s390x (0.1.32-1) ... 563s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 563s Setting up cpp-14 (14.2.0-17ubuntu1) ... 563s Setting up dh-strip-nondeterminism (1.14.1-2) ... 563s Setting up librust-crc32fast-dev:s390x (1.4.2-1) ... 563s Setting up libstd-rust-1.83-dev:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 563s Setting up librust-winapi-util-dev:s390x (0.1.6-1) ... 563s Setting up llvm-19 (1:19.1.7-1ubuntu1) ... 563s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 563s Setting up librust-rayon-dev:s390x (1.10.0-1) ... 563s Setting up librust-is-executable-dev:s390x (1.0.1-3) ... 563s Setting up librust-termcolor-dev:s390x (1.4.1-1) ... 563s Setting up rustfmt (1.83.0ubuntu1) ... 563s Setting up librust-pkg-config-dev:s390x (0.3.31-1) ... 563s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 563s Setting up librust-id-arena-dev (2.2.1-6) ... 563s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 563s Setting up po-debconf (1.0.21+nmu1) ... 563s Setting up librust-quote-dev:s390x (1.0.37-1) ... 563s Setting up librust-proc-macro-error-attr2-dev:s390x (2.0.0-1) ... 563s Setting up librust-libz-sys-dev:s390x (1.1.20-1) ... 563s Setting up librust-syn-dev:s390x (2.0.96-2) ... 563s Setting up librust-rand-core+std-dev:s390x (0.6.4-2) ... 563s Setting up libobjc-14-dev:s390x (14.2.0-17ubuntu1) ... 563s Setting up clang-19 (1:19.1.7-1ubuntu1) ... 563s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 563s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 563s Setting up librust-sval-derive-dev:s390x (2.6.1-2) ... 563s Setting up clang (1:19.0-63) ... 563s Setting up librust-cc-dev:s390x (1.1.14-1) ... 563s Setting up librust-zeroize-derive-dev:s390x (1.4.2-1) ... 563s Setting up llvm (1:19.0-63) ... 563s Setting up librust-clap-derive-dev:s390x (4.5.18-1) ... 563s Setting up librust-proc-macro-error2-dev:s390x (2.0.1-1) ... 563s Setting up librust-no-panic-dev:s390x (0.1.32-1) ... 563s Setting up cpp (4:14.2.0-1ubuntu1) ... 563s Setting up librust-serde-derive-dev:s390x (1.0.217-1) ... 563s Setting up librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 563s Setting up libclang-19-dev (1:19.1.7-1ubuntu1) ... 563s Setting up librust-serde-dev:s390x (1.0.217-1) ... 563s Setting up librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 563s Setting up librust-thiserror-impl-1-dev:s390x (1.0.69-1) ... 563s Setting up librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 563s Setting up librust-allocator-api2-dev:s390x (0.2.16-1) ... 563s Setting up librust-thiserror-impl-dev:s390x (2.0.11-1) ... 563s Setting up librust-souper-ir-dev (2.1.0-4) ... 563s Setting up librust-thiserror-1-dev:s390x (1.0.69-1) ... 563s Setting up librust-codespan-reporting-dev:s390x (0.11.1-2) ... 563s Setting up librust-prettyplease-dev:s390x (0.2.6-1) ... 563s Setting up librust-thiserror-dev:s390x (2.0.11-1) ... 563s Setting up libclang-dev (1:19.0-63) ... 563s Setting up librust-serde-fmt-dev (1.0.3-4) ... 563s Setting up libtool (2.5.4-3build1) ... 563s Setting up librust-sha2-asm-dev:s390x (0.6.2-2) ... 563s Setting up librust-portable-atomic-dev:s390x (1.10.0-3) ... 563s Setting up librust-flate2-dev:s390x (1.0.34-1) ... 563s Setting up librust-sval-dev:s390x (2.6.1-2) ... 563s Setting up librust-itoa-dev:s390x (1.0.14-1) ... 563s Setting up gcc-14 (14.2.0-17ubuntu1) ... 563s Setting up librust-bumpalo-dev:s390x (3.16.0-1) ... 563s Setting up dh-autoreconf (20) ... 563s Setting up librust-rand-core+serde-dev:s390x (0.6.4-2) ... 563s Setting up librust-sval-ref-dev:s390x (2.6.1-1) ... 563s Setting up librust-zerocopy-dev:s390x (0.7.34-1) ... 563s Setting up librust-bytemuck-dev:s390x (1.21.0-1) ... 563s Setting up librust-zeroize-dev:s390x (1.8.1-1) ... 563s Setting up librust-arbitrary-dev:s390x (1.4.1-1) ... 563s Setting up librust-target-lexicon-dev:s390x (0.12.14-1) ... 563s Setting up librust-serde-test-dev:s390x (1.0.171-1) ... 563s Setting up librust-bincode-dev:s390x (1.3.3-1) ... 563s Setting up librust-erased-serde-dev:s390x (0.3.31-1) ... 563s Setting up librust-defmt-parser-dev:s390x (0.4.1-1) ... 563s Setting up librust-defmt-macros-dev:s390x (0.4.0-1) ... 563s Setting up librust-generic-array-dev:s390x (0.14.7-1) ... 563s Setting up librust-ppv-lite86-dev:s390x (0.2.20-1) ... 563s Setting up librust-rand-chacha-dev:s390x (0.3.1-2) ... 563s Setting up librust-clang-sys-dev:s390x (1.8.1-3) ... 563s Setting up librust-sval-dynamic-dev:s390x (2.6.1-1) ... 563s Setting up librust-crypto-common-dev:s390x (0.1.6-1) ... 563s Setting up librust-sval-buffer-dev:s390x (2.6.1-1) ... 563s Setting up librust-arrayvec-dev:s390x (0.7.6-1) ... 563s Setting up debhelper (13.24.1ubuntu2) ... 563s Setting up librust-smallvec-dev:s390x (1.13.2-1) ... 563s Setting up librust-sval-fmt-dev:s390x (2.6.1-1) ... 563s Setting up librust-const-oid-dev:s390x (0.9.6-1) ... 563s Setting up gcc (4:14.2.0-1ubuntu1) ... 563s Setting up librust-anstyle-parse-dev:s390x (0.2.1-1) ... 563s Setting up librust-block-buffer-dev:s390x (0.10.2-2) ... 563s Setting up librust-anstream-dev:s390x (0.6.15-1) ... 563s Setting up rustc-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 563s Setting up librust-bitflags-dev:s390x (2.8.0-1) ... 563s Setting up librust-regex-syntax-dev:s390x (0.8.5-1) ... 563s Setting up rustc (1.83.0ubuntu1) ... 563s Setting up librust-parking-lot-core-dev:s390x (0.9.10-1) ... 563s Setting up librust-defmt-dev:s390x (0.3.10-1) ... 563s Setting up librust-heapless-dev:s390x (0.8.0-2) ... 563s Setting up librust-once-cell-dev:s390x (1.20.2-1) ... 563s Setting up librust-digest-dev:s390x (0.10.7-2) ... 563s Setting up librust-sval-serde-dev:s390x (2.6.1-1) ... 563s Setting up librust-embedded-io-dev:s390x (0.6.1-1) ... 563s Setting up librust-const-random-macro-dev:s390x (0.1.16-2) ... 563s Setting up librust-const-random-dev:s390x (0.1.17-2) ... 563s Setting up librust-ahash-dev (0.8.11-9) ... 563s Setting up librust-postcard-dev:s390x (1.0.10-2) ... 563s Setting up librust-sha2-dev:s390x (0.10.8-1) ... 563s Setting up cargo-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 563s Setting up librust-rustix-dev:s390x (0.38.37-1) ... 563s Setting up librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 563s Setting up librust-hashbrown-dev:s390x (0.14.5-5) ... 563s Setting up cargo (1.83.0ubuntu1) ... 563s Setting up librust-terminal-size-dev:s390x (0.3.0-2) ... 563s Setting up librust-indexmap-dev:s390x (2.7.0-1) ... 563s Setting up dh-rust (0.0.11) ... 563s Setting up librust-gimli-dev:s390x (0.31.1-2) ... 563s Setting up librust-serde-json-dev:s390x (1.0.133-1) ... 563s Setting up librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 563s Setting up librust-value-bag-dev:s390x (1.9.0-1) ... 563s Setting up librust-log-dev:s390x (0.4.22-1) ... 563s Setting up librust-memchr-dev:s390x (2.7.4-1) ... 563s Setting up librust-nom-dev:s390x (7.1.3-1) ... 563s Setting up librust-rand-dev:s390x (0.8.5-1) ... 563s Setting up librust-twox-hash-dev:s390x (1.6.3-1) ... 563s Setting up librust-nom+std-dev:s390x (7.1.3-1) ... 563s Setting up librust-ruzstd-dev:s390x (0.7.3-2) ... 563s Setting up librust-aho-corasick-dev:s390x (1.1.3-1) ... 563s Setting up librust-rustc-hash-2-dev:s390x (2.0.0-1) ... 563s Setting up librust-cexpr-dev:s390x (0.6.0-2) ... 563s Setting up librust-regalloc2-dev (0.10.2-4) ... 563s Setting up librust-object-dev:s390x (0.36.5-2) ... 563s Setting up librust-regex-automata-dev:s390x (0.4.9-2) ... 563s Setting up librust-addr2line-dev:s390x (0.24.2-2) ... 563s Setting up librust-regex-dev:s390x (1.11.1-2) ... 563s Setting up librust-backtrace-dev:s390x (0.3.74-3) ... 563s Setting up librust-env-filter-dev:s390x (0.1.3-1) ... 563s Setting up librust-clap-builder-dev:s390x (4.5.23-1) ... 563s Setting up librust-clap-dev:s390x (4.5.23-1) ... 563s Setting up librust-anyhow-dev:s390x (1.0.95-1) ... 563s Setting up librust-env-logger-dev:s390x (0.11.5-2) ... 563s Setting up librust-clap-complete-dev:s390x (4.5.40-1) ... 563s Setting up librust-bindgen-dev:s390x (0.71.1-4) ... 563s Setting up librust-capstone-sys-dev:s390x (0.17.0-2) ... 563s Setting up librust-capstone-dev:s390x (0.13.0-2) ... 563s Setting up librust-cranelift-dev (0.113.1+26.0.1+dfsg-3) ... 563s Processing triggers for libc-bin (2.40-4ubuntu1) ... 563s Processing triggers for systemd (257.2-3ubuntu1) ... 563s Processing triggers for man-db (2.13.0-1) ... 564s Processing triggers for install-info (7.1.1-1) ... 565s autopkgtest: DBG: testbed command exited with code 0 565s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:-packages.all"], kind short, sout raw, serr pipe, env [] 565s autopkgtest: DBG: testbed command exited with code 0 565s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence%3A-packages.all /tmp/autopkgtest-work.6xx7lkuf/out/wasmtime-jit-icache-coherence%3A-packages.all 565s autopkgtest: DBG: got reply from testbed: ok 565s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.bYMrYq/build.4yH/src'], kind short, sout raw, serr raw, env [] 565s autopkgtest: DBG: testbed command exited with code 1 565s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.bYMrYq/build.4yH'], kind short, sout raw, serr pipe, env [] 565s autopkgtest: DBG: testbed command exited with code 0 565s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.6xx7lkuf/out/tests-tree/ /tmp/autopkgtest.bYMrYq/build.4yH/src/ 581s autopkgtest: DBG: got reply from testbed: ok 581s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.bYMrYq/build.4yH/src'], kind short, sout raw, serr pipe, env [] 581s autopkgtest: DBG: testbed command exited with code 0 581s autopkgtest [22:29:41]: test wasmtime-jit-icache-coherence:: /usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets --no-default-features 581s autopkgtest [22:29:41]: test wasmtime-jit-icache-coherence:: [----------------------- 581s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.bYMrYq/wrapper.sh --debug --artifacts=/tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:-artifacts --chdir=/tmp/autopkgtest.bYMrYq/build.4yH/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.bYMrYq/wasmtime-jit-icache-coherence:-stderr --stdout=/tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:-stdout --tmp=/tmp/autopkgtest.bYMrYq/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=rust-wasmtime/26.0.1+dfsg-3 -- bash -ec '/usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets --no-default-features'"], kind test, sout raw, serr raw, env [] 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:-artifacts 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: changing to directory: /tmp/autopkgtest.bYMrYq/build.4yH/src 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: LANG=C.UTF-8 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LANGUAGE 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_ADDRESS 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_ALL 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_COLLATE 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_CTYPE 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_IDENTIFICATION 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_MEASUREMENT 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_MESSAGES 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_MONETARY 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_NAME 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_NUMERIC 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_PAPER 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_TELEPHONE 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: unsetting environment: LC_TIME 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: pretending to be a login shell 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: will write standard error to /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:-stderr 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: will write stdout to /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:-stdout 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.bYMrYq/autopkgtest_tmp 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-wasmtime/26.0.1+dfsg-3 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: command to run: bash -ec /usr/share/dh-rust/bin/cargo-auto-test wasmtime-jit-icache-coherence 26.0.1 --all-targets --no-default-features 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: copying /tmp/tmp.0VlSl2Pso7/out to stdout and file: /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:-stdout 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: copying /tmp/tmp.0VlSl2Pso7/err to standard error and file: /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:-stdout 581s /tmp/autopkgtest.bYMrYq/wrapper.sh: writing script pid 3575 to /tmp/autopkgtest_script_pid 581s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 581s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 581s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.DCbniOMD4F/registry/ 581s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 581s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 581s debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--profile', 'release', '--verbose', '--verbose', '-j2', '--target', 's390x-unknown-linux-gnu', '--all-targets', '--no-default-features'],) {} 581s Compiling libc v0.2.169 581s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.DCbniOMD4F/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.DCbniOMD4F/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 581s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.DCbniOMD4F/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.DCbniOMD4F/target/release/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.DCbniOMD4F/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=7e8f0a655396b248 -C extra-filename=-7e8f0a655396b248 --out-dir /tmp/tmp.DCbniOMD4F/target/release/build/libc-7e8f0a655396b248 -C strip=debuginfo -L dependency=/tmp/tmp.DCbniOMD4F/target/release/deps --cap-lints warn` 581s Compiling anyhow v1.0.95 581s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.DCbniOMD4F/registry/anyhow-1.0.95 CARGO_MANIFEST_PATH=/tmp/tmp.DCbniOMD4F/registry/anyhow-1.0.95/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.DCbniOMD4F/registry/anyhow-1.0.95 LD_LIBRARY_PATH=/tmp/tmp.DCbniOMD4F/target/release/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.DCbniOMD4F/registry/anyhow-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=f3ab42bd5863c9ab -C extra-filename=-f3ab42bd5863c9ab --out-dir /tmp/tmp.DCbniOMD4F/target/release/build/anyhow-f3ab42bd5863c9ab -C strip=debuginfo -L dependency=/tmp/tmp.DCbniOMD4F/target/release/deps --cap-lints warn` 582s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS=-Ctarget-feature=+backchain CARGO_MANIFEST_DIR=/tmp/tmp.DCbniOMD4F/registry/anyhow-1.0.95 CARGO_MANIFEST_PATH=/tmp/tmp.DCbniOMD4F/registry/anyhow-1.0.95/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.DCbniOMD4F/target/release/deps:/tmp/tmp.DCbniOMD4F/target/release:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=3 OUT_DIR=/tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/build/anyhow-2081bfaa296d1f91/out PROFILE=release RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.DCbniOMD4F/target/release/build/anyhow-f3ab42bd5863c9ab/build-script-build` 582s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_nightly_testing) 582s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_core_error) 582s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_core_unwind_safe) 582s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str) 582s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of) 582s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint) 582s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(error_generic_member_access) 582s [anyhow 1.0.95] cargo:rustc-check-cfg=cfg(std_backtrace) 582s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/tmp/tmp.DCbniOMD4F/registry/anyhow-1.0.95 CARGO_MANIFEST_PATH=/tmp/tmp.DCbniOMD4F/registry/anyhow-1.0.95/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.DCbniOMD4F/registry/anyhow-1.0.95 LD_LIBRARY_PATH=/tmp/tmp.DCbniOMD4F/target/release/deps OUT_DIR=/tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/build/anyhow-2081bfaa296d1f91/out rustc --crate-name anyhow --edition=2018 /tmp/tmp.DCbniOMD4F/registry/anyhow-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=f4c868c25eaa4bb4 -C extra-filename=-f4c868c25eaa4bb4 --out-dir /tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C strip=debuginfo -L dependency=/tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.DCbniOMD4F/target/release/deps --cap-lints warn -Ctarget-feature=+backchain --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` 582s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS=-Ctarget-feature=+backchain CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.DCbniOMD4F/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.DCbniOMD4F/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 582s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.DCbniOMD4F/target/release/deps:/tmp/tmp.DCbniOMD4F/target/release:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=3 OUT_DIR=/tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/build/libc-81cf1ff4fe9d7655/out PROFILE=release RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.DCbniOMD4F/target/release/build/libc-7e8f0a655396b248/build-script-build` 582s [libc 0.2.169] cargo:rerun-if-changed=build.rs 582s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 582s [libc 0.2.169] cargo:rustc-cfg=freebsd11 582s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 582s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 582s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.DCbniOMD4F/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.DCbniOMD4F/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 582s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.DCbniOMD4F/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.DCbniOMD4F/target/release/deps OUT_DIR=/tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/build/libc-81cf1ff4fe9d7655/out rustc --crate-name libc --edition=2021 /tmp/tmp.DCbniOMD4F/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=8a14e953bd95a320 -C extra-filename=-8a14e953bd95a320 --out-dir /tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C strip=debuginfo -L dependency=/tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.DCbniOMD4F/target/release/deps --cap-lints warn -Ctarget-feature=+backchain --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_time64_abi)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` 582s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 582s | 582s = note: this feature is not stably supported; its behavior can change in the future 582s 582s warning: unused import: `crate::ntptimeval` 582s --> /tmp/tmp.DCbniOMD4F/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 582s | 582s 5 | use crate::ntptimeval; 582s | ^^^^^^^^^^^^^^^^^ 582s | 582s = note: `#[warn(unused_imports)]` on by default 582s 582s warning: `anyhow` (lib) generated 1 warning 582s Compiling cfg-if v1.0.0 582s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.DCbniOMD4F/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.DCbniOMD4F/registry/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] 582s parameters. Structured like an if-else chain, the first matching branch is the 582s item that gets emitted. 582s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.DCbniOMD4F/registry/cfg-if-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.DCbniOMD4F/target/release/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.DCbniOMD4F/registry/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core"))' -C metadata=c01f12a529e29af4 -C extra-filename=-c01f12a529e29af4 --out-dir /tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C strip=debuginfo -L dependency=/tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.DCbniOMD4F/target/release/deps --cap-lints warn -Ctarget-feature=+backchain` 582s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 582s warning: `libc` (lib) generated 2 warnings (1 duplicate) 582s Compiling wasmtime-jit-icache-coherence v26.0.1 (/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1) 582s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=wasmtime_jit_icache_coherence CARGO_MANIFEST_DIR=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1/Cargo.toml CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='Utilities for JIT icache maintenance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-jit-icache-coherence CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION=1.78.0 CARGO_PKG_VERSION=26.0.1 CARGO_PKG_VERSION_MAJOR=26 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1 LD_LIBRARY_PATH=/tmp/tmp.DCbniOMD4F/target/release/deps rustc --crate-name wasmtime_jit_icache_coherence --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no '--allow=clippy::all' --warn=unused_import_braces --warn=unused_extern_crates --warn=unused-macro-rules --warn=unused-lifetimes --warn=unstable_features '--warn=clippy::unnecessary_to_owned' '--warn=clippy::unnecessary_mut_passed' '--warn=clippy::unnecessary_fallible_conversions' '--warn=clippy::unnecessary_cast' '--warn=clippy::uninlined_format_args' --warn=trivial_numeric_casts '--warn=clippy::map_clone' '--warn=clippy::manual_strip' '--warn=clippy::clone_on_copy' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("one-core"))' -C metadata=0af59899c8f4112c -C extra-filename=-0af59899c8f4112c --out-dir /tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/deps --target s390x-unknown-linux-gnu -C strip=debuginfo -L dependency=/tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/deps -L dependency=/tmp/tmp.DCbniOMD4F/target/release/deps --extern anyhow=/tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/deps/libanyhow-f4c868c25eaa4bb4.rlib --extern cfg_if=/tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/deps/libcfg_if-c01f12a529e29af4.rlib --extern libc=/tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/deps/liblibc-8a14e953bd95a320.rlib -Ctarget-feature=+backchain` 582s warning: `wasmtime-jit-icache-coherence` (lib test) generated 1 warning (1 duplicate) 582s Finished `release` profile [optimized] target(s) in 1.26s 582s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/wasmtime-jit-icache-coherence-26.0.1/Cargo.toml CARGO_PKG_AUTHORS='The Wasmtime Project Developers' CARGO_PKG_DESCRIPTION='Utilities for JIT icache maintenance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmtime-jit-icache-coherence CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_RUST_VERSION=1.78.0 CARGO_PKG_VERSION=26.0.1 CARGO_PKG_VERSION_MAJOR=26 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/deps:/tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.DCbniOMD4F/target/s390x-unknown-linux-gnu/release/deps/wasmtime_jit_icache_coherence-0af59899c8f4112c` 582s 582s running 0 tests 582s 582s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 582s 582s /tmp/autopkgtest.bYMrYq/wrapper.sh: checking for leaked background processes... 582s /tmp/autopkgtest.bYMrYq/wrapper.sh: waiting for tee/cat subprocesses... 582s /tmp/autopkgtest.bYMrYq/wrapper.sh: cleaning up... 582s /tmp/autopkgtest.bYMrYq/wrapper.sh: Exit status: 0 582s autopkgtest: DBG: testbed command exited with code 0 583s autopkgtest [22:29:43]: test wasmtime-jit-icache-coherence:: -----------------------] 583s autopkgtest: DBG: testbed executing test finished with exit status 0 583s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence%3A-stdout /tmp/autopkgtest-work.6xx7lkuf/out/wasmtime-jit-icache-coherence%3A-stdout 583s autopkgtest: DBG: got reply from testbed: ok 583s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence%3A-stderr /tmp/autopkgtest-work.6xx7lkuf/out/wasmtime-jit-icache-coherence%3A-stderr 583s autopkgtest: DBG: got reply from testbed: ok 583s wasmtime-jit-icache-coherence: PASS 583s autopkgtest [22:29:43]: test wasmtime-jit-icache-coherence:: - - - - - - - - - - results - - - - - - - - - - 583s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence%3A-artifacts/ /tmp/autopkgtest-work.6xx7lkuf/out/artifacts/ 583s autopkgtest: DBG: got reply from testbed: ok 583s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.bYMrYq/wasmtime-jit-icache-coherence:-artifacts', '/tmp/autopkgtest.bYMrYq/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 583s autopkgtest: DBG: testbed command exited with code 0 583s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 583s autopkgtest [22:29:43]: @@@@@@@@@@@@@@@@@@@@ summary 583s cranelift:@ SKIP Test declares architecture as not supported: s390x 583s cranelift:default SKIP Test declares architecture as not supported: s390x 583s cranelift: SKIP Test declares architecture as not supported: s390x 583s cranelift:core SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:std SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:frontend SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:interpreter SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:jit SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:module SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:native SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:object SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s wasmtime-jit-icache-coherence:one-core SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:@ SKIP Test declares architecture as not supported: s390x 583s cranelift:default SKIP Test declares architecture as not supported: s390x 583s cranelift: SKIP Test declares architecture as not supported: s390x 583s cranelift:core SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:std SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:frontend SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:interpreter SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:jit SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:module SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:native SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s cranelift:object SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s wasmtime-jit-icache-coherence:one-core SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 583s wasmtime-jit-icache-coherence:@ PASS 583s wasmtime-jit-icache-coherence:default PASS 583s wasmtime-jit-icache-coherence: PASS 583s autopkgtest: DBG: testbed stop 583s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.bYMrYq 583s autopkgtest: DBG: sending command to testbed: close 601s autopkgtest: DBG: got reply from testbed: ok 601s autopkgtest: DBG: sending command to testbed: quit 601s nova [W] Using flock in prodstack6-s390x 601s flock: timeout while waiting to get lock 601s Creating nova instance adt-plucky-s390x-rust-wasmtime-20250218-222000-juju-7f2275-prod-proposed-migration-environment-15-0a97cbe8-d745-4835-8962-e115ebdb8918 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 601s nova [W] Timed out waiting for da07e8bd-2880-4fd3-8e70-f26ee17b1a83 to get deleted. 601s nova [W] Using flock in prodstack6-s390x 601s flock: timeout while waiting to get lock 601s Creating nova instance adt-plucky-s390x-rust-wasmtime-20250218-222000-juju-7f2275-prod-proposed-migration-environment-15-0a97cbe8-d745-4835-8962-e115ebdb8918 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 601s nova [W] Timed out waiting for be61a267-7c60-4a30-8f6d-37d483e57314 to get deleted. 601s nova [W] Using flock in prodstack6-s390x 601s flock: timeout while waiting to get lock 601s Creating nova instance adt-plucky-s390x-rust-wasmtime-20250218-222000-juju-7f2275-prod-proposed-migration-environment-15-0a97cbe8-d745-4835-8962-e115ebdb8918 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 601s nova [W] Timed out waiting for d62af053-d2c1-4774-b080-dfceac921e84 to get deleted.