0s autopkgtest: DBG: testbed init 0s autopkgtest [02:24:19]: starting date and time: 2025-02-10 02:24:19+0000 0s autopkgtest [02:24:19]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [02:24:19]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.vpmge4r9/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-tree-magic-mini --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-10.secgroup --name adt-plucky-s390x-rust-tree-magic-mini-20250210-022418-juju-7f2275-prod-proposed-migration-environment-15-578920e8-ade9-4869-b435-d6f4e24352de --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 72s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.VcbHoT 72s autopkgtest: DBG: sending command to testbed: print-execute-command 72s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.xhmoxba4/runcmd 72s autopkgtest: DBG: sending command to testbed: capabilities 72s autopkgtest: DBG: got reply from testbed: ok revert isolation-machine suggested-normal-user=ubuntu revert-full-system reboot root-on-testbed 72s autopkgtest: DBG: testbed capabilities: ['revert', 'isolation-machine', 'suggested-normal-user=ubuntu', 'revert-full-system', 'reboot', 'root-on-testbed', 'has_internet'] 72s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.VcbHoT'], kind short, sout raw, serr pipe, env [] 72s autopkgtest: DBG: testbed command exited with code 0 72s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.VcbHoT/wrapper.sh 72s autopkgtest: DBG: got reply from testbed: ok 72s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.VcbHoT/wrapper.sh'], kind short, sout raw, serr pipe, env [] 72s autopkgtest: DBG: testbed command exited with code 0 72s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 72s autopkgtest: DBG: testbed command exited with code 0 72s autopkgtest [02:25:31]: testbed dpkg architecture: s390x 72s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 73s autopkgtest: DBG: testbed command exited with code 0 73s autopkgtest [02:25:32]: testbed apt version: 2.9.27ubuntu2 73s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 73s autopkgtest: DBG: testbed command exited with code 0 73s autopkgtest: DBG: testbed has eatmydata 73s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 73s autopkgtest: DBG: testbed command exited with code 0 73s autopkgtest [02:25:32]: @@@@@@@@@@@@@@@@@@@@ test bed setup 73s 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 [] 73s autopkgtest: DBG: testbed command exited with code 0 73s autopkgtest [02:25:32]: testbed release detected to be: None 73s 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 [] 73s autopkgtest: DBG: testbed command exited with code 0 73s 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 [] 74s autopkgtest: DBG: testbed command exited with code 0 74s autopkgtest: DBG: adding APT source: Types: deb deb-src 74s URIs: http://ftpmaster.internal/ubuntu/ 74s Suites: plucky-proposed 74s Components: main restricted universe multiverse 74s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 74s 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 [] 74s autopkgtest: DBG: testbed command exited with code 0 74s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 74s Package: * 74s Pin: release plucky-proposed 74s Pin-Priority: 500 74s 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 [] 74s autopkgtest: DBG: testbed command exited with code 0 74s autopkgtest [02:25:33]: updating testbed package index (apt update) 74s 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'] 74s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 74s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 74s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 75s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 75s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [47.4 kB] 75s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [816 kB] 75s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [15.6 kB] 75s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [58.7 kB] 75s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [728 kB] 75s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [15.2 kB] 75s Fetched 1791 kB in 1s (2013 kB/s) 76s Reading package lists... 76s autopkgtest: DBG: testbed command exited with code 0 76s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 76s Package: * 76s Pin: release plucky-proposed 76s Pin-Priority: 100 76s 76s Package: src:rust-defaults:any src:libgit2:any src:rustc-1.84:any 76s Pin: release plucky-proposed 76s Pin-Priority: 995 76s 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 [] 76s autopkgtest: DBG: testbed command exited with code 0 76s 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.VcbHoT/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 76s autopkgtest: DBG: testbed command exited with code 0 76s 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'] 76s + lsb_release --codename --short 76s + RELEASE=plucky 76s + cat 76s + [ plucky != trusty ] 76s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 76s Reading package lists... 76s Building dependency tree... 76s Reading state information... 76s Calculating upgrade... 76s The following packages were automatically installed and are no longer required: 76s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 76s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 76s linux-tools-6.11.0-8-generic 76s Use 'sudo apt autoremove' to remove them. 76s The following NEW packages will be installed: 76s libpython3.13 linux-headers-6.12.0-15 linux-headers-6.12.0-15-generic 76s linux-image-6.12.0-15-generic linux-modules-6.12.0-15-generic 76s linux-modules-extra-6.12.0-15-generic linux-tools-6.12.0-15 76s linux-tools-6.12.0-15-generic 76s The following packages will be upgraded: 76s apt apt-utils dhcpcd-base htop libapt-pkg6.0t64 libvolume-key1 linux-generic 76s linux-headers-generic linux-headers-virtual linux-image-generic 76s linux-image-virtual linux-libc-dev linux-tools-common linux-virtual pci.ids 76s python3-jinja2 77s 16 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. 77s Need to get 73.6 MB of archives. 77s After this operation, 175 MB of additional disk space will be used. 77s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg6.0t64 s390x 2.9.28 [1099 kB] 77s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.28 [1417 kB] 79s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.28 [215 kB] 79s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-6 [219 kB] 79s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x pci.ids all 0.0~2025.02.05-1 [284 kB] 79s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x htop s390x 3.3.0-5 [182 kB] 79s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13 s390x 3.13.2-1 [2511 kB] 79s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libvolume-key1 s390x 0.3.12-9 [40.5 kB] 79s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x linux-modules-6.12.0-15-generic s390x 6.12.0-15.15 [22.5 MB] 80s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x linux-image-6.12.0-15-generic s390x 6.12.0-15.15 [10.9 MB] 81s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x linux-modules-extra-6.12.0-15-generic s390x 6.12.0-15.15 [11.3 MB] 81s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x linux-generic s390x 6.12.0-15.15+1 [1736 B] 81s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x linux-image-generic s390x 6.12.0-15.15+1 [10.9 kB] 81s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x linux-virtual s390x 6.12.0-15.15+1 [1726 B] 81s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x linux-image-virtual s390x 6.12.0-15.15+1 [10.8 kB] 81s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x linux-headers-virtual s390x 6.12.0-15.15+1 [1648 B] 81s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x linux-headers-6.12.0-15 all 6.12.0-15.15 [14.1 MB] 82s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x linux-headers-6.12.0-15-generic s390x 6.12.0-15.15 [2847 kB] 82s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x linux-headers-generic s390x 6.12.0-15.15+1 [10.8 kB] 82s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x linux-libc-dev s390x 6.12.0-15.15 [1733 kB] 82s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x linux-tools-common all 6.12.0-15.15 [548 kB] 82s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x linux-tools-6.12.0-15 s390x 6.12.0-15.15 [3494 kB] 82s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x linux-tools-6.12.0-15-generic s390x 6.12.0-15.15 [1626 B] 82s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x python3-jinja2 all 3.1.5-2 [109 kB] 82s Fetched 73.6 MB in 6s (13.0 MB/s) 82s (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 ... 80961 files and directories currently installed.) 82s Preparing to unpack .../libapt-pkg6.0t64_2.9.28_s390x.deb ... 82s Unpacking libapt-pkg6.0t64:s390x (2.9.28) over (2.9.27ubuntu2) ... 82s Setting up libapt-pkg6.0t64:s390x (2.9.28) ... 82s (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 ... 80961 files and directories currently installed.) 82s Preparing to unpack .../archives/apt_2.9.28_s390x.deb ... 83s Unpacking apt (2.9.28) over (2.9.27ubuntu2) ... 83s Setting up apt (2.9.28) ... 83s (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 ... 80961 files and directories currently installed.) 83s Preparing to unpack .../00-apt-utils_2.9.28_s390x.deb ... 83s Unpacking apt-utils (2.9.28) over (2.9.27ubuntu2) ... 83s Preparing to unpack .../01-dhcpcd-base_1%3a10.1.0-6_s390x.deb ... 83s Unpacking dhcpcd-base (1:10.1.0-6) over (1:10.1.0-3) ... 83s Preparing to unpack .../02-pci.ids_0.0~2025.02.05-1_all.deb ... 83s Unpacking pci.ids (0.0~2025.02.05-1) over (0.0~2025.01.27-1) ... 83s Preparing to unpack .../03-htop_3.3.0-5_s390x.deb ... 83s Unpacking htop (3.3.0-5) over (3.3.0-4build1) ... 83s Selecting previously unselected package libpython3.13:s390x. 83s Preparing to unpack .../04-libpython3.13_3.13.2-1_s390x.deb ... 83s Unpacking libpython3.13:s390x (3.13.2-1) ... 83s Preparing to unpack .../05-libvolume-key1_0.3.12-9_s390x.deb ... 83s Unpacking libvolume-key1:s390x (0.3.12-9) over (0.3.12-8build1) ... 83s Selecting previously unselected package linux-modules-6.12.0-15-generic. 83s Preparing to unpack .../06-linux-modules-6.12.0-15-generic_6.12.0-15.15_s390x.deb ... 83s Unpacking linux-modules-6.12.0-15-generic (6.12.0-15.15) ... 83s Selecting previously unselected package linux-image-6.12.0-15-generic. 83s Preparing to unpack .../07-linux-image-6.12.0-15-generic_6.12.0-15.15_s390x.deb ... 83s Unpacking linux-image-6.12.0-15-generic (6.12.0-15.15) ... 83s Selecting previously unselected package linux-modules-extra-6.12.0-15-generic. 83s Preparing to unpack .../08-linux-modules-extra-6.12.0-15-generic_6.12.0-15.15_s390x.deb ... 83s Unpacking linux-modules-extra-6.12.0-15-generic (6.12.0-15.15) ... 83s Preparing to unpack .../09-linux-generic_6.12.0-15.15+1_s390x.deb ... 83s Unpacking linux-generic (6.12.0-15.15+1) over (6.12.0-12.12) ... 83s Preparing to unpack .../10-linux-image-generic_6.12.0-15.15+1_s390x.deb ... 83s Unpacking linux-image-generic (6.12.0-15.15+1) over (6.12.0-12.12) ... 83s Preparing to unpack .../11-linux-virtual_6.12.0-15.15+1_s390x.deb ... 83s Unpacking linux-virtual (6.12.0-15.15+1) over (6.12.0-12.12) ... 83s Preparing to unpack .../12-linux-image-virtual_6.12.0-15.15+1_s390x.deb ... 83s Unpacking linux-image-virtual (6.12.0-15.15+1) over (6.12.0-12.12) ... 83s Preparing to unpack .../13-linux-headers-virtual_6.12.0-15.15+1_s390x.deb ... 83s Unpacking linux-headers-virtual (6.12.0-15.15+1) over (6.12.0-12.12) ... 83s Selecting previously unselected package linux-headers-6.12.0-15. 83s Preparing to unpack .../14-linux-headers-6.12.0-15_6.12.0-15.15_all.deb ... 83s Unpacking linux-headers-6.12.0-15 (6.12.0-15.15) ... 84s Selecting previously unselected package linux-headers-6.12.0-15-generic. 84s Preparing to unpack .../15-linux-headers-6.12.0-15-generic_6.12.0-15.15_s390x.deb ... 84s Unpacking linux-headers-6.12.0-15-generic (6.12.0-15.15) ... 85s Preparing to unpack .../16-linux-headers-generic_6.12.0-15.15+1_s390x.deb ... 85s Unpacking linux-headers-generic (6.12.0-15.15+1) over (6.12.0-12.12) ... 85s Preparing to unpack .../17-linux-libc-dev_6.12.0-15.15_s390x.deb ... 85s Unpacking linux-libc-dev:s390x (6.12.0-15.15) over (6.12.0-12.12) ... 85s Preparing to unpack .../18-linux-tools-common_6.12.0-15.15_all.deb ... 85s Unpacking linux-tools-common (6.12.0-15.15) over (6.12.0-12.12) ... 85s Selecting previously unselected package linux-tools-6.12.0-15. 85s Preparing to unpack .../19-linux-tools-6.12.0-15_6.12.0-15.15_s390x.deb ... 85s Unpacking linux-tools-6.12.0-15 (6.12.0-15.15) ... 85s Selecting previously unselected package linux-tools-6.12.0-15-generic. 85s Preparing to unpack .../20-linux-tools-6.12.0-15-generic_6.12.0-15.15_s390x.deb ... 85s Unpacking linux-tools-6.12.0-15-generic (6.12.0-15.15) ... 85s Preparing to unpack .../21-python3-jinja2_3.1.5-2_all.deb ... 85s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 85s for fn in glob1(directory, "%s.*" % fname): 85s Unpacking python3-jinja2 (3.1.5-2) over (3.1.5-1) ... 85s Setting up libpython3.13:s390x (3.13.2-1) ... 85s Setting up pci.ids (0.0~2025.02.05-1) ... 85s Setting up apt-utils (2.9.28) ... 85s Setting up htop (3.3.0-5) ... 85s Setting up linux-libc-dev:s390x (6.12.0-15.15) ... 85s Setting up python3-jinja2 (3.1.5-2) ... 85s Setting up dhcpcd-base (1:10.1.0-6) ... 85s Setting up linux-modules-6.12.0-15-generic (6.12.0-15.15) ... 85s Setting up libvolume-key1:s390x (0.3.12-9) ... 85s Setting up linux-headers-6.12.0-15 (6.12.0-15.15) ... 85s Setting up linux-tools-common (6.12.0-15.15) ... 85s Setting up linux-tools-6.12.0-15 (6.12.0-15.15) ... 85s Setting up linux-headers-6.12.0-15-generic (6.12.0-15.15) ... 85s Setting up linux-image-6.12.0-15-generic (6.12.0-15.15) ... 86s I: /boot/vmlinuz is now a symlink to vmlinuz-6.12.0-15-generic 86s I: /boot/initrd.img is now a symlink to initrd.img-6.12.0-15-generic 86s Setting up linux-modules-extra-6.12.0-15-generic (6.12.0-15.15) ... 86s Setting up linux-image-virtual (6.12.0-15.15+1) ... 86s Setting up linux-tools-6.12.0-15-generic (6.12.0-15.15) ... 86s Setting up linux-image-generic (6.12.0-15.15+1) ... 86s Setting up linux-headers-generic (6.12.0-15.15+1) ... 86s Setting up linux-headers-virtual (6.12.0-15.15+1) ... 86s Setting up linux-generic (6.12.0-15.15+1) ... 86s Setting up linux-virtual (6.12.0-15.15+1) ... 86s Processing triggers for man-db (2.13.0-1) ... 87s Processing triggers for libc-bin (2.40-4ubuntu1) ... 87s Processing triggers for linux-image-6.12.0-15-generic (6.12.0-15.15) ... 87s /etc/kernel/postinst.d/initramfs-tools: 87s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 87s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 89s Using config file '/etc/zipl.conf' 89s Building bootmap in '/boot' 89s Adding IPL section 'ubuntu' (default) 89s Preparing boot device for LD-IPL: vda (0000). 89s Done. 89s /etc/kernel/postinst.d/zz-zipl: 89s Using config file '/etc/zipl.conf' 89s Building bootmap in '/boot' 89s Adding IPL section 'ubuntu' (default) 89s Preparing boot device for LD-IPL: vda (0000). 89s Done. 90s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 90s + /usr/lib/apt/apt-helper analyze-pattern ?true 90s + uname -r+ sed s/\./\\./g 90s 90s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 90s + apt list ?obsolete 90s + tail -n+2 90s + cut -d/ -f1 90s + grep -v ^linux-.*6\.12\.0-12-generic.* 90s + obsolete_pkgs=linux-headers-6.12.0-12 90s linux-tools-6.12.0-12 90s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove linux-headers-6.12.0-12 linux-tools-6.12.0-12 90s Reading package lists... 91s Building dependency tree... 91s Reading state information... 91s The following packages will be REMOVED: 91s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 91s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 91s linux-headers-6.12.0-12* linux-headers-6.12.0-12-generic* 91s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 91s linux-tools-6.11.0-8-generic* linux-tools-6.12.0-12* 91s linux-tools-6.12.0-12-generic* 91s 0 upgraded, 0 newly installed, 13 to remove and 0 not upgraded. 91s After this operation, 289 MB disk space will be freed. 91s (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 ... 105880 files and directories currently installed.) 91s Removing linux-tools-6.12.0-12-generic (6.12.0-12.12) ... 91s Removing linux-tools-6.12.0-12 (6.12.0-12.12) ... 91s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 91s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 91s Removing libpython3.12t64:s390x (3.12.9-1) ... 91s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 91s Removing libnsl2:s390x (1.3.0-3build3) ... 91s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 91s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 91s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 92s Removing linux-headers-6.12.0-12-generic (6.12.0-12.12) ... 92s Removing linux-headers-6.12.0-12 (6.12.0-12.12) ... 93s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 93s Processing triggers for libc-bin (2.40-4ubuntu1) ... 93s (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 ... 57078 files and directories currently installed.) 93s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 93s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 93s + grep -q trusty /etc/lsb-release 93s + [ ! -d /usr/share/doc/unattended-upgrades ] 93s + [ ! -d /usr/share/doc/lxd ] 93s + [ ! -d /usr/share/doc/lxd-client ] 93s + [ ! -d /usr/share/doc/snapd ] 93s + type iptables 93s + cat 93s + chmod 755 /etc/rc.local 93s + . /etc/rc.local 93s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 93s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 93s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 93s + uname -m 93s + [ s390x = ppc64le ] 93s + [ -d /run/systemd/system ] 93s + systemd-detect-virt --quiet --vm 93s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 93s + cat 93s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 93s + echo COMPRESS=lz4 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest [02:25:52]: upgrading testbed (apt dist-upgrade and autopurge) 93s 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'] 93s Reading package lists... 93s Building dependency tree... 93s Reading state information... 93s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 93s Starting 2 pkgProblemResolver with broken count: 0 93s Done 94s Entering ResolveByKeep 94s 94s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 94s autopkgtest: DBG: testbed command exited with code 0 94s 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'] 94s Reading package lists... 94s Building dependency tree... 94s Reading state information... 94s Starting pkgProblemResolver with broken count: 0 94s Starting 2 pkgProblemResolver with broken count: 0 94s Done 94s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 94s autopkgtest: DBG: testbed command exited with code 0 94s 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.VcbHoT/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 95s autopkgtest: DBG: testbed command exited with code 1 95s autopkgtest [02:25:54]: rebooting testbed after setup commands that affected boot 95s autopkgtest: DBG: sending command to testbed: reboot 111s autopkgtest: DBG: got reply from testbed: ok 111s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 111s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.VcbHoT'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.VcbHoT/autopkgtest-reboot 112s autopkgtest: DBG: got reply from testbed: ok 112s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.VcbHoT/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.VcbHoT/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.VcbHoT/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.VcbHoT'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.VcbHoT/autopkgtest-reboot-prepare 113s autopkgtest: DBG: got reply from testbed: ok 113s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.VcbHoT/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.VcbHoT/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest [02:26:12]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 113s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.VcbHoT/testbed-packages"], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/testbed-packages /tmp/autopkgtest-work.vpmge4r9/out/testbed-packages 114s autopkgtest: DBG: got reply from testbed: ok 114s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 114s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.VcbHoT'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.VcbHoT/autopkgtest-reboot 114s autopkgtest: DBG: got reply from testbed: ok 114s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.VcbHoT/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.VcbHoT/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.VcbHoT/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.VcbHoT'], kind short, sout raw, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.VcbHoT/autopkgtest-reboot-prepare 115s autopkgtest: DBG: got reply from testbed: ok 115s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.VcbHoT/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.VcbHoT/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: Binaries: initialising 115s autopkgtest [02:26:14]: @@@@@@@@@@@@@@@@@@@@ apt-source rust-tree-magic-mini 115s autopkgtest: DBG: blame += rust-tree-magic-mini 115s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 115s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'rust-tree-magic-mini'], kind short, sout pipe, serr pipe, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^librust-tree-magic-mini-dev$'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'librust-tree-magic-mini-dev=3.0.3-3'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: install_deps: deps_new=[] 116s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s 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.VcbHoT/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source rust-tree-magic-mini=3.0.3-3 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x rust-tree-magic-mini_*.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'] 116s + cd / 116s + mktemp -d /tmp/autopkgtest.VcbHoT/build.XXX 116s + builddir=/tmp/autopkgtest.VcbHoT/build.vpk 116s + cd /tmp/autopkgtest.VcbHoT/build.vpk 116s + apt-get source -d -q --only-source rust-tree-magic-mini=3.0.3-3 117s + OUT=Reading package lists... 117s NOTICE: 'rust-tree-magic-mini' packaging is maintained in the 'Git' version control system at: 117s https://salsa.debian.org/rust-team/debcargo-conf.git [src/tree-magic-mini] 117s Please use: 117s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/tree-magic-mini] 117s to retrieve the latest (possibly unreleased) updates to the package. 117s Need to get 21.2 kB of source archives. 117s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-tree-magic-mini 3.0.3-3 (dsc) [2532 B] 117s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-tree-magic-mini 3.0.3-3 (tar) [15.4 kB] 117s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-tree-magic-mini 3.0.3-3 (diff) [3292 B] 117s Fetched 21.2 kB in 0s (79.6 kB/s) 117s Download complete and in download only mode 117s + [ -n ] 117s + + echogrep ^Get: Reading package lists... 117s NOTICE: 'rust-tree-magic-mini' packaging is maintained in the 'Git' version control system at: 117s https://salsa.debian.org/rust-team/debcargo-conf.git [src/tree-magic-mini] 117s Please use: 117s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/tree-magic-mini] 117s to retrieve the latest (possibly unreleased) updates to the package. 117s Need to get 21.2 kB of source archives. 117s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-tree-magic-mini 3.0.3-3 (dsc) [2532 B] 117s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-tree-magic-mini 3.0.3-3 (tar) [15.4 kB] 117s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-tree-magic-mini 3.0.3-3 (diff) [3292 B] 117s Fetched 21.2 kB in 0s (79.6 kB/s) 117s Download complete and in download only mode 117s 117s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-tree-magic-mini 3.0.3-3 (dsc) [2532 B] 117s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-tree-magic-mini 3.0.3-3 (tar) [15.4 kB] 117s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-tree-magic-mini 3.0.3-3 (diff) [3292 B] 117s + dpkg-source -x rust-tree-magic-mini_3.0.3-3.dsc src 117s gpgv: Signature made Sat Feb 4 00:16:22 2023 UTC 117s gpgv: using RSA key 5340D001360CA656E3497EB70C48EA2A7A8FFD7B 117s gpgv: issuer "plugwash@debian.org" 117s gpgv: Can't check signature: No public key 117s dpkg-source: warning: cannot verify inline signature for ./rust-tree-magic-mini_3.0.3-3.dsc: no acceptable signature found 117s + chmod -R a+rX . 117s + cd src/. 117s + pwd 117s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest [02:26:16]: testing package rust-tree-magic-mini version 3.0.3-3 117s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/build.vpk/src/debian/ /tmp/autopkgtest-work.vpmge4r9/out/pkg/debian/ 117s autopkgtest: DBG: got reply from testbed: ok 117s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 117s autopkgtest: DBG: processing dependency librust-bencher-0.1+default-dev 117s autopkgtest: DBG: processing dependency @ 117s autopkgtest: DBG: synthesised dependency librust-tree-magic-mini-dev 117s autopkgtest: DBG: Test defined: name rust-tree-magic-mini:@ path None command "/usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --all-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=rust-tree-magic-mini:@'] depends ['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 117s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 117s autopkgtest: DBG: processing dependency librust-bencher-0.1+default-dev 117s autopkgtest: DBG: processing dependency @ 117s autopkgtest: DBG: synthesised dependency librust-tree-magic-mini-dev 117s autopkgtest: DBG: Test defined: name librust-tree-magic-mini-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-tree-magic-mini-dev:default'] depends ['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 117s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 117s autopkgtest: DBG: processing dependency librust-bencher-0.1+default-dev 117s autopkgtest: DBG: processing dependency @ 117s autopkgtest: DBG: synthesised dependency librust-tree-magic-mini-dev 117s autopkgtest: DBG: Test defined: name librust-tree-magic-mini-dev:tree_magic_db path None command "/usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --no-default-features --features tree_magic_db" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-tree-magic-mini-dev:tree_magic_db'] depends ['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 117s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 117s autopkgtest: DBG: processing dependency librust-bencher-0.1+default-dev 117s autopkgtest: DBG: processing dependency @ 117s autopkgtest: DBG: synthesised dependency librust-tree-magic-mini-dev 117s autopkgtest: DBG: Test defined: name librust-tree-magic-mini-dev:with-gpl-data path None command "/usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --no-default-features --features with-gpl-data" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-tree-magic-mini-dev:with-gpl-data'] depends ['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 117s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 117s autopkgtest: DBG: processing dependency librust-bencher-0.1+default-dev 117s autopkgtest: DBG: processing dependency @ 117s autopkgtest: DBG: synthesised dependency librust-tree-magic-mini-dev 117s autopkgtest: DBG: Test defined: name librust-tree-magic-mini-dev: path None command "/usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --no-default-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-tree-magic-mini-dev:'] depends ['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 117s autopkgtest [02:26:16]: build not needed 117s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/build.vpk/src/ /tmp/autopkgtest-work.vpmge4r9/out/tests-tree/ 118s autopkgtest: DBG: got reply from testbed: ok 118s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 118s autopkgtest: DBG: processing dependency librust-bencher-0.1+default-dev 118s autopkgtest: DBG: processing dependency @ 118s autopkgtest: DBG: synthesised dependency librust-tree-magic-mini-dev 118s autopkgtest: DBG: Test defined: name rust-tree-magic-mini:@ path None command "/usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --all-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=rust-tree-magic-mini:@'] depends ['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 118s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 118s autopkgtest: DBG: processing dependency librust-bencher-0.1+default-dev 118s autopkgtest: DBG: processing dependency @ 118s autopkgtest: DBG: synthesised dependency librust-tree-magic-mini-dev 118s autopkgtest: DBG: Test defined: name librust-tree-magic-mini-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-tree-magic-mini-dev:default'] depends ['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 118s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 118s autopkgtest: DBG: processing dependency librust-bencher-0.1+default-dev 118s autopkgtest: DBG: processing dependency @ 118s autopkgtest: DBG: synthesised dependency librust-tree-magic-mini-dev 118s autopkgtest: DBG: Test defined: name librust-tree-magic-mini-dev:tree_magic_db path None command "/usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --no-default-features --features tree_magic_db" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-tree-magic-mini-dev:tree_magic_db'] depends ['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 118s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 118s autopkgtest: DBG: processing dependency librust-bencher-0.1+default-dev 118s autopkgtest: DBG: processing dependency @ 118s autopkgtest: DBG: synthesised dependency librust-tree-magic-mini-dev 118s autopkgtest: DBG: Test defined: name librust-tree-magic-mini-dev:with-gpl-data path None command "/usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --no-default-features --features with-gpl-data" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-tree-magic-mini-dev:with-gpl-data'] depends ['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 118s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 118s autopkgtest: DBG: processing dependency librust-bencher-0.1+default-dev 118s autopkgtest: DBG: processing dependency @ 118s autopkgtest: DBG: synthesised dependency librust-tree-magic-mini-dev 118s autopkgtest: DBG: Test defined: name librust-tree-magic-mini-dev: path None command "/usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --no-default-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-tree-magic-mini-dev:'] depends ['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 118s autopkgtest [02:26:17]: test rust-tree-magic-mini:@: preparing testbed 118s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 118s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 118s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 118s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-bencher-0.1+default-dev, librust-tree-magic-mini-dev 118s autopkgtest: DBG: can use apt-get on testbed: True 118s 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-bencher-0.1+default-dev, librust-tree-magic-mini-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 118s Reading package lists... 118s Building dependency tree... 118s Reading state information... 118s Starting pkgProblemResolver with broken count: 0 118s Starting 2 pkgProblemResolver with broken count: 0 118s Done 118s The following NEW packages will be installed: 118s autoconf automake autopoint autotools-dev cargo cargo-1.84 cpp cpp-14 118s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 118s dh-cargo dh-cargo-tools dh-strip-nondeterminism dwz gcc gcc-14 118s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gettext intltool-debian 118s libarchive-zip-perl libasan8 libcc1-0 libdebhelper-perl 118s libfile-stripnondeterminism-perl libgcc-14-dev libgit2-1.9 libgomp1 libisl23 118s libitm1 libmpc3 librust-ahash-dev librust-allocator-api2-dev 118s librust-arbitrary-dev librust-autocfg-dev librust-bencher-dev 118s librust-bytecount-dev librust-byteorder-dev librust-cfg-if-dev 118s librust-compiler-builtins-dev librust-const-random-dev 118s librust-const-random-macro-dev librust-critical-section-dev 118s librust-crossbeam-deque-dev librust-crossbeam-epoch+std-dev 118s librust-crossbeam-epoch-dev librust-crossbeam-utils-dev librust-crunchy-dev 118s librust-derive-arbitrary-dev librust-either-dev librust-equivalent-dev 118s librust-erased-serde-dev librust-fixedbitset-dev librust-fnv-dev 118s librust-getrandom-dev librust-hashbrown-dev librust-indexmap-dev 118s librust-itoa-dev librust-lazy-static-dev librust-libc-dev 118s librust-lock-api-dev librust-log-dev librust-memchr-dev 118s librust-minimal-lexical-dev librust-no-panic-dev librust-nom+std-dev 118s librust-nom-dev librust-once-cell-dev librust-owning-ref-dev 118s librust-parking-lot-core-dev librust-petgraph-dev 118s librust-portable-atomic-dev librust-proc-macro2-dev librust-quote-dev 118s librust-rayon-core-dev librust-rayon-dev 118s librust-rustc-std-workspace-core-dev librust-ryu-dev librust-scopeguard-dev 118s librust-serde-derive-dev librust-serde-dev librust-serde-fmt-dev 118s librust-serde-json-dev librust-serde-test-dev librust-smallvec-dev 118s librust-spin-dev librust-stable-deref-trait-dev librust-sval-buffer-dev 118s librust-sval-derive-dev librust-sval-dev librust-sval-dynamic-dev 118s librust-sval-fmt-dev librust-sval-ref-dev librust-sval-serde-dev 118s librust-syn-dev librust-tiny-keccak-dev librust-tree-magic-db-dev 118s librust-tree-magic-mini-dev librust-unicode-ident-dev librust-value-bag-dev 118s librust-value-bag-serde1-dev librust-value-bag-sval2-dev 118s librust-version-check-dev librust-zerocopy-derive-dev librust-zerocopy-dev 118s libstd-rust-1.84 libstd-rust-1.84-dev libtool libubsan1 m4 po-debconf rustc 118s rustc-1.84 119s 0 upgraded, 116 newly installed, 0 to remove and 0 not upgraded. 119s Need to get 135 MB of archives. 119s After this operation, 527 MB of additional disk space will be used. 119s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 119s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 119s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 119s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 119s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 119s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libgit2-1.9 s390x 1.9.0~ds-0ubuntu1 [601 kB] 119s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libstd-rust-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [29.9 MB] 121s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libstd-rust-1.84-dev s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [47.9 MB] 125s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 125s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 125s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 126s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 126s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 126s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 126s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 126s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 126s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 127s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 127s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 127s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 127s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 129s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 129s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 129s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 129s Get:25 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x rustc-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [6414 kB] 130s Get:26 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x cargo-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [7497 kB] 131s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.23ubuntu1 [95.1 kB] 131s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 131s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 131s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 131s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 131s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 131s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 131s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 131s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 131s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 131s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 131s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.23ubuntu1 [895 kB] 131s Get:39 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x rustc s390x 1.84.0ubuntu1 [2830 B] 131s Get:40 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x cargo s390x 1.84.0ubuntu1 [2240 B] 131s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo-tools all 31ubuntu4 [5834 B] 131s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo all 31ubuntu4 [8668 B] 131s Get:43 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-critical-section-dev s390x 1.2.0-1 [21.0 kB] 131s Get:44 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-ident-dev s390x 1.0.13-1 [38.5 kB] 131s Get:45 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro2-dev s390x 1.0.92-1 [46.1 kB] 131s Get:46 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quote-dev s390x 1.0.37-1 [29.5 kB] 131s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-syn-dev s390x 2.0.96-2 [227 kB] 131s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-derive-dev s390x 1.0.217-1 [51.2 kB] 131s Get:49 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-dev s390x 1.0.217-1 [67.2 kB] 131s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-portable-atomic-dev s390x 1.10.0-3 [128 kB] 131s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cfg-if-dev s390x 1.0.0-1 [10.5 kB] 131s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-std-workspace-core-dev s390x 1.0.0-1 [3020 B] 131s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libc-dev s390x 0.2.169-1 [382 kB] 131s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-getrandom-dev s390x 0.2.15-1 [37.8 kB] 131s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-derive-arbitrary-dev s390x 1.4.1-1 [13.5 kB] 131s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arbitrary-dev s390x 1.4.1-1 [36.9 kB] 131s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-smallvec-dev s390x 1.13.2-1 [35.5 kB] 131s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-parking-lot-core-dev s390x 0.9.10-1 [32.6 kB] 131s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-once-cell-dev s390x 1.20.2-1 [31.9 kB] 131s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crunchy-dev s390x 0.2.2-1 [5340 B] 131s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tiny-keccak-dev s390x 2.0.2-1 [20.9 kB] 131s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-macro-dev s390x 0.1.16-2 [10.5 kB] 131s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-dev s390x 0.1.17-2 [8590 B] 131s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-version-check-dev s390x 0.9.5-1 [16.9 kB] 131s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-byteorder-dev s390x 1.5.0-1 [22.4 kB] 131s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-derive-dev s390x 0.7.34-1 [30.3 kB] 131s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-dev s390x 0.7.34-1 [117 kB] 131s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ahash-dev all 0.8.11-9 [38.1 kB] 131s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-allocator-api2-dev s390x 0.2.16-1 [54.8 kB] 131s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-autocfg-dev s390x 1.1.0-1 [15.2 kB] 131s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bencher-dev s390x 0.1.5-1 [19.9 kB] 131s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytecount-dev s390x 0.6.7-1 [17.0 kB] 131s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins-dev s390x 0.1.139-1 [178 kB] 131s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-utils-dev s390x 0.8.19-1 [41.1 kB] 131s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch-dev s390x 0.9.18-1 [42.3 kB] 131s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch+std-dev s390x 0.9.18-1 [1128 B] 131s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-deque-dev s390x 0.8.5-1 [22.4 kB] 132s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-either-dev s390x 1.13.0-1 [20.2 kB] 132s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-equivalent-dev s390x 1.0.1-1 [8240 B] 132s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-erased-serde-dev s390x 0.3.31-1 [22.7 kB] 132s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-fixedbitset-dev s390x 0.4.2-1 [17.2 kB] 132s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-fnv-dev s390x 1.0.7-1 [12.8 kB] 132s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-core-dev s390x 1.12.1-1 [63.7 kB] 132s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-dev s390x 1.10.0-1 [149 kB] 132s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hashbrown-dev s390x 0.14.5-5 [110 kB] 132s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-indexmap-dev s390x 2.7.0-1 [69.4 kB] 132s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-no-panic-dev s390x 0.1.32-1 [14.6 kB] 132s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-itoa-dev s390x 1.0.14-1 [13.5 kB] 132s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-stable-deref-trait-dev s390x 1.2.0-1 [9794 B] 132s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-owning-ref-dev s390x 0.4.1-1 [13.7 kB] 132s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-scopeguard-dev s390x 1.2.0-1 [13.3 kB] 132s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-lock-api-dev s390x 0.4.12-1 [22.9 kB] 132s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-spin-dev s390x 0.9.8-4 [33.4 kB] 132s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-lazy-static-dev s390x 1.5.0-1 [14.2 kB] 132s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-derive-dev s390x 2.6.1-2 [11.0 kB] 132s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dev s390x 2.6.1-2 [28.0 kB] 132s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-ref-dev s390x 2.6.1-1 [8942 B] 132s Get:98 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-fmt-dev all 1.0.3-4 [7202 B] 132s Get:99 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memchr-dev s390x 2.7.4-1 [71.8 kB] 132s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ryu-dev s390x 1.0.15-1 [41.7 kB] 132s Get:101 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-json-dev s390x 1.0.133-1 [130 kB] 132s Get:102 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-test-dev s390x 1.0.171-1 [20.6 kB] 132s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-serde1-dev s390x 1.9.0-1 [7820 B] 132s Get:104 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-buffer-dev s390x 2.6.1-1 [16.8 kB] 132s Get:105 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dynamic-dev s390x 2.6.1-1 [9542 B] 132s Get:106 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-fmt-dev s390x 2.6.1-1 [12.0 kB] 132s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-serde-dev s390x 2.6.1-1 [13.2 kB] 132s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-sval2-dev s390x 1.9.0-1 [7862 B] 132s Get:109 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-dev s390x 1.9.0-1 [37.6 kB] 132s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-log-dev s390x 0.4.22-1 [43.0 kB] 132s Get:111 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-minimal-lexical-dev s390x 0.2.1-2 [87.0 kB] 132s Get:112 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-nom-dev s390x 7.1.3-1 [93.9 kB] 132s Get:113 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-nom+std-dev s390x 7.1.3-1 [1084 B] 132s Get:114 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-petgraph-dev s390x 0.6.4-1 [150 kB] 133s Get:115 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tree-magic-db-dev s390x 3.0.0-1 [23.6 kB] 133s Get:116 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tree-magic-mini-dev s390x 3.0.3-3 [17.1 kB] 133s Fetched 135 MB in 14s (9379 kB/s) 133s Selecting previously unselected package m4. 133s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 57076 files and directories currently installed.) 133s Preparing to unpack .../000-m4_1.4.19-5_s390x.deb ... 133s Unpacking m4 (1.4.19-5) ... 133s Selecting previously unselected package autoconf. 133s Preparing to unpack .../001-autoconf_2.72-3_all.deb ... 133s Unpacking autoconf (2.72-3) ... 133s Selecting previously unselected package autotools-dev. 133s Preparing to unpack .../002-autotools-dev_20220109.1_all.deb ... 133s Unpacking autotools-dev (20220109.1) ... 133s Selecting previously unselected package automake. 133s Preparing to unpack .../003-automake_1%3a1.17-3_all.deb ... 133s Unpacking automake (1:1.17-3) ... 133s Selecting previously unselected package autopoint. 133s Preparing to unpack .../004-autopoint_0.23.1-1_all.deb ... 133s Unpacking autopoint (0.23.1-1) ... 133s Selecting previously unselected package libgit2-1.9:s390x. 133s Preparing to unpack .../005-libgit2-1.9_1.9.0~ds-0ubuntu1_s390x.deb ... 133s Unpacking libgit2-1.9:s390x (1.9.0~ds-0ubuntu1) ... 133s Selecting previously unselected package libstd-rust-1.84:s390x. 133s Preparing to unpack .../006-libstd-rust-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 133s Unpacking libstd-rust-1.84:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 134s Selecting previously unselected package libstd-rust-1.84-dev:s390x. 134s Preparing to unpack .../007-libstd-rust-1.84-dev_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 134s Unpacking libstd-rust-1.84-dev:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 135s Selecting previously unselected package libisl23:s390x. 135s Preparing to unpack .../008-libisl23_0.27-1_s390x.deb ... 135s Unpacking libisl23:s390x (0.27-1) ... 135s Selecting previously unselected package libmpc3:s390x. 135s Preparing to unpack .../009-libmpc3_1.3.1-1build2_s390x.deb ... 135s Unpacking libmpc3:s390x (1.3.1-1build2) ... 135s Selecting previously unselected package cpp-14-s390x-linux-gnu. 135s Preparing to unpack .../010-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package cpp-14. 135s Preparing to unpack .../011-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package cpp-s390x-linux-gnu. 135s Preparing to unpack .../012-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 135s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 135s Selecting previously unselected package cpp. 135s Preparing to unpack .../013-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 135s Unpacking cpp (4:14.1.0-2ubuntu1) ... 135s Selecting previously unselected package libcc1-0:s390x. 135s Preparing to unpack .../014-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package libgomp1:s390x. 135s Preparing to unpack .../015-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package libitm1:s390x. 135s Preparing to unpack .../016-libitm1_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package libasan8:s390x. 135s Preparing to unpack .../017-libasan8_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package libubsan1:s390x. 135s Preparing to unpack .../018-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package libgcc-14-dev:s390x. 135s Preparing to unpack .../019-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package gcc-14-s390x-linux-gnu. 135s Preparing to unpack .../020-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package gcc-14. 135s Preparing to unpack .../021-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 135s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 135s Selecting previously unselected package gcc-s390x-linux-gnu. 135s Preparing to unpack .../022-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 135s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 135s Selecting previously unselected package gcc. 135s Preparing to unpack .../023-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 135s Unpacking gcc (4:14.1.0-2ubuntu1) ... 135s Selecting previously unselected package rustc-1.84. 135s Preparing to unpack .../024-rustc-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 135s Unpacking rustc-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 135s Selecting previously unselected package cargo-1.84. 135s Preparing to unpack .../025-cargo-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 135s Unpacking cargo-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 135s Selecting previously unselected package libdebhelper-perl. 135s Preparing to unpack .../026-libdebhelper-perl_13.23ubuntu1_all.deb ... 135s Unpacking libdebhelper-perl (13.23ubuntu1) ... 135s Selecting previously unselected package libtool. 135s Preparing to unpack .../027-libtool_2.5.4-3build1_all.deb ... 135s Unpacking libtool (2.5.4-3build1) ... 135s Selecting previously unselected package dh-autoreconf. 135s Preparing to unpack .../028-dh-autoreconf_20_all.deb ... 135s Unpacking dh-autoreconf (20) ... 135s Selecting previously unselected package libarchive-zip-perl. 135s Preparing to unpack .../029-libarchive-zip-perl_1.68-1_all.deb ... 135s Unpacking libarchive-zip-perl (1.68-1) ... 135s Selecting previously unselected package libfile-stripnondeterminism-perl. 135s Preparing to unpack .../030-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 135s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 135s Selecting previously unselected package dh-strip-nondeterminism. 135s Preparing to unpack .../031-dh-strip-nondeterminism_1.14.1-2_all.deb ... 135s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 136s Selecting previously unselected package debugedit. 136s Preparing to unpack .../032-debugedit_1%3a5.1-2_s390x.deb ... 136s Unpacking debugedit (1:5.1-2) ... 136s Selecting previously unselected package dwz. 136s Preparing to unpack .../033-dwz_0.15-1build6_s390x.deb ... 136s Unpacking dwz (0.15-1build6) ... 136s Selecting previously unselected package gettext. 136s Preparing to unpack .../034-gettext_0.23.1-1_s390x.deb ... 136s Unpacking gettext (0.23.1-1) ... 136s Selecting previously unselected package intltool-debian. 136s Preparing to unpack .../035-intltool-debian_0.35.0+20060710.6_all.deb ... 136s Unpacking intltool-debian (0.35.0+20060710.6) ... 136s Selecting previously unselected package po-debconf. 136s Preparing to unpack .../036-po-debconf_1.0.21+nmu1_all.deb ... 136s Unpacking po-debconf (1.0.21+nmu1) ... 136s Selecting previously unselected package debhelper. 136s Preparing to unpack .../037-debhelper_13.23ubuntu1_all.deb ... 136s Unpacking debhelper (13.23ubuntu1) ... 136s Selecting previously unselected package rustc. 136s Preparing to unpack .../038-rustc_1.84.0ubuntu1_s390x.deb ... 136s Unpacking rustc (1.84.0ubuntu1) ... 136s Selecting previously unselected package cargo. 136s Preparing to unpack .../039-cargo_1.84.0ubuntu1_s390x.deb ... 136s Unpacking cargo (1.84.0ubuntu1) ... 136s Selecting previously unselected package dh-cargo-tools. 136s Preparing to unpack .../040-dh-cargo-tools_31ubuntu4_all.deb ... 136s Unpacking dh-cargo-tools (31ubuntu4) ... 136s Selecting previously unselected package dh-cargo. 136s Preparing to unpack .../041-dh-cargo_31ubuntu4_all.deb ... 136s Unpacking dh-cargo (31ubuntu4) ... 136s Selecting previously unselected package librust-critical-section-dev:s390x. 136s Preparing to unpack .../042-librust-critical-section-dev_1.2.0-1_s390x.deb ... 136s Unpacking librust-critical-section-dev:s390x (1.2.0-1) ... 136s Selecting previously unselected package librust-unicode-ident-dev:s390x. 136s Preparing to unpack .../043-librust-unicode-ident-dev_1.0.13-1_s390x.deb ... 136s Unpacking librust-unicode-ident-dev:s390x (1.0.13-1) ... 136s Selecting previously unselected package librust-proc-macro2-dev:s390x. 136s Preparing to unpack .../044-librust-proc-macro2-dev_1.0.92-1_s390x.deb ... 136s Unpacking librust-proc-macro2-dev:s390x (1.0.92-1) ... 136s Selecting previously unselected package librust-quote-dev:s390x. 136s Preparing to unpack .../045-librust-quote-dev_1.0.37-1_s390x.deb ... 136s Unpacking librust-quote-dev:s390x (1.0.37-1) ... 136s Selecting previously unselected package librust-syn-dev:s390x. 136s Preparing to unpack .../046-librust-syn-dev_2.0.96-2_s390x.deb ... 136s Unpacking librust-syn-dev:s390x (2.0.96-2) ... 136s Selecting previously unselected package librust-serde-derive-dev:s390x. 136s Preparing to unpack .../047-librust-serde-derive-dev_1.0.217-1_s390x.deb ... 136s Unpacking librust-serde-derive-dev:s390x (1.0.217-1) ... 136s Selecting previously unselected package librust-serde-dev:s390x. 136s Preparing to unpack .../048-librust-serde-dev_1.0.217-1_s390x.deb ... 136s Unpacking librust-serde-dev:s390x (1.0.217-1) ... 136s Selecting previously unselected package librust-portable-atomic-dev:s390x. 136s Preparing to unpack .../049-librust-portable-atomic-dev_1.10.0-3_s390x.deb ... 136s Unpacking librust-portable-atomic-dev:s390x (1.10.0-3) ... 136s Selecting previously unselected package librust-cfg-if-dev:s390x. 136s Preparing to unpack .../050-librust-cfg-if-dev_1.0.0-1_s390x.deb ... 136s Unpacking librust-cfg-if-dev:s390x (1.0.0-1) ... 136s Selecting previously unselected package librust-rustc-std-workspace-core-dev:s390x. 136s Preparing to unpack .../051-librust-rustc-std-workspace-core-dev_1.0.0-1_s390x.deb ... 136s Unpacking librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 136s Selecting previously unselected package librust-libc-dev:s390x. 136s Preparing to unpack .../052-librust-libc-dev_0.2.169-1_s390x.deb ... 136s Unpacking librust-libc-dev:s390x (0.2.169-1) ... 136s Selecting previously unselected package librust-getrandom-dev:s390x. 136s Preparing to unpack .../053-librust-getrandom-dev_0.2.15-1_s390x.deb ... 136s Unpacking librust-getrandom-dev:s390x (0.2.15-1) ... 136s Selecting previously unselected package librust-derive-arbitrary-dev:s390x. 136s Preparing to unpack .../054-librust-derive-arbitrary-dev_1.4.1-1_s390x.deb ... 136s Unpacking librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 136s Selecting previously unselected package librust-arbitrary-dev:s390x. 136s Preparing to unpack .../055-librust-arbitrary-dev_1.4.1-1_s390x.deb ... 136s Unpacking librust-arbitrary-dev:s390x (1.4.1-1) ... 136s Selecting previously unselected package librust-smallvec-dev:s390x. 136s Preparing to unpack .../056-librust-smallvec-dev_1.13.2-1_s390x.deb ... 136s Unpacking librust-smallvec-dev:s390x (1.13.2-1) ... 136s Selecting previously unselected package librust-parking-lot-core-dev:s390x. 136s Preparing to unpack .../057-librust-parking-lot-core-dev_0.9.10-1_s390x.deb ... 136s Unpacking librust-parking-lot-core-dev:s390x (0.9.10-1) ... 136s Selecting previously unselected package librust-once-cell-dev:s390x. 136s Preparing to unpack .../058-librust-once-cell-dev_1.20.2-1_s390x.deb ... 136s Unpacking librust-once-cell-dev:s390x (1.20.2-1) ... 136s Selecting previously unselected package librust-crunchy-dev:s390x. 136s Preparing to unpack .../059-librust-crunchy-dev_0.2.2-1_s390x.deb ... 136s Unpacking librust-crunchy-dev:s390x (0.2.2-1) ... 136s Selecting previously unselected package librust-tiny-keccak-dev:s390x. 136s Preparing to unpack .../060-librust-tiny-keccak-dev_2.0.2-1_s390x.deb ... 136s Unpacking librust-tiny-keccak-dev:s390x (2.0.2-1) ... 136s Selecting previously unselected package librust-const-random-macro-dev:s390x. 136s Preparing to unpack .../061-librust-const-random-macro-dev_0.1.16-2_s390x.deb ... 136s Unpacking librust-const-random-macro-dev:s390x (0.1.16-2) ... 136s Selecting previously unselected package librust-const-random-dev:s390x. 136s Preparing to unpack .../062-librust-const-random-dev_0.1.17-2_s390x.deb ... 136s Unpacking librust-const-random-dev:s390x (0.1.17-2) ... 136s Selecting previously unselected package librust-version-check-dev:s390x. 136s Preparing to unpack .../063-librust-version-check-dev_0.9.5-1_s390x.deb ... 136s Unpacking librust-version-check-dev:s390x (0.9.5-1) ... 136s Selecting previously unselected package librust-byteorder-dev:s390x. 136s Preparing to unpack .../064-librust-byteorder-dev_1.5.0-1_s390x.deb ... 136s Unpacking librust-byteorder-dev:s390x (1.5.0-1) ... 136s Selecting previously unselected package librust-zerocopy-derive-dev:s390x. 136s Preparing to unpack .../065-librust-zerocopy-derive-dev_0.7.34-1_s390x.deb ... 136s Unpacking librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 136s Selecting previously unselected package librust-zerocopy-dev:s390x. 136s Preparing to unpack .../066-librust-zerocopy-dev_0.7.34-1_s390x.deb ... 136s Unpacking librust-zerocopy-dev:s390x (0.7.34-1) ... 136s Selecting previously unselected package librust-ahash-dev. 136s Preparing to unpack .../067-librust-ahash-dev_0.8.11-9_all.deb ... 136s Unpacking librust-ahash-dev (0.8.11-9) ... 136s Selecting previously unselected package librust-allocator-api2-dev:s390x. 136s Preparing to unpack .../068-librust-allocator-api2-dev_0.2.16-1_s390x.deb ... 136s Unpacking librust-allocator-api2-dev:s390x (0.2.16-1) ... 136s Selecting previously unselected package librust-autocfg-dev:s390x. 136s Preparing to unpack .../069-librust-autocfg-dev_1.1.0-1_s390x.deb ... 136s Unpacking librust-autocfg-dev:s390x (1.1.0-1) ... 136s Selecting previously unselected package librust-bencher-dev:s390x. 136s Preparing to unpack .../070-librust-bencher-dev_0.1.5-1_s390x.deb ... 136s Unpacking librust-bencher-dev:s390x (0.1.5-1) ... 136s Selecting previously unselected package librust-bytecount-dev:s390x. 136s Preparing to unpack .../071-librust-bytecount-dev_0.6.7-1_s390x.deb ... 136s Unpacking librust-bytecount-dev:s390x (0.6.7-1) ... 136s Selecting previously unselected package librust-compiler-builtins-dev:s390x. 136s Preparing to unpack .../072-librust-compiler-builtins-dev_0.1.139-1_s390x.deb ... 136s Unpacking librust-compiler-builtins-dev:s390x (0.1.139-1) ... 136s Selecting previously unselected package librust-crossbeam-utils-dev:s390x. 136s Preparing to unpack .../073-librust-crossbeam-utils-dev_0.8.19-1_s390x.deb ... 136s Unpacking librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 136s Selecting previously unselected package librust-crossbeam-epoch-dev:s390x. 136s Preparing to unpack .../074-librust-crossbeam-epoch-dev_0.9.18-1_s390x.deb ... 136s Unpacking librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 136s Selecting previously unselected package librust-crossbeam-epoch+std-dev:s390x. 136s Preparing to unpack .../075-librust-crossbeam-epoch+std-dev_0.9.18-1_s390x.deb ... 136s Unpacking librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 136s Selecting previously unselected package librust-crossbeam-deque-dev:s390x. 136s Preparing to unpack .../076-librust-crossbeam-deque-dev_0.8.5-1_s390x.deb ... 136s Unpacking librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 136s Selecting previously unselected package librust-either-dev:s390x. 136s Preparing to unpack .../077-librust-either-dev_1.13.0-1_s390x.deb ... 136s Unpacking librust-either-dev:s390x (1.13.0-1) ... 136s Selecting previously unselected package librust-equivalent-dev:s390x. 136s Preparing to unpack .../078-librust-equivalent-dev_1.0.1-1_s390x.deb ... 136s Unpacking librust-equivalent-dev:s390x (1.0.1-1) ... 136s Selecting previously unselected package librust-erased-serde-dev:s390x. 136s Preparing to unpack .../079-librust-erased-serde-dev_0.3.31-1_s390x.deb ... 136s Unpacking librust-erased-serde-dev:s390x (0.3.31-1) ... 136s Selecting previously unselected package librust-fixedbitset-dev:s390x. 136s Preparing to unpack .../080-librust-fixedbitset-dev_0.4.2-1_s390x.deb ... 136s Unpacking librust-fixedbitset-dev:s390x (0.4.2-1) ... 136s Selecting previously unselected package librust-fnv-dev:s390x. 136s Preparing to unpack .../081-librust-fnv-dev_1.0.7-1_s390x.deb ... 136s Unpacking librust-fnv-dev:s390x (1.0.7-1) ... 136s Selecting previously unselected package librust-rayon-core-dev:s390x. 136s Preparing to unpack .../082-librust-rayon-core-dev_1.12.1-1_s390x.deb ... 136s Unpacking librust-rayon-core-dev:s390x (1.12.1-1) ... 136s Selecting previously unselected package librust-rayon-dev:s390x. 136s Preparing to unpack .../083-librust-rayon-dev_1.10.0-1_s390x.deb ... 136s Unpacking librust-rayon-dev:s390x (1.10.0-1) ... 136s Selecting previously unselected package librust-hashbrown-dev:s390x. 136s Preparing to unpack .../084-librust-hashbrown-dev_0.14.5-5_s390x.deb ... 136s Unpacking librust-hashbrown-dev:s390x (0.14.5-5) ... 136s Selecting previously unselected package librust-indexmap-dev:s390x. 136s Preparing to unpack .../085-librust-indexmap-dev_2.7.0-1_s390x.deb ... 136s Unpacking librust-indexmap-dev:s390x (2.7.0-1) ... 136s Selecting previously unselected package librust-no-panic-dev:s390x. 136s Preparing to unpack .../086-librust-no-panic-dev_0.1.32-1_s390x.deb ... 136s Unpacking librust-no-panic-dev:s390x (0.1.32-1) ... 136s Selecting previously unselected package librust-itoa-dev:s390x. 136s Preparing to unpack .../087-librust-itoa-dev_1.0.14-1_s390x.deb ... 136s Unpacking librust-itoa-dev:s390x (1.0.14-1) ... 136s Selecting previously unselected package librust-stable-deref-trait-dev:s390x. 136s Preparing to unpack .../088-librust-stable-deref-trait-dev_1.2.0-1_s390x.deb ... 136s Unpacking librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 136s Selecting previously unselected package librust-owning-ref-dev:s390x. 136s Preparing to unpack .../089-librust-owning-ref-dev_0.4.1-1_s390x.deb ... 136s Unpacking librust-owning-ref-dev:s390x (0.4.1-1) ... 136s Selecting previously unselected package librust-scopeguard-dev:s390x. 136s Preparing to unpack .../090-librust-scopeguard-dev_1.2.0-1_s390x.deb ... 136s Unpacking librust-scopeguard-dev:s390x (1.2.0-1) ... 136s Selecting previously unselected package librust-lock-api-dev:s390x. 136s Preparing to unpack .../091-librust-lock-api-dev_0.4.12-1_s390x.deb ... 136s Unpacking librust-lock-api-dev:s390x (0.4.12-1) ... 136s Selecting previously unselected package librust-spin-dev:s390x. 136s Preparing to unpack .../092-librust-spin-dev_0.9.8-4_s390x.deb ... 136s Unpacking librust-spin-dev:s390x (0.9.8-4) ... 136s Selecting previously unselected package librust-lazy-static-dev:s390x. 136s Preparing to unpack .../093-librust-lazy-static-dev_1.5.0-1_s390x.deb ... 136s Unpacking librust-lazy-static-dev:s390x (1.5.0-1) ... 136s Selecting previously unselected package librust-sval-derive-dev:s390x. 136s Preparing to unpack .../094-librust-sval-derive-dev_2.6.1-2_s390x.deb ... 136s Unpacking librust-sval-derive-dev:s390x (2.6.1-2) ... 136s Selecting previously unselected package librust-sval-dev:s390x. 136s Preparing to unpack .../095-librust-sval-dev_2.6.1-2_s390x.deb ... 136s Unpacking librust-sval-dev:s390x (2.6.1-2) ... 136s Selecting previously unselected package librust-sval-ref-dev:s390x. 136s Preparing to unpack .../096-librust-sval-ref-dev_2.6.1-1_s390x.deb ... 136s Unpacking librust-sval-ref-dev:s390x (2.6.1-1) ... 136s Selecting previously unselected package librust-serde-fmt-dev. 136s Preparing to unpack .../097-librust-serde-fmt-dev_1.0.3-4_all.deb ... 136s Unpacking librust-serde-fmt-dev (1.0.3-4) ... 136s Selecting previously unselected package librust-memchr-dev:s390x. 136s Preparing to unpack .../098-librust-memchr-dev_2.7.4-1_s390x.deb ... 136s Unpacking librust-memchr-dev:s390x (2.7.4-1) ... 136s Selecting previously unselected package librust-ryu-dev:s390x. 136s Preparing to unpack .../099-librust-ryu-dev_1.0.15-1_s390x.deb ... 136s Unpacking librust-ryu-dev:s390x (1.0.15-1) ... 136s Selecting previously unselected package librust-serde-json-dev:s390x. 136s Preparing to unpack .../100-librust-serde-json-dev_1.0.133-1_s390x.deb ... 136s Unpacking librust-serde-json-dev:s390x (1.0.133-1) ... 136s Selecting previously unselected package librust-serde-test-dev:s390x. 136s Preparing to unpack .../101-librust-serde-test-dev_1.0.171-1_s390x.deb ... 136s Unpacking librust-serde-test-dev:s390x (1.0.171-1) ... 136s Selecting previously unselected package librust-value-bag-serde1-dev:s390x. 136s Preparing to unpack .../102-librust-value-bag-serde1-dev_1.9.0-1_s390x.deb ... 136s Unpacking librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 136s Selecting previously unselected package librust-sval-buffer-dev:s390x. 136s Preparing to unpack .../103-librust-sval-buffer-dev_2.6.1-1_s390x.deb ... 136s Unpacking librust-sval-buffer-dev:s390x (2.6.1-1) ... 136s Selecting previously unselected package librust-sval-dynamic-dev:s390x. 136s Preparing to unpack .../104-librust-sval-dynamic-dev_2.6.1-1_s390x.deb ... 136s Unpacking librust-sval-dynamic-dev:s390x (2.6.1-1) ... 136s Selecting previously unselected package librust-sval-fmt-dev:s390x. 136s Preparing to unpack .../105-librust-sval-fmt-dev_2.6.1-1_s390x.deb ... 136s Unpacking librust-sval-fmt-dev:s390x (2.6.1-1) ... 136s Selecting previously unselected package librust-sval-serde-dev:s390x. 136s Preparing to unpack .../106-librust-sval-serde-dev_2.6.1-1_s390x.deb ... 136s Unpacking librust-sval-serde-dev:s390x (2.6.1-1) ... 136s Selecting previously unselected package librust-value-bag-sval2-dev:s390x. 136s Preparing to unpack .../107-librust-value-bag-sval2-dev_1.9.0-1_s390x.deb ... 136s Unpacking librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 136s Selecting previously unselected package librust-value-bag-dev:s390x. 136s Preparing to unpack .../108-librust-value-bag-dev_1.9.0-1_s390x.deb ... 136s Unpacking librust-value-bag-dev:s390x (1.9.0-1) ... 136s Selecting previously unselected package librust-log-dev:s390x. 136s Preparing to unpack .../109-librust-log-dev_0.4.22-1_s390x.deb ... 136s Unpacking librust-log-dev:s390x (0.4.22-1) ... 136s Selecting previously unselected package librust-minimal-lexical-dev:s390x. 136s Preparing to unpack .../110-librust-minimal-lexical-dev_0.2.1-2_s390x.deb ... 136s Unpacking librust-minimal-lexical-dev:s390x (0.2.1-2) ... 137s Selecting previously unselected package librust-nom-dev:s390x. 137s Preparing to unpack .../111-librust-nom-dev_7.1.3-1_s390x.deb ... 137s Unpacking librust-nom-dev:s390x (7.1.3-1) ... 137s Selecting previously unselected package librust-nom+std-dev:s390x. 137s Preparing to unpack .../112-librust-nom+std-dev_7.1.3-1_s390x.deb ... 137s Unpacking librust-nom+std-dev:s390x (7.1.3-1) ... 137s Selecting previously unselected package librust-petgraph-dev:s390x. 137s Preparing to unpack .../113-librust-petgraph-dev_0.6.4-1_s390x.deb ... 137s Unpacking librust-petgraph-dev:s390x (0.6.4-1) ... 137s Selecting previously unselected package librust-tree-magic-db-dev:s390x. 137s Preparing to unpack .../114-librust-tree-magic-db-dev_3.0.0-1_s390x.deb ... 137s Unpacking librust-tree-magic-db-dev:s390x (3.0.0-1) ... 137s Selecting previously unselected package librust-tree-magic-mini-dev:s390x. 137s Preparing to unpack .../115-librust-tree-magic-mini-dev_3.0.3-3_s390x.deb ... 137s Unpacking librust-tree-magic-mini-dev:s390x (3.0.3-3) ... 137s Setting up librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 137s Setting up librust-fnv-dev:s390x (1.0.7-1) ... 137s Setting up librust-either-dev:s390x (1.13.0-1) ... 137s Setting up dh-cargo-tools (31ubuntu4) ... 137s Setting up librust-version-check-dev:s390x (0.9.5-1) ... 137s Setting up librust-bytecount-dev:s390x (0.6.7-1) ... 137s Setting up libarchive-zip-perl (1.68-1) ... 137s Setting up libdebhelper-perl (13.23ubuntu1) ... 137s Setting up m4 (1.4.19-5) ... 137s Setting up librust-ryu-dev:s390x (1.0.15-1) ... 137s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 137s Setting up librust-compiler-builtins-dev:s390x (0.1.139-1) ... 137s Setting up librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 137s Setting up autotools-dev (20220109.1) ... 137s Setting up librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 137s Setting up librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 137s Setting up librust-critical-section-dev:s390x (1.2.0-1) ... 137s Setting up librust-scopeguard-dev:s390x (1.2.0-1) ... 137s Setting up libmpc3:s390x (1.3.1-1build2) ... 137s Setting up autopoint (0.23.1-1) ... 137s Setting up librust-tree-magic-db-dev:s390x (3.0.0-1) ... 137s Setting up librust-crunchy-dev:s390x (0.2.2-1) ... 137s Setting up libgit2-1.9:s390x (1.9.0~ds-0ubuntu1) ... 137s Setting up autoconf (2.72-3) ... 137s Setting up libstd-rust-1.84:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 137s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 137s Setting up librust-unicode-ident-dev:s390x (1.0.13-1) ... 137s Setting up librust-minimal-lexical-dev:s390x (0.2.1-2) ... 137s Setting up librust-equivalent-dev:s390x (1.0.1-1) ... 137s Setting up dwz (0.15-1build6) ... 137s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 137s Setting up libstd-rust-1.84-dev:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 137s Setting up librust-cfg-if-dev:s390x (1.0.0-1) ... 137s Setting up debugedit (1:5.1-2) ... 137s Setting up librust-byteorder-dev:s390x (1.5.0-1) ... 137s Setting up librust-autocfg-dev:s390x (1.1.0-1) ... 137s Setting up libisl23:s390x (0.27-1) ... 137s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 137s Setting up librust-bencher-dev:s390x (0.1.5-1) ... 137s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 137s Setting up automake (1:1.17-3) ... 137s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 137s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 137s Setting up librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 137s Setting up librust-libc-dev:s390x (0.2.169-1) ... 137s Setting up gettext (0.23.1-1) ... 137s Setting up librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 137s Setting up librust-tiny-keccak-dev:s390x (2.0.2-1) ... 137s Setting up librust-getrandom-dev:s390x (0.2.15-1) ... 137s Setting up librust-owning-ref-dev:s390x (0.4.1-1) ... 137s Setting up librust-proc-macro2-dev:s390x (1.0.92-1) ... 137s Setting up librust-rayon-core-dev:s390x (1.12.1-1) ... 137s Setting up intltool-debian (0.35.0+20060710.6) ... 137s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 137s Setting up cpp-14 (14.2.0-16ubuntu1) ... 137s Setting up dh-strip-nondeterminism (1.14.1-2) ... 137s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 137s Setting up librust-rayon-dev:s390x (1.10.0-1) ... 137s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 137s Setting up po-debconf (1.0.21+nmu1) ... 137s Setting up librust-quote-dev:s390x (1.0.37-1) ... 137s Setting up librust-syn-dev:s390x (2.0.96-2) ... 137s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 137s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 137s Setting up librust-sval-derive-dev:s390x (2.6.1-2) ... 137s Setting up librust-no-panic-dev:s390x (0.1.32-1) ... 137s Setting up cpp (4:14.1.0-2ubuntu1) ... 137s Setting up librust-serde-derive-dev:s390x (1.0.217-1) ... 137s Setting up librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 137s Setting up librust-serde-dev:s390x (1.0.217-1) ... 137s Setting up librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 137s Setting up librust-allocator-api2-dev:s390x (0.2.16-1) ... 137s Setting up librust-serde-fmt-dev (1.0.3-4) ... 137s Setting up librust-portable-atomic-dev:s390x (1.10.0-3) ... 137s Setting up librust-lock-api-dev:s390x (0.4.12-1) ... 137s Setting up librust-sval-dev:s390x (2.6.1-2) ... 137s Setting up librust-itoa-dev:s390x (1.0.14-1) ... 137s Setting up gcc-14 (14.2.0-16ubuntu1) ... 137s Setting up librust-sval-ref-dev:s390x (2.6.1-1) ... 137s Setting up librust-fixedbitset-dev:s390x (0.4.2-1) ... 137s Setting up librust-zerocopy-dev:s390x (0.7.34-1) ... 137s Setting up librust-arbitrary-dev:s390x (1.4.1-1) ... 137s Setting up librust-serde-test-dev:s390x (1.0.171-1) ... 137s Setting up librust-erased-serde-dev:s390x (0.3.31-1) ... 137s Setting up librust-spin-dev:s390x (0.9.8-4) ... 137s Setting up librust-sval-dynamic-dev:s390x (2.6.1-1) ... 137s Setting up librust-lazy-static-dev:s390x (1.5.0-1) ... 137s Setting up libtool (2.5.4-3build1) ... 137s Setting up librust-sval-buffer-dev:s390x (2.6.1-1) ... 137s Setting up librust-smallvec-dev:s390x (1.13.2-1) ... 137s Setting up librust-sval-fmt-dev:s390x (2.6.1-1) ... 137s Setting up gcc (4:14.1.0-2ubuntu1) ... 137s Setting up dh-autoreconf (20) ... 137s Setting up rustc-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 137s Setting up rustc (1.84.0ubuntu1) ... 137s Setting up librust-parking-lot-core-dev:s390x (0.9.10-1) ... 137s Setting up librust-once-cell-dev:s390x (1.20.2-1) ... 137s Setting up librust-sval-serde-dev:s390x (2.6.1-1) ... 137s Setting up cargo-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 137s Setting up librust-const-random-macro-dev:s390x (0.1.16-2) ... 137s Setting up librust-const-random-dev:s390x (0.1.17-2) ... 137s Setting up debhelper (13.23ubuntu1) ... 137s Setting up librust-ahash-dev (0.8.11-9) ... 137s Setting up cargo (1.84.0ubuntu1) ... 137s Setting up dh-cargo (31ubuntu4) ... 137s Setting up librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 137s Setting up librust-hashbrown-dev:s390x (0.14.5-5) ... 137s Setting up librust-indexmap-dev:s390x (2.7.0-1) ... 137s Setting up librust-petgraph-dev:s390x (0.6.4-1) ... 137s Setting up librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 137s Setting up librust-value-bag-dev:s390x (1.9.0-1) ... 137s Setting up librust-log-dev:s390x (0.4.22-1) ... 137s Setting up librust-memchr-dev:s390x (2.7.4-1) ... 137s Setting up librust-nom-dev:s390x (7.1.3-1) ... 137s Setting up librust-serde-json-dev:s390x (1.0.133-1) ... 137s Setting up librust-nom+std-dev:s390x (7.1.3-1) ... 137s Setting up librust-tree-magic-mini-dev:s390x (3.0.3-3) ... 137s Processing triggers for libc-bin (2.40-4ubuntu1) ... 137s Processing triggers for man-db (2.13.0-1) ... 137s Processing triggers for install-info (7.1.1-1) ... 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-tree-magic-mini-dev'], kind short, sout pipe, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.VcbHoT/rust-tree-magic-mini:@-packages.all"], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/rust-tree-magic-mini%3A%40-packages.all /tmp/autopkgtest-work.vpmge4r9/out/rust-tree-magic-mini%3A%40-packages.all 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.VcbHoT/build.vpk/src'], kind short, sout raw, serr raw, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.VcbHoT/build.vpk/src already exists 138s autopkgtest [02:26:37]: test rust-tree-magic-mini:@: /usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --all-features 138s autopkgtest [02:26:37]: test rust-tree-magic-mini:@: [----------------------- 138s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.VcbHoT/wrapper.sh --debug --artifacts=/tmp/autopkgtest.VcbHoT/rust-tree-magic-mini:@-artifacts --chdir=/tmp/autopkgtest.VcbHoT/build.vpk/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.VcbHoT/rust-tree-magic-mini:@-stderr --stdout=/tmp/autopkgtest.VcbHoT/rust-tree-magic-mini:@-stdout --tmp=/tmp/autopkgtest.VcbHoT/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 tree_magic_mini 3.0.3 --all-targets --all-features'"], kind test, sout raw, serr raw, env [] 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.VcbHoT/rust-tree-magic-mini:@-artifacts 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: changing to directory: /tmp/autopkgtest.VcbHoT/build.vpk/src 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: LANG=C.UTF-8 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LANGUAGE 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_ADDRESS 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_ALL 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_COLLATE 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_CTYPE 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_IDENTIFICATION 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MEASUREMENT 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MESSAGES 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MONETARY 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_NAME 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_NUMERIC 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_PAPER 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_TELEPHONE 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_TIME 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: pretending to be a login shell 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: will write standard error to /tmp/autopkgtest.VcbHoT/rust-tree-magic-mini:@-stderr 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: will write stdout to /tmp/autopkgtest.VcbHoT/rust-tree-magic-mini:@-stdout 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.VcbHoT/autopkgtest_tmp 138s /tmp/autopkgtest.VcbHoT/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 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --all-features 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: copying /tmp/tmp.W4wINonRvN/out to stdout and file: /tmp/autopkgtest.VcbHoT/rust-tree-magic-mini:@-stdout 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: copying /tmp/tmp.W4wINonRvN/err to standard error and file: /tmp/autopkgtest.VcbHoT/rust-tree-magic-mini:@-stdout 138s /tmp/autopkgtest.VcbHoT/wrapper.sh: writing script pid 2442 to /tmp/autopkgtest_script_pid 139s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 139s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 139s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 139s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.SWBuYjuyQk/registry/ 139s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 139s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 139s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 139s 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'],) {} 139s Compiling hashbrown v0.14.5 139s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.SWBuYjuyQk/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.SWBuYjuyQk/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.SWBuYjuyQk/registry/hashbrown-0.14.5/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("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=abc055366cb5e49f -C extra-filename=-abc055366cb5e49f --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 139s Compiling equivalent v1.0.1 139s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.SWBuYjuyQk/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.SWBuYjuyQk/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.SWBuYjuyQk/registry/equivalent-1.0.1/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=50ee6cd9d9ded5bf -C extra-filename=-50ee6cd9d9ded5bf --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 139s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 139s | 139s = note: this feature is not stably supported; its behavior can change in the future 139s 139s warning: `equivalent` (lib) generated 1 warning 139s Compiling fixedbitset v0.4.2 139s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fixedbitset CARGO_MANIFEST_DIR=/tmp/tmp.SWBuYjuyQk/registry/fixedbitset-0.4.2 CARGO_MANIFEST_PATH=/tmp/tmp.SWBuYjuyQk/registry/fixedbitset-0.4.2/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='FixedBitSet is a simple bitset collection' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fixedbitset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/petgraph/fixedbitset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name fixedbitset --edition=2015 /tmp/tmp.SWBuYjuyQk/registry/fixedbitset-0.4.2/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("default", "serde", "std"))' -C metadata=4f27d8f507162a0c -C extra-filename=-4f27d8f507162a0c --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:14:5 139s | 139s 14 | feature = "nightly", 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s = note: `#[warn(unexpected_cfgs)]` on by default 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:39:13 139s | 139s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:40:13 139s | 139s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:49:7 139s | 139s 49 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:59:7 139s | 139s 59 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:65:11 139s | 139s 65 | #[cfg(not(feature = "nightly"))] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 139s | 139s 53 | #[cfg(not(feature = "nightly"))] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 139s | 139s 55 | #[cfg(not(feature = "nightly"))] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 139s | 139s 57 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 139s | 139s 3549 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 139s | 139s 3661 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 139s | 139s 3678 | #[cfg(not(feature = "nightly"))] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 139s | 139s 4304 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 139s | 139s 4319 | #[cfg(not(feature = "nightly"))] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 139s | 139s 7 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 139s | 139s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 139s | 139s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 139s | 139s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `rkyv` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 139s | 139s 3 | #[cfg(feature = "rkyv")] 139s | ^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `rkyv` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:242:11 139s | 139s 242 | #[cfg(not(feature = "nightly"))] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:255:7 139s | 139s 255 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6517:11 139s | 139s 6517 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6523:11 139s | 139s 6523 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6591:11 139s | 139s 6591 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6597:11 139s | 139s 6597 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6651:11 139s | 139s 6651 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6657:11 139s | 139s 6657 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1359:11 139s | 139s 1359 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1365:11 139s | 139s 1365 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1383:11 139s | 139s 1383 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `nightly` 139s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1389:11 139s | 139s 1389 | #[cfg(feature = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 139s = help: consider adding `nightly` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: `fixedbitset` (lib) generated 1 warning (1 duplicate) 139s Compiling minimal-lexical v0.2.1 139s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/tmp/tmp.SWBuYjuyQk/registry/minimal-lexical-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.SWBuYjuyQk/registry/minimal-lexical-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Huszagh ' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name minimal_lexical --edition=2018 /tmp/tmp.SWBuYjuyQk/registry/minimal-lexical-0.2.1/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=061c55d7bafd6059 -C extra-filename=-061c55d7bafd6059 --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 139s warning: `hashbrown` (lib) generated 32 warnings (1 duplicate) 139s Compiling indexmap v2.7.0 139s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.SWBuYjuyQk/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.SWBuYjuyQk/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.SWBuYjuyQk/registry/indexmap-2.7.0/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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=add402dbf0c10c1b -C extra-filename=-add402dbf0c10c1b --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --extern equivalent=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/libequivalent-50ee6cd9d9ded5bf.rmeta --extern hashbrown=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/libhashbrown-abc055366cb5e49f.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 139s warning: `minimal-lexical` (lib) generated 1 warning (1 duplicate) 139s Compiling memchr v2.7.4 139s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.SWBuYjuyQk/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.SWBuYjuyQk/registry/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 139s 1, 2 or 3 byte search and single substring search. 139s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.SWBuYjuyQk/registry/memchr-2.7.4/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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9dfbaa7dc96bc3ae -C extra-filename=-9dfbaa7dc96bc3ae --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 139s warning: unexpected `cfg` condition value: `borsh` 139s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:117:7 139s | 139s 117 | #[cfg(feature = "borsh")] 139s | ^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 139s = help: consider adding `borsh` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s = note: `#[warn(unexpected_cfgs)]` on by default 139s 139s warning: unexpected `cfg` condition value: `rustc-rayon` 139s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:131:7 139s | 139s 131 | #[cfg(feature = "rustc-rayon")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 139s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `quickcheck` 139s --> /usr/share/cargo/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 139s | 139s 38 | #[cfg(feature = "quickcheck")] 139s | ^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 139s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `rustc-rayon` 139s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:128:30 139s | 139s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 139s | ^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 139s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `rustc-rayon` 139s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:153:30 139s | 139s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 139s | ^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 139s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 140s warning: `memchr` (lib) generated 1 warning (1 duplicate) 140s Compiling nom v7.1.3 140s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/tmp/tmp.SWBuYjuyQk/registry/nom-7.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.SWBuYjuyQk/registry/nom-7.1.3/Cargo.toml CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=7.1.3 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name nom --edition=2018 /tmp/tmp.SWBuYjuyQk/registry/nom-7.1.3/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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=92712173a5133e5a -C extra-filename=-92712173a5133e5a --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --extern memchr=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern minimal_lexical=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/libminimal_lexical-061c55d7bafd6059.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 140s warning: `indexmap` (lib) generated 6 warnings (1 duplicate) 140s Compiling petgraph v0.6.4 140s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=petgraph CARGO_MANIFEST_DIR=/tmp/tmp.SWBuYjuyQk/registry/petgraph-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.SWBuYjuyQk/registry/petgraph-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='bluss:mitchmindtree' CARGO_PKG_DESCRIPTION='Graph data structure library. Provides graph types and graph algorithms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=petgraph CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/petgraph/petgraph' CARGO_PKG_RUST_VERSION=1.64 CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name petgraph --edition=2018 /tmp/tmp.SWBuYjuyQk/registry/petgraph-0.6.4/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="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=11faea72e600ec28 -C extra-filename=-11faea72e600ec28 --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --extern fixedbitset=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/libfixedbitset-4f27d8f507162a0c.rmeta --extern indexmap=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 140s warning: unexpected `cfg` condition value: `cargo-clippy` 140s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:375:13 140s | 140s 375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))] 140s | ^^^^^^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, and `std` 140s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s = note: `#[warn(unexpected_cfgs)]` on by default 140s 140s warning: unexpected `cfg` condition name: `nightly` 140s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:379:12 140s | 140s 379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 140s | ^^^^^^^ 140s | 140s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` 140s = help: consider using a Cargo feature instead 140s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 140s [lints.rust] 140s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 140s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition name: `nightly` 140s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:391:12 140s | 140s 391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] 140s | ^^^^^^^ 140s | 140s = help: consider using a Cargo feature instead 140s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 140s [lints.rust] 140s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 140s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition name: `nightly` 140s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:418:14 140s | 140s 418 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] 140s | ^^^^^^^ 140s | 140s = help: consider using a Cargo feature instead 140s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 140s [lints.rust] 140s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 140s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unused import: `self::str::*` 140s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:439:9 140s | 140s 439 | pub use self::str::*; 140s | ^^^^^^^^^^^^ 140s | 140s = note: `#[warn(unused_imports)]` on by default 140s 140s warning: unexpected `cfg` condition name: `nightly` 140s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:49:12 140s | 140s 49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 140s | ^^^^^^^ 140s | 140s = help: consider using a Cargo feature instead 140s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 140s [lints.rust] 140s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 140s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition name: `nightly` 140s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:96:12 140s | 140s 96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 140s | ^^^^^^^ 140s | 140s = help: consider using a Cargo feature instead 140s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 140s [lints.rust] 140s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 140s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition name: `nightly` 140s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:340:12 140s | 140s 340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 140s | ^^^^^^^ 140s | 140s = help: consider using a Cargo feature instead 140s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 140s [lints.rust] 140s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 140s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition name: `nightly` 140s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:357:12 140s | 140s 357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 140s | ^^^^^^^ 140s | 140s = help: consider using a Cargo feature instead 140s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 140s [lints.rust] 140s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 140s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition name: `nightly` 140s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:374:12 140s | 140s 374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 140s | ^^^^^^^ 140s | 140s = help: consider using a Cargo feature instead 140s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 140s [lints.rust] 140s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 140s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition name: `nightly` 140s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:392:12 140s | 140s 392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 140s | ^^^^^^^ 140s | 140s = help: consider using a Cargo feature instead 140s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 140s [lints.rust] 140s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 140s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition name: `nightly` 140s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:409:12 140s | 140s 409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 140s | ^^^^^^^ 140s | 140s = help: consider using a Cargo feature instead 140s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 140s [lints.rust] 140s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 140s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition name: `nightly` 140s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:430:12 140s | 140s 430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 140s | ^^^^^^^ 140s | 140s = help: consider using a Cargo feature instead 140s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 140s [lints.rust] 140s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 140s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `quickcheck` 140s --> /usr/share/cargo/registry/petgraph-0.6.4/src/lib.rs:149:7 140s | 140s 149 | #[cfg(feature = "quickcheck")] 140s | ^^^^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `all`, `default`, `generate`, `graphmap`, `matrix_graph`, `serde`, `serde-1`, `serde_derive`, `stable_graph`, and `unstable` 140s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s = note: `#[warn(unexpected_cfgs)]` on by default 140s 140s warning: use of deprecated method `indexmap::IndexMap::::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior. 140s --> /usr/share/cargo/registry/petgraph-0.6.4/src/graphmap.rs:370:33 140s | 140s 370 | let weight = self.edges.remove(&Self::edge_key(a, b)); 140s | ^^^^^^ 140s | 140s = note: `#[warn(deprecated)]` on by default 140s 141s warning: method `node_bound_with_dummy` is never used 141s --> /usr/share/cargo/registry/petgraph-0.6.4/src/algo/matching.rs:108:8 141s | 141s 106 | trait WithDummy: NodeIndexable { 141s | --------- method in this trait 141s 107 | fn dummy_idx(&self) -> usize; 141s 108 | fn node_bound_with_dummy(&self) -> usize; 141s | ^^^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: `#[warn(dead_code)]` on by default 141s 141s warning: field `first_error` is never read 141s --> /usr/share/cargo/registry/petgraph-0.6.4/src/csr.rs:134:5 141s | 141s 133 | pub struct EdgesNotSorted { 141s | -------------- field in this struct 141s 134 | first_error: (usize, usize), 141s | ^^^^^^^^^^^ 141s | 141s = note: `EdgesNotSorted` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis 141s 141s warning: `petgraph` (lib) generated 5 warnings (1 duplicate) 141s Compiling bytecount v0.6.7 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bytecount CARGO_MANIFEST_DIR=/tmp/tmp.SWBuYjuyQk/registry/bytecount-0.6.7 CARGO_MANIFEST_PATH=/tmp/tmp.SWBuYjuyQk/registry/bytecount-0.6.7/Cargo.toml CARGO_PKG_AUTHORS='Andre Bogus :Joshua Landau ' CARGO_PKG_DESCRIPTION='count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytecount CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/llogiq/bytecount' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name bytecount --edition=2018 /tmp/tmp.SWBuYjuyQk/registry/bytecount-0.6.7/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("html_report", "runtime-dispatch-simd"))' -C metadata=67d8034b701cdec2 -C extra-filename=-67d8034b701cdec2 --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s warning: unexpected `cfg` condition value: `generic-simd` 141s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:53:5 141s | 141s 53 | feature = "generic-simd" 141s | ^^^^^^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 141s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s = note: `#[warn(unexpected_cfgs)]` on by default 141s 141s warning: unexpected `cfg` condition value: `generic-simd` 141s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:77:15 141s | 141s 77 | #[cfg(feature = "generic-simd")] 141s | ^^^^^^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 141s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `generic-simd` 141s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:85:17 141s | 141s 85 | not(feature = "generic-simd") 141s | ^^^^^^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 141s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `generic_simd` 141s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:94:48 141s | 141s 94 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] 141s | ^^^^^^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 141s = help: consider adding `generic_simd` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `generic-simd` 141s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:139:15 141s | 141s 139 | #[cfg(feature = "generic-simd")] 141s | ^^^^^^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 141s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `generic-simd` 141s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:147:17 141s | 141s 147 | not(feature = "generic-simd") 141s | ^^^^^^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 141s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `generic_simd` 141s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:156:48 141s | 141s 156 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] 141s | ^^^^^^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 141s = help: consider adding `generic_simd` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: `bytecount` (lib) generated 8 warnings (1 duplicate) 141s Compiling bencher v0.1.5 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bencher CARGO_MANIFEST_DIR=/tmp/tmp.SWBuYjuyQk/registry/bencher-0.1.5 CARGO_MANIFEST_PATH=/tmp/tmp.SWBuYjuyQk/registry/bencher-0.1.5/Cargo.toml CARGO_PKG_AUTHORS='bluss:The Rust Project Developers' CARGO_PKG_DESCRIPTION='A port of the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmarks and filtering based on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is still missing'\!').' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bencher CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bluss/bencher/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name bencher --edition=2015 /tmp/tmp.SWBuYjuyQk/registry/bencher-0.1.5/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=dee5d85a58f35d5e -C extra-filename=-dee5d85a58f35d5e --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:220:36 141s | 141s 220 | Some(ref path) => Some(try!(File::create(path))), 141s | ^^^ 141s | 141s = note: `#[warn(deprecated)]` on by default 141s 141s warning: `nom` (lib) generated 14 warnings (1 duplicate) 141s Compiling lazy_static v1.5.0 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/tmp/tmp.SWBuYjuyQk/registry/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.SWBuYjuyQk/registry/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name lazy_static --edition=2015 /tmp/tmp.SWBuYjuyQk/registry/lazy_static-1.5.0/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("spin", "spin_no_std"))' -C metadata=fa782e2884b94cf1 -C extra-filename=-fa782e2884b94cf1 --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:254:13 141s | 141s 254 | try!(self.write_pretty(verbose)); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:262:17 141s | 141s 262 | try!(stdout.write_all(word.as_bytes())); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:271:17 141s | 141s 271 | try!(stdout.write_all(s.as_bytes())); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:300:17 141s | 141s 300 | try!(self.write_bench()); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:322:9 141s | 141s 322 | try!(self.write_plain("\nfailures:\n")); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:339:9 141s | 141s 339 | try!(self.write_plain("\nfailures:\n")); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:335:13 141s | 141s 335 | try!(self.write_plain("\n")); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:336:13 141s | 141s 336 | try!(self.write_plain(&fail_out)); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:342:13 141s | 141s 342 | try!(self.write_plain(&format!(" {}\n", name))); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:355:9 141s | 141s 355 | try!(self.write_plain("\ntest result: ")); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:367:9 141s | 141s 367 | try!(self.write_plain(&s)); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:352:13 141s | 141s 352 | try!(self.write_failures()); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:358:13 141s | 141s 358 | try!(self.write_pretty("ok")); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:360:13 141s | 141s 360 | try!(self.write_pretty("FAILED")); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:444:5 141s | 141s 444 | try!(run_tests(opts, tests, |x| callback(&x, &mut st))); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:421:17 141s | 141s 421 | try!(st.write_log(&test, &result)); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:422:17 141s | 141s 422 | try!(st.write_result(&result)); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:434:18 141s | 141s 434 | let mut st = try!(ConsoleTestState::new(opts)); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:503:5 141s | 141s 503 | try!(callback(TeFiltered(filtered_descs))); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:510:9 141s | 141s 510 | try!(callback(TeWait(b.desc.clone(), b.testfn.padding()))); 141s | ^^^ 141s 141s warning: use of deprecated macro `try`: use the `?` operator instead 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:512:9 141s | 141s 512 | try!(callback(TeResult(test, result, stdout))); 141s | ^^^ 141s 141s warning: trait objects without an explicit `dyn` are deprecated 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:123:20 141s | 141s 123 | DynBenchFn(Box), 141s | ^^^^^^^^^^^^^^^^^^^^^ 141s | 141s = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! 141s = note: for more information, see 141s = note: `#[warn(bare_trait_objects)]` on by default 141s help: if this is a dyn-compatible trait, use `dyn` 141s | 141s 123 | DynBenchFn(Box), 141s | +++ 141s 141s warning: elided lifetime has a name 141s --> /usr/share/cargo/registry/lazy_static-1.5.0/src/inline_lazy.rs:26:43 141s | 141s 26 | pub fn get(&'static self, f: F) -> &T 141s | ^ this elided lifetime gets resolved as `'static` 141s | 141s = note: `#[warn(elided_named_lifetimes)]` on by default 141s help: consider specifying it explicitly 141s | 141s 26 | pub fn get(&'static self, f: F) -> &'static T 141s | +++++++ 141s 141s warning: `lazy_static` (lib) generated 2 warnings (1 duplicate) 141s Compiling once_cell v1.20.2 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.SWBuYjuyQk/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.SWBuYjuyQk/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.SWBuYjuyQk/registry/once_cell-1.20.2/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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f9b984852945e4ac -C extra-filename=-f9b984852945e4ac --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s warning: field `2` is never read 141s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:487:36 141s | 141s 487 | TeResult(TestDesc, TestResult, Vec), 141s | -------- field in this variant ^^^^^^^ 141s | 141s = note: `TestEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis 141s = note: `#[warn(dead_code)]` on by default 141s help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field 141s | 141s 487 | TeResult(TestDesc, TestResult, ()), 141s | ~~ 141s 141s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 141s Compiling tree_magic_db v3.0.0 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tree_magic_db CARGO_MANIFEST_DIR=/tmp/tmp.SWBuYjuyQk/registry/tree_magic_db-3.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.SWBuYjuyQk/registry/tree_magic_db-3.0.0/Cargo.toml CARGO_PKG_AUTHORS='Richard Bradfield ' CARGO_PKG_DESCRIPTION='Packages the FreeDesktop.org shared MIME database for optional use with tree_magic_mini' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=GPL-2.0-or-later CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree_magic_db CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name tree_magic_db --edition=2018 /tmp/tmp.SWBuYjuyQk/registry/tree_magic_db-3.0.0/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=b280557367cabcde -C extra-filename=-b280557367cabcde --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s warning: `tree_magic_db` (lib) generated 1 warning (1 duplicate) 141s Compiling fnv v1.0.7 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/tmp/tmp.SWBuYjuyQk/registry/fnv-1.0.7 CARGO_MANIFEST_PATH=/tmp/tmp.SWBuYjuyQk/registry/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name fnv --edition=2015 /tmp/tmp.SWBuYjuyQk/registry/fnv-1.0.7/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a68fdaac9d04d051 -C extra-filename=-a68fdaac9d04d051 --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 142s warning: `fnv` (lib) generated 1 warning (1 duplicate) 142s warning: `bencher` (lib) generated 25 warnings (1 duplicate) 142s Compiling tree_magic_mini v3.0.3 (/usr/share/cargo/registry/tree_magic_mini-3.0.3) 142s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tree_magic_mini CARGO_MANIFEST_DIR=/usr/share/cargo/registry/tree_magic_mini-3.0.3 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/tree_magic_mini-3.0.3/Cargo.toml CARGO_PKG_AUTHORS='Matt Brubeck :Allison Hancock ' CARGO_PKG_DESCRIPTION='Determines the MIME type of a file by traversing a filetype tree.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree_magic_mini CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mbrubeck/tree_magic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.3 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.SWBuYjuyQk/target/debug/deps rustc --crate-name tree_magic_mini --edition=2018 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 --cfg 'feature="tree_magic_db"' --cfg 'feature="with-gpl-data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("tree_magic_db", "with-gpl-data"))' -C metadata=d22eef453928a444 -C extra-filename=-d22eef453928a444 --out-dir /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.SWBuYjuyQk/target/debug/deps --extern bencher=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/libbencher-dee5d85a58f35d5e.rlib --extern bytecount=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/libbytecount-67d8034b701cdec2.rlib --extern fnv=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/libfnv-a68fdaac9d04d051.rlib --extern lazy_static=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/liblazy_static-fa782e2884b94cf1.rlib --extern nom=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/libnom-92712173a5133e5a.rlib --extern once_cell=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-f9b984852945e4ac.rlib --extern petgraph=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/libpetgraph-11faea72e600ec28.rlib --extern tree_magic_db=/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/libtree_magic_db-b280557367cabcde.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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.SWBuYjuyQk/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 142s warning: field `word_len` is never read 142s --> src/fdo_magic/mod.rs:11:9 142s | 142s 6 | pub struct MagicRule<'a> { 142s | --------- field in this struct 142s ... 142s 11 | pub word_len: u32, 142s | ^^^^^^^^ 142s | 142s = note: `MagicRule` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis 142s = note: `#[warn(dead_code)]` on by default 142s 143s warning: `tree_magic_mini` (lib test) generated 2 warnings (1 duplicate) 143s Finished `test` profile [unoptimized + debuginfo] target(s) in 3.88s 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/tree_magic_mini-3.0.3 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/tree_magic_mini-3.0.3/Cargo.toml CARGO_PKG_AUTHORS='Matt Brubeck :Allison Hancock ' CARGO_PKG_DESCRIPTION='Determines the MIME type of a file by traversing a filetype tree.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree_magic_mini CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mbrubeck/tree_magic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.3 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.SWBuYjuyQk/target/s390x-unknown-linux-gnu/debug/deps/tree_magic_mini-d22eef453928a444` 143s 143s running 0 tests 143s 143s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 143s 143s /tmp/autopkgtest.VcbHoT/wrapper.sh: checking for leaked background processes... 143s /tmp/autopkgtest.VcbHoT/wrapper.sh: waiting for tee/cat subprocesses... 143s /tmp/autopkgtest.VcbHoT/wrapper.sh: cleaning up... 143s /tmp/autopkgtest.VcbHoT/wrapper.sh: Exit status: 0 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest [02:26:42]: test rust-tree-magic-mini:@: -----------------------] 143s autopkgtest: DBG: testbed executing test finished with exit status 0 143s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/rust-tree-magic-mini%3A%40-stdout /tmp/autopkgtest-work.vpmge4r9/out/rust-tree-magic-mini%3A%40-stdout 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/rust-tree-magic-mini%3A%40-stderr /tmp/autopkgtest-work.vpmge4r9/out/rust-tree-magic-mini%3A%40-stderr 143s autopkgtest: DBG: got reply from testbed: ok 144s rust-tree-magic-mini:@ PASS 144s autopkgtest [02:26:43]: test rust-tree-magic-mini:@: - - - - - - - - - - results - - - - - - - - - - 144s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/rust-tree-magic-mini%3A%40-artifacts/ /tmp/autopkgtest-work.vpmge4r9/out/artifacts/ 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.VcbHoT/rust-tree-magic-mini:@-artifacts', '/tmp/autopkgtest.VcbHoT/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest [02:26:43]: test librust-tree-magic-mini-dev:default: preparing testbed 144s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'], deps_new=['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 144s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 144s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 144s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-bencher-0.1+default-dev, librust-tree-magic-mini-dev 144s autopkgtest: DBG: can use apt-get on testbed: True 144s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-bencher-0.1+default-dev, librust-tree-magic-mini-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 144s Reading package lists... 144s Building dependency tree... 144s Reading state information... 144s Starting pkgProblemResolver with broken count: 0 144s Starting 2 pkgProblemResolver with broken count: 0 144s Done 145s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-tree-magic-mini-dev'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:default-packages.all"], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3Adefault-packages.all /tmp/autopkgtest-work.vpmge4r9/out/librust-tree-magic-mini-dev%3Adefault-packages.all 145s autopkgtest: DBG: got reply from testbed: ok 145s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.VcbHoT/build.vpk/src'], kind short, sout raw, serr raw, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.VcbHoT/build.vpk/src already exists 145s autopkgtest [02:26:44]: test librust-tree-magic-mini-dev:default: /usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets 145s autopkgtest [02:26:44]: test librust-tree-magic-mini-dev:default: [----------------------- 145s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.VcbHoT/wrapper.sh --debug --artifacts=/tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:default-artifacts --chdir=/tmp/autopkgtest.VcbHoT/build.vpk/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.VcbHoT/librust-tree-magic-mini-dev:default-stderr --stdout=/tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:default-stdout --tmp=/tmp/autopkgtest.VcbHoT/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 tree_magic_mini 3.0.3 --all-targets'"], kind test, sout raw, serr raw, env [] 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:default-artifacts 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: changing to directory: /tmp/autopkgtest.VcbHoT/build.vpk/src 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: LANG=C.UTF-8 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LANGUAGE 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_ADDRESS 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_ALL 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_COLLATE 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_CTYPE 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_IDENTIFICATION 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MEASUREMENT 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MESSAGES 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MONETARY 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_NAME 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_NUMERIC 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_PAPER 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_TELEPHONE 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_TIME 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: pretending to be a login shell 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: will write standard error to /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:default-stderr 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: will write stdout to /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:default-stdout 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.VcbHoT/autopkgtest_tmp 145s /tmp/autopkgtest.VcbHoT/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 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: copying /tmp/tmp.72EXZlRgXj/out to stdout and file: /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:default-stdout 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: copying /tmp/tmp.72EXZlRgXj/err to standard error and file: /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:default-stdout 145s /tmp/autopkgtest.VcbHoT/wrapper.sh: writing script pid 2848 to /tmp/autopkgtest_script_pid 145s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 145s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 145s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 145s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.RZ3ayONPwL/registry/ 146s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 146s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 146s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 146s 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'],) {} 146s Compiling equivalent v1.0.1 146s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.RZ3ayONPwL/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.RZ3ayONPwL/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.RZ3ayONPwL/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.RZ3ayONPwL/registry/equivalent-1.0.1/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=50ee6cd9d9ded5bf -C extra-filename=-50ee6cd9d9ded5bf --out-dir /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.RZ3ayONPwL/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.RZ3ayONPwL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 146s Compiling hashbrown v0.14.5 146s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.RZ3ayONPwL/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.RZ3ayONPwL/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.RZ3ayONPwL/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.RZ3ayONPwL/registry/hashbrown-0.14.5/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("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=abc055366cb5e49f -C extra-filename=-abc055366cb5e49f --out-dir /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.RZ3ayONPwL/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.RZ3ayONPwL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 146s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 146s | 146s = note: this feature is not stably supported; its behavior can change in the future 146s 146s warning: `equivalent` (lib) generated 1 warning 146s Compiling memchr v2.7.4 146s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.RZ3ayONPwL/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.RZ3ayONPwL/registry/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 146s 1, 2 or 3 byte search and single substring search. 146s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.RZ3ayONPwL/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.RZ3ayONPwL/registry/memchr-2.7.4/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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9dfbaa7dc96bc3ae -C extra-filename=-9dfbaa7dc96bc3ae --out-dir /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.RZ3ayONPwL/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.RZ3ayONPwL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:14:5 146s | 146s 14 | feature = "nightly", 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s = note: `#[warn(unexpected_cfgs)]` on by default 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:39:13 146s | 146s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:40:13 146s | 146s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:49:7 146s | 146s 49 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:59:7 146s | 146s 59 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:65:11 146s | 146s 65 | #[cfg(not(feature = "nightly"))] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 146s | 146s 53 | #[cfg(not(feature = "nightly"))] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 146s | 146s 55 | #[cfg(not(feature = "nightly"))] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 146s | 146s 57 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 146s | 146s 3549 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 146s | 146s 3661 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 146s | 146s 3678 | #[cfg(not(feature = "nightly"))] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 146s | 146s 4304 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 146s | 146s 4319 | #[cfg(not(feature = "nightly"))] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 146s | 146s 7 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 146s | 146s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 146s | 146s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 146s | 146s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `rkyv` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 146s | 146s 3 | #[cfg(feature = "rkyv")] 146s | ^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `rkyv` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:242:11 146s | 146s 242 | #[cfg(not(feature = "nightly"))] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:255:7 146s | 146s 255 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6517:11 146s | 146s 6517 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6523:11 146s | 146s 6523 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6591:11 146s | 146s 6591 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6597:11 146s | 146s 6597 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6651:11 146s | 146s 6651 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6657:11 146s | 146s 6657 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1359:11 146s | 146s 1359 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1365:11 146s | 146s 1365 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1383:11 146s | 146s 1383 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `nightly` 146s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1389:11 146s | 146s 1389 | #[cfg(feature = "nightly")] 146s | ^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 146s = help: consider adding `nightly` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: `memchr` (lib) generated 1 warning (1 duplicate) 146s Compiling minimal-lexical v0.2.1 146s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/tmp/tmp.RZ3ayONPwL/registry/minimal-lexical-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.RZ3ayONPwL/registry/minimal-lexical-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Huszagh ' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.RZ3ayONPwL/target/debug/deps rustc --crate-name minimal_lexical --edition=2018 /tmp/tmp.RZ3ayONPwL/registry/minimal-lexical-0.2.1/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=061c55d7bafd6059 -C extra-filename=-061c55d7bafd6059 --out-dir /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.RZ3ayONPwL/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.RZ3ayONPwL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 146s warning: `hashbrown` (lib) generated 32 warnings (1 duplicate) 146s Compiling indexmap v2.7.0 146s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.RZ3ayONPwL/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.RZ3ayONPwL/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.RZ3ayONPwL/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.RZ3ayONPwL/registry/indexmap-2.7.0/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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=add402dbf0c10c1b -C extra-filename=-add402dbf0c10c1b --out-dir /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.RZ3ayONPwL/target/debug/deps --extern equivalent=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps/libequivalent-50ee6cd9d9ded5bf.rmeta --extern hashbrown=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps/libhashbrown-abc055366cb5e49f.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.RZ3ayONPwL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 146s warning: unexpected `cfg` condition value: `borsh` 146s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:117:7 146s | 146s 117 | #[cfg(feature = "borsh")] 146s | ^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 146s = help: consider adding `borsh` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s = note: `#[warn(unexpected_cfgs)]` on by default 146s 146s warning: unexpected `cfg` condition value: `rustc-rayon` 146s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:131:7 146s | 146s 131 | #[cfg(feature = "rustc-rayon")] 146s | ^^^^^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 146s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `quickcheck` 146s --> /usr/share/cargo/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 146s | 146s 38 | #[cfg(feature = "quickcheck")] 146s | ^^^^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 146s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `rustc-rayon` 146s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:128:30 146s | 146s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 146s | ^^^^^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 146s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: unexpected `cfg` condition value: `rustc-rayon` 146s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:153:30 146s | 146s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 146s | ^^^^^^^^^^^^^^^^^^^^^^^ 146s | 146s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 146s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 146s = note: see for more information about checking conditional configuration 146s 146s warning: `minimal-lexical` (lib) generated 1 warning (1 duplicate) 146s Compiling fixedbitset v0.4.2 146s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fixedbitset CARGO_MANIFEST_DIR=/tmp/tmp.RZ3ayONPwL/registry/fixedbitset-0.4.2 CARGO_MANIFEST_PATH=/tmp/tmp.RZ3ayONPwL/registry/fixedbitset-0.4.2/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='FixedBitSet is a simple bitset collection' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fixedbitset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/petgraph/fixedbitset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.RZ3ayONPwL/target/debug/deps rustc --crate-name fixedbitset --edition=2015 /tmp/tmp.RZ3ayONPwL/registry/fixedbitset-0.4.2/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("default", "serde", "std"))' -C metadata=4f27d8f507162a0c -C extra-filename=-4f27d8f507162a0c --out-dir /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.RZ3ayONPwL/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.RZ3ayONPwL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 146s warning: `fixedbitset` (lib) generated 1 warning (1 duplicate) 146s Compiling nom v7.1.3 146s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/tmp/tmp.RZ3ayONPwL/registry/nom-7.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.RZ3ayONPwL/registry/nom-7.1.3/Cargo.toml CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=7.1.3 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.RZ3ayONPwL/target/debug/deps rustc --crate-name nom --edition=2018 /tmp/tmp.RZ3ayONPwL/registry/nom-7.1.3/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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=92712173a5133e5a -C extra-filename=-92712173a5133e5a --out-dir /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.RZ3ayONPwL/target/debug/deps --extern memchr=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern minimal_lexical=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps/libminimal_lexical-061c55d7bafd6059.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.RZ3ayONPwL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 147s warning: `indexmap` (lib) generated 6 warnings (1 duplicate) 147s Compiling petgraph v0.6.4 147s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=petgraph CARGO_MANIFEST_DIR=/tmp/tmp.RZ3ayONPwL/registry/petgraph-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.RZ3ayONPwL/registry/petgraph-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='bluss:mitchmindtree' CARGO_PKG_DESCRIPTION='Graph data structure library. Provides graph types and graph algorithms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=petgraph CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/petgraph/petgraph' CARGO_PKG_RUST_VERSION=1.64 CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.RZ3ayONPwL/target/debug/deps rustc --crate-name petgraph --edition=2018 /tmp/tmp.RZ3ayONPwL/registry/petgraph-0.6.4/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="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=11faea72e600ec28 -C extra-filename=-11faea72e600ec28 --out-dir /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.RZ3ayONPwL/target/debug/deps --extern fixedbitset=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps/libfixedbitset-4f27d8f507162a0c.rmeta --extern indexmap=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.RZ3ayONPwL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 147s warning: unexpected `cfg` condition value: `cargo-clippy` 147s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:375:13 147s | 147s 375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))] 147s | ^^^^^^^^^^^^^^^^^^^^^^^^ 147s | 147s = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, and `std` 147s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 147s = note: see for more information about checking conditional configuration 147s = note: `#[warn(unexpected_cfgs)]` on by default 147s 147s warning: unexpected `cfg` condition name: `nightly` 147s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:379:12 147s | 147s 379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 147s | ^^^^^^^ 147s | 147s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `nightly` 147s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:391:12 147s | 147s 391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] 147s | ^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `nightly` 147s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:418:14 147s | 147s 418 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] 147s | ^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unused import: `self::str::*` 147s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:439:9 147s | 147s 439 | pub use self::str::*; 147s | ^^^^^^^^^^^^ 147s | 147s = note: `#[warn(unused_imports)]` on by default 147s 147s warning: unexpected `cfg` condition name: `nightly` 147s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:49:12 147s | 147s 49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 147s | ^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `nightly` 147s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:96:12 147s | 147s 96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 147s | ^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `nightly` 147s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:340:12 147s | 147s 340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 147s | ^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `nightly` 147s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:357:12 147s | 147s 357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 147s | ^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `nightly` 147s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:374:12 147s | 147s 374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 147s | ^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `nightly` 147s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:392:12 147s | 147s 392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 147s | ^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `nightly` 147s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:409:12 147s | 147s 409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 147s | ^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `nightly` 147s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:430:12 147s | 147s 430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 147s | ^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition value: `quickcheck` 147s --> /usr/share/cargo/registry/petgraph-0.6.4/src/lib.rs:149:7 147s | 147s 149 | #[cfg(feature = "quickcheck")] 147s | ^^^^^^^^^^^^^^^^^^^^^^ 147s | 147s = note: expected values for `feature` are: `all`, `default`, `generate`, `graphmap`, `matrix_graph`, `serde`, `serde-1`, `serde_derive`, `stable_graph`, and `unstable` 147s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 147s = note: see for more information about checking conditional configuration 147s = note: `#[warn(unexpected_cfgs)]` on by default 147s 147s warning: use of deprecated method `indexmap::IndexMap::::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior. 147s --> /usr/share/cargo/registry/petgraph-0.6.4/src/graphmap.rs:370:33 147s | 147s 370 | let weight = self.edges.remove(&Self::edge_key(a, b)); 147s | ^^^^^^ 147s | 147s = note: `#[warn(deprecated)]` on by default 147s 148s warning: method `node_bound_with_dummy` is never used 148s --> /usr/share/cargo/registry/petgraph-0.6.4/src/algo/matching.rs:108:8 148s | 148s 106 | trait WithDummy: NodeIndexable { 148s | --------- method in this trait 148s 107 | fn dummy_idx(&self) -> usize; 148s 108 | fn node_bound_with_dummy(&self) -> usize; 148s | ^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: `#[warn(dead_code)]` on by default 148s 148s warning: field `first_error` is never read 148s --> /usr/share/cargo/registry/petgraph-0.6.4/src/csr.rs:134:5 148s | 148s 133 | pub struct EdgesNotSorted { 148s | -------------- field in this struct 148s 134 | first_error: (usize, usize), 148s | ^^^^^^^^^^^ 148s | 148s = note: `EdgesNotSorted` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis 148s 148s warning: `petgraph` (lib) generated 5 warnings (1 duplicate) 148s Compiling fnv v1.0.7 148s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/tmp/tmp.RZ3ayONPwL/registry/fnv-1.0.7 CARGO_MANIFEST_PATH=/tmp/tmp.RZ3ayONPwL/registry/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.RZ3ayONPwL/target/debug/deps rustc --crate-name fnv --edition=2015 /tmp/tmp.RZ3ayONPwL/registry/fnv-1.0.7/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a68fdaac9d04d051 -C extra-filename=-a68fdaac9d04d051 --out-dir /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.RZ3ayONPwL/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.RZ3ayONPwL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 148s warning: `fnv` (lib) generated 1 warning (1 duplicate) 148s Compiling lazy_static v1.5.0 148s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/tmp/tmp.RZ3ayONPwL/registry/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.RZ3ayONPwL/registry/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.RZ3ayONPwL/target/debug/deps rustc --crate-name lazy_static --edition=2015 /tmp/tmp.RZ3ayONPwL/registry/lazy_static-1.5.0/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("spin", "spin_no_std"))' -C metadata=fa782e2884b94cf1 -C extra-filename=-fa782e2884b94cf1 --out-dir /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.RZ3ayONPwL/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.RZ3ayONPwL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 148s warning: elided lifetime has a name 148s --> /usr/share/cargo/registry/lazy_static-1.5.0/src/inline_lazy.rs:26:43 148s | 148s 26 | pub fn get(&'static self, f: F) -> &T 148s | ^ this elided lifetime gets resolved as `'static` 148s | 148s = note: `#[warn(elided_named_lifetimes)]` on by default 148s help: consider specifying it explicitly 148s | 148s 26 | pub fn get(&'static self, f: F) -> &'static T 148s | +++++++ 148s 148s warning: `nom` (lib) generated 14 warnings (1 duplicate) 148s Compiling bytecount v0.6.7 148s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bytecount CARGO_MANIFEST_DIR=/tmp/tmp.RZ3ayONPwL/registry/bytecount-0.6.7 CARGO_MANIFEST_PATH=/tmp/tmp.RZ3ayONPwL/registry/bytecount-0.6.7/Cargo.toml CARGO_PKG_AUTHORS='Andre Bogus :Joshua Landau ' CARGO_PKG_DESCRIPTION='count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytecount CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/llogiq/bytecount' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.RZ3ayONPwL/target/debug/deps rustc --crate-name bytecount --edition=2018 /tmp/tmp.RZ3ayONPwL/registry/bytecount-0.6.7/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("html_report", "runtime-dispatch-simd"))' -C metadata=67d8034b701cdec2 -C extra-filename=-67d8034b701cdec2 --out-dir /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.RZ3ayONPwL/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.RZ3ayONPwL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 148s warning: `lazy_static` (lib) generated 2 warnings (1 duplicate) 148s Compiling bencher v0.1.5 148s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bencher CARGO_MANIFEST_DIR=/tmp/tmp.RZ3ayONPwL/registry/bencher-0.1.5 CARGO_MANIFEST_PATH=/tmp/tmp.RZ3ayONPwL/registry/bencher-0.1.5/Cargo.toml CARGO_PKG_AUTHORS='bluss:The Rust Project Developers' CARGO_PKG_DESCRIPTION='A port of the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmarks and filtering based on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is still missing'\!').' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bencher CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bluss/bencher/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.RZ3ayONPwL/target/debug/deps rustc --crate-name bencher --edition=2015 /tmp/tmp.RZ3ayONPwL/registry/bencher-0.1.5/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=dee5d85a58f35d5e -C extra-filename=-dee5d85a58f35d5e --out-dir /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.RZ3ayONPwL/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.RZ3ayONPwL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 148s warning: unexpected `cfg` condition value: `generic-simd` 148s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:53:5 148s | 148s 53 | feature = "generic-simd" 148s | ^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 148s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 148s = note: see for more information about checking conditional configuration 148s = note: `#[warn(unexpected_cfgs)]` on by default 148s 148s warning: unexpected `cfg` condition value: `generic-simd` 148s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:77:15 148s | 148s 77 | #[cfg(feature = "generic-simd")] 148s | ^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 148s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 148s = note: see for more information about checking conditional configuration 148s 148s warning: unexpected `cfg` condition value: `generic-simd` 148s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:85:17 148s | 148s 85 | not(feature = "generic-simd") 148s | ^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 148s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 148s = note: see for more information about checking conditional configuration 148s 148s warning: unexpected `cfg` condition value: `generic_simd` 148s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:94:48 148s | 148s 94 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] 148s | ^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 148s = help: consider adding `generic_simd` as a feature in `Cargo.toml` 148s = note: see for more information about checking conditional configuration 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:220:36 148s | 148s 220 | Some(ref path) => Some(try!(File::create(path))), 148s | ^^^ 148s | 148s = note: `#[warn(deprecated)]` on by default 148s 148s warning: unexpected `cfg` condition value: `generic-simd` 148s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:139:15 148s | 148s 139 | #[cfg(feature = "generic-simd")] 148s | ^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 148s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 148s = note: see for more information about checking conditional configuration 148s 148s warning: unexpected `cfg` condition value: `generic-simd` 148s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:147:17 148s | 148s 147 | not(feature = "generic-simd") 148s | ^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 148s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 148s = note: see for more information about checking conditional configuration 148s 148s warning: unexpected `cfg` condition value: `generic_simd` 148s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:156:48 148s | 148s 156 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] 148s | ^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 148s = help: consider adding `generic_simd` as a feature in `Cargo.toml` 148s = note: see for more information about checking conditional configuration 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:254:13 148s | 148s 254 | try!(self.write_pretty(verbose)); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:262:17 148s | 148s 262 | try!(stdout.write_all(word.as_bytes())); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:271:17 148s | 148s 271 | try!(stdout.write_all(s.as_bytes())); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:300:17 148s | 148s 300 | try!(self.write_bench()); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:322:9 148s | 148s 322 | try!(self.write_plain("\nfailures:\n")); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:339:9 148s | 148s 339 | try!(self.write_plain("\nfailures:\n")); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:335:13 148s | 148s 335 | try!(self.write_plain("\n")); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:336:13 148s | 148s 336 | try!(self.write_plain(&fail_out)); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:342:13 148s | 148s 342 | try!(self.write_plain(&format!(" {}\n", name))); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:355:9 148s | 148s 355 | try!(self.write_plain("\ntest result: ")); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:367:9 148s | 148s 367 | try!(self.write_plain(&s)); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:352:13 148s | 148s 352 | try!(self.write_failures()); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:358:13 148s | 148s 358 | try!(self.write_pretty("ok")); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:360:13 148s | 148s 360 | try!(self.write_pretty("FAILED")); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:444:5 148s | 148s 444 | try!(run_tests(opts, tests, |x| callback(&x, &mut st))); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:421:17 148s | 148s 421 | try!(st.write_log(&test, &result)); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:422:17 148s | 148s 422 | try!(st.write_result(&result)); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:434:18 148s | 148s 434 | let mut st = try!(ConsoleTestState::new(opts)); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:503:5 148s | 148s 503 | try!(callback(TeFiltered(filtered_descs))); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:510:9 148s | 148s 510 | try!(callback(TeWait(b.desc.clone(), b.testfn.padding()))); 148s | ^^^ 148s 148s warning: use of deprecated macro `try`: use the `?` operator instead 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:512:9 148s | 148s 512 | try!(callback(TeResult(test, result, stdout))); 148s | ^^^ 148s 148s warning: trait objects without an explicit `dyn` are deprecated 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:123:20 148s | 148s 123 | DynBenchFn(Box), 148s | ^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! 148s = note: for more information, see 148s = note: `#[warn(bare_trait_objects)]` on by default 148s help: if this is a dyn-compatible trait, use `dyn` 148s | 148s 123 | DynBenchFn(Box), 148s | +++ 148s 148s warning: `bytecount` (lib) generated 8 warnings (1 duplicate) 148s Compiling once_cell v1.20.2 148s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.RZ3ayONPwL/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.RZ3ayONPwL/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.RZ3ayONPwL/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.RZ3ayONPwL/registry/once_cell-1.20.2/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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f9b984852945e4ac -C extra-filename=-f9b984852945e4ac --out-dir /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.RZ3ayONPwL/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.RZ3ayONPwL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 148s warning: field `2` is never read 148s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:487:36 148s | 148s 487 | TeResult(TestDesc, TestResult, Vec), 148s | -------- field in this variant ^^^^^^^ 148s | 148s = note: `TestEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis 148s = note: `#[warn(dead_code)]` on by default 148s help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field 148s | 148s 487 | TeResult(TestDesc, TestResult, ()), 148s | ~~ 148s 148s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 148s warning: `bencher` (lib) generated 25 warnings (1 duplicate) 148s Compiling tree_magic_mini v3.0.3 (/usr/share/cargo/registry/tree_magic_mini-3.0.3) 148s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tree_magic_mini CARGO_MANIFEST_DIR=/usr/share/cargo/registry/tree_magic_mini-3.0.3 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/tree_magic_mini-3.0.3/Cargo.toml CARGO_PKG_AUTHORS='Matt Brubeck :Allison Hancock ' CARGO_PKG_DESCRIPTION='Determines the MIME type of a file by traversing a filetype tree.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree_magic_mini CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mbrubeck/tree_magic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.3 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.RZ3ayONPwL/target/debug/deps rustc --crate-name tree_magic_mini --edition=2018 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("tree_magic_db", "with-gpl-data"))' -C metadata=bb5e7a4719b6de00 -C extra-filename=-bb5e7a4719b6de00 --out-dir /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.RZ3ayONPwL/target/debug/deps --extern bencher=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps/libbencher-dee5d85a58f35d5e.rlib --extern bytecount=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps/libbytecount-67d8034b701cdec2.rlib --extern fnv=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps/libfnv-a68fdaac9d04d051.rlib --extern lazy_static=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps/liblazy_static-fa782e2884b94cf1.rlib --extern nom=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps/libnom-92712173a5133e5a.rlib --extern once_cell=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-f9b984852945e4ac.rlib --extern petgraph=/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps/libpetgraph-11faea72e600ec28.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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.RZ3ayONPwL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 148s warning: elided lifetime has a name 148s --> src/fdo_magic/ruleset.rs:116:51 148s | 148s 114 | pub fn from_multiple<'a>( 148s | -- lifetime `'a` declared here 148s 115 | files: &'a [Vec], 148s 116 | ) -> Result, u32>>, String> { 148s | ^^ this elided lifetime gets resolved as `'a` 148s | 148s = note: `#[warn(elided_named_lifetimes)]` on by default 148s 149s warning: field `word_len` is never read 149s --> src/fdo_magic/mod.rs:11:9 149s | 149s 6 | pub struct MagicRule<'a> { 149s | --------- field in this struct 149s ... 149s 11 | pub word_len: u32, 149s | ^^^^^^^^ 149s | 149s = note: `MagicRule` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis 149s = note: `#[warn(dead_code)]` on by default 149s 149s warning: `tree_magic_mini` (lib test) generated 3 warnings (1 duplicate) 149s Finished `test` profile [unoptimized + debuginfo] target(s) in 3.95s 149s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/tree_magic_mini-3.0.3 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/tree_magic_mini-3.0.3/Cargo.toml CARGO_PKG_AUTHORS='Matt Brubeck :Allison Hancock ' CARGO_PKG_DESCRIPTION='Determines the MIME type of a file by traversing a filetype tree.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree_magic_mini CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mbrubeck/tree_magic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.3 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.RZ3ayONPwL/target/s390x-unknown-linux-gnu/debug/deps/tree_magic_mini-bb5e7a4719b6de00` 149s 149s running 0 tests 149s 149s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 149s 149s /tmp/autopkgtest.VcbHoT/wrapper.sh: checking for leaked background processes... 149s /tmp/autopkgtest.VcbHoT/wrapper.sh: waiting for tee/cat subprocesses... 149s /tmp/autopkgtest.VcbHoT/wrapper.sh: cleaning up... 149s /tmp/autopkgtest.VcbHoT/wrapper.sh: Exit status: 0 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest [02:26:49]: test librust-tree-magic-mini-dev:default: -----------------------] 150s autopkgtest: DBG: testbed executing test finished with exit status 0 150s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3Adefault-stdout /tmp/autopkgtest-work.vpmge4r9/out/librust-tree-magic-mini-dev%3Adefault-stdout 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3Adefault-stderr /tmp/autopkgtest-work.vpmge4r9/out/librust-tree-magic-mini-dev%3Adefault-stderr 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest [02:26:49]: test librust-tree-magic-mini-dev:default: - - - - - - - - - - results - - - - - - - - - - 150s librust-tree-magic-mini-dev:default PASS 150s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3Adefault-artifacts/ /tmp/autopkgtest-work.vpmge4r9/out/artifacts/ 151s autopkgtest: DBG: got reply from testbed: ok 151s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:default-artifacts', '/tmp/autopkgtest.VcbHoT/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest [02:26:50]: test librust-tree-magic-mini-dev:tree_magic_db: preparing testbed 151s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'], deps_new=['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 151s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 151s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 151s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-bencher-0.1+default-dev, librust-tree-magic-mini-dev 151s autopkgtest: DBG: can use apt-get on testbed: True 151s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-bencher-0.1+default-dev, librust-tree-magic-mini-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 151s Reading package lists... 151s Building dependency tree... 151s Reading state information... 151s Starting pkgProblemResolver with broken count: 0 151s Starting 2 pkgProblemResolver with broken count: 0 151s Done 151s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-tree-magic-mini-dev'], kind short, sout pipe, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:tree_magic_db-packages.all"], kind short, sout raw, serr pipe, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3Atree_magic_db-packages.all /tmp/autopkgtest-work.vpmge4r9/out/librust-tree-magic-mini-dev%3Atree_magic_db-packages.all 152s autopkgtest: DBG: got reply from testbed: ok 152s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.VcbHoT/build.vpk/src'], kind short, sout raw, serr raw, env [] 152s autopkgtest: DBG: testbed command exited with code 0 152s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.VcbHoT/build.vpk/src already exists 152s autopkgtest [02:26:51]: test librust-tree-magic-mini-dev:tree_magic_db: /usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --no-default-features --features tree_magic_db 152s autopkgtest [02:26:51]: test librust-tree-magic-mini-dev:tree_magic_db: [----------------------- 152s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.VcbHoT/wrapper.sh --debug --artifacts=/tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:tree_magic_db-artifacts --chdir=/tmp/autopkgtest.VcbHoT/build.vpk/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.VcbHoT/librust-tree-magic-mini-dev:tree_magic_db-stderr --stdout=/tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:tree_magic_db-stdout --tmp=/tmp/autopkgtest.VcbHoT/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 tree_magic_mini 3.0.3 --all-targets --no-default-features --features tree_magic_db'"], kind test, sout raw, serr raw, env [] 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:tree_magic_db-artifacts 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: changing to directory: /tmp/autopkgtest.VcbHoT/build.vpk/src 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: LANG=C.UTF-8 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LANGUAGE 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_ADDRESS 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_ALL 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_COLLATE 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_CTYPE 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_IDENTIFICATION 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MEASUREMENT 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MESSAGES 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MONETARY 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_NAME 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_NUMERIC 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_PAPER 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_TELEPHONE 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_TIME 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: pretending to be a login shell 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: will write standard error to /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:tree_magic_db-stderr 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: will write stdout to /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:tree_magic_db-stdout 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.VcbHoT/autopkgtest_tmp 152s /tmp/autopkgtest.VcbHoT/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 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --no-default-features --features tree_magic_db 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: copying /tmp/tmp.I3YfOauiqw/out to stdout and file: /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:tree_magic_db-stdout 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: copying /tmp/tmp.I3YfOauiqw/err to standard error and file: /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:tree_magic_db-stdout 152s /tmp/autopkgtest.VcbHoT/wrapper.sh: writing script pid 3256 to /tmp/autopkgtest_script_pid 152s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 152s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 152s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 152s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.Xc2IkDVlce/registry/ 152s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 152s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 152s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 152s 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', '--features', 'tree_magic_db'],) {} 152s Compiling equivalent v1.0.1 152s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.Xc2IkDVlce/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.Xc2IkDVlce/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.Xc2IkDVlce/registry/equivalent-1.0.1/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=50ee6cd9d9ded5bf -C extra-filename=-50ee6cd9d9ded5bf --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 152s Compiling hashbrown v0.14.5 152s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.Xc2IkDVlce/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.Xc2IkDVlce/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.Xc2IkDVlce/registry/hashbrown-0.14.5/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("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=abc055366cb5e49f -C extra-filename=-abc055366cb5e49f --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 153s | 153s = note: this feature is not stably supported; its behavior can change in the future 153s 153s warning: `equivalent` (lib) generated 1 warning 153s Compiling memchr v2.7.4 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.Xc2IkDVlce/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.Xc2IkDVlce/registry/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 153s 1, 2 or 3 byte search and single substring search. 153s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.Xc2IkDVlce/registry/memchr-2.7.4/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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9dfbaa7dc96bc3ae -C extra-filename=-9dfbaa7dc96bc3ae --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:14:5 153s | 153s 14 | feature = "nightly", 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s = note: `#[warn(unexpected_cfgs)]` on by default 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:39:13 153s | 153s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:40:13 153s | 153s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:49:7 153s | 153s 49 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:59:7 153s | 153s 59 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:65:11 153s | 153s 65 | #[cfg(not(feature = "nightly"))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 153s | 153s 53 | #[cfg(not(feature = "nightly"))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 153s | 153s 55 | #[cfg(not(feature = "nightly"))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 153s | 153s 57 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 153s | 153s 3549 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 153s | 153s 3661 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 153s | 153s 3678 | #[cfg(not(feature = "nightly"))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 153s | 153s 4304 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 153s | 153s 4319 | #[cfg(not(feature = "nightly"))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 153s | 153s 7 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 153s | 153s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 153s | 153s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 153s | 153s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rkyv` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 153s | 153s 3 | #[cfg(feature = "rkyv")] 153s | ^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `rkyv` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:242:11 153s | 153s 242 | #[cfg(not(feature = "nightly"))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:255:7 153s | 153s 255 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6517:11 153s | 153s 6517 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6523:11 153s | 153s 6523 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6591:11 153s | 153s 6591 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6597:11 153s | 153s 6597 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6651:11 153s | 153s 6651 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6657:11 153s | 153s 6657 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1359:11 153s | 153s 1359 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1365:11 153s | 153s 1365 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1383:11 153s | 153s 1383 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `nightly` 153s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1389:11 153s | 153s 1389 | #[cfg(feature = "nightly")] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 153s = help: consider adding `nightly` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: `memchr` (lib) generated 1 warning (1 duplicate) 153s Compiling fixedbitset v0.4.2 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fixedbitset CARGO_MANIFEST_DIR=/tmp/tmp.Xc2IkDVlce/registry/fixedbitset-0.4.2 CARGO_MANIFEST_PATH=/tmp/tmp.Xc2IkDVlce/registry/fixedbitset-0.4.2/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='FixedBitSet is a simple bitset collection' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fixedbitset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/petgraph/fixedbitset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name fixedbitset --edition=2015 /tmp/tmp.Xc2IkDVlce/registry/fixedbitset-0.4.2/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("default", "serde", "std"))' -C metadata=4f27d8f507162a0c -C extra-filename=-4f27d8f507162a0c --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: `hashbrown` (lib) generated 32 warnings (1 duplicate) 153s Compiling indexmap v2.7.0 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.Xc2IkDVlce/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.Xc2IkDVlce/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.Xc2IkDVlce/registry/indexmap-2.7.0/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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=add402dbf0c10c1b -C extra-filename=-add402dbf0c10c1b --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --extern equivalent=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/libequivalent-50ee6cd9d9ded5bf.rmeta --extern hashbrown=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/libhashbrown-abc055366cb5e49f.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: unexpected `cfg` condition value: `borsh` 153s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:117:7 153s | 153s 117 | #[cfg(feature = "borsh")] 153s | ^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 153s = help: consider adding `borsh` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s = note: `#[warn(unexpected_cfgs)]` on by default 153s 153s warning: unexpected `cfg` condition value: `rustc-rayon` 153s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:131:7 153s | 153s 131 | #[cfg(feature = "rustc-rayon")] 153s | ^^^^^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 153s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `quickcheck` 153s --> /usr/share/cargo/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 153s | 153s 38 | #[cfg(feature = "quickcheck")] 153s | ^^^^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 153s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rustc-rayon` 153s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:128:30 153s | 153s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 153s | ^^^^^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 153s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rustc-rayon` 153s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:153:30 153s | 153s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 153s | ^^^^^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 153s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: `fixedbitset` (lib) generated 1 warning (1 duplicate) 153s Compiling minimal-lexical v0.2.1 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/tmp/tmp.Xc2IkDVlce/registry/minimal-lexical-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.Xc2IkDVlce/registry/minimal-lexical-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Huszagh ' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name minimal_lexical --edition=2018 /tmp/tmp.Xc2IkDVlce/registry/minimal-lexical-0.2.1/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=061c55d7bafd6059 -C extra-filename=-061c55d7bafd6059 --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: `minimal-lexical` (lib) generated 1 warning (1 duplicate) 153s Compiling nom v7.1.3 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/tmp/tmp.Xc2IkDVlce/registry/nom-7.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.Xc2IkDVlce/registry/nom-7.1.3/Cargo.toml CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=7.1.3 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name nom --edition=2018 /tmp/tmp.Xc2IkDVlce/registry/nom-7.1.3/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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=92712173a5133e5a -C extra-filename=-92712173a5133e5a --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --extern memchr=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern minimal_lexical=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/libminimal_lexical-061c55d7bafd6059.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: unexpected `cfg` condition value: `cargo-clippy` 153s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:375:13 153s | 153s 375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))] 153s | ^^^^^^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, and `std` 153s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s = note: `#[warn(unexpected_cfgs)]` on by default 153s 153s warning: unexpected `cfg` condition name: `nightly` 153s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:379:12 153s | 153s 379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 153s | ^^^^^^^ 153s | 153s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition name: `nightly` 153s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:391:12 153s | 153s 391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] 153s | ^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition name: `nightly` 153s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:418:14 153s | 153s 418 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] 153s | ^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unused import: `self::str::*` 153s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:439:9 153s | 153s 439 | pub use self::str::*; 153s | ^^^^^^^^^^^^ 153s | 153s = note: `#[warn(unused_imports)]` on by default 153s 153s warning: unexpected `cfg` condition name: `nightly` 153s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:49:12 153s | 153s 49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 153s | ^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition name: `nightly` 153s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:96:12 153s | 153s 96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 153s | ^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition name: `nightly` 153s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:340:12 153s | 153s 340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 153s | ^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: `indexmap` (lib) generated 6 warnings (1 duplicate) 153s Compiling petgraph v0.6.4 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=petgraph CARGO_MANIFEST_DIR=/tmp/tmp.Xc2IkDVlce/registry/petgraph-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.Xc2IkDVlce/registry/petgraph-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='bluss:mitchmindtree' CARGO_PKG_DESCRIPTION='Graph data structure library. Provides graph types and graph algorithms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=petgraph CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/petgraph/petgraph' CARGO_PKG_RUST_VERSION=1.64 CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name petgraph --edition=2018 /tmp/tmp.Xc2IkDVlce/registry/petgraph-0.6.4/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="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=11faea72e600ec28 -C extra-filename=-11faea72e600ec28 --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --extern fixedbitset=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/libfixedbitset-4f27d8f507162a0c.rmeta --extern indexmap=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: unexpected `cfg` condition name: `nightly` 153s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:357:12 153s | 153s 357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 153s | ^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition name: `nightly` 153s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:374:12 153s | 153s 374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 153s | ^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition name: `nightly` 153s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:392:12 153s | 153s 392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 153s | ^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition name: `nightly` 153s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:409:12 153s | 153s 409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 153s | ^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition name: `nightly` 153s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:430:12 153s | 153s 430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 153s | ^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 154s warning: unexpected `cfg` condition value: `quickcheck` 154s --> /usr/share/cargo/registry/petgraph-0.6.4/src/lib.rs:149:7 154s | 154s 149 | #[cfg(feature = "quickcheck")] 154s | ^^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `all`, `default`, `generate`, `graphmap`, `matrix_graph`, `serde`, `serde-1`, `serde_derive`, `stable_graph`, and `unstable` 154s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s = note: `#[warn(unexpected_cfgs)]` on by default 154s 154s warning: use of deprecated method `indexmap::IndexMap::::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior. 154s --> /usr/share/cargo/registry/petgraph-0.6.4/src/graphmap.rs:370:33 154s | 154s 370 | let weight = self.edges.remove(&Self::edge_key(a, b)); 154s | ^^^^^^ 154s | 154s = note: `#[warn(deprecated)]` on by default 154s 154s warning: method `node_bound_with_dummy` is never used 154s --> /usr/share/cargo/registry/petgraph-0.6.4/src/algo/matching.rs:108:8 154s | 154s 106 | trait WithDummy: NodeIndexable { 154s | --------- method in this trait 154s 107 | fn dummy_idx(&self) -> usize; 154s 108 | fn node_bound_with_dummy(&self) -> usize; 154s | ^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: `#[warn(dead_code)]` on by default 154s 154s warning: field `first_error` is never read 154s --> /usr/share/cargo/registry/petgraph-0.6.4/src/csr.rs:134:5 154s | 154s 133 | pub struct EdgesNotSorted { 154s | -------------- field in this struct 154s 134 | first_error: (usize, usize), 154s | ^^^^^^^^^^^ 154s | 154s = note: `EdgesNotSorted` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis 154s 155s warning: `petgraph` (lib) generated 5 warnings (1 duplicate) 155s Compiling tree_magic_db v3.0.0 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tree_magic_db CARGO_MANIFEST_DIR=/tmp/tmp.Xc2IkDVlce/registry/tree_magic_db-3.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.Xc2IkDVlce/registry/tree_magic_db-3.0.0/Cargo.toml CARGO_PKG_AUTHORS='Richard Bradfield ' CARGO_PKG_DESCRIPTION='Packages the FreeDesktop.org shared MIME database for optional use with tree_magic_mini' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=GPL-2.0-or-later CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree_magic_db CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name tree_magic_db --edition=2018 /tmp/tmp.Xc2IkDVlce/registry/tree_magic_db-3.0.0/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=b280557367cabcde -C extra-filename=-b280557367cabcde --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 155s warning: `tree_magic_db` (lib) generated 1 warning (1 duplicate) 155s Compiling lazy_static v1.5.0 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/tmp/tmp.Xc2IkDVlce/registry/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.Xc2IkDVlce/registry/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name lazy_static --edition=2015 /tmp/tmp.Xc2IkDVlce/registry/lazy_static-1.5.0/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("spin", "spin_no_std"))' -C metadata=fa782e2884b94cf1 -C extra-filename=-fa782e2884b94cf1 --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 155s warning: `nom` (lib) generated 14 warnings (1 duplicate) 155s Compiling bencher v0.1.5 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bencher CARGO_MANIFEST_DIR=/tmp/tmp.Xc2IkDVlce/registry/bencher-0.1.5 CARGO_MANIFEST_PATH=/tmp/tmp.Xc2IkDVlce/registry/bencher-0.1.5/Cargo.toml CARGO_PKG_AUTHORS='bluss:The Rust Project Developers' CARGO_PKG_DESCRIPTION='A port of the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmarks and filtering based on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is still missing'\!').' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bencher CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bluss/bencher/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name bencher --edition=2015 /tmp/tmp.Xc2IkDVlce/registry/bencher-0.1.5/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=dee5d85a58f35d5e -C extra-filename=-dee5d85a58f35d5e --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 155s warning: elided lifetime has a name 155s --> /usr/share/cargo/registry/lazy_static-1.5.0/src/inline_lazy.rs:26:43 155s | 155s 26 | pub fn get(&'static self, f: F) -> &T 155s | ^ this elided lifetime gets resolved as `'static` 155s | 155s = note: `#[warn(elided_named_lifetimes)]` on by default 155s help: consider specifying it explicitly 155s | 155s 26 | pub fn get(&'static self, f: F) -> &'static T 155s | +++++++ 155s 155s warning: `lazy_static` (lib) generated 2 warnings (1 duplicate) 155s Compiling once_cell v1.20.2 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.Xc2IkDVlce/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.Xc2IkDVlce/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.Xc2IkDVlce/registry/once_cell-1.20.2/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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f9b984852945e4ac -C extra-filename=-f9b984852945e4ac --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:220:36 155s | 155s 220 | Some(ref path) => Some(try!(File::create(path))), 155s | ^^^ 155s | 155s = note: `#[warn(deprecated)]` on by default 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:254:13 155s | 155s 254 | try!(self.write_pretty(verbose)); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:262:17 155s | 155s 262 | try!(stdout.write_all(word.as_bytes())); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:271:17 155s | 155s 271 | try!(stdout.write_all(s.as_bytes())); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:300:17 155s | 155s 300 | try!(self.write_bench()); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:322:9 155s | 155s 322 | try!(self.write_plain("\nfailures:\n")); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:339:9 155s | 155s 339 | try!(self.write_plain("\nfailures:\n")); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:335:13 155s | 155s 335 | try!(self.write_plain("\n")); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:336:13 155s | 155s 336 | try!(self.write_plain(&fail_out)); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:342:13 155s | 155s 342 | try!(self.write_plain(&format!(" {}\n", name))); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:355:9 155s | 155s 355 | try!(self.write_plain("\ntest result: ")); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:367:9 155s | 155s 367 | try!(self.write_plain(&s)); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:352:13 155s | 155s 352 | try!(self.write_failures()); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:358:13 155s | 155s 358 | try!(self.write_pretty("ok")); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:360:13 155s | 155s 360 | try!(self.write_pretty("FAILED")); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:444:5 155s | 155s 444 | try!(run_tests(opts, tests, |x| callback(&x, &mut st))); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:421:17 155s | 155s 421 | try!(st.write_log(&test, &result)); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:422:17 155s | 155s 422 | try!(st.write_result(&result)); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:434:18 155s | 155s 434 | let mut st = try!(ConsoleTestState::new(opts)); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:503:5 155s | 155s 503 | try!(callback(TeFiltered(filtered_descs))); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:510:9 155s | 155s 510 | try!(callback(TeWait(b.desc.clone(), b.testfn.padding()))); 155s | ^^^ 155s 155s warning: use of deprecated macro `try`: use the `?` operator instead 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:512:9 155s | 155s 512 | try!(callback(TeResult(test, result, stdout))); 155s | ^^^ 155s 155s warning: trait objects without an explicit `dyn` are deprecated 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:123:20 155s | 155s 123 | DynBenchFn(Box), 155s | ^^^^^^^^^^^^^^^^^^^^^ 155s | 155s = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! 155s = note: for more information, see 155s = note: `#[warn(bare_trait_objects)]` on by default 155s help: if this is a dyn-compatible trait, use `dyn` 155s | 155s 123 | DynBenchFn(Box), 155s | +++ 155s 155s warning: field `2` is never read 155s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:487:36 155s | 155s 487 | TeResult(TestDesc, TestResult, Vec), 155s | -------- field in this variant ^^^^^^^ 155s | 155s = note: `TestEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis 155s = note: `#[warn(dead_code)]` on by default 155s help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field 155s | 155s 487 | TeResult(TestDesc, TestResult, ()), 155s | ~~ 155s 155s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 155s Compiling fnv v1.0.7 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/tmp/tmp.Xc2IkDVlce/registry/fnv-1.0.7 CARGO_MANIFEST_PATH=/tmp/tmp.Xc2IkDVlce/registry/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name fnv --edition=2015 /tmp/tmp.Xc2IkDVlce/registry/fnv-1.0.7/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a68fdaac9d04d051 -C extra-filename=-a68fdaac9d04d051 --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 155s warning: `fnv` (lib) generated 1 warning (1 duplicate) 155s Compiling bytecount v0.6.7 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bytecount CARGO_MANIFEST_DIR=/tmp/tmp.Xc2IkDVlce/registry/bytecount-0.6.7 CARGO_MANIFEST_PATH=/tmp/tmp.Xc2IkDVlce/registry/bytecount-0.6.7/Cargo.toml CARGO_PKG_AUTHORS='Andre Bogus :Joshua Landau ' CARGO_PKG_DESCRIPTION='count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytecount CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/llogiq/bytecount' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name bytecount --edition=2018 /tmp/tmp.Xc2IkDVlce/registry/bytecount-0.6.7/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("html_report", "runtime-dispatch-simd"))' -C metadata=67d8034b701cdec2 -C extra-filename=-67d8034b701cdec2 --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 155s warning: unexpected `cfg` condition value: `generic-simd` 155s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:53:5 155s | 155s 53 | feature = "generic-simd" 155s | ^^^^^^^^^^^^^^^^^^^^^^^^ 155s | 155s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 155s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 155s = note: see for more information about checking conditional configuration 155s = note: `#[warn(unexpected_cfgs)]` on by default 155s 155s warning: unexpected `cfg` condition value: `generic-simd` 155s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:77:15 155s | 155s 77 | #[cfg(feature = "generic-simd")] 155s | ^^^^^^^^^^^^^^^^^^^^^^^^ 155s | 155s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 155s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 155s = note: see for more information about checking conditional configuration 155s 155s warning: unexpected `cfg` condition value: `generic-simd` 155s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:85:17 155s | 155s 85 | not(feature = "generic-simd") 155s | ^^^^^^^^^^^^^^^^^^^^^^^^ 155s | 155s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 155s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 155s = note: see for more information about checking conditional configuration 155s 155s warning: unexpected `cfg` condition value: `generic_simd` 155s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:94:48 155s | 155s 94 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] 155s | ^^^^^^^^^^^^^^^^^^^^^^^^ 155s | 155s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 155s = help: consider adding `generic_simd` as a feature in `Cargo.toml` 155s = note: see for more information about checking conditional configuration 155s 155s warning: unexpected `cfg` condition value: `generic-simd` 155s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:139:15 155s | 155s 139 | #[cfg(feature = "generic-simd")] 155s | ^^^^^^^^^^^^^^^^^^^^^^^^ 155s | 155s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 155s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 155s = note: see for more information about checking conditional configuration 155s 155s warning: unexpected `cfg` condition value: `generic-simd` 155s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:147:17 155s | 155s 147 | not(feature = "generic-simd") 155s | ^^^^^^^^^^^^^^^^^^^^^^^^ 155s | 155s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 155s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 155s = note: see for more information about checking conditional configuration 155s 155s warning: unexpected `cfg` condition value: `generic_simd` 155s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:156:48 155s | 155s 156 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] 155s | ^^^^^^^^^^^^^^^^^^^^^^^^ 155s | 155s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 155s = help: consider adding `generic_simd` as a feature in `Cargo.toml` 155s = note: see for more information about checking conditional configuration 155s 155s warning: `bytecount` (lib) generated 8 warnings (1 duplicate) 155s warning: `bencher` (lib) generated 25 warnings (1 duplicate) 155s Compiling tree_magic_mini v3.0.3 (/usr/share/cargo/registry/tree_magic_mini-3.0.3) 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tree_magic_mini CARGO_MANIFEST_DIR=/usr/share/cargo/registry/tree_magic_mini-3.0.3 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/tree_magic_mini-3.0.3/Cargo.toml CARGO_PKG_AUTHORS='Matt Brubeck :Allison Hancock ' CARGO_PKG_DESCRIPTION='Determines the MIME type of a file by traversing a filetype tree.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree_magic_mini CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mbrubeck/tree_magic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.3 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.Xc2IkDVlce/target/debug/deps rustc --crate-name tree_magic_mini --edition=2018 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 --cfg 'feature="tree_magic_db"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("tree_magic_db", "with-gpl-data"))' -C metadata=d8b36529780421f8 -C extra-filename=-d8b36529780421f8 --out-dir /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Xc2IkDVlce/target/debug/deps --extern bencher=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/libbencher-dee5d85a58f35d5e.rlib --extern bytecount=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/libbytecount-67d8034b701cdec2.rlib --extern fnv=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/libfnv-a68fdaac9d04d051.rlib --extern lazy_static=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/liblazy_static-fa782e2884b94cf1.rlib --extern nom=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/libnom-92712173a5133e5a.rlib --extern once_cell=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-f9b984852945e4ac.rlib --extern petgraph=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/libpetgraph-11faea72e600ec28.rlib --extern tree_magic_db=/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/libtree_magic_db-b280557367cabcde.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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.Xc2IkDVlce/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 155s warning: elided lifetime has a name 155s --> src/fdo_magic/ruleset.rs:116:51 155s | 155s 114 | pub fn from_multiple<'a>( 155s | -- lifetime `'a` declared here 155s 115 | files: &'a [Vec], 155s 116 | ) -> Result, u32>>, String> { 155s | ^^ this elided lifetime gets resolved as `'a` 155s | 155s = note: `#[warn(elided_named_lifetimes)]` on by default 155s 156s warning: field `word_len` is never read 156s --> src/fdo_magic/mod.rs:11:9 156s | 156s 6 | pub struct MagicRule<'a> { 156s | --------- field in this struct 156s ... 156s 11 | pub word_len: u32, 156s | ^^^^^^^^ 156s | 156s = note: `MagicRule` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis 156s = note: `#[warn(dead_code)]` on by default 156s 156s warning: `tree_magic_mini` (lib test) generated 3 warnings (1 duplicate) 156s Finished `test` profile [unoptimized + debuginfo] target(s) in 4.00s 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/tree_magic_mini-3.0.3 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/tree_magic_mini-3.0.3/Cargo.toml CARGO_PKG_AUTHORS='Matt Brubeck :Allison Hancock ' CARGO_PKG_DESCRIPTION='Determines the MIME type of a file by traversing a filetype tree.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree_magic_mini CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mbrubeck/tree_magic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.3 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.Xc2IkDVlce/target/s390x-unknown-linux-gnu/debug/deps/tree_magic_mini-d8b36529780421f8` 156s 156s running 0 tests 156s 156s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 156s 156s /tmp/autopkgtest.VcbHoT/wrapper.sh: checking for leaked background processes... 156s /tmp/autopkgtest.VcbHoT/wrapper.sh: waiting for tee/cat subprocesses... 156s /tmp/autopkgtest.VcbHoT/wrapper.sh: cleaning up... 156s /tmp/autopkgtest.VcbHoT/wrapper.sh: Exit status: 0 156s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest [02:26:56]: test librust-tree-magic-mini-dev:tree_magic_db: -----------------------] 157s autopkgtest: DBG: testbed executing test finished with exit status 0 157s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3Atree_magic_db-stdout /tmp/autopkgtest-work.vpmge4r9/out/librust-tree-magic-mini-dev%3Atree_magic_db-stdout 157s autopkgtest: DBG: got reply from testbed: ok 157s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3Atree_magic_db-stderr /tmp/autopkgtest-work.vpmge4r9/out/librust-tree-magic-mini-dev%3Atree_magic_db-stderr 157s autopkgtest: DBG: got reply from testbed: ok 157s autopkgtest [02:26:56]: test librust-tree-magic-mini-dev:tree_magic_db: - - - - - - - - - - results - - - - - - - - - - 157s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3Atree_magic_db-artifacts/ /tmp/autopkgtest-work.vpmge4r9/out/artifacts/ 157s librust-tree-magic-mini-dev:tree_magic_db PASS 157s autopkgtest: DBG: got reply from testbed: ok 157s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:tree_magic_db-artifacts', '/tmp/autopkgtest.VcbHoT/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest [02:26:57]: test librust-tree-magic-mini-dev:with-gpl-data: preparing testbed 158s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'], deps_new=['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 158s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 158s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 158s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-bencher-0.1+default-dev, librust-tree-magic-mini-dev 158s autopkgtest: DBG: can use apt-get on testbed: True 158s 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-bencher-0.1+default-dev, librust-tree-magic-mini-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 158s Reading package lists... 158s Building dependency tree... 158s Reading state information... 158s Starting pkgProblemResolver with broken count: 0 158s Starting 2 pkgProblemResolver with broken count: 0 158s Done 158s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-tree-magic-mini-dev'], kind short, sout pipe, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:with-gpl-data-packages.all"], kind short, sout raw, serr pipe, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3Awith-gpl-data-packages.all /tmp/autopkgtest-work.vpmge4r9/out/librust-tree-magic-mini-dev%3Awith-gpl-data-packages.all 159s autopkgtest: DBG: got reply from testbed: ok 159s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.VcbHoT/build.vpk/src'], kind short, sout raw, serr raw, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.VcbHoT/build.vpk/src already exists 159s autopkgtest [02:26:58]: test librust-tree-magic-mini-dev:with-gpl-data: /usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --no-default-features --features with-gpl-data 159s autopkgtest [02:26:58]: test librust-tree-magic-mini-dev:with-gpl-data: [----------------------- 159s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.VcbHoT/wrapper.sh --debug --artifacts=/tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:with-gpl-data-artifacts --chdir=/tmp/autopkgtest.VcbHoT/build.vpk/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.VcbHoT/librust-tree-magic-mini-dev:with-gpl-data-stderr --stdout=/tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:with-gpl-data-stdout --tmp=/tmp/autopkgtest.VcbHoT/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 tree_magic_mini 3.0.3 --all-targets --no-default-features --features with-gpl-data'"], kind test, sout raw, serr raw, env [] 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:with-gpl-data-artifacts 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: changing to directory: /tmp/autopkgtest.VcbHoT/build.vpk/src 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: LANG=C.UTF-8 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LANGUAGE 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_ADDRESS 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_ALL 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_COLLATE 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_CTYPE 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_IDENTIFICATION 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MEASUREMENT 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MESSAGES 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MONETARY 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_NAME 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_NUMERIC 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_PAPER 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_TELEPHONE 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_TIME 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: pretending to be a login shell 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: will write standard error to /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:with-gpl-data-stderr 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: will write stdout to /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:with-gpl-data-stdout 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.VcbHoT/autopkgtest_tmp 159s /tmp/autopkgtest.VcbHoT/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 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --no-default-features --features with-gpl-data 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: copying /tmp/tmp.PcxbSWdMJv/out to stdout and file: /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:with-gpl-data-stdout 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: copying /tmp/tmp.PcxbSWdMJv/err to standard error and file: /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:with-gpl-data-stdout 159s /tmp/autopkgtest.VcbHoT/wrapper.sh: writing script pid 3671 to /tmp/autopkgtest_script_pid 159s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 159s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 159s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 159s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.66Qy7LAOWV/registry/ 159s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 159s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 159s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 159s 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', '--features', 'with-gpl-data'],) {} 159s Compiling equivalent v1.0.1 159s Compiling hashbrown v0.14.5 159s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.66Qy7LAOWV/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.66Qy7LAOWV/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.66Qy7LAOWV/registry/equivalent-1.0.1/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=50ee6cd9d9ded5bf -C extra-filename=-50ee6cd9d9ded5bf --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 159s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.66Qy7LAOWV/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.66Qy7LAOWV/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.66Qy7LAOWV/registry/hashbrown-0.14.5/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("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=abc055366cb5e49f -C extra-filename=-abc055366cb5e49f --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 159s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 159s | 159s = note: this feature is not stably supported; its behavior can change in the future 159s 159s warning: `equivalent` (lib) generated 1 warning 159s Compiling fixedbitset v0.4.2 159s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fixedbitset CARGO_MANIFEST_DIR=/tmp/tmp.66Qy7LAOWV/registry/fixedbitset-0.4.2 CARGO_MANIFEST_PATH=/tmp/tmp.66Qy7LAOWV/registry/fixedbitset-0.4.2/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='FixedBitSet is a simple bitset collection' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fixedbitset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/petgraph/fixedbitset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name fixedbitset --edition=2015 /tmp/tmp.66Qy7LAOWV/registry/fixedbitset-0.4.2/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("default", "serde", "std"))' -C metadata=4f27d8f507162a0c -C extra-filename=-4f27d8f507162a0c --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:14:5 160s | 160s 14 | feature = "nightly", 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s = note: `#[warn(unexpected_cfgs)]` on by default 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:39:13 160s | 160s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:40:13 160s | 160s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:49:7 160s | 160s 49 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:59:7 160s | 160s 59 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:65:11 160s | 160s 65 | #[cfg(not(feature = "nightly"))] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 160s | 160s 53 | #[cfg(not(feature = "nightly"))] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 160s | 160s 55 | #[cfg(not(feature = "nightly"))] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 160s | 160s 57 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 160s | 160s 3549 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 160s | 160s 3661 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 160s | 160s 3678 | #[cfg(not(feature = "nightly"))] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 160s | 160s 4304 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 160s | 160s 4319 | #[cfg(not(feature = "nightly"))] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 160s | 160s 7 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 160s | 160s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 160s | 160s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 160s | 160s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `rkyv` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 160s | 160s 3 | #[cfg(feature = "rkyv")] 160s | ^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `rkyv` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:242:11 160s | 160s 242 | #[cfg(not(feature = "nightly"))] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:255:7 160s | 160s 255 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6517:11 160s | 160s 6517 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6523:11 160s | 160s 6523 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6591:11 160s | 160s 6591 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6597:11 160s | 160s 6597 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6651:11 160s | 160s 6651 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6657:11 160s | 160s 6657 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1359:11 160s | 160s 1359 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1365:11 160s | 160s 1365 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1383:11 160s | 160s 1383 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `nightly` 160s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1389:11 160s | 160s 1389 | #[cfg(feature = "nightly")] 160s | ^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 160s = help: consider adding `nightly` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: `fixedbitset` (lib) generated 1 warning (1 duplicate) 160s Compiling memchr v2.7.4 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.66Qy7LAOWV/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.66Qy7LAOWV/registry/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 160s 1, 2 or 3 byte search and single substring search. 160s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.66Qy7LAOWV/registry/memchr-2.7.4/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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9dfbaa7dc96bc3ae -C extra-filename=-9dfbaa7dc96bc3ae --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 160s warning: `hashbrown` (lib) generated 32 warnings (1 duplicate) 160s Compiling indexmap v2.7.0 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.66Qy7LAOWV/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.66Qy7LAOWV/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.66Qy7LAOWV/registry/indexmap-2.7.0/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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=add402dbf0c10c1b -C extra-filename=-add402dbf0c10c1b --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --extern equivalent=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/libequivalent-50ee6cd9d9ded5bf.rmeta --extern hashbrown=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/libhashbrown-abc055366cb5e49f.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 160s warning: unexpected `cfg` condition value: `borsh` 160s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:117:7 160s | 160s 117 | #[cfg(feature = "borsh")] 160s | ^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 160s = help: consider adding `borsh` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s = note: `#[warn(unexpected_cfgs)]` on by default 160s 160s warning: unexpected `cfg` condition value: `rustc-rayon` 160s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:131:7 160s | 160s 131 | #[cfg(feature = "rustc-rayon")] 160s | ^^^^^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 160s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `quickcheck` 160s --> /usr/share/cargo/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 160s | 160s 38 | #[cfg(feature = "quickcheck")] 160s | ^^^^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 160s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `rustc-rayon` 160s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:128:30 160s | 160s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 160s | ^^^^^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 160s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition value: `rustc-rayon` 160s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:153:30 160s | 160s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 160s | ^^^^^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 160s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s 160s warning: `memchr` (lib) generated 1 warning (1 duplicate) 160s Compiling minimal-lexical v0.2.1 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/tmp/tmp.66Qy7LAOWV/registry/minimal-lexical-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.66Qy7LAOWV/registry/minimal-lexical-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Huszagh ' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name minimal_lexical --edition=2018 /tmp/tmp.66Qy7LAOWV/registry/minimal-lexical-0.2.1/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=061c55d7bafd6059 -C extra-filename=-061c55d7bafd6059 --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 160s warning: `minimal-lexical` (lib) generated 1 warning (1 duplicate) 160s Compiling nom v7.1.3 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/tmp/tmp.66Qy7LAOWV/registry/nom-7.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.66Qy7LAOWV/registry/nom-7.1.3/Cargo.toml CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=7.1.3 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name nom --edition=2018 /tmp/tmp.66Qy7LAOWV/registry/nom-7.1.3/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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=92712173a5133e5a -C extra-filename=-92712173a5133e5a --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --extern memchr=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern minimal_lexical=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/libminimal_lexical-061c55d7bafd6059.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 160s warning: `indexmap` (lib) generated 6 warnings (1 duplicate) 160s Compiling petgraph v0.6.4 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=petgraph CARGO_MANIFEST_DIR=/tmp/tmp.66Qy7LAOWV/registry/petgraph-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.66Qy7LAOWV/registry/petgraph-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='bluss:mitchmindtree' CARGO_PKG_DESCRIPTION='Graph data structure library. Provides graph types and graph algorithms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=petgraph CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/petgraph/petgraph' CARGO_PKG_RUST_VERSION=1.64 CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name petgraph --edition=2018 /tmp/tmp.66Qy7LAOWV/registry/petgraph-0.6.4/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="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=11faea72e600ec28 -C extra-filename=-11faea72e600ec28 --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --extern fixedbitset=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/libfixedbitset-4f27d8f507162a0c.rmeta --extern indexmap=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 160s warning: unexpected `cfg` condition value: `cargo-clippy` 160s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:375:13 160s | 160s 375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))] 160s | ^^^^^^^^^^^^^^^^^^^^^^^^ 160s | 160s = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, and `std` 160s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 160s = note: see for more information about checking conditional configuration 160s = note: `#[warn(unexpected_cfgs)]` on by default 160s 160s warning: unexpected `cfg` condition name: `nightly` 160s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:379:12 160s | 160s 379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 160s | ^^^^^^^ 160s | 160s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` 160s = help: consider using a Cargo feature instead 160s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 160s [lints.rust] 160s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 160s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition name: `nightly` 160s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:391:12 160s | 160s 391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] 160s | ^^^^^^^ 160s | 160s = help: consider using a Cargo feature instead 160s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 160s [lints.rust] 160s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 160s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition name: `nightly` 160s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:418:14 160s | 160s 418 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] 160s | ^^^^^^^ 160s | 160s = help: consider using a Cargo feature instead 160s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 160s [lints.rust] 160s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 160s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unused import: `self::str::*` 160s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:439:9 160s | 160s 439 | pub use self::str::*; 160s | ^^^^^^^^^^^^ 160s | 160s = note: `#[warn(unused_imports)]` on by default 160s 160s warning: unexpected `cfg` condition name: `nightly` 160s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:49:12 160s | 160s 49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 160s | ^^^^^^^ 160s | 160s = help: consider using a Cargo feature instead 160s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 160s [lints.rust] 160s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 160s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition name: `nightly` 160s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:96:12 160s | 160s 96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 160s | ^^^^^^^ 160s | 160s = help: consider using a Cargo feature instead 160s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 160s [lints.rust] 160s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 160s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition name: `nightly` 160s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:340:12 160s | 160s 340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 160s | ^^^^^^^ 160s | 160s = help: consider using a Cargo feature instead 160s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 160s [lints.rust] 160s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 160s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition name: `nightly` 160s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:357:12 160s | 160s 357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 160s | ^^^^^^^ 160s | 160s = help: consider using a Cargo feature instead 160s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 160s [lints.rust] 160s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 160s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition name: `nightly` 160s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:374:12 160s | 160s 374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 160s | ^^^^^^^ 160s | 160s = help: consider using a Cargo feature instead 160s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 160s [lints.rust] 160s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 160s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition name: `nightly` 160s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:392:12 160s | 160s 392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 160s | ^^^^^^^ 160s | 160s = help: consider using a Cargo feature instead 160s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 160s [lints.rust] 160s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 160s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition name: `nightly` 160s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:409:12 160s | 160s 409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 160s | ^^^^^^^ 160s | 160s = help: consider using a Cargo feature instead 160s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 160s [lints.rust] 160s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 160s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 160s = note: see for more information about checking conditional configuration 160s 160s warning: unexpected `cfg` condition name: `nightly` 160s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:430:12 160s | 160s 430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 160s | ^^^^^^^ 160s | 160s = help: consider using a Cargo feature instead 160s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 160s [lints.rust] 160s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 160s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 160s = note: see for more information about checking conditional configuration 160s 161s warning: unexpected `cfg` condition value: `quickcheck` 161s --> /usr/share/cargo/registry/petgraph-0.6.4/src/lib.rs:149:7 161s | 161s 149 | #[cfg(feature = "quickcheck")] 161s | ^^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = note: expected values for `feature` are: `all`, `default`, `generate`, `graphmap`, `matrix_graph`, `serde`, `serde-1`, `serde_derive`, `stable_graph`, and `unstable` 161s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 161s = note: see for more information about checking conditional configuration 161s = note: `#[warn(unexpected_cfgs)]` on by default 161s 161s warning: use of deprecated method `indexmap::IndexMap::::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior. 161s --> /usr/share/cargo/registry/petgraph-0.6.4/src/graphmap.rs:370:33 161s | 161s 370 | let weight = self.edges.remove(&Self::edge_key(a, b)); 161s | ^^^^^^ 161s | 161s = note: `#[warn(deprecated)]` on by default 161s 161s warning: method `node_bound_with_dummy` is never used 161s --> /usr/share/cargo/registry/petgraph-0.6.4/src/algo/matching.rs:108:8 161s | 161s 106 | trait WithDummy: NodeIndexable { 161s | --------- method in this trait 161s 107 | fn dummy_idx(&self) -> usize; 161s 108 | fn node_bound_with_dummy(&self) -> usize; 161s | ^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = note: `#[warn(dead_code)]` on by default 161s 161s warning: field `first_error` is never read 161s --> /usr/share/cargo/registry/petgraph-0.6.4/src/csr.rs:134:5 161s | 161s 133 | pub struct EdgesNotSorted { 161s | -------------- field in this struct 161s 134 | first_error: (usize, usize), 161s | ^^^^^^^^^^^ 161s | 161s = note: `EdgesNotSorted` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis 161s 162s warning: `petgraph` (lib) generated 5 warnings (1 duplicate) 162s Compiling tree_magic_db v3.0.0 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tree_magic_db CARGO_MANIFEST_DIR=/tmp/tmp.66Qy7LAOWV/registry/tree_magic_db-3.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.66Qy7LAOWV/registry/tree_magic_db-3.0.0/Cargo.toml CARGO_PKG_AUTHORS='Richard Bradfield ' CARGO_PKG_DESCRIPTION='Packages the FreeDesktop.org shared MIME database for optional use with tree_magic_mini' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=GPL-2.0-or-later CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree_magic_db CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name tree_magic_db --edition=2018 /tmp/tmp.66Qy7LAOWV/registry/tree_magic_db-3.0.0/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=b280557367cabcde -C extra-filename=-b280557367cabcde --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: `tree_magic_db` (lib) generated 1 warning (1 duplicate) 162s Compiling once_cell v1.20.2 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.66Qy7LAOWV/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.66Qy7LAOWV/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.66Qy7LAOWV/registry/once_cell-1.20.2/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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f9b984852945e4ac -C extra-filename=-f9b984852945e4ac --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: `nom` (lib) generated 14 warnings (1 duplicate) 162s Compiling fnv v1.0.7 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/tmp/tmp.66Qy7LAOWV/registry/fnv-1.0.7 CARGO_MANIFEST_PATH=/tmp/tmp.66Qy7LAOWV/registry/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name fnv --edition=2015 /tmp/tmp.66Qy7LAOWV/registry/fnv-1.0.7/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a68fdaac9d04d051 -C extra-filename=-a68fdaac9d04d051 --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: `fnv` (lib) generated 1 warning (1 duplicate) 162s Compiling bytecount v0.6.7 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bytecount CARGO_MANIFEST_DIR=/tmp/tmp.66Qy7LAOWV/registry/bytecount-0.6.7 CARGO_MANIFEST_PATH=/tmp/tmp.66Qy7LAOWV/registry/bytecount-0.6.7/Cargo.toml CARGO_PKG_AUTHORS='Andre Bogus :Joshua Landau ' CARGO_PKG_DESCRIPTION='count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytecount CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/llogiq/bytecount' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name bytecount --edition=2018 /tmp/tmp.66Qy7LAOWV/registry/bytecount-0.6.7/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("html_report", "runtime-dispatch-simd"))' -C metadata=67d8034b701cdec2 -C extra-filename=-67d8034b701cdec2 --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: unexpected `cfg` condition value: `generic-simd` 162s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:53:5 162s | 162s 53 | feature = "generic-simd" 162s | ^^^^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 162s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 162s = note: see for more information about checking conditional configuration 162s = note: `#[warn(unexpected_cfgs)]` on by default 162s 162s warning: unexpected `cfg` condition value: `generic-simd` 162s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:77:15 162s | 162s 77 | #[cfg(feature = "generic-simd")] 162s | ^^^^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 162s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition value: `generic-simd` 162s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:85:17 162s | 162s 85 | not(feature = "generic-simd") 162s | ^^^^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 162s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition value: `generic_simd` 162s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:94:48 162s | 162s 94 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] 162s | ^^^^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 162s = help: consider adding `generic_simd` as a feature in `Cargo.toml` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition value: `generic-simd` 162s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:139:15 162s | 162s 139 | #[cfg(feature = "generic-simd")] 162s | ^^^^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 162s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition value: `generic-simd` 162s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:147:17 162s | 162s 147 | not(feature = "generic-simd") 162s | ^^^^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 162s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition value: `generic_simd` 162s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:156:48 162s | 162s 156 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] 162s | ^^^^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 162s = help: consider adding `generic_simd` as a feature in `Cargo.toml` 162s = note: see for more information about checking conditional configuration 162s 162s warning: `bytecount` (lib) generated 8 warnings (1 duplicate) 162s Compiling bencher v0.1.5 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bencher CARGO_MANIFEST_DIR=/tmp/tmp.66Qy7LAOWV/registry/bencher-0.1.5 CARGO_MANIFEST_PATH=/tmp/tmp.66Qy7LAOWV/registry/bencher-0.1.5/Cargo.toml CARGO_PKG_AUTHORS='bluss:The Rust Project Developers' CARGO_PKG_DESCRIPTION='A port of the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmarks and filtering based on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is still missing'\!').' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bencher CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bluss/bencher/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name bencher --edition=2015 /tmp/tmp.66Qy7LAOWV/registry/bencher-0.1.5/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=dee5d85a58f35d5e -C extra-filename=-dee5d85a58f35d5e --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 162s Compiling lazy_static v1.5.0 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/tmp/tmp.66Qy7LAOWV/registry/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.66Qy7LAOWV/registry/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name lazy_static --edition=2015 /tmp/tmp.66Qy7LAOWV/registry/lazy_static-1.5.0/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("spin", "spin_no_std"))' -C metadata=fa782e2884b94cf1 -C extra-filename=-fa782e2884b94cf1 --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:220:36 162s | 162s 220 | Some(ref path) => Some(try!(File::create(path))), 162s | ^^^ 162s | 162s = note: `#[warn(deprecated)]` on by default 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:254:13 162s | 162s 254 | try!(self.write_pretty(verbose)); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:262:17 162s | 162s 262 | try!(stdout.write_all(word.as_bytes())); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:271:17 162s | 162s 271 | try!(stdout.write_all(s.as_bytes())); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:300:17 162s | 162s 300 | try!(self.write_bench()); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:322:9 162s | 162s 322 | try!(self.write_plain("\nfailures:\n")); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:339:9 162s | 162s 339 | try!(self.write_plain("\nfailures:\n")); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:335:13 162s | 162s 335 | try!(self.write_plain("\n")); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:336:13 162s | 162s 336 | try!(self.write_plain(&fail_out)); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:342:13 162s | 162s 342 | try!(self.write_plain(&format!(" {}\n", name))); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:355:9 162s | 162s 355 | try!(self.write_plain("\ntest result: ")); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:367:9 162s | 162s 367 | try!(self.write_plain(&s)); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:352:13 162s | 162s 352 | try!(self.write_failures()); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:358:13 162s | 162s 358 | try!(self.write_pretty("ok")); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:360:13 162s | 162s 360 | try!(self.write_pretty("FAILED")); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:444:5 162s | 162s 444 | try!(run_tests(opts, tests, |x| callback(&x, &mut st))); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:421:17 162s | 162s 421 | try!(st.write_log(&test, &result)); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:422:17 162s | 162s 422 | try!(st.write_result(&result)); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:434:18 162s | 162s 434 | let mut st = try!(ConsoleTestState::new(opts)); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:503:5 162s | 162s 503 | try!(callback(TeFiltered(filtered_descs))); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:510:9 162s | 162s 510 | try!(callback(TeWait(b.desc.clone(), b.testfn.padding()))); 162s | ^^^ 162s 162s warning: use of deprecated macro `try`: use the `?` operator instead 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:512:9 162s | 162s 512 | try!(callback(TeResult(test, result, stdout))); 162s | ^^^ 162s 162s warning: trait objects without an explicit `dyn` are deprecated 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:123:20 162s | 162s 123 | DynBenchFn(Box), 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! 162s = note: for more information, see 162s = note: `#[warn(bare_trait_objects)]` on by default 162s help: if this is a dyn-compatible trait, use `dyn` 162s | 162s 123 | DynBenchFn(Box), 162s | +++ 162s 162s warning: elided lifetime has a name 162s --> /usr/share/cargo/registry/lazy_static-1.5.0/src/inline_lazy.rs:26:43 162s | 162s 26 | pub fn get(&'static self, f: F) -> &T 162s | ^ this elided lifetime gets resolved as `'static` 162s | 162s = note: `#[warn(elided_named_lifetimes)]` on by default 162s help: consider specifying it explicitly 162s | 162s 26 | pub fn get(&'static self, f: F) -> &'static T 162s | +++++++ 162s 162s warning: `lazy_static` (lib) generated 2 warnings (1 duplicate) 162s warning: field `2` is never read 162s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:487:36 162s | 162s 487 | TeResult(TestDesc, TestResult, Vec), 162s | -------- field in this variant ^^^^^^^ 162s | 162s = note: `TestEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis 162s = note: `#[warn(dead_code)]` on by default 162s help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field 162s | 162s 487 | TeResult(TestDesc, TestResult, ()), 162s | ~~ 162s 162s warning: `bencher` (lib) generated 25 warnings (1 duplicate) 162s Compiling tree_magic_mini v3.0.3 (/usr/share/cargo/registry/tree_magic_mini-3.0.3) 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tree_magic_mini CARGO_MANIFEST_DIR=/usr/share/cargo/registry/tree_magic_mini-3.0.3 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/tree_magic_mini-3.0.3/Cargo.toml CARGO_PKG_AUTHORS='Matt Brubeck :Allison Hancock ' CARGO_PKG_DESCRIPTION='Determines the MIME type of a file by traversing a filetype tree.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree_magic_mini CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mbrubeck/tree_magic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.3 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.66Qy7LAOWV/target/debug/deps rustc --crate-name tree_magic_mini --edition=2018 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 --cfg 'feature="tree_magic_db"' --cfg 'feature="with-gpl-data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("tree_magic_db", "with-gpl-data"))' -C metadata=d22eef453928a444 -C extra-filename=-d22eef453928a444 --out-dir /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.66Qy7LAOWV/target/debug/deps --extern bencher=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/libbencher-dee5d85a58f35d5e.rlib --extern bytecount=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/libbytecount-67d8034b701cdec2.rlib --extern fnv=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/libfnv-a68fdaac9d04d051.rlib --extern lazy_static=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/liblazy_static-fa782e2884b94cf1.rlib --extern nom=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/libnom-92712173a5133e5a.rlib --extern once_cell=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-f9b984852945e4ac.rlib --extern petgraph=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/libpetgraph-11faea72e600ec28.rlib --extern tree_magic_db=/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/libtree_magic_db-b280557367cabcde.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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.66Qy7LAOWV/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: field `word_len` is never read 162s --> src/fdo_magic/mod.rs:11:9 162s | 162s 6 | pub struct MagicRule<'a> { 162s | --------- field in this struct 162s ... 162s 11 | pub word_len: u32, 162s | ^^^^^^^^ 162s | 162s = note: `MagicRule` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis 162s = note: `#[warn(dead_code)]` on by default 162s 163s warning: `tree_magic_mini` (lib test) generated 2 warnings (1 duplicate) 163s Finished `test` profile [unoptimized + debuginfo] target(s) in 3.83s 163s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/tree_magic_mini-3.0.3 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/tree_magic_mini-3.0.3/Cargo.toml CARGO_PKG_AUTHORS='Matt Brubeck :Allison Hancock ' CARGO_PKG_DESCRIPTION='Determines the MIME type of a file by traversing a filetype tree.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree_magic_mini CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mbrubeck/tree_magic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.3 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.66Qy7LAOWV/target/s390x-unknown-linux-gnu/debug/deps/tree_magic_mini-d22eef453928a444` 163s 163s running 0 tests 163s 163s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 163s 163s /tmp/autopkgtest.VcbHoT/wrapper.sh: checking for leaked background processes... 163s /tmp/autopkgtest.VcbHoT/wrapper.sh: waiting for tee/cat subprocesses... 163s /tmp/autopkgtest.VcbHoT/wrapper.sh: cleaning up... 163s /tmp/autopkgtest.VcbHoT/wrapper.sh: Exit status: 0 163s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest [02:27:03]: test librust-tree-magic-mini-dev:with-gpl-data: -----------------------] 164s autopkgtest: DBG: testbed executing test finished with exit status 0 164s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3Awith-gpl-data-stdout /tmp/autopkgtest-work.vpmge4r9/out/librust-tree-magic-mini-dev%3Awith-gpl-data-stdout 164s autopkgtest: DBG: got reply from testbed: ok 164s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3Awith-gpl-data-stderr /tmp/autopkgtest-work.vpmge4r9/out/librust-tree-magic-mini-dev%3Awith-gpl-data-stderr 164s autopkgtest: DBG: got reply from testbed: ok 164s librust-tree-magic-mini-dev:with-gpl-data PASS 164s autopkgtest [02:27:03]: test librust-tree-magic-mini-dev:with-gpl-data: - - - - - - - - - - results - - - - - - - - - - 164s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3Awith-gpl-data-artifacts/ /tmp/autopkgtest-work.vpmge4r9/out/artifacts/ 164s autopkgtest: DBG: got reply from testbed: ok 164s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:with-gpl-data-artifacts', '/tmp/autopkgtest.VcbHoT/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest [02:27:03]: test librust-tree-magic-mini-dev:: preparing testbed 164s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'], deps_new=['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 164s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 164s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-bencher-0.1+default-dev', 'librust-tree-magic-mini-dev'] 164s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-bencher-0.1+default-dev, librust-tree-magic-mini-dev 164s autopkgtest: DBG: can use apt-get on testbed: True 164s 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-bencher-0.1+default-dev, librust-tree-magic-mini-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 165s Reading package lists... 165s Building dependency tree... 165s Reading state information... 165s Starting pkgProblemResolver with broken count: 0 165s Starting 2 pkgProblemResolver with broken count: 0 165s Done 165s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-tree-magic-mini-dev'], kind short, sout pipe, serr pipe, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:-packages.all"], kind short, sout raw, serr pipe, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3A-packages.all /tmp/autopkgtest-work.vpmge4r9/out/librust-tree-magic-mini-dev%3A-packages.all 166s autopkgtest: DBG: got reply from testbed: ok 166s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.VcbHoT/build.vpk/src'], kind short, sout raw, serr raw, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.VcbHoT/build.vpk/src already exists 166s autopkgtest [02:27:05]: test librust-tree-magic-mini-dev:: /usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --no-default-features 166s autopkgtest [02:27:05]: test librust-tree-magic-mini-dev:: [----------------------- 166s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.VcbHoT/wrapper.sh --debug --artifacts=/tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:-artifacts --chdir=/tmp/autopkgtest.VcbHoT/build.vpk/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.VcbHoT/librust-tree-magic-mini-dev:-stderr --stdout=/tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:-stdout --tmp=/tmp/autopkgtest.VcbHoT/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 tree_magic_mini 3.0.3 --all-targets --no-default-features'"], kind test, sout raw, serr raw, env [] 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:-artifacts 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: changing to directory: /tmp/autopkgtest.VcbHoT/build.vpk/src 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: setting environment: LANG=C.UTF-8 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LANGUAGE 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_ADDRESS 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_ALL 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_COLLATE 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_CTYPE 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_IDENTIFICATION 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MEASUREMENT 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MESSAGES 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_MONETARY 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_NAME 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_NUMERIC 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_PAPER 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_TELEPHONE 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: unsetting environment: LC_TIME 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: pretending to be a login shell 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: will write standard error to /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:-stderr 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: will write stdout to /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:-stdout 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.VcbHoT/autopkgtest_tmp 166s /tmp/autopkgtest.VcbHoT/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 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test tree_magic_mini 3.0.3 --all-targets --no-default-features 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: copying /tmp/tmp.GYrsdadSdL/out to stdout and file: /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:-stdout 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: copying /tmp/tmp.GYrsdadSdL/err to standard error and file: /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:-stdout 166s /tmp/autopkgtest.VcbHoT/wrapper.sh: writing script pid 4075 to /tmp/autopkgtest_script_pid 166s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 166s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 166s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 166s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.1G5thz3Z13/registry/ 166s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 166s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 166s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 166s 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'],) {} 166s Compiling equivalent v1.0.1 166s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.1G5thz3Z13/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.1G5thz3Z13/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1G5thz3Z13/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.1G5thz3Z13/registry/equivalent-1.0.1/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=50ee6cd9d9ded5bf -C extra-filename=-50ee6cd9d9ded5bf --out-dir /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1G5thz3Z13/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.1G5thz3Z13/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 166s Compiling hashbrown v0.14.5 166s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.1G5thz3Z13/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.1G5thz3Z13/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1G5thz3Z13/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.1G5thz3Z13/registry/hashbrown-0.14.5/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("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=abc055366cb5e49f -C extra-filename=-abc055366cb5e49f --out-dir /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1G5thz3Z13/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.1G5thz3Z13/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 166s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 166s | 166s = note: this feature is not stably supported; its behavior can change in the future 166s 166s warning: `equivalent` (lib) generated 1 warning 166s Compiling memchr v2.7.4 166s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.1G5thz3Z13/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.1G5thz3Z13/registry/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 166s 1, 2 or 3 byte search and single substring search. 166s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1G5thz3Z13/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.1G5thz3Z13/registry/memchr-2.7.4/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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9dfbaa7dc96bc3ae -C extra-filename=-9dfbaa7dc96bc3ae --out-dir /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1G5thz3Z13/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.1G5thz3Z13/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:14:5 166s | 166s 14 | feature = "nightly", 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s = note: `#[warn(unexpected_cfgs)]` on by default 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:39:13 166s | 166s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:40:13 166s | 166s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:49:7 166s | 166s 49 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:59:7 166s | 166s 59 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:65:11 166s | 166s 65 | #[cfg(not(feature = "nightly"))] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 166s | 166s 53 | #[cfg(not(feature = "nightly"))] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 166s | 166s 55 | #[cfg(not(feature = "nightly"))] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 166s | 166s 57 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 166s | 166s 3549 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 166s | 166s 3661 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 166s | 166s 3678 | #[cfg(not(feature = "nightly"))] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 166s | 166s 4304 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 166s | 166s 4319 | #[cfg(not(feature = "nightly"))] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 166s | 166s 7 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 166s | 166s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 166s | 166s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 166s | 166s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `rkyv` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 166s | 166s 3 | #[cfg(feature = "rkyv")] 166s | ^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `rkyv` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:242:11 166s | 166s 242 | #[cfg(not(feature = "nightly"))] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:255:7 166s | 166s 255 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6517:11 166s | 166s 6517 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6523:11 166s | 166s 6523 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6591:11 166s | 166s 6591 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6597:11 166s | 166s 6597 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6651:11 166s | 166s 6651 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6657:11 166s | 166s 6657 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1359:11 166s | 166s 1359 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1365:11 166s | 166s 1365 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1383:11 166s | 166s 1383 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition value: `nightly` 166s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1389:11 166s | 166s 1389 | #[cfg(feature = "nightly")] 166s | ^^^^^^^^^^^^^^^^^^^ 166s | 166s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 166s = help: consider adding `nightly` as a feature in `Cargo.toml` 166s = note: see for more information about checking conditional configuration 166s 167s warning: `memchr` (lib) generated 1 warning (1 duplicate) 167s Compiling fixedbitset v0.4.2 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fixedbitset CARGO_MANIFEST_DIR=/tmp/tmp.1G5thz3Z13/registry/fixedbitset-0.4.2 CARGO_MANIFEST_PATH=/tmp/tmp.1G5thz3Z13/registry/fixedbitset-0.4.2/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='FixedBitSet is a simple bitset collection' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fixedbitset CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/petgraph/fixedbitset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1G5thz3Z13/target/debug/deps rustc --crate-name fixedbitset --edition=2015 /tmp/tmp.1G5thz3Z13/registry/fixedbitset-0.4.2/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("default", "serde", "std"))' -C metadata=4f27d8f507162a0c -C extra-filename=-4f27d8f507162a0c --out-dir /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1G5thz3Z13/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.1G5thz3Z13/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 167s warning: `hashbrown` (lib) generated 32 warnings (1 duplicate) 167s Compiling indexmap v2.7.0 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.1G5thz3Z13/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.1G5thz3Z13/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1G5thz3Z13/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.1G5thz3Z13/registry/indexmap-2.7.0/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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=add402dbf0c10c1b -C extra-filename=-add402dbf0c10c1b --out-dir /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1G5thz3Z13/target/debug/deps --extern equivalent=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps/libequivalent-50ee6cd9d9ded5bf.rmeta --extern hashbrown=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps/libhashbrown-abc055366cb5e49f.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.1G5thz3Z13/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 167s warning: unexpected `cfg` condition value: `borsh` 167s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:117:7 167s | 167s 117 | #[cfg(feature = "borsh")] 167s | ^^^^^^^^^^^^^^^^^ 167s | 167s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 167s = help: consider adding `borsh` as a feature in `Cargo.toml` 167s = note: see for more information about checking conditional configuration 167s = note: `#[warn(unexpected_cfgs)]` on by default 167s 167s warning: unexpected `cfg` condition value: `rustc-rayon` 167s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:131:7 167s | 167s 131 | #[cfg(feature = "rustc-rayon")] 167s | ^^^^^^^^^^^^^^^^^^^^^^^ 167s | 167s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 167s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 167s = note: see for more information about checking conditional configuration 167s 167s warning: unexpected `cfg` condition value: `quickcheck` 167s --> /usr/share/cargo/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 167s | 167s 38 | #[cfg(feature = "quickcheck")] 167s | ^^^^^^^^^^^^^^^^^^^^^^ 167s | 167s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 167s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 167s = note: see for more information about checking conditional configuration 167s 167s warning: unexpected `cfg` condition value: `rustc-rayon` 167s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:128:30 167s | 167s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 167s | ^^^^^^^^^^^^^^^^^^^^^^^ 167s | 167s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 167s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 167s = note: see for more information about checking conditional configuration 167s 167s warning: unexpected `cfg` condition value: `rustc-rayon` 167s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:153:30 167s | 167s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 167s | ^^^^^^^^^^^^^^^^^^^^^^^ 167s | 167s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 167s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 167s = note: see for more information about checking conditional configuration 167s 167s warning: `fixedbitset` (lib) generated 1 warning (1 duplicate) 167s Compiling minimal-lexical v0.2.1 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/tmp/tmp.1G5thz3Z13/registry/minimal-lexical-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.1G5thz3Z13/registry/minimal-lexical-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Huszagh ' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1G5thz3Z13/target/debug/deps rustc --crate-name minimal_lexical --edition=2018 /tmp/tmp.1G5thz3Z13/registry/minimal-lexical-0.2.1/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=061c55d7bafd6059 -C extra-filename=-061c55d7bafd6059 --out-dir /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1G5thz3Z13/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.1G5thz3Z13/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 167s warning: `minimal-lexical` (lib) generated 1 warning (1 duplicate) 167s Compiling nom v7.1.3 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/tmp/tmp.1G5thz3Z13/registry/nom-7.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.1G5thz3Z13/registry/nom-7.1.3/Cargo.toml CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=7.1.3 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1G5thz3Z13/target/debug/deps rustc --crate-name nom --edition=2018 /tmp/tmp.1G5thz3Z13/registry/nom-7.1.3/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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=92712173a5133e5a -C extra-filename=-92712173a5133e5a --out-dir /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1G5thz3Z13/target/debug/deps --extern memchr=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern minimal_lexical=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps/libminimal_lexical-061c55d7bafd6059.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.1G5thz3Z13/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 167s warning: unexpected `cfg` condition value: `cargo-clippy` 167s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:375:13 167s | 167s 375 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::doc_markdown))] 167s | ^^^^^^^^^^^^^^^^^^^^^^^^ 167s | 167s = note: expected values for `feature` are: `alloc`, `default`, `docsrs`, and `std` 167s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 167s = note: see for more information about checking conditional configuration 167s = note: `#[warn(unexpected_cfgs)]` on by default 167s 167s warning: unexpected `cfg` condition name: `nightly` 167s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:379:12 167s | 167s 379 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 167s | ^^^^^^^ 167s | 167s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` 167s = help: consider using a Cargo feature instead 167s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 167s [lints.rust] 167s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 167s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 167s = note: see for more information about checking conditional configuration 167s 167s warning: unexpected `cfg` condition name: `nightly` 167s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:391:12 167s | 167s 391 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] 167s | ^^^^^^^ 167s | 167s = help: consider using a Cargo feature instead 167s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 167s [lints.rust] 167s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 167s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 167s = note: see for more information about checking conditional configuration 167s 167s warning: unexpected `cfg` condition name: `nightly` 167s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:418:14 167s | 167s 418 | #[cfg_attr(nightly, allow(rustdoc::missing_doc_code_examples))] 167s | ^^^^^^^ 167s | 167s = help: consider using a Cargo feature instead 167s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 167s [lints.rust] 167s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 167s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 167s = note: see for more information about checking conditional configuration 167s 167s warning: unused import: `self::str::*` 167s --> /usr/share/cargo/registry/nom-7.1.3/src/lib.rs:439:9 167s | 167s 439 | pub use self::str::*; 167s | ^^^^^^^^^^^^ 167s | 167s = note: `#[warn(unused_imports)]` on by default 167s 167s warning: unexpected `cfg` condition name: `nightly` 167s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:49:12 167s | 167s 49 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 167s | ^^^^^^^ 167s | 167s = help: consider using a Cargo feature instead 167s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 167s [lints.rust] 167s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 167s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 167s = note: see for more information about checking conditional configuration 167s 167s warning: unexpected `cfg` condition name: `nightly` 167s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:96:12 167s | 167s 96 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 167s | ^^^^^^^ 167s | 167s = help: consider using a Cargo feature instead 167s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 167s [lints.rust] 167s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 167s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 167s = note: see for more information about checking conditional configuration 167s 167s warning: unexpected `cfg` condition name: `nightly` 167s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:340:12 167s | 167s 340 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 167s | ^^^^^^^ 167s | 167s = help: consider using a Cargo feature instead 167s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 167s [lints.rust] 167s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 167s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 167s = note: see for more information about checking conditional configuration 167s 167s warning: unexpected `cfg` condition name: `nightly` 167s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:357:12 167s | 167s 357 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 167s | ^^^^^^^ 167s | 167s = help: consider using a Cargo feature instead 167s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 167s [lints.rust] 167s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 167s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 167s = note: see for more information about checking conditional configuration 167s 167s warning: unexpected `cfg` condition name: `nightly` 167s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:374:12 167s | 167s 374 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 167s | ^^^^^^^ 167s | 167s = help: consider using a Cargo feature instead 167s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 167s [lints.rust] 167s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 167s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 167s = note: see for more information about checking conditional configuration 167s 167s warning: unexpected `cfg` condition name: `nightly` 167s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:392:12 167s | 167s 392 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 167s | ^^^^^^^ 167s | 167s = help: consider using a Cargo feature instead 167s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 167s [lints.rust] 167s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 167s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 167s = note: see for more information about checking conditional configuration 167s 167s warning: unexpected `cfg` condition name: `nightly` 167s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:409:12 167s | 167s 409 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 167s | ^^^^^^^ 167s | 167s = help: consider using a Cargo feature instead 167s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 167s [lints.rust] 167s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 167s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 167s = note: see for more information about checking conditional configuration 167s 167s warning: unexpected `cfg` condition name: `nightly` 167s --> /usr/share/cargo/registry/nom-7.1.3/src/internal.rs:430:12 167s | 167s 430 | #[cfg_attr(nightly, warn(rustdoc::missing_doc_code_examples))] 167s | ^^^^^^^ 167s | 167s = help: consider using a Cargo feature instead 167s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 167s [lints.rust] 167s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } 167s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` 167s = note: see for more information about checking conditional configuration 167s 167s warning: `indexmap` (lib) generated 6 warnings (1 duplicate) 167s Compiling petgraph v0.6.4 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=petgraph CARGO_MANIFEST_DIR=/tmp/tmp.1G5thz3Z13/registry/petgraph-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.1G5thz3Z13/registry/petgraph-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='bluss:mitchmindtree' CARGO_PKG_DESCRIPTION='Graph data structure library. Provides graph types and graph algorithms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=petgraph CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/petgraph/petgraph' CARGO_PKG_RUST_VERSION=1.64 CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1G5thz3Z13/target/debug/deps rustc --crate-name petgraph --edition=2018 /tmp/tmp.1G5thz3Z13/registry/petgraph-0.6.4/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="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=11faea72e600ec28 -C extra-filename=-11faea72e600ec28 --out-dir /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1G5thz3Z13/target/debug/deps --extern fixedbitset=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps/libfixedbitset-4f27d8f507162a0c.rmeta --extern indexmap=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rmeta --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.1G5thz3Z13/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 167s warning: unexpected `cfg` condition value: `quickcheck` 167s --> /usr/share/cargo/registry/petgraph-0.6.4/src/lib.rs:149:7 167s | 167s 149 | #[cfg(feature = "quickcheck")] 167s | ^^^^^^^^^^^^^^^^^^^^^^ 167s | 167s = note: expected values for `feature` are: `all`, `default`, `generate`, `graphmap`, `matrix_graph`, `serde`, `serde-1`, `serde_derive`, `stable_graph`, and `unstable` 167s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 167s = note: see for more information about checking conditional configuration 167s = note: `#[warn(unexpected_cfgs)]` on by default 167s 168s warning: use of deprecated method `indexmap::IndexMap::::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior. 168s --> /usr/share/cargo/registry/petgraph-0.6.4/src/graphmap.rs:370:33 168s | 168s 370 | let weight = self.edges.remove(&Self::edge_key(a, b)); 168s | ^^^^^^ 168s | 168s = note: `#[warn(deprecated)]` on by default 168s 168s warning: method `node_bound_with_dummy` is never used 168s --> /usr/share/cargo/registry/petgraph-0.6.4/src/algo/matching.rs:108:8 168s | 168s 106 | trait WithDummy: NodeIndexable { 168s | --------- method in this trait 168s 107 | fn dummy_idx(&self) -> usize; 168s 108 | fn node_bound_with_dummy(&self) -> usize; 168s | ^^^^^^^^^^^^^^^^^^^^^ 168s | 168s = note: `#[warn(dead_code)]` on by default 168s 168s warning: field `first_error` is never read 168s --> /usr/share/cargo/registry/petgraph-0.6.4/src/csr.rs:134:5 168s | 168s 133 | pub struct EdgesNotSorted { 168s | -------------- field in this struct 168s 134 | first_error: (usize, usize), 168s | ^^^^^^^^^^^ 168s | 168s = note: `EdgesNotSorted` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis 168s 168s warning: `petgraph` (lib) generated 5 warnings (1 duplicate) 168s Compiling fnv v1.0.7 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/tmp/tmp.1G5thz3Z13/registry/fnv-1.0.7 CARGO_MANIFEST_PATH=/tmp/tmp.1G5thz3Z13/registry/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1G5thz3Z13/target/debug/deps rustc --crate-name fnv --edition=2015 /tmp/tmp.1G5thz3Z13/registry/fnv-1.0.7/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a68fdaac9d04d051 -C extra-filename=-a68fdaac9d04d051 --out-dir /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1G5thz3Z13/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.1G5thz3Z13/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 168s warning: `fnv` (lib) generated 1 warning (1 duplicate) 168s Compiling bytecount v0.6.7 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bytecount CARGO_MANIFEST_DIR=/tmp/tmp.1G5thz3Z13/registry/bytecount-0.6.7 CARGO_MANIFEST_PATH=/tmp/tmp.1G5thz3Z13/registry/bytecount-0.6.7/Cargo.toml CARGO_PKG_AUTHORS='Andre Bogus :Joshua Landau ' CARGO_PKG_DESCRIPTION='count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytecount CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/llogiq/bytecount' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1G5thz3Z13/target/debug/deps rustc --crate-name bytecount --edition=2018 /tmp/tmp.1G5thz3Z13/registry/bytecount-0.6.7/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("html_report", "runtime-dispatch-simd"))' -C metadata=67d8034b701cdec2 -C extra-filename=-67d8034b701cdec2 --out-dir /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1G5thz3Z13/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.1G5thz3Z13/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 168s warning: `nom` (lib) generated 14 warnings (1 duplicate) 168s Compiling lazy_static v1.5.0 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/tmp/tmp.1G5thz3Z13/registry/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.1G5thz3Z13/registry/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1G5thz3Z13/target/debug/deps rustc --crate-name lazy_static --edition=2015 /tmp/tmp.1G5thz3Z13/registry/lazy_static-1.5.0/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("spin", "spin_no_std"))' -C metadata=fa782e2884b94cf1 -C extra-filename=-fa782e2884b94cf1 --out-dir /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1G5thz3Z13/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.1G5thz3Z13/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 168s warning: unexpected `cfg` condition value: `generic-simd` 168s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:53:5 168s | 168s 53 | feature = "generic-simd" 168s | ^^^^^^^^^^^^^^^^^^^^^^^^ 168s | 168s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 168s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 168s = note: see for more information about checking conditional configuration 168s = note: `#[warn(unexpected_cfgs)]` on by default 168s 168s warning: unexpected `cfg` condition value: `generic-simd` 168s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:77:15 168s | 168s 77 | #[cfg(feature = "generic-simd")] 168s | ^^^^^^^^^^^^^^^^^^^^^^^^ 168s | 168s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 168s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 168s = note: see for more information about checking conditional configuration 168s 168s warning: unexpected `cfg` condition value: `generic-simd` 168s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:85:17 168s | 169s 85 | not(feature = "generic-simd") 169s | ^^^^^^^^^^^^^^^^^^^^^^^^ 169s | 169s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 169s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 169s = note: see for more information about checking conditional configuration 169s 169s warning: unexpected `cfg` condition value: `generic_simd` 169s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:94:48 169s | 169s 94 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] 169s | ^^^^^^^^^^^^^^^^^^^^^^^^ 169s | 169s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 169s = help: consider adding `generic_simd` as a feature in `Cargo.toml` 169s = note: see for more information about checking conditional configuration 169s 169s warning: unexpected `cfg` condition value: `generic-simd` 169s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:139:15 169s | 169s 139 | #[cfg(feature = "generic-simd")] 169s | ^^^^^^^^^^^^^^^^^^^^^^^^ 169s | 169s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 169s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 169s = note: see for more information about checking conditional configuration 169s 169s warning: unexpected `cfg` condition value: `generic-simd` 169s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:147:17 169s | 169s 147 | not(feature = "generic-simd") 169s | ^^^^^^^^^^^^^^^^^^^^^^^^ 169s | 169s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 169s = help: consider adding `generic-simd` as a feature in `Cargo.toml` 169s = note: see for more information about checking conditional configuration 169s 169s warning: unexpected `cfg` condition value: `generic_simd` 169s --> /usr/share/cargo/registry/bytecount-0.6.7/src/lib.rs:156:48 169s | 169s 156 | #[cfg(all(target_arch = "aarch64", not(feature = "generic_simd")))] 169s | ^^^^^^^^^^^^^^^^^^^^^^^^ 169s | 169s = note: expected values for `feature` are: `html_report` and `runtime-dispatch-simd` 169s = help: consider adding `generic_simd` as a feature in `Cargo.toml` 169s = note: see for more information about checking conditional configuration 169s 169s warning: elided lifetime has a name 169s --> /usr/share/cargo/registry/lazy_static-1.5.0/src/inline_lazy.rs:26:43 169s | 169s 26 | pub fn get(&'static self, f: F) -> &T 169s | ^ this elided lifetime gets resolved as `'static` 169s | 169s = note: `#[warn(elided_named_lifetimes)]` on by default 169s help: consider specifying it explicitly 169s | 169s 26 | pub fn get(&'static self, f: F) -> &'static T 169s | +++++++ 169s 169s warning: `lazy_static` (lib) generated 2 warnings (1 duplicate) 169s Compiling bencher v0.1.5 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bencher CARGO_MANIFEST_DIR=/tmp/tmp.1G5thz3Z13/registry/bencher-0.1.5 CARGO_MANIFEST_PATH=/tmp/tmp.1G5thz3Z13/registry/bencher-0.1.5/Cargo.toml CARGO_PKG_AUTHORS='bluss:The Rust Project Developers' CARGO_PKG_DESCRIPTION='A port of the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmarks and filtering based on the name. Benchmark execution works exactly the same way and no more (caveat: black_box is still missing'\!').' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bencher CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/bluss/bencher/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1G5thz3Z13/target/debug/deps rustc --crate-name bencher --edition=2015 /tmp/tmp.1G5thz3Z13/registry/bencher-0.1.5/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=dee5d85a58f35d5e -C extra-filename=-dee5d85a58f35d5e --out-dir /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1G5thz3Z13/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.1G5thz3Z13/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 169s warning: `bytecount` (lib) generated 8 warnings (1 duplicate) 169s Compiling once_cell v1.20.2 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.1G5thz3Z13/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.1G5thz3Z13/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1G5thz3Z13/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.1G5thz3Z13/registry/once_cell-1.20.2/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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f9b984852945e4ac -C extra-filename=-f9b984852945e4ac --out-dir /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1G5thz3Z13/target/debug/deps --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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.1G5thz3Z13/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:220:36 169s | 169s 220 | Some(ref path) => Some(try!(File::create(path))), 169s | ^^^ 169s | 169s = note: `#[warn(deprecated)]` on by default 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:254:13 169s | 169s 254 | try!(self.write_pretty(verbose)); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:262:17 169s | 169s 262 | try!(stdout.write_all(word.as_bytes())); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:271:17 169s | 169s 271 | try!(stdout.write_all(s.as_bytes())); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:300:17 169s | 169s 300 | try!(self.write_bench()); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:322:9 169s | 169s 322 | try!(self.write_plain("\nfailures:\n")); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:339:9 169s | 169s 339 | try!(self.write_plain("\nfailures:\n")); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:335:13 169s | 169s 335 | try!(self.write_plain("\n")); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:336:13 169s | 169s 336 | try!(self.write_plain(&fail_out)); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:342:13 169s | 169s 342 | try!(self.write_plain(&format!(" {}\n", name))); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:355:9 169s | 169s 355 | try!(self.write_plain("\ntest result: ")); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:367:9 169s | 169s 367 | try!(self.write_plain(&s)); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:352:13 169s | 169s 352 | try!(self.write_failures()); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:358:13 169s | 169s 358 | try!(self.write_pretty("ok")); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:360:13 169s | 169s 360 | try!(self.write_pretty("FAILED")); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:444:5 169s | 169s 444 | try!(run_tests(opts, tests, |x| callback(&x, &mut st))); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:421:17 169s | 169s 421 | try!(st.write_log(&test, &result)); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:422:17 169s | 169s 422 | try!(st.write_result(&result)); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:434:18 169s | 169s 434 | let mut st = try!(ConsoleTestState::new(opts)); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:503:5 169s | 169s 503 | try!(callback(TeFiltered(filtered_descs))); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:510:9 169s | 169s 510 | try!(callback(TeWait(b.desc.clone(), b.testfn.padding()))); 169s | ^^^ 169s 169s warning: use of deprecated macro `try`: use the `?` operator instead 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:512:9 169s | 169s 512 | try!(callback(TeResult(test, result, stdout))); 169s | ^^^ 169s 169s warning: trait objects without an explicit `dyn` are deprecated 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:123:20 169s | 169s 123 | DynBenchFn(Box), 169s | ^^^^^^^^^^^^^^^^^^^^^ 169s | 169s = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! 169s = note: for more information, see 169s = note: `#[warn(bare_trait_objects)]` on by default 169s help: if this is a dyn-compatible trait, use `dyn` 169s | 169s 123 | DynBenchFn(Box), 169s | +++ 169s 169s warning: field `2` is never read 169s --> /usr/share/cargo/registry/bencher-0.1.5/lib.rs:487:36 169s | 169s 487 | TeResult(TestDesc, TestResult, Vec), 169s | -------- field in this variant ^^^^^^^ 169s | 169s = note: `TestEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis 169s = note: `#[warn(dead_code)]` on by default 169s help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field 169s | 169s 487 | TeResult(TestDesc, TestResult, ()), 169s | ~~ 169s 169s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 169s warning: `bencher` (lib) generated 25 warnings (1 duplicate) 169s Compiling tree_magic_mini v3.0.3 (/usr/share/cargo/registry/tree_magic_mini-3.0.3) 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tree_magic_mini CARGO_MANIFEST_DIR=/usr/share/cargo/registry/tree_magic_mini-3.0.3 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/tree_magic_mini-3.0.3/Cargo.toml CARGO_PKG_AUTHORS='Matt Brubeck :Allison Hancock ' CARGO_PKG_DESCRIPTION='Determines the MIME type of a file by traversing a filetype tree.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree_magic_mini CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mbrubeck/tree_magic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.3 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.1G5thz3Z13/target/debug/deps rustc --crate-name tree_magic_mini --edition=2018 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("tree_magic_db", "with-gpl-data"))' -C metadata=bb5e7a4719b6de00 -C extra-filename=-bb5e7a4719b6de00 --out-dir /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1G5thz3Z13/target/debug/deps --extern bencher=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps/libbencher-dee5d85a58f35d5e.rlib --extern bytecount=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps/libbytecount-67d8034b701cdec2.rlib --extern fnv=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps/libfnv-a68fdaac9d04d051.rlib --extern lazy_static=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps/liblazy_static-fa782e2884b94cf1.rlib --extern nom=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps/libnom-92712173a5133e5a.rlib --extern once_cell=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-f9b984852945e4ac.rlib --extern petgraph=/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps/libpetgraph-11faea72e600ec28.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/tree_magic_mini-3.0.3=/usr/share/cargo/registry/tree-magic-mini-3.0.3 --remap-path-prefix /tmp/tmp.1G5thz3Z13/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 169s warning: elided lifetime has a name 169s --> src/fdo_magic/ruleset.rs:116:51 169s | 169s 114 | pub fn from_multiple<'a>( 169s | -- lifetime `'a` declared here 169s 115 | files: &'a [Vec], 169s 116 | ) -> Result, u32>>, String> { 169s | ^^ this elided lifetime gets resolved as `'a` 169s | 169s = note: `#[warn(elided_named_lifetimes)]` on by default 169s 169s warning: field `word_len` is never read 169s --> src/fdo_magic/mod.rs:11:9 169s | 169s 6 | pub struct MagicRule<'a> { 169s | --------- field in this struct 169s ... 169s 11 | pub word_len: u32, 169s | ^^^^^^^^ 169s | 169s = note: `MagicRule` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis 169s = note: `#[warn(dead_code)]` on by default 169s 170s warning: `tree_magic_mini` (lib test) generated 3 warnings (1 duplicate) 170s Finished `test` profile [unoptimized + debuginfo] target(s) in 3.86s 170s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/tree_magic_mini-3.0.3 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/tree_magic_mini-3.0.3/Cargo.toml CARGO_PKG_AUTHORS='Matt Brubeck :Allison Hancock ' CARGO_PKG_DESCRIPTION='Determines the MIME type of a file by traversing a filetype tree.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tree_magic_mini CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mbrubeck/tree_magic/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.3 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.1G5thz3Z13/target/s390x-unknown-linux-gnu/debug/deps/tree_magic_mini-bb5e7a4719b6de00` 170s 170s running 0 tests 170s 170s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 170s 170s /tmp/autopkgtest.VcbHoT/wrapper.sh: checking for leaked background processes... 170s /tmp/autopkgtest.VcbHoT/wrapper.sh: waiting for tee/cat subprocesses... 170s /tmp/autopkgtest.VcbHoT/wrapper.sh: cleaning up... 170s /tmp/autopkgtest.VcbHoT/wrapper.sh: Exit status: 0 170s autopkgtest: DBG: testbed command exited with code 0 170s autopkgtest [02:27:09]: test librust-tree-magic-mini-dev:: -----------------------] 170s autopkgtest: DBG: testbed executing test finished with exit status 0 170s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3A-stdout /tmp/autopkgtest-work.vpmge4r9/out/librust-tree-magic-mini-dev%3A-stdout 171s autopkgtest: DBG: got reply from testbed: ok 171s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3A-stderr /tmp/autopkgtest-work.vpmge4r9/out/librust-tree-magic-mini-dev%3A-stderr 171s autopkgtest: DBG: got reply from testbed: ok 171s librust-tree-magic-mini-dev: PASS 171s autopkgtest [02:27:10]: test librust-tree-magic-mini-dev:: - - - - - - - - - - results - - - - - - - - - - 171s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev%3A-artifacts/ /tmp/autopkgtest-work.vpmge4r9/out/artifacts/ 171s autopkgtest: DBG: got reply from testbed: ok 171s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.VcbHoT/librust-tree-magic-mini-dev:-artifacts', '/tmp/autopkgtest.VcbHoT/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 171s autopkgtest: DBG: testbed command exited with code 0 171s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 171s autopkgtest [02:27:10]: @@@@@@@@@@@@@@@@@@@@ summary 171s rust-tree-magic-mini:@ PASS 171s librust-tree-magic-mini-dev:default PASS 171s librust-tree-magic-mini-dev:tree_magic_db PASS 171s librust-tree-magic-mini-dev:with-gpl-data PASS 171s librust-tree-magic-mini-dev: PASS 171s autopkgtest: DBG: testbed stop 171s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.VcbHoT 171s autopkgtest: DBG: sending command to testbed: close 188s autopkgtest: DBG: got reply from testbed: ok 188s autopkgtest: DBG: sending command to testbed: quit 188s nova [W] Using flock in prodstack6-s390x 188s Creating nova instance adt-plucky-s390x-rust-tree-magic-mini-20250210-022418-juju-7f2275-prod-proposed-migration-environment-15-578920e8-ade9-4869-b435-d6f4e24352de from image adt/ubuntu-plucky-s390x-server-20250209.img (UUID e2dba94d-ce1a-40f4-abac-9061b38977a8)... 188s nova [W] Timed out waiting for 8c0f0973-0c43-4a23-a947-a78f64b0f20b to get deleted.