0s autopkgtest: DBG: testbed init 0s autopkgtest [08:37:48]: starting date and time: 2025-02-15 08:37:48+0000 0s autopkgtest [08:37:48]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [08:37:48]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.fmhhmmdj/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:rust-defaults,src:libgit2,src:rustc-1.84 --apt-upgrade rust-gix-bitmap --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- 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-gix-bitmap-20250215-083748-juju-7f2275-prod-proposed-migration-environment-15-7ad1fa14-5aac-4431-8a0e-624617e2989c --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 101s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.vwSkrR 101s autopkgtest: DBG: sending command to testbed: print-execute-command 101s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.5ixp67wm/runcmd 101s autopkgtest: DBG: sending command to testbed: capabilities 101s autopkgtest: DBG: got reply from testbed: ok revert-full-system revert suggested-normal-user=ubuntu reboot isolation-machine root-on-testbed 101s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'revert', 'suggested-normal-user=ubuntu', 'reboot', 'isolation-machine', 'root-on-testbed', 'has_internet'] 101s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.vwSkrR'], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.vwSkrR/wrapper.sh 102s autopkgtest: DBG: got reply from testbed: ok 102s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.vwSkrR/wrapper.sh'], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest [08:39:30]: testbed dpkg architecture: s390x 102s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest [08:39:30]: testbed apt version: 2.9.28 102s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed has eatmydata 102s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [08:39:31]: @@@@@@@@@@@@@@@@@@@@ test bed setup 103s 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 [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [08:39:31]: testbed release detected to be: None 103s 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 [] 103s autopkgtest: DBG: testbed command exited with code 0 103s 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 [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: adding APT source: Types: deb deb-src 103s URIs: http://ftpmaster.internal/ubuntu/ 103s Suites: plucky-proposed 103s Components: main restricted universe multiverse 103s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 103s 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 [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 103s Package: * 103s Pin: release plucky-proposed 103s Pin-Priority: 500 103s 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 [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [08:39:31]: updating testbed package index (apt update) 103s 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'] 104s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 104s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 104s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 104s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 104s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.5 kB] 104s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [864 kB] 105s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [66.4 kB] 105s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 105s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [80.4 kB] 105s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 105s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [806 kB] 105s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4016 B] 105s Fetched 1949 kB in 1s (1967 kB/s) 105s Reading package lists... 105s autopkgtest: DBG: testbed command exited with code 0 105s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 105s Package: * 105s Pin: release plucky-proposed 105s Pin-Priority: 100 105s 105s Package: src:rust-defaults:any src:libgit2:any src:rustc-1.84:any 105s Pin: release plucky-proposed 105s Pin-Priority: 995 105s 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-defaults:any src:libgit2:any src:rustc-1.84:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 106s autopkgtest: DBG: testbed command exited with code 0 106s 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.vwSkrR/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 106s autopkgtest: DBG: testbed command exited with code 0 106s 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'] 106s + lsb_release --codename --short 106s + RELEASE=plucky 106s + cat 106s + [ plucky != trusty ] 106s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 106s Reading package lists... 106s Building dependency tree... 106s Reading state information... 106s Calculating upgrade... 106s The following packages were automatically installed and are no longer required: 106s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 106s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 106s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 106s linux-tools-6.11.0-8-generic 106s Use 'sudo apt autoremove' to remove them. 106s The following packages will be upgraded: 106s gcc-14-base libatomic1 libgcc-s1 libstdc++6 106s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 106s Need to get 995 kB of archives. 106s After this operation, 0 B of additional disk space will be used. 106s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 14.2.0-17ubuntu1 [9430 B] 106s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-base s390x 14.2.0-17ubuntu1 [53.5 kB] 106s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 14.2.0-17ubuntu1 [896 kB] 107s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 14.2.0-17ubuntu1 [35.9 kB] 107s Fetched 995 kB in 1s (1782 kB/s) 107s (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 ... 80969 files and directories currently installed.) 107s Preparing to unpack .../libatomic1_14.2.0-17ubuntu1_s390x.deb ... 107s Unpacking libatomic1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 107s Preparing to unpack .../gcc-14-base_14.2.0-17ubuntu1_s390x.deb ... 107s Unpacking gcc-14-base:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 107s Setting up gcc-14-base:s390x (14.2.0-17ubuntu1) ... 107s (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 ... 80969 files and directories currently installed.) 107s Preparing to unpack .../libstdc++6_14.2.0-17ubuntu1_s390x.deb ... 107s Unpacking libstdc++6:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 107s Setting up libstdc++6:s390x (14.2.0-17ubuntu1) ... 107s (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 ... 80969 files and directories currently installed.) 107s Preparing to unpack .../libgcc-s1_14.2.0-17ubuntu1_s390x.deb ... 107s Unpacking libgcc-s1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 107s Setting up libgcc-s1:s390x (14.2.0-17ubuntu1) ... 107s Setting up libatomic1:s390x (14.2.0-17ubuntu1) ... 107s Processing triggers for libc-bin (2.40-4ubuntu1) ... 107s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 107s + /usr/lib/apt/apt-helper analyze-pattern ?true 107s + uname -r 107s + sed s/\./\\./g 107s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 107s + apt list ?obsolete 107s + tail -n+2 107s + cut -d/ -f1 107s + grep -v ^linux-.*6\.12\.0-15-generic.* 108s + true 108s + obsolete_pkgs= 108s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 108s Reading package lists... 108s Building dependency tree... 108s Reading state information... 108s The following packages will be REMOVED: 108s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 108s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 108s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 108s linux-tools-6.11.0-8-generic* 108s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 108s After this operation, 167 MB disk space will be freed. 108s (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 ... 80969 files and directories currently installed.) 108s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 108s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 108s Removing libpython3.12t64:s390x (3.12.9-1) ... 108s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 108s Removing libnsl2:s390x (1.3.0-3build3) ... 108s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 108s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 108s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 109s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 109s Processing triggers for libc-bin (2.40-4ubuntu1) ... 109s (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 ... 55869 files and directories currently installed.) 109s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 109s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 109s + grep -q trusty /etc/lsb-release 109s + [ ! -d /usr/share/doc/unattended-upgrades ] 109s + [ ! -d /usr/share/doc/lxd ] 109s + [ ! -d /usr/share/doc/lxd-client ] 109s + [ ! -d /usr/share/doc/snapd ] 109s + type iptables 109s + cat 109s + chmod 755 /etc/rc.local 109s + . /etc/rc.local 109s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 109s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 109s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 109s + uname -m 109s + [ s390x = ppc64le ] 109s + [ -d /run/systemd/system ] 109s + systemd-detect-virt --quiet --vm 109s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 109s + cat 109s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 109s + echo COMPRESS=lz4 109s autopkgtest: DBG: testbed command exited with code 0 109s autopkgtest [08:39:37]: upgrading testbed (apt dist-upgrade and autopurge) 109s 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'] 109s Reading package lists... 110s Building dependency tree... 110s Reading state information... 110s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 110s Starting 2 pkgProblemResolver with broken count: 0 110s Done 110s Entering ResolveByKeep 110s 110s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 110s autopkgtest: DBG: testbed command exited with code 0 110s 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'] 110s Reading package lists... 110s Building dependency tree... 110s Reading state information... 111s Starting pkgProblemResolver with broken count: 0 111s Starting 2 pkgProblemResolver with broken count: 0 111s Done 111s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 111s autopkgtest: DBG: testbed command exited with code 0 111s 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.vwSkrR/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 111s autopkgtest: DBG: testbed command exited with code 1 111s autopkgtest [08:39:39]: rebooting testbed after setup commands that affected boot 111s autopkgtest: DBG: sending command to testbed: reboot 129s autopkgtest: DBG: got reply from testbed: ok 129s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 129s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.vwSkrR'], kind short, sout raw, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.vwSkrR/autopkgtest-reboot 129s autopkgtest: DBG: got reply from testbed: ok 129s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.vwSkrR/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.vwSkrR/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.vwSkrR/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.vwSkrR'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.vwSkrR/autopkgtest-reboot-prepare 130s autopkgtest: DBG: got reply from testbed: ok 130s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.vwSkrR/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.vwSkrR/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest [08:39:58]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 130s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.vwSkrR/testbed-packages"], kind short, sout raw, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/testbed-packages /tmp/autopkgtest-work.fmhhmmdj/out/testbed-packages 131s autopkgtest: DBG: got reply from testbed: ok 131s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 131s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.vwSkrR'], kind short, sout raw, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.vwSkrR/autopkgtest-reboot 131s autopkgtest: DBG: got reply from testbed: ok 131s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.vwSkrR/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.vwSkrR/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.vwSkrR/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.vwSkrR'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.vwSkrR/autopkgtest-reboot-prepare 132s autopkgtest: DBG: got reply from testbed: ok 132s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.vwSkrR/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.vwSkrR/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: Binaries: initialising 133s autopkgtest [08:40:01]: @@@@@@@@@@@@@@@@@@@@ apt-source rust-gix-bitmap 133s autopkgtest: DBG: blame += rust-gix-bitmap 133s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 133s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'rust-gix-bitmap'], kind short, sout pipe, serr pipe, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^librust-gix-bitmap-dev$'], kind short, sout pipe, serr raw, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'librust-gix-bitmap-dev=0.2.11-1'], kind short, sout pipe, serr raw, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest: DBG: install_deps: deps_new=[] 134s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 134s autopkgtest: DBG: testbed command exited with code 0 134s 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.vwSkrR/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source rust-gix-bitmap=0.2.11-1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x rust-gix-bitmap_*.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-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1'] 134s + cd / 134s + mktemp -d /tmp/autopkgtest.vwSkrR/build.XXX 134s + builddir=/tmp/autopkgtest.vwSkrR/build.0Q2 134s + cd /tmp/autopkgtest.vwSkrR/build.0Q2 134s + apt-get source -d -q --only-source rust-gix-bitmap=0.2.11-1 134s + OUT=Reading package lists... 134s NOTICE: 'rust-gix-bitmap' packaging is maintained in the 'Git' version control system at: 134s https://salsa.debian.org/rust-team/debcargo-conf.git [src/gix-bitmap] 134s Please use: 134s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/gix-bitmap] 134s to retrieve the latest (possibly unreleased) updates to the package. 134s Need to get 11.8 kB of source archives. 134s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-gix-bitmap 0.2.11-1 (dsc) [2264 B] 134s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-gix-bitmap 0.2.11-1 (tar) [6920 B] 134s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-gix-bitmap 0.2.11-1 (diff) [2648 B] 134s Fetched 11.8 kB in 0s (45.5 kB/s) 134s Download complete and in download only mode 134s + [ -n ] 134s + echo Reading package lists... 134s NOTICE: 'rust-gix-bitmap' packaging is maintained in the 'Git' version control system at: 134s https://salsa.debian.org/rust-team/debcargo-conf.git [src/gix-bitmap] 134s Please use: 134s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/gix-bitmap] 134s to retrieve the latest (possibly unreleased) updates to the package. 134s Need to get 11.8 kB of source archives. 134s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-gix-bitmap 0.2.11-1 (dsc) [2264 B] 134s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-gix-bitmap 0.2.11-1 (tar) [6920 B] 134s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-gix-bitmap 0.2.11-1 (diff) [2648 B] 134s Fetched 11.8 kB in 0s (45.5 kB/s) 134s Download complete and in download only mode 134s + grep ^Get: 134s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-gix-bitmap 0.2.11-1 (dsc) [2264 B] 134s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-gix-bitmap 0.2.11-1 (tar) [6920 B] 134s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-gix-bitmap 0.2.11-1 (diff) [2648 B] 134s + dpkg-source -x rust-gix-bitmap_0.2.11-1.dsc src 134s gpgv: Signature made Mon Jun 17 19:23:25 2024 UTC 134s gpgv: using RSA key 6DD9067BB4E82B402673DA69761E532A37134530 134s gpgv: issuer "debian@fabian.gruenbichler.email" 134s gpgv: Can't check signature: No public key 134s dpkg-source: warning: cannot verify inline signature for ./rust-gix-bitmap_0.2.11-1.dsc: no acceptable signature found 134s + chmod -R a+rX . 134s + cd src/. 134s + pwd 134s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 134s autopkgtest: DBG: testbed command exited with code 0 134s autopkgtest [08:40:02]: testing package rust-gix-bitmap version 0.2.11-1 134s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/build.0Q2/src/debian/ /tmp/autopkgtest-work.fmhhmmdj/out/pkg/debian/ 135s autopkgtest: DBG: got reply from testbed: ok 135s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 135s autopkgtest: DBG: processing dependency @ 135s autopkgtest: DBG: synthesised dependency librust-gix-bitmap-dev 135s autopkgtest: DBG: Test defined: name rust-gix-bitmap:@ path None command "/usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets --all-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=rust-gix-bitmap:@'] depends ['dh-cargo (>= 18)', 'librust-gix-bitmap-dev'] 135s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 135s autopkgtest: DBG: processing dependency @ 135s autopkgtest: DBG: synthesised dependency librust-gix-bitmap-dev 135s autopkgtest: DBG: Test defined: name librust-gix-bitmap-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-gix-bitmap-dev:default'] depends ['dh-cargo (>= 18)', 'librust-gix-bitmap-dev'] 135s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 135s autopkgtest: DBG: processing dependency @ 135s autopkgtest: DBG: synthesised dependency librust-gix-bitmap-dev 135s autopkgtest: DBG: Test defined: name librust-gix-bitmap-dev: path None command "/usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets --no-default-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-gix-bitmap-dev:'] depends ['dh-cargo (>= 18)', 'librust-gix-bitmap-dev'] 135s autopkgtest [08:40:03]: build not needed 135s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/build.0Q2/src/ /tmp/autopkgtest-work.fmhhmmdj/out/tests-tree/ 135s autopkgtest: DBG: got reply from testbed: ok 135s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 135s autopkgtest: DBG: processing dependency @ 135s autopkgtest: DBG: synthesised dependency librust-gix-bitmap-dev 135s autopkgtest: DBG: Test defined: name rust-gix-bitmap:@ path None command "/usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets --all-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=rust-gix-bitmap:@'] depends ['dh-cargo (>= 18)', 'librust-gix-bitmap-dev'] 135s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 135s autopkgtest: DBG: processing dependency @ 135s autopkgtest: DBG: synthesised dependency librust-gix-bitmap-dev 135s autopkgtest: DBG: Test defined: name librust-gix-bitmap-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-gix-bitmap-dev:default'] depends ['dh-cargo (>= 18)', 'librust-gix-bitmap-dev'] 135s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 135s autopkgtest: DBG: processing dependency @ 135s autopkgtest: DBG: synthesised dependency librust-gix-bitmap-dev 135s autopkgtest: DBG: Test defined: name librust-gix-bitmap-dev: path None command "/usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets --no-default-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-gix-bitmap-dev:'] depends ['dh-cargo (>= 18)', 'librust-gix-bitmap-dev'] 135s autopkgtest [08:40:03]: test rust-gix-bitmap:@: preparing testbed 135s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['dh-cargo (>= 18)', 'librust-gix-bitmap-dev'] 135s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 135s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-gix-bitmap-dev'] 135s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-gix-bitmap-dev 135s autopkgtest: DBG: can use apt-get on testbed: True 135s 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-cargo (>= 18), librust-gix-bitmap-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 136s Reading package lists... 136s Building dependency tree... 136s Reading state information... 136s Starting pkgProblemResolver with broken count: 0 136s Starting 2 pkgProblemResolver with broken count: 0 136s Done 136s The following NEW packages will be installed: 136s autoconf automake autopoint autotools-dev cargo cargo-1.84 cpp cpp-14 136s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 136s dh-cargo dh-cargo-tools dh-strip-nondeterminism dwz gcc gcc-14 136s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gettext intltool-debian 136s libarchive-zip-perl libasan8 libcc1-0 libdebhelper-perl 136s libfile-stripnondeterminism-perl libgcc-14-dev libgit2-1.9 libgomp1 libisl23 136s libitm1 libmpc3 librust-gix-bitmap-dev librust-proc-macro2-dev 136s librust-quote-dev librust-syn-dev librust-thiserror-1-dev 136s librust-thiserror-impl-1-dev librust-unicode-ident-dev libstd-rust-1.84 136s libstd-rust-1.84-dev libtool libubsan1 m4 po-debconf rustc rustc-1.84 136s 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. 136s Need to get 132 MB of archives. 136s After this operation, 502 MB of additional disk space will be used. 136s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 137s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 137s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 137s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 137s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 137s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libgit2-1.9 s390x 1.9.0~ds-0ubuntu1 [601 kB] 137s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libstd-rust-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [29.9 MB] 138s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libstd-rust-1.84-dev s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [47.9 MB] 140s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 140s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 140s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 140s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 140s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 140s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 140s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-17ubuntu1 [50.7 kB] 140s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-17ubuntu1 [151 kB] 140s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-17ubuntu1 [30.9 kB] 141s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-17ubuntu1 [2964 kB] 141s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-17ubuntu1 [1184 kB] 141s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 141s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 141s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 141s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 141s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 141s Get:25 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x rustc-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [6414 kB] 141s Get:26 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x cargo-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [7497 kB] 142s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 142s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 142s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 142s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 142s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 142s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 142s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 142s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 142s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 142s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 142s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 142s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 142s Get:39 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x rustc s390x 1.84.0ubuntu1 [2830 B] 142s Get:40 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x cargo s390x 1.84.0ubuntu1 [2240 B] 142s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo-tools all 31ubuntu4 [5834 B] 142s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo all 31ubuntu4 [8668 B] 142s Get:43 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-ident-dev s390x 1.0.13-1 [38.5 kB] 142s Get:44 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro2-dev s390x 1.0.92-1 [46.1 kB] 142s Get:45 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quote-dev s390x 1.0.37-1 [29.5 kB] 142s Get:46 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-syn-dev s390x 2.0.96-2 [227 kB] 142s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-impl-1-dev s390x 1.0.69-1 [20.0 kB] 142s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-1-dev s390x 1.0.69-1 [25.6 kB] 142s Get:49 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gix-bitmap-dev s390x 0.2.11-1 [8616 B] 142s Fetched 132 MB in 6s (21.8 MB/s) 142s Selecting previously unselected package m4. 142s (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 ... 55867 files and directories currently installed.) 142s Preparing to unpack .../00-m4_1.4.19-5_s390x.deb ... 142s Unpacking m4 (1.4.19-5) ... 143s Selecting previously unselected package autoconf. 143s Preparing to unpack .../01-autoconf_2.72-3_all.deb ... 143s Unpacking autoconf (2.72-3) ... 143s Selecting previously unselected package autotools-dev. 143s Preparing to unpack .../02-autotools-dev_20220109.1_all.deb ... 143s Unpacking autotools-dev (20220109.1) ... 143s Selecting previously unselected package automake. 143s Preparing to unpack .../03-automake_1%3a1.17-3_all.deb ... 143s Unpacking automake (1:1.17-3) ... 143s Selecting previously unselected package autopoint. 143s Preparing to unpack .../04-autopoint_0.23.1-1_all.deb ... 143s Unpacking autopoint (0.23.1-1) ... 143s Selecting previously unselected package libgit2-1.9:s390x. 143s Preparing to unpack .../05-libgit2-1.9_1.9.0~ds-0ubuntu1_s390x.deb ... 143s Unpacking libgit2-1.9:s390x (1.9.0~ds-0ubuntu1) ... 143s Selecting previously unselected package libstd-rust-1.84:s390x. 143s Preparing to unpack .../06-libstd-rust-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 143s Unpacking libstd-rust-1.84:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 143s Selecting previously unselected package libstd-rust-1.84-dev:s390x. 143s Preparing to unpack .../07-libstd-rust-1.84-dev_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 143s Unpacking libstd-rust-1.84-dev:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 144s Selecting previously unselected package libisl23:s390x. 144s Preparing to unpack .../08-libisl23_0.27-1_s390x.deb ... 144s Unpacking libisl23:s390x (0.27-1) ... 144s Selecting previously unselected package libmpc3:s390x. 144s Preparing to unpack .../09-libmpc3_1.3.1-1build2_s390x.deb ... 144s Unpacking libmpc3:s390x (1.3.1-1build2) ... 144s Selecting previously unselected package cpp-14-s390x-linux-gnu. 144s Preparing to unpack .../10-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package cpp-14. 144s Preparing to unpack .../11-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package cpp-s390x-linux-gnu. 144s Preparing to unpack .../12-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 144s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 144s Selecting previously unselected package cpp. 144s Preparing to unpack .../13-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 144s Unpacking cpp (4:14.2.0-1ubuntu1) ... 144s Selecting previously unselected package libcc1-0:s390x. 144s Preparing to unpack .../14-libcc1-0_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking libcc1-0:s390x (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package libgomp1:s390x. 144s Preparing to unpack .../15-libgomp1_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking libgomp1:s390x (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package libitm1:s390x. 144s Preparing to unpack .../16-libitm1_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking libitm1:s390x (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package libasan8:s390x. 144s Preparing to unpack .../17-libasan8_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking libasan8:s390x (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package libubsan1:s390x. 144s Preparing to unpack .../18-libubsan1_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking libubsan1:s390x (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package libgcc-14-dev:s390x. 144s Preparing to unpack .../19-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package gcc-14-s390x-linux-gnu. 144s Preparing to unpack .../20-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package gcc-14. 144s Preparing to unpack .../21-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 144s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 144s Selecting previously unselected package gcc-s390x-linux-gnu. 144s Preparing to unpack .../22-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 144s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 144s Selecting previously unselected package gcc. 144s Preparing to unpack .../23-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 144s Unpacking gcc (4:14.2.0-1ubuntu1) ... 144s Selecting previously unselected package rustc-1.84. 144s Preparing to unpack .../24-rustc-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 144s Unpacking rustc-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 145s Selecting previously unselected package cargo-1.84. 145s Preparing to unpack .../25-cargo-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 145s Unpacking cargo-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 145s Selecting previously unselected package libdebhelper-perl. 145s Preparing to unpack .../26-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 145s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 145s Selecting previously unselected package libtool. 145s Preparing to unpack .../27-libtool_2.5.4-3build1_all.deb ... 145s Unpacking libtool (2.5.4-3build1) ... 145s Selecting previously unselected package dh-autoreconf. 145s Preparing to unpack .../28-dh-autoreconf_20_all.deb ... 145s Unpacking dh-autoreconf (20) ... 145s Selecting previously unselected package libarchive-zip-perl. 145s Preparing to unpack .../29-libarchive-zip-perl_1.68-1_all.deb ... 145s Unpacking libarchive-zip-perl (1.68-1) ... 145s Selecting previously unselected package libfile-stripnondeterminism-perl. 145s Preparing to unpack .../30-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 145s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 145s Selecting previously unselected package dh-strip-nondeterminism. 145s Preparing to unpack .../31-dh-strip-nondeterminism_1.14.1-2_all.deb ... 145s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 145s Selecting previously unselected package debugedit. 145s Preparing to unpack .../32-debugedit_1%3a5.1-2_s390x.deb ... 145s Unpacking debugedit (1:5.1-2) ... 145s Selecting previously unselected package dwz. 145s Preparing to unpack .../33-dwz_0.15-1build6_s390x.deb ... 145s Unpacking dwz (0.15-1build6) ... 145s Selecting previously unselected package gettext. 145s Preparing to unpack .../34-gettext_0.23.1-1_s390x.deb ... 145s Unpacking gettext (0.23.1-1) ... 145s Selecting previously unselected package intltool-debian. 145s Preparing to unpack .../35-intltool-debian_0.35.0+20060710.6_all.deb ... 145s Unpacking intltool-debian (0.35.0+20060710.6) ... 145s Selecting previously unselected package po-debconf. 145s Preparing to unpack .../36-po-debconf_1.0.21+nmu1_all.deb ... 145s Unpacking po-debconf (1.0.21+nmu1) ... 145s Selecting previously unselected package debhelper. 145s Preparing to unpack .../37-debhelper_13.24.1ubuntu2_all.deb ... 145s Unpacking debhelper (13.24.1ubuntu2) ... 145s Selecting previously unselected package rustc. 145s Preparing to unpack .../38-rustc_1.84.0ubuntu1_s390x.deb ... 145s Unpacking rustc (1.84.0ubuntu1) ... 145s Selecting previously unselected package cargo. 145s Preparing to unpack .../39-cargo_1.84.0ubuntu1_s390x.deb ... 145s Unpacking cargo (1.84.0ubuntu1) ... 145s Selecting previously unselected package dh-cargo-tools. 145s Preparing to unpack .../40-dh-cargo-tools_31ubuntu4_all.deb ... 145s Unpacking dh-cargo-tools (31ubuntu4) ... 145s Selecting previously unselected package dh-cargo. 145s Preparing to unpack .../41-dh-cargo_31ubuntu4_all.deb ... 145s Unpacking dh-cargo (31ubuntu4) ... 145s Selecting previously unselected package librust-unicode-ident-dev:s390x. 145s Preparing to unpack .../42-librust-unicode-ident-dev_1.0.13-1_s390x.deb ... 145s Unpacking librust-unicode-ident-dev:s390x (1.0.13-1) ... 145s Selecting previously unselected package librust-proc-macro2-dev:s390x. 145s Preparing to unpack .../43-librust-proc-macro2-dev_1.0.92-1_s390x.deb ... 145s Unpacking librust-proc-macro2-dev:s390x (1.0.92-1) ... 145s Selecting previously unselected package librust-quote-dev:s390x. 145s Preparing to unpack .../44-librust-quote-dev_1.0.37-1_s390x.deb ... 145s Unpacking librust-quote-dev:s390x (1.0.37-1) ... 145s Selecting previously unselected package librust-syn-dev:s390x. 145s Preparing to unpack .../45-librust-syn-dev_2.0.96-2_s390x.deb ... 145s Unpacking librust-syn-dev:s390x (2.0.96-2) ... 145s Selecting previously unselected package librust-thiserror-impl-1-dev:s390x. 145s Preparing to unpack .../46-librust-thiserror-impl-1-dev_1.0.69-1_s390x.deb ... 145s Unpacking librust-thiserror-impl-1-dev:s390x (1.0.69-1) ... 145s Selecting previously unselected package librust-thiserror-1-dev:s390x. 145s Preparing to unpack .../47-librust-thiserror-1-dev_1.0.69-1_s390x.deb ... 145s Unpacking librust-thiserror-1-dev:s390x (1.0.69-1) ... 145s Selecting previously unselected package librust-gix-bitmap-dev:s390x. 145s Preparing to unpack .../48-librust-gix-bitmap-dev_0.2.11-1_s390x.deb ... 145s Unpacking librust-gix-bitmap-dev:s390x (0.2.11-1) ... 145s Setting up dh-cargo-tools (31ubuntu4) ... 145s Setting up libarchive-zip-perl (1.68-1) ... 145s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 145s Setting up m4 (1.4.19-5) ... 145s Setting up libgomp1:s390x (14.2.0-17ubuntu1) ... 145s Setting up autotools-dev (20220109.1) ... 145s Setting up libmpc3:s390x (1.3.1-1build2) ... 145s Setting up autopoint (0.23.1-1) ... 145s Setting up libgit2-1.9:s390x (1.9.0~ds-0ubuntu1) ... 145s Setting up autoconf (2.72-3) ... 145s Setting up libstd-rust-1.84:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 145s Setting up libubsan1:s390x (14.2.0-17ubuntu1) ... 145s Setting up librust-unicode-ident-dev:s390x (1.0.13-1) ... 145s Setting up dwz (0.15-1build6) ... 145s Setting up libasan8:s390x (14.2.0-17ubuntu1) ... 145s Setting up libstd-rust-1.84-dev:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 145s Setting up debugedit (1:5.1-2) ... 145s Setting up libisl23:s390x (0.27-1) ... 145s Setting up libcc1-0:s390x (14.2.0-17ubuntu1) ... 145s Setting up libitm1:s390x (14.2.0-17ubuntu1) ... 145s Setting up automake (1:1.17-3) ... 145s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 145s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 145s Setting up gettext (0.23.1-1) ... 145s Setting up librust-proc-macro2-dev:s390x (1.0.92-1) ... 145s Setting up intltool-debian (0.35.0+20060710.6) ... 145s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 145s Setting up cpp-14 (14.2.0-17ubuntu1) ... 145s Setting up dh-strip-nondeterminism (1.14.1-2) ... 145s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 145s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 145s Setting up po-debconf (1.0.21+nmu1) ... 145s Setting up librust-quote-dev:s390x (1.0.37-1) ... 145s Setting up librust-syn-dev:s390x (2.0.96-2) ... 145s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 145s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 145s Setting up cpp (4:14.2.0-1ubuntu1) ... 145s Setting up librust-thiserror-impl-1-dev:s390x (1.0.69-1) ... 145s Setting up librust-thiserror-1-dev:s390x (1.0.69-1) ... 145s Setting up gcc-14 (14.2.0-17ubuntu1) ... 145s Setting up librust-gix-bitmap-dev:s390x (0.2.11-1) ... 145s Setting up libtool (2.5.4-3build1) ... 145s Setting up gcc (4:14.2.0-1ubuntu1) ... 145s Setting up dh-autoreconf (20) ... 145s Setting up rustc-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 145s Setting up rustc (1.84.0ubuntu1) ... 145s Setting up cargo-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 145s Setting up debhelper (13.24.1ubuntu2) ... 145s Setting up cargo (1.84.0ubuntu1) ... 145s Setting up dh-cargo (31ubuntu4) ... 145s Processing triggers for libc-bin (2.40-4ubuntu1) ... 145s Processing triggers for man-db (2.13.0-1) ... 146s Processing triggers for install-info (7.1.1-1) ... 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-gix-bitmap-dev'], kind short, sout pipe, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.vwSkrR/rust-gix-bitmap:@-packages.all"], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/rust-gix-bitmap%3A%40-packages.all /tmp/autopkgtest-work.fmhhmmdj/out/rust-gix-bitmap%3A%40-packages.all 147s autopkgtest: DBG: got reply from testbed: ok 147s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.vwSkrR/build.0Q2/src'], kind short, sout raw, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.vwSkrR/build.0Q2/src already exists 147s autopkgtest [08:40:15]: test rust-gix-bitmap:@: /usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets --all-features 147s autopkgtest [08:40:15]: test rust-gix-bitmap:@: [----------------------- 147s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.vwSkrR/wrapper.sh --debug --artifacts=/tmp/autopkgtest.vwSkrR/rust-gix-bitmap:@-artifacts --chdir=/tmp/autopkgtest.vwSkrR/build.0Q2/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.vwSkrR/rust-gix-bitmap:@-stderr --stdout=/tmp/autopkgtest.vwSkrR/rust-gix-bitmap:@-stdout --tmp=/tmp/autopkgtest.vwSkrR/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- bash -ec '/usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets --all-features'"], kind test, sout raw, serr raw, env [] 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.vwSkrR/rust-gix-bitmap:@-artifacts 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: changing to directory: /tmp/autopkgtest.vwSkrR/build.0Q2/src 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: LANG=C.UTF-8 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LANGUAGE 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_ADDRESS 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_ALL 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_COLLATE 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_CTYPE 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_IDENTIFICATION 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_MEASUREMENT 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_MESSAGES 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_MONETARY 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_NAME 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_NUMERIC 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_PAPER 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_TELEPHONE 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_TIME 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: pretending to be a login shell 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: will write standard error to /tmp/autopkgtest.vwSkrR/rust-gix-bitmap:@-stderr 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: will write stdout to /tmp/autopkgtest.vwSkrR/rust-gix-bitmap:@-stdout 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.vwSkrR/autopkgtest_tmp 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets --all-features 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: copying /tmp/tmp.V5WVYwAvx4/out to stdout and file: /tmp/autopkgtest.vwSkrR/rust-gix-bitmap:@-stdout 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: copying /tmp/tmp.V5WVYwAvx4/err to standard error and file: /tmp/autopkgtest.vwSkrR/rust-gix-bitmap:@-stdout 147s /tmp/autopkgtest.vwSkrR/wrapper.sh: writing script pid 1824 to /tmp/autopkgtest_script_pid 147s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 147s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 147s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 147s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.BGyk19OmV4/registry/ 147s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 147s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 147s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 147s debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j2', '--target', 's390x-unknown-linux-gnu', '--all-targets', '--all-features'],) {} 147s Compiling proc-macro2 v1.0.92 147s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.BGyk19OmV4/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.BGyk19OmV4/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.BGyk19OmV4/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.BGyk19OmV4/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3832f39696f3f5db -C extra-filename=-3832f39696f3f5db --out-dir /tmp/tmp.BGyk19OmV4/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.BGyk19OmV4/target/debug/deps --cap-lints warn` 147s Compiling unicode-ident v1.0.13 147s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.BGyk19OmV4/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.BGyk19OmV4/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.BGyk19OmV4/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.BGyk19OmV4/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d182fe9243248fe -C extra-filename=-5d182fe9243248fe --out-dir /tmp/tmp.BGyk19OmV4/target/debug/deps -L dependency=/tmp/tmp.BGyk19OmV4/target/debug/deps --cap-lints warn` 147s Compiling thiserror v1.0.69 147s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.BGyk19OmV4/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.BGyk19OmV4/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.BGyk19OmV4/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.BGyk19OmV4/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd39d6a520033168 -C extra-filename=-dd39d6a520033168 --out-dir /tmp/tmp.BGyk19OmV4/target/debug/build/thiserror-dd39d6a520033168 -L dependency=/tmp/tmp.BGyk19OmV4/target/debug/deps --cap-lints warn` 148s Running `CARGO=/usr/lib/rust-1.84/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='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.BGyk19OmV4/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.BGyk19OmV4/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.BGyk19OmV4/target/debug/deps:/tmp/tmp.BGyk19OmV4/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.BGyk19OmV4/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.BGyk19OmV4/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 148s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 148s Running `CARGO=/usr/lib/rust-1.84/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='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gix-bitmap-0.2.11=/usr/share/cargo/registry/gix-bitmap-0.2.11--remap-path-prefix/tmp/tmp.BGyk19OmV4/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.BGyk19OmV4/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.BGyk19OmV4/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.BGyk19OmV4/target/debug/deps:/tmp/tmp.BGyk19OmV4/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.BGyk19OmV4/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.BGyk19OmV4/target/debug/build/thiserror-dd39d6a520033168/build-script-build` 148s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 148s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 148s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 148s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 148s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 148s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.BGyk19OmV4/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.BGyk19OmV4/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.BGyk19OmV4/target/debug/deps OUT_DIR=/tmp/tmp.BGyk19OmV4/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.BGyk19OmV4/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccebc93d1de6cfe5 -C extra-filename=-ccebc93d1de6cfe5 --out-dir /tmp/tmp.BGyk19OmV4/target/debug/deps -L dependency=/tmp/tmp.BGyk19OmV4/target/debug/deps --extern unicode_ident=/tmp/tmp.BGyk19OmV4/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 148s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 148s Compiling quote v1.0.37 148s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.BGyk19OmV4/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.BGyk19OmV4/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.BGyk19OmV4/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.BGyk19OmV4/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dc92c6f25ee0f0c6 -C extra-filename=-dc92c6f25ee0f0c6 --out-dir /tmp/tmp.BGyk19OmV4/target/debug/deps -L dependency=/tmp/tmp.BGyk19OmV4/target/debug/deps --extern proc_macro2=/tmp/tmp.BGyk19OmV4/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 148s Compiling syn v2.0.96 148s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.BGyk19OmV4/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.BGyk19OmV4/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.BGyk19OmV4/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.BGyk19OmV4/registry/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"))' -C metadata=b2618e2f2b5bd1a7 -C extra-filename=-b2618e2f2b5bd1a7 --out-dir /tmp/tmp.BGyk19OmV4/target/debug/deps -L dependency=/tmp/tmp.BGyk19OmV4/target/debug/deps --extern proc_macro2=/tmp/tmp.BGyk19OmV4/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.BGyk19OmV4/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.BGyk19OmV4/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 150s Compiling thiserror-impl v1.0.69 150s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.BGyk19OmV4/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.BGyk19OmV4/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.BGyk19OmV4/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.BGyk19OmV4/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47c26cf9f34eaa1a -C extra-filename=-47c26cf9f34eaa1a --out-dir /tmp/tmp.BGyk19OmV4/target/debug/deps -L dependency=/tmp/tmp.BGyk19OmV4/target/debug/deps --extern proc_macro2=/tmp/tmp.BGyk19OmV4/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.BGyk19OmV4/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.BGyk19OmV4/target/debug/deps/libsyn-b2618e2f2b5bd1a7.rlib --extern proc_macro --cap-lints warn` 152s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.BGyk19OmV4/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.BGyk19OmV4/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.BGyk19OmV4/target/debug/deps OUT_DIR=/tmp/tmp.BGyk19OmV4/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.BGyk19OmV4/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5cbb283d943c993e -C extra-filename=-5cbb283d943c993e --out-dir /tmp/tmp.BGyk19OmV4/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.BGyk19OmV4/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.BGyk19OmV4/target/debug/deps --extern thiserror_impl=/tmp/tmp.BGyk19OmV4/target/debug/deps/libthiserror_impl-47c26cf9f34eaa1a.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gix-bitmap-0.2.11=/usr/share/cargo/registry/gix-bitmap-0.2.11 --remap-path-prefix /tmp/tmp.BGyk19OmV4/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 152s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 152s | 152s = note: this feature is not stably supported; its behavior can change in the future 152s 152s warning: `thiserror` (lib) generated 1 warning 152s Compiling gix-bitmap v0.2.11 (/usr/share/cargo/registry/gix-bitmap-0.2.11) 152s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gix_bitmap CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gix-bitmap-0.2.11 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gix-bitmap-0.2.11/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dedicated implementing the standard git bitmap format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-bitmap CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.2.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.BGyk19OmV4/target/debug/deps rustc --crate-name gix_bitmap --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bd3a34fed54caf6 -C extra-filename=-6bd3a34fed54caf6 --out-dir /tmp/tmp.BGyk19OmV4/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.BGyk19OmV4/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.BGyk19OmV4/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.BGyk19OmV4/target/debug/deps --extern thiserror=/tmp/tmp.BGyk19OmV4/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-5cbb283d943c993e.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gix-bitmap-0.2.11=/usr/share/cargo/registry/gix-bitmap-0.2.11 --remap-path-prefix /tmp/tmp.BGyk19OmV4/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 152s warning: `gix-bitmap` (lib test) generated 1 warning (1 duplicate) 152s Finished `test` profile [unoptimized + debuginfo] target(s) in 5.20s 152s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gix-bitmap-0.2.11 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gix-bitmap-0.2.11/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dedicated implementing the standard git bitmap format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-bitmap CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.2.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.BGyk19OmV4/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.BGyk19OmV4/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.BGyk19OmV4/target/s390x-unknown-linux-gnu/debug/deps/gix_bitmap-6bd3a34fed54caf6` 152s 152s running 0 tests 152s 152s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 152s 152s /tmp/autopkgtest.vwSkrR/wrapper.sh: checking for leaked background processes... 152s /tmp/autopkgtest.vwSkrR/wrapper.sh: waiting for tee/cat subprocesses... 152s /tmp/autopkgtest.vwSkrR/wrapper.sh: cleaning up... 152s /tmp/autopkgtest.vwSkrR/wrapper.sh: Exit status: 0 152s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest [08:40:21]: test rust-gix-bitmap:@: -----------------------] 153s autopkgtest: DBG: testbed executing test finished with exit status 0 153s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/rust-gix-bitmap%3A%40-stdout /tmp/autopkgtest-work.fmhhmmdj/out/rust-gix-bitmap%3A%40-stdout 153s autopkgtest: DBG: got reply from testbed: ok 153s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/rust-gix-bitmap%3A%40-stderr /tmp/autopkgtest-work.fmhhmmdj/out/rust-gix-bitmap%3A%40-stderr 153s autopkgtest: DBG: got reply from testbed: ok 153s rust-gix-bitmap:@ PASS 153s autopkgtest [08:40:21]: test rust-gix-bitmap:@: - - - - - - - - - - results - - - - - - - - - - 153s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/rust-gix-bitmap%3A%40-artifacts/ /tmp/autopkgtest-work.fmhhmmdj/out/artifacts/ 153s autopkgtest: DBG: got reply from testbed: ok 153s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.vwSkrR/rust-gix-bitmap:@-artifacts', '/tmp/autopkgtest.vwSkrR/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 153s autopkgtest: DBG: testbed command exited with code 0 153s autopkgtest [08:40:21]: test librust-gix-bitmap-dev:default: preparing testbed 153s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-gix-bitmap-dev'], deps_new=['dh-cargo (>= 18)', 'librust-gix-bitmap-dev'] 153s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 153s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-gix-bitmap-dev'] 153s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-gix-bitmap-dev 153s autopkgtest: DBG: can use apt-get on testbed: True 153s 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-cargo (>= 18), librust-gix-bitmap-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 154s Reading package lists... 154s Building dependency tree... 154s Reading state information... 154s Starting pkgProblemResolver with broken count: 0 154s Starting 2 pkgProblemResolver with broken count: 0 154s Done 154s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-gix-bitmap-dev'], kind short, sout pipe, serr pipe, env [] 154s autopkgtest: DBG: testbed command exited with code 0 154s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:default-packages.all"], kind short, sout raw, serr pipe, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev%3Adefault-packages.all /tmp/autopkgtest-work.fmhhmmdj/out/librust-gix-bitmap-dev%3Adefault-packages.all 155s autopkgtest: DBG: got reply from testbed: ok 155s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.vwSkrR/build.0Q2/src'], kind short, sout raw, serr raw, env [] 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.vwSkrR/build.0Q2/src already exists 155s autopkgtest [08:40:23]: test librust-gix-bitmap-dev:default: /usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets 155s autopkgtest [08:40:23]: test librust-gix-bitmap-dev:default: [----------------------- 155s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.vwSkrR/wrapper.sh --debug --artifacts=/tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:default-artifacts --chdir=/tmp/autopkgtest.vwSkrR/build.0Q2/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.vwSkrR/librust-gix-bitmap-dev:default-stderr --stdout=/tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:default-stdout --tmp=/tmp/autopkgtest.vwSkrR/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- bash -ec '/usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets'"], kind test, sout raw, serr raw, env [] 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:default-artifacts 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: changing to directory: /tmp/autopkgtest.vwSkrR/build.0Q2/src 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: LANG=C.UTF-8 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LANGUAGE 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_ADDRESS 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_ALL 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_COLLATE 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_CTYPE 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_IDENTIFICATION 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_MEASUREMENT 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_MESSAGES 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_MONETARY 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_NAME 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_NUMERIC 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_PAPER 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_TELEPHONE 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_TIME 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: pretending to be a login shell 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: will write standard error to /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:default-stderr 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: will write stdout to /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:default-stdout 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.vwSkrR/autopkgtest_tmp 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: copying /tmp/tmp.vTzeHbOMKZ/out to stdout and file: /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:default-stdout 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: copying /tmp/tmp.vTzeHbOMKZ/err to standard error and file: /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:default-stdout 155s /tmp/autopkgtest.vwSkrR/wrapper.sh: writing script pid 2134 to /tmp/autopkgtest_script_pid 155s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 155s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 155s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 155s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.ffT7dcTIxn/registry/ 155s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 155s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 155s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 155s debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j2', '--target', 's390x-unknown-linux-gnu', '--all-targets'],) {} 155s Compiling proc-macro2 v1.0.92 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ffT7dcTIxn/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.ffT7dcTIxn/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ffT7dcTIxn/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ffT7dcTIxn/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3832f39696f3f5db -C extra-filename=-3832f39696f3f5db --out-dir /tmp/tmp.ffT7dcTIxn/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.ffT7dcTIxn/target/debug/deps --cap-lints warn` 155s Compiling unicode-ident v1.0.13 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.ffT7dcTIxn/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.ffT7dcTIxn/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ffT7dcTIxn/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.ffT7dcTIxn/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d182fe9243248fe -C extra-filename=-5d182fe9243248fe --out-dir /tmp/tmp.ffT7dcTIxn/target/debug/deps -L dependency=/tmp/tmp.ffT7dcTIxn/target/debug/deps --cap-lints warn` 155s Compiling thiserror v1.0.69 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ffT7dcTIxn/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.ffT7dcTIxn/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ffT7dcTIxn/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ffT7dcTIxn/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd39d6a520033168 -C extra-filename=-dd39d6a520033168 --out-dir /tmp/tmp.ffT7dcTIxn/target/debug/build/thiserror-dd39d6a520033168 -L dependency=/tmp/tmp.ffT7dcTIxn/target/debug/deps --cap-lints warn` 156s Running `CARGO=/usr/lib/rust-1.84/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='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.ffT7dcTIxn/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.ffT7dcTIxn/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ffT7dcTIxn/target/debug/deps:/tmp/tmp.ffT7dcTIxn/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ffT7dcTIxn/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ffT7dcTIxn/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 156s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 156s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 156s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 156s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 156s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 156s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 156s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 156s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 156s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 156s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 156s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 156s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 156s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 156s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 156s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 156s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.ffT7dcTIxn/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.ffT7dcTIxn/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ffT7dcTIxn/target/debug/deps OUT_DIR=/tmp/tmp.ffT7dcTIxn/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.ffT7dcTIxn/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccebc93d1de6cfe5 -C extra-filename=-ccebc93d1de6cfe5 --out-dir /tmp/tmp.ffT7dcTIxn/target/debug/deps -L dependency=/tmp/tmp.ffT7dcTIxn/target/debug/deps --extern unicode_ident=/tmp/tmp.ffT7dcTIxn/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 156s Running `CARGO=/usr/lib/rust-1.84/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='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gix-bitmap-0.2.11=/usr/share/cargo/registry/gix-bitmap-0.2.11--remap-path-prefix/tmp/tmp.ffT7dcTIxn/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.ffT7dcTIxn/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.ffT7dcTIxn/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ffT7dcTIxn/target/debug/deps:/tmp/tmp.ffT7dcTIxn/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ffT7dcTIxn/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ffT7dcTIxn/target/debug/build/thiserror-dd39d6a520033168/build-script-build` 156s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 156s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 156s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 156s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 156s Compiling quote v1.0.37 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.ffT7dcTIxn/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.ffT7dcTIxn/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ffT7dcTIxn/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.ffT7dcTIxn/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dc92c6f25ee0f0c6 -C extra-filename=-dc92c6f25ee0f0c6 --out-dir /tmp/tmp.ffT7dcTIxn/target/debug/deps -L dependency=/tmp/tmp.ffT7dcTIxn/target/debug/deps --extern proc_macro2=/tmp/tmp.ffT7dcTIxn/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 156s Compiling syn v2.0.96 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.ffT7dcTIxn/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.ffT7dcTIxn/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ffT7dcTIxn/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.ffT7dcTIxn/registry/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"))' -C metadata=b2618e2f2b5bd1a7 -C extra-filename=-b2618e2f2b5bd1a7 --out-dir /tmp/tmp.ffT7dcTIxn/target/debug/deps -L dependency=/tmp/tmp.ffT7dcTIxn/target/debug/deps --extern proc_macro2=/tmp/tmp.ffT7dcTIxn/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.ffT7dcTIxn/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.ffT7dcTIxn/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 158s Compiling thiserror-impl v1.0.69 158s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.ffT7dcTIxn/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.ffT7dcTIxn/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ffT7dcTIxn/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.ffT7dcTIxn/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47c26cf9f34eaa1a -C extra-filename=-47c26cf9f34eaa1a --out-dir /tmp/tmp.ffT7dcTIxn/target/debug/deps -L dependency=/tmp/tmp.ffT7dcTIxn/target/debug/deps --extern proc_macro2=/tmp/tmp.ffT7dcTIxn/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.ffT7dcTIxn/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.ffT7dcTIxn/target/debug/deps/libsyn-b2618e2f2b5bd1a7.rlib --extern proc_macro --cap-lints warn` 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.ffT7dcTIxn/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.ffT7dcTIxn/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ffT7dcTIxn/target/debug/deps OUT_DIR=/tmp/tmp.ffT7dcTIxn/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.ffT7dcTIxn/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5cbb283d943c993e -C extra-filename=-5cbb283d943c993e --out-dir /tmp/tmp.ffT7dcTIxn/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ffT7dcTIxn/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ffT7dcTIxn/target/debug/deps --extern thiserror_impl=/tmp/tmp.ffT7dcTIxn/target/debug/deps/libthiserror_impl-47c26cf9f34eaa1a.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gix-bitmap-0.2.11=/usr/share/cargo/registry/gix-bitmap-0.2.11 --remap-path-prefix /tmp/tmp.ffT7dcTIxn/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 160s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 160s | 160s = note: this feature is not stably supported; its behavior can change in the future 160s 160s warning: `thiserror` (lib) generated 1 warning 160s Compiling gix-bitmap v0.2.11 (/usr/share/cargo/registry/gix-bitmap-0.2.11) 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gix_bitmap CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gix-bitmap-0.2.11 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gix-bitmap-0.2.11/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dedicated implementing the standard git bitmap format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-bitmap CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.2.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.ffT7dcTIxn/target/debug/deps rustc --crate-name gix_bitmap --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bd3a34fed54caf6 -C extra-filename=-6bd3a34fed54caf6 --out-dir /tmp/tmp.ffT7dcTIxn/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.ffT7dcTIxn/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.ffT7dcTIxn/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ffT7dcTIxn/target/debug/deps --extern thiserror=/tmp/tmp.ffT7dcTIxn/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-5cbb283d943c993e.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gix-bitmap-0.2.11=/usr/share/cargo/registry/gix-bitmap-0.2.11 --remap-path-prefix /tmp/tmp.ffT7dcTIxn/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 160s warning: `gix-bitmap` (lib test) generated 1 warning (1 duplicate) 160s Finished `test` profile [unoptimized + debuginfo] target(s) in 5.05s 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gix-bitmap-0.2.11 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gix-bitmap-0.2.11/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dedicated implementing the standard git bitmap format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-bitmap CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.2.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.ffT7dcTIxn/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.ffT7dcTIxn/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.ffT7dcTIxn/target/s390x-unknown-linux-gnu/debug/deps/gix_bitmap-6bd3a34fed54caf6` 160s 160s running 0 tests 160s 160s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 160s 160s /tmp/autopkgtest.vwSkrR/wrapper.sh: checking for leaked background processes... 160s /tmp/autopkgtest.vwSkrR/wrapper.sh: waiting for tee/cat subprocesses... 160s /tmp/autopkgtest.vwSkrR/wrapper.sh: cleaning up... 160s /tmp/autopkgtest.vwSkrR/wrapper.sh: Exit status: 0 160s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest [08:40:29]: test librust-gix-bitmap-dev:default: -----------------------] 161s autopkgtest: DBG: testbed executing test finished with exit status 0 161s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev%3Adefault-stdout /tmp/autopkgtest-work.fmhhmmdj/out/librust-gix-bitmap-dev%3Adefault-stdout 161s autopkgtest: DBG: got reply from testbed: ok 161s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev%3Adefault-stderr /tmp/autopkgtest-work.fmhhmmdj/out/librust-gix-bitmap-dev%3Adefault-stderr 161s autopkgtest: DBG: got reply from testbed: ok 161s librust-gix-bitmap-dev:default PASS 161s autopkgtest [08:40:29]: test librust-gix-bitmap-dev:default: - - - - - - - - - - results - - - - - - - - - - 161s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev%3Adefault-artifacts/ /tmp/autopkgtest-work.fmhhmmdj/out/artifacts/ 161s autopkgtest: DBG: got reply from testbed: ok 161s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:default-artifacts', '/tmp/autopkgtest.vwSkrR/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 161s autopkgtest: DBG: testbed command exited with code 0 161s autopkgtest [08:40:29]: test librust-gix-bitmap-dev:: preparing testbed 161s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-gix-bitmap-dev'], deps_new=['dh-cargo (>= 18)', 'librust-gix-bitmap-dev'] 161s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 161s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-gix-bitmap-dev'] 161s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-gix-bitmap-dev 161s autopkgtest: DBG: can use apt-get on testbed: True 161s 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-cargo (>= 18), librust-gix-bitmap-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 162s Reading package lists... 162s Building dependency tree... 162s Reading state information... 162s Starting pkgProblemResolver with broken count: 0 162s Starting 2 pkgProblemResolver with broken count: 0 162s Done 162s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-gix-bitmap-dev'], kind short, sout pipe, serr pipe, env [] 162s autopkgtest: DBG: testbed command exited with code 0 162s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:-packages.all"], kind short, sout raw, serr pipe, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev%3A-packages.all /tmp/autopkgtest-work.fmhhmmdj/out/librust-gix-bitmap-dev%3A-packages.all 163s autopkgtest: DBG: got reply from testbed: ok 163s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.vwSkrR/build.0Q2/src'], kind short, sout raw, serr raw, env [] 163s autopkgtest: DBG: testbed command exited with code 0 163s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.vwSkrR/build.0Q2/src already exists 163s autopkgtest [08:40:31]: test librust-gix-bitmap-dev:: /usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets --no-default-features 163s autopkgtest [08:40:31]: test librust-gix-bitmap-dev:: [----------------------- 163s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.vwSkrR/wrapper.sh --debug --artifacts=/tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:-artifacts --chdir=/tmp/autopkgtest.vwSkrR/build.0Q2/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.vwSkrR/librust-gix-bitmap-dev:-stderr --stdout=/tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:-stdout --tmp=/tmp/autopkgtest.vwSkrR/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- bash -ec '/usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets --no-default-features'"], kind test, sout raw, serr raw, env [] 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:-artifacts 164s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 164s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 164s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 164s debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j2', '--target', 's390x-unknown-linux-gnu', '--all-targets', '--no-default-features'],) {} 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: changing to directory: /tmp/autopkgtest.vwSkrR/build.0Q2/src 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: LANG=C.UTF-8 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LANGUAGE 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_ADDRESS 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_ALL 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_COLLATE 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_CTYPE 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_IDENTIFICATION 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_MEASUREMENT 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_MESSAGES 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_MONETARY 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_NAME 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_NUMERIC 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_PAPER 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_TELEPHONE 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: unsetting environment: LC_TIME 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: pretending to be a login shell 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: will write standard error to /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:-stderr 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: will write stdout to /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:-stdout 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.vwSkrR/autopkgtest_tmp 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test gix-bitmap 0.2.11 --all-targets --no-default-features 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: copying /tmp/tmp.XyT6UoKeu5/out to stdout and file: /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:-stdout 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: copying /tmp/tmp.XyT6UoKeu5/err to standard error and file: /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:-stdout 164s /tmp/autopkgtest.vwSkrR/wrapper.sh: writing script pid 2446 to /tmp/autopkgtest_script_pid 164s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 164s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 164s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 164s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.3uk59tU075/registry/ 164s Compiling proc-macro2 v1.0.92 164s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.3uk59tU075/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.3uk59tU075/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.3uk59tU075/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.3uk59tU075/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3832f39696f3f5db -C extra-filename=-3832f39696f3f5db --out-dir /tmp/tmp.3uk59tU075/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.3uk59tU075/target/debug/deps --cap-lints warn` 164s Compiling unicode-ident v1.0.13 164s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.3uk59tU075/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.3uk59tU075/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.3uk59tU075/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.3uk59tU075/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d182fe9243248fe -C extra-filename=-5d182fe9243248fe --out-dir /tmp/tmp.3uk59tU075/target/debug/deps -L dependency=/tmp/tmp.3uk59tU075/target/debug/deps --cap-lints warn` 164s Compiling thiserror v1.0.69 164s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.3uk59tU075/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.3uk59tU075/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.3uk59tU075/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.3uk59tU075/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd39d6a520033168 -C extra-filename=-dd39d6a520033168 --out-dir /tmp/tmp.3uk59tU075/target/debug/build/thiserror-dd39d6a520033168 -L dependency=/tmp/tmp.3uk59tU075/target/debug/deps --cap-lints warn` 164s Running `CARGO=/usr/lib/rust-1.84/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='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.3uk59tU075/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.3uk59tU075/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.3uk59tU075/target/debug/deps:/tmp/tmp.3uk59tU075/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.3uk59tU075/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.3uk59tU075/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 164s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 164s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 164s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 164s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 164s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 164s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 164s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 164s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 164s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 164s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 164s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 164s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 164s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 164s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 164s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 164s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 164s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.3uk59tU075/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.3uk59tU075/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.3uk59tU075/target/debug/deps OUT_DIR=/tmp/tmp.3uk59tU075/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.3uk59tU075/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccebc93d1de6cfe5 -C extra-filename=-ccebc93d1de6cfe5 --out-dir /tmp/tmp.3uk59tU075/target/debug/deps -L dependency=/tmp/tmp.3uk59tU075/target/debug/deps --extern unicode_ident=/tmp/tmp.3uk59tU075/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 164s Running `CARGO=/usr/lib/rust-1.84/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='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gix-bitmap-0.2.11=/usr/share/cargo/registry/gix-bitmap-0.2.11--remap-path-prefix/tmp/tmp.3uk59tU075/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.3uk59tU075/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.3uk59tU075/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.3uk59tU075/target/debug/deps:/tmp/tmp.3uk59tU075/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.3uk59tU075/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.3uk59tU075/target/debug/build/thiserror-dd39d6a520033168/build-script-build` 164s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 164s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 164s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 164s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 164s Compiling quote v1.0.37 164s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.3uk59tU075/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.3uk59tU075/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.3uk59tU075/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.3uk59tU075/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dc92c6f25ee0f0c6 -C extra-filename=-dc92c6f25ee0f0c6 --out-dir /tmp/tmp.3uk59tU075/target/debug/deps -L dependency=/tmp/tmp.3uk59tU075/target/debug/deps --extern proc_macro2=/tmp/tmp.3uk59tU075/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 165s Compiling syn v2.0.96 165s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.3uk59tU075/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.3uk59tU075/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.3uk59tU075/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.3uk59tU075/registry/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"))' -C metadata=b2618e2f2b5bd1a7 -C extra-filename=-b2618e2f2b5bd1a7 --out-dir /tmp/tmp.3uk59tU075/target/debug/deps -L dependency=/tmp/tmp.3uk59tU075/target/debug/deps --extern proc_macro2=/tmp/tmp.3uk59tU075/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.3uk59tU075/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.3uk59tU075/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 167s Compiling thiserror-impl v1.0.69 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.3uk59tU075/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.3uk59tU075/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.3uk59tU075/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.3uk59tU075/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47c26cf9f34eaa1a -C extra-filename=-47c26cf9f34eaa1a --out-dir /tmp/tmp.3uk59tU075/target/debug/deps -L dependency=/tmp/tmp.3uk59tU075/target/debug/deps --extern proc_macro2=/tmp/tmp.3uk59tU075/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.3uk59tU075/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.3uk59tU075/target/debug/deps/libsyn-b2618e2f2b5bd1a7.rlib --extern proc_macro --cap-lints warn` 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.3uk59tU075/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.3uk59tU075/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.3uk59tU075/target/debug/deps OUT_DIR=/tmp/tmp.3uk59tU075/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.3uk59tU075/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5cbb283d943c993e -C extra-filename=-5cbb283d943c993e --out-dir /tmp/tmp.3uk59tU075/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.3uk59tU075/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.3uk59tU075/target/debug/deps --extern thiserror_impl=/tmp/tmp.3uk59tU075/target/debug/deps/libthiserror_impl-47c26cf9f34eaa1a.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gix-bitmap-0.2.11=/usr/share/cargo/registry/gix-bitmap-0.2.11 --remap-path-prefix /tmp/tmp.3uk59tU075/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 168s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 168s | 168s = note: this feature is not stably supported; its behavior can change in the future 168s 168s warning: `thiserror` (lib) generated 1 warning 168s Compiling gix-bitmap v0.2.11 (/usr/share/cargo/registry/gix-bitmap-0.2.11) 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gix_bitmap CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gix-bitmap-0.2.11 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gix-bitmap-0.2.11/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dedicated implementing the standard git bitmap format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-bitmap CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.2.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.3uk59tU075/target/debug/deps rustc --crate-name gix_bitmap --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bd3a34fed54caf6 -C extra-filename=-6bd3a34fed54caf6 --out-dir /tmp/tmp.3uk59tU075/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.3uk59tU075/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.3uk59tU075/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.3uk59tU075/target/debug/deps --extern thiserror=/tmp/tmp.3uk59tU075/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-5cbb283d943c993e.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gix-bitmap-0.2.11=/usr/share/cargo/registry/gix-bitmap-0.2.11 --remap-path-prefix /tmp/tmp.3uk59tU075/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 169s warning: `gix-bitmap` (lib test) generated 1 warning (1 duplicate) 169s Finished `test` profile [unoptimized + debuginfo] target(s) in 5.13s 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gix-bitmap-0.2.11 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gix-bitmap-0.2.11/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Thiel ' CARGO_PKG_DESCRIPTION='A crate of the gitoxide project dedicated implementing the standard git bitmap format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gix-bitmap CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Byron/gitoxide' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.2.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.3uk59tU075/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.3uk59tU075/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.3uk59tU075/target/s390x-unknown-linux-gnu/debug/deps/gix_bitmap-6bd3a34fed54caf6` 169s 169s running 0 tests 169s 169s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 169s 169s /tmp/autopkgtest.vwSkrR/wrapper.sh: checking for leaked background processes... 169s /tmp/autopkgtest.vwSkrR/wrapper.sh: waiting for tee/cat subprocesses... 169s /tmp/autopkgtest.vwSkrR/wrapper.sh: cleaning up... 169s /tmp/autopkgtest.vwSkrR/wrapper.sh: Exit status: 0 169s autopkgtest: DBG: testbed command exited with code 0 169s autopkgtest [08:40:37]: test librust-gix-bitmap-dev:: -----------------------] 169s autopkgtest: DBG: testbed executing test finished with exit status 0 169s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev%3A-stdout /tmp/autopkgtest-work.fmhhmmdj/out/librust-gix-bitmap-dev%3A-stdout 169s autopkgtest: DBG: got reply from testbed: ok 169s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev%3A-stderr /tmp/autopkgtest-work.fmhhmmdj/out/librust-gix-bitmap-dev%3A-stderr 169s autopkgtest: DBG: got reply from testbed: ok 170s autopkgtest [08:40:38]: test librust-gix-bitmap-dev:: - - - - - - - - - - results - - - - - - - - - - 170s librust-gix-bitmap-dev: PASS 170s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev%3A-artifacts/ /tmp/autopkgtest-work.fmhhmmdj/out/artifacts/ 170s autopkgtest: DBG: got reply from testbed: ok 170s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.vwSkrR/librust-gix-bitmap-dev:-artifacts', '/tmp/autopkgtest.vwSkrR/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 170s autopkgtest [08:40:38]: @@@@@@@@@@@@@@@@@@@@ summary 170s rust-gix-bitmap:@ PASS 170s librust-gix-bitmap-dev:default PASS 170s librust-gix-bitmap-dev: PASS 170s autopkgtest: DBG: testbed stop 170s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.vwSkrR 170s autopkgtest: DBG: sending command to testbed: close 187s autopkgtest: DBG: got reply from testbed: ok 187s autopkgtest: DBG: sending command to testbed: quit 187s nova [W] Using flock in prodstack6-s390x 187s Creating nova instance adt-plucky-s390x-rust-gix-bitmap-20250215-083748-juju-7f2275-prod-proposed-migration-environment-15-7ad1fa14-5aac-4431-8a0e-624617e2989c from image adt/ubuntu-plucky-s390x-server-20250215.img (UUID 099dc609-2061-4009-a65b-d554466baca0)... 187s nova [W] Timed out waiting for aa13aa4e-b5c8-4b2e-8198-8d3e159fa827 to get deleted.