0s autopkgtest: DBG: testbed init 0s autopkgtest [23:24:10]: starting date and time: 2025-02-04 23:24:10+0000 0s autopkgtest [23:24:10]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [23:24:10]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.8v097am7/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:rust-virtiofsd --apt-upgrade rust-virtiofsd --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=rust-virtiofsd/1.13.0-5 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-28.secgroup --name adt-plucky-s390x-rust-virtiofsd-20250204-232410-juju-7f2275-prod-proposed-migration-environment-15-e902dd4f-0d52-4a7a-a9ea-56c84fa633b2 --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 62s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.moXOp2 62s autopkgtest: DBG: sending command to testbed: print-execute-command 62s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.lscta_fk/runcmd 62s autopkgtest: DBG: sending command to testbed: capabilities 62s autopkgtest: DBG: got reply from testbed: ok revert-full-system reboot revert isolation-machine suggested-normal-user=ubuntu root-on-testbed 62s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'reboot', 'revert', 'isolation-machine', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 62s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.moXOp2'], kind short, sout raw, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.moXOp2/wrapper.sh 62s autopkgtest: DBG: got reply from testbed: ok 62s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.moXOp2/wrapper.sh'], kind short, sout raw, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest [23:25:12]: testbed dpkg architecture: s390x 62s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest [23:25:12]: testbed apt version: 2.9.18 62s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest: DBG: testbed has eatmydata 63s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest [23:25:13]: @@@@@@@@@@@@@@@@@@@@ test bed setup 63s 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 [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest [23:25:13]: testbed release detected to be: None 63s 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 [] 63s autopkgtest: DBG: testbed command exited with code 0 63s 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 [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest: DBG: adding APT source: Types: deb deb-src 63s URIs: http://ftpmaster.internal/ubuntu/ 63s Suites: plucky-proposed 63s Components: main restricted universe multiverse 63s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 63s 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 [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 63s Package: * 63s Pin: release plucky-proposed 63s Pin-Priority: 500 63s 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 [] 64s autopkgtest: DBG: testbed command exited with code 0 64s autopkgtest [23:25:14]: updating testbed package index (apt update) 64s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'update'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 64s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 64s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 64s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 64s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 64s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [72.7 kB] 64s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [15.5 kB] 64s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [833 kB] 65s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [98.4 kB] 65s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [739 kB] 65s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [3644 B] 65s Fetched 1872 kB in 1s (1638 kB/s) 65s Reading package lists... 66s autopkgtest: DBG: testbed command exited with code 0 66s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 66s Package: * 66s Pin: release plucky-proposed 66s Pin-Priority: 100 66s 66s Package: src:rust-virtiofsd:any 66s Pin: release plucky-proposed 66s Pin-Priority: 995 66s 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-virtiofsd:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 66s autopkgtest: DBG: testbed command exited with code 0 66s 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.moXOp2/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 66s autopkgtest: DBG: testbed command exited with code 0 66s 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'] 66s + lsb_release --codename --short 66s + RELEASE=plucky 66s + cat 66s + [ plucky != trusty ] 66s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 66s Reading package lists... 66s Building dependency tree... 66s Reading state information... 66s Calculating upgrade... 66s The following packages were automatically installed and are no longer required: 66s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 66s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 66s linux-tools-6.11.0-8-generic 66s Use 'sudo apt autoremove' to remove them. 66s The following packages will be upgraded: 66s gcc-14-base libatomic1 libgcc-s1 libgpgme11t64 libstdc++6 66s 5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 66s Need to get 1149 kB of archives. 66s After this operation, 0 B of additional disk space will be used. 66s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-base s390x 14.2.0-16ubuntu1 [53.4 kB] 67s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 14.2.0-16ubuntu1 [896 kB] 67s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 14.2.0-16ubuntu1 [9426 B] 67s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 14.2.0-16ubuntu1 [35.9 kB] 67s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgme11t64 s390x 1.24.1-3ubuntu1 [154 kB] 67s Fetched 1149 kB in 1s (1717 kB/s) 67s (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.) 67s Preparing to unpack .../gcc-14-base_14.2.0-16ubuntu1_s390x.deb ... 67s Unpacking gcc-14-base:s390x (14.2.0-16ubuntu1) over (14.2.0-13ubuntu1) ... 67s Setting up gcc-14-base:s390x (14.2.0-16ubuntu1) ... 67s (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.) 67s Preparing to unpack .../libstdc++6_14.2.0-16ubuntu1_s390x.deb ... 67s Unpacking libstdc++6:s390x (14.2.0-16ubuntu1) over (14.2.0-13ubuntu1) ... 67s Setting up libstdc++6:s390x (14.2.0-16ubuntu1) ... 68s (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.) 68s Preparing to unpack .../libatomic1_14.2.0-16ubuntu1_s390x.deb ... 68s Unpacking libatomic1:s390x (14.2.0-16ubuntu1) over (14.2.0-13ubuntu1) ... 68s Preparing to unpack .../libgcc-s1_14.2.0-16ubuntu1_s390x.deb ... 68s Unpacking libgcc-s1:s390x (14.2.0-16ubuntu1) over (14.2.0-13ubuntu1) ... 68s Setting up libgcc-s1:s390x (14.2.0-16ubuntu1) ... 68s (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.) 68s Preparing to unpack .../libgpgme11t64_1.24.1-3ubuntu1_s390x.deb ... 68s Unpacking libgpgme11t64:s390x (1.24.1-3ubuntu1) over (1.24.1-2ubuntu1) ... 68s Setting up libatomic1:s390x (14.2.0-16ubuntu1) ... 68s Setting up libgpgme11t64:s390x (1.24.1-3ubuntu1) ... 68s Processing triggers for libc-bin (2.40-4ubuntu1) ... 68s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 68s + /usr/lib/apt/apt-helper analyze-pattern ?true 68s + uname -r 68s + sed s/\./\\./g 68s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 68s + apt list ?obsolete 68s + + cut -d/ -f1 68s tail -n+2 68s + grep -v ^linux-.*6\.12\.0-12-generic.* 68s + true 68s + obsolete_pkgs= 68s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 68s Reading package lists... 68s Building dependency tree... 68s Reading state information... 68s The following packages will be REMOVED: 68s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 68s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 68s linux-tools-6.11.0-8-generic* 68s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 68s After this operation, 143 MB disk space will be freed. 68s (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.) 68s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 68s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 69s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 69s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 69s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 69s (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 ... 56554 files and directories currently installed.) 69s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 69s + grep -q trusty /etc/lsb-release 69s + [ ! -d /usr/share/doc/unattended-upgrades ] 69s + [ ! -d /usr/share/doc/lxd ] 69s + [ ! -d /usr/share/doc/lxd-client ] 69s + [ ! -d /usr/share/doc/snapd ] 69s + type iptables 69s + cat 69s + chmod 755 /etc/rc.local 69s + . /etc/rc.local 69s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 69s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 69s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 69s + uname -m 69s + [ s390x = ppc64le ] 69s + [ -d /run/systemd/system ] 70s + systemd-detect-virt --quiet --vm 70s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 70s + cat 70s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 70s + echo COMPRESS=lz4 70s autopkgtest: DBG: testbed command exited with code 0 70s autopkgtest [23:25:20]: upgrading testbed (apt dist-upgrade and autopurge) 70s 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'] 70s Reading package lists... 70s Building dependency tree... 70s Reading state information... 70s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 70s Starting 2 pkgProblemResolver with broken count: 0 70s Done 70s Entering ResolveByKeep 70s 70s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 70s autopkgtest: DBG: testbed command exited with code 0 70s 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'] 71s Reading package lists... 71s Building dependency tree... 71s Reading state information... 71s Starting pkgProblemResolver with broken count: 0 71s Starting 2 pkgProblemResolver with broken count: 0 71s Done 71s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 71s autopkgtest: DBG: testbed command exited with code 0 71s 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.moXOp2/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 71s autopkgtest: DBG: testbed command exited with code 1 71s autopkgtest [23:25:21]: rebooting testbed after setup commands that affected boot 71s autopkgtest: DBG: sending command to testbed: reboot 87s autopkgtest: DBG: got reply from testbed: ok 87s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 87s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.moXOp2'], kind short, sout raw, serr pipe, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.moXOp2/autopkgtest-reboot 87s autopkgtest: DBG: got reply from testbed: ok 87s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.moXOp2/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.moXOp2/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.moXOp2/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.moXOp2'], kind short, sout raw, serr pipe, env [] 88s autopkgtest: DBG: testbed command exited with code 0 88s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.moXOp2/autopkgtest-reboot-prepare 88s autopkgtest: DBG: got reply from testbed: ok 88s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.moXOp2/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.moXOp2/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest [23:25:39]: testbed running kernel: Linux 6.12.0-12-generic #12-Ubuntu SMP Wed Jan 22 15:18:24 UTC 2025 89s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.moXOp2/testbed-packages"], kind short, sout raw, serr pipe, env [] 90s autopkgtest: DBG: testbed command exited with code 0 90s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/testbed-packages /tmp/autopkgtest-work.8v097am7/out/testbed-packages 90s autopkgtest: DBG: got reply from testbed: ok 90s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 90s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.moXOp2'], kind short, sout raw, serr pipe, env [] 90s autopkgtest: DBG: testbed command exited with code 0 90s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.moXOp2/autopkgtest-reboot 91s autopkgtest: DBG: got reply from testbed: ok 91s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.moXOp2/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.moXOp2/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.moXOp2/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.moXOp2'], kind short, sout raw, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.moXOp2/autopkgtest-reboot-prepare 92s autopkgtest: DBG: got reply from testbed: ok 92s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.moXOp2/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.moXOp2/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: Binaries: initialising 93s autopkgtest [23:25:43]: @@@@@@@@@@@@@@@@@@@@ apt-source rust-virtiofsd 93s autopkgtest: DBG: blame += rust-virtiofsd 93s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 93s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'rust-virtiofsd'], kind short, sout pipe, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^virtiofsd$'], kind short, sout pipe, serr raw, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'virtiofsd=1.13.0-5'], kind short, sout pipe, serr raw, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^librust-virtiofsd-dev$'], kind short, sout pipe, serr raw, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'librust-virtiofsd-dev=1.13.0-5'], kind short, sout pipe, serr raw, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: install_deps: deps_new=[] 95s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s 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.moXOp2/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source rust-virtiofsd=1.13.0-5 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-virtiofsd_*.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-virtiofsd/1.13.0-5'] 95s + cd / 95s + mktemp -d /tmp/autopkgtest.moXOp2/build.XXX 95s + builddir=/tmp/autopkgtest.moXOp2/build.KSq 95s + cd /tmp/autopkgtest.moXOp2/build.KSq 95s + apt-get source -d -q --only-source rust-virtiofsd=1.13.0-5 96s + OUT=Reading package lists... 96s NOTICE: 'rust-virtiofsd' packaging is maintained in the 'Git' version control system at: 96s https://salsa.debian.org/rust-team/debcargo-conf.git [src/virtiofsd] 96s Please use: 96s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/virtiofsd] 96s to retrieve the latest (possibly unreleased) updates to the package. 96s Need to get 190 kB of source archives. 96s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-virtiofsd 1.13.0-5 (dsc) [3508 B] 96s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-virtiofsd 1.13.0-5 (tar) [179 kB] 96s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-virtiofsd 1.13.0-5 (diff) [7704 B] 96s Fetched 190 kB in 0s (444 kB/s) 96s Download complete and in download only mode 96s + [ -n ] 96s + grep ^Get: 96s + echo Reading package lists... 96s NOTICE: 'rust-virtiofsd' packaging is maintained in the 'Git' version control system at: 96s https://salsa.debian.org/rust-team/debcargo-conf.git [src/virtiofsd] 96s Please use: 96s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/virtiofsd] 96s to retrieve the latest (possibly unreleased) updates to the package. 96s Need to get 190 kB of source archives. 96s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-virtiofsd 1.13.0-5 (dsc) [3508 B] 96s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-virtiofsd 1.13.0-5 (tar) [179 kB] 96s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-virtiofsd 1.13.0-5 (diff) [7704 B] 96s Fetched 190 kB in 0s (444 kB/s) 96s Download complete and in download only mode 96s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-virtiofsd 1.13.0-5 (dsc) [3508 B] 96s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-virtiofsd 1.13.0-5 (tar) [179 kB] 96s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe rust-virtiofsd 1.13.0-5 (diff) [7704 B] 96s + dpkg-source -x rust-virtiofsd_1.13.0-5.dsc src 96s gpgv: Signature made Fri Jan 31 11:13:42 2025 UTC 96s gpgv: using RSA key 64AA2AB531D56903366BFEF982AA4A243B1E9478 96s gpgv: Can't check signature: No public key 96s dpkg-source: warning: cannot verify inline signature for ./rust-virtiofsd_1.13.0-5.dsc: no acceptable signature found 96s + chmod -R a+rX . 96s + cd src/. 96s + pwd 96s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest [23:25:46]: testing package rust-virtiofsd version 1.13.0-5 96s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/build.KSq/src/debian/ /tmp/autopkgtest-work.8v097am7/out/pkg/debian/ 96s autopkgtest: DBG: got reply from testbed: ok 96s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 96s autopkgtest: DBG: processing dependency rustc 96s autopkgtest: DBG: processing dependency @ 96s autopkgtest: DBG: synthesised dependency librust-virtiofsd-dev 96s autopkgtest: DBG: synthesised dependency virtiofsd 96s autopkgtest: DBG: Test defined: name rust-virtiofsd:@ path None command "/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --all-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=rust-virtiofsd:@'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 97s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 97s autopkgtest: DBG: processing dependency rustc 97s autopkgtest: DBG: processing dependency @ 97s autopkgtest: DBG: synthesised dependency librust-virtiofsd-dev 97s autopkgtest: DBG: synthesised dependency virtiofsd 97s autopkgtest: DBG: Test defined: name librust-virtiofsd-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-virtiofsd-dev:default'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 97s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 97s autopkgtest: DBG: processing dependency rustc 97s autopkgtest: DBG: processing dependency @ 97s autopkgtest: DBG: synthesised dependency librust-virtiofsd-dev 97s autopkgtest: DBG: synthesised dependency virtiofsd 97s autopkgtest: DBG: Test defined: name librust-virtiofsd-dev:seccomp path None command "/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features --features seccomp" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-virtiofsd-dev:seccomp'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 97s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 97s autopkgtest: DBG: processing dependency rustc 97s autopkgtest: DBG: processing dependency @ 97s autopkgtest: DBG: synthesised dependency librust-virtiofsd-dev 97s autopkgtest: DBG: synthesised dependency virtiofsd 97s autopkgtest: DBG: Test defined: name librust-virtiofsd-dev:xen path None command "/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features --features xen" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-virtiofsd-dev:xen'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 97s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 97s autopkgtest: DBG: processing dependency rustc 97s autopkgtest: DBG: processing dependency @ 97s autopkgtest: DBG: synthesised dependency librust-virtiofsd-dev 97s autopkgtest: DBG: synthesised dependency virtiofsd 97s autopkgtest: DBG: Test defined: name librust-virtiofsd-dev: path None command "/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-virtiofsd-dev:'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 97s autopkgtest: DBG: processing dependency linux-image-generic 97s autopkgtest: DBG: processing dependency linux-image-amd64 [amd64] 97s autopkgtest: DBG: processing dependency linux-image-arm64 [arm64] 97s autopkgtest: DBG: processing dependency linux-image-loong64 [loong64] 97s autopkgtest: DBG: processing dependency linux-image-riscv64 [riscv64] 97s autopkgtest: DBG: Test defined: name hint-testsuite-triggers path None command "/bin/true" restrictions ['hint-testsuite-triggers'] features ['test-name=hint-testsuite-triggers'] depends ['linux-image-generic', 'linux-image-amd64 [amd64]', 'linux-image-arm64 [arm64]', 'linux-image-loong64 [loong64]', 'linux-image-riscv64 [riscv64]'] 97s hint-testsuite-triggers SKIP unknown restriction hint-testsuite-triggers 97s autopkgtest: DBG: processing dependency virtiofsd 97s autopkgtest: DBG: marked alternatives ['virtiofsd'] as a synthesised dependency 97s autopkgtest: DBG: processing dependency mkosi (>= 25) 97s autopkgtest: DBG: processing dependency bsdutils 97s autopkgtest: DBG: processing dependency systemd-boot 97s autopkgtest: DBG: processing dependency qemu-system-amd64 [amd64] 97s autopkgtest: DBG: processing dependency ovmf [amd64] 97s autopkgtest: DBG: processing dependency qemu-system-arm64 [arm64] 97s autopkgtest: DBG: processing dependency qemu-efi-aarch64 [arm64] 97s autopkgtest: DBG: processing dependency qemu-system-loong64 [loong64] 97s autopkgtest: DBG: processing dependency qemu-efi-loongarch64 [loong64] 97s autopkgtest: DBG: processing dependency qemu-system-riscv64 [riscv64] 97s autopkgtest: DBG: processing dependency qemu-efi-riscv64 [riscv64] 97s mkosi SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 97s autopkgtest [23:25:47]: build not needed 97s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/build.KSq/src/ /tmp/autopkgtest-work.8v097am7/out/tests-tree/ 98s autopkgtest: DBG: got reply from testbed: ok 98s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 98s autopkgtest: DBG: processing dependency rustc 98s autopkgtest: DBG: processing dependency @ 98s autopkgtest: DBG: synthesised dependency librust-virtiofsd-dev 98s autopkgtest: DBG: synthesised dependency virtiofsd 98s autopkgtest: DBG: Test defined: name rust-virtiofsd:@ path None command "/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --all-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=rust-virtiofsd:@'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 98s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 98s autopkgtest: DBG: processing dependency rustc 98s autopkgtest: DBG: processing dependency @ 98s autopkgtest: DBG: synthesised dependency librust-virtiofsd-dev 98s autopkgtest: DBG: synthesised dependency virtiofsd 98s autopkgtest: DBG: Test defined: name librust-virtiofsd-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-virtiofsd-dev:default'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 98s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 98s autopkgtest: DBG: processing dependency rustc 98s autopkgtest: DBG: processing dependency @ 98s autopkgtest: DBG: synthesised dependency librust-virtiofsd-dev 98s autopkgtest: DBG: synthesised dependency virtiofsd 98s autopkgtest: DBG: Test defined: name librust-virtiofsd-dev:seccomp path None command "/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features --features seccomp" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-virtiofsd-dev:seccomp'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 98s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 98s autopkgtest: DBG: processing dependency rustc 98s autopkgtest: DBG: processing dependency @ 98s autopkgtest: DBG: synthesised dependency librust-virtiofsd-dev 98s autopkgtest: DBG: synthesised dependency virtiofsd 98s autopkgtest: DBG: Test defined: name librust-virtiofsd-dev:xen path None command "/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features --features xen" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-virtiofsd-dev:xen'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 99s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 99s autopkgtest: DBG: processing dependency rustc 99s autopkgtest: DBG: processing dependency @ 99s autopkgtest: DBG: synthesised dependency librust-virtiofsd-dev 99s autopkgtest: DBG: synthesised dependency virtiofsd 99s autopkgtest: DBG: Test defined: name librust-virtiofsd-dev: path None command "/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-virtiofsd-dev:'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 99s autopkgtest: DBG: processing dependency linux-image-generic 99s autopkgtest: DBG: processing dependency linux-image-amd64 [amd64] 99s autopkgtest: DBG: processing dependency linux-image-arm64 [arm64] 99s autopkgtest: DBG: processing dependency linux-image-loong64 [loong64] 99s autopkgtest: DBG: processing dependency linux-image-riscv64 [riscv64] 99s autopkgtest: DBG: Test defined: name hint-testsuite-triggers path None command "/bin/true" restrictions ['hint-testsuite-triggers'] features ['test-name=hint-testsuite-triggers'] depends ['linux-image-generic', 'linux-image-amd64 [amd64]', 'linux-image-arm64 [arm64]', 'linux-image-loong64 [loong64]', 'linux-image-riscv64 [riscv64]'] 99s hint-testsuite-triggers SKIP unknown restriction hint-testsuite-triggers 99s autopkgtest: DBG: processing dependency virtiofsd 99s autopkgtest: DBG: marked alternatives ['virtiofsd'] as a synthesised dependency 99s autopkgtest: DBG: processing dependency mkosi (>= 25) 99s autopkgtest: DBG: processing dependency bsdutils 99s autopkgtest: DBG: processing dependency systemd-boot 99s autopkgtest: DBG: processing dependency qemu-system-amd64 [amd64] 99s autopkgtest: DBG: processing dependency ovmf [amd64] 99s autopkgtest: DBG: processing dependency qemu-system-arm64 [arm64] 99s autopkgtest: DBG: processing dependency qemu-efi-aarch64 [arm64] 99s autopkgtest: DBG: processing dependency qemu-system-loong64 [loong64] 99s autopkgtest: DBG: processing dependency qemu-efi-loongarch64 [loong64] 99s autopkgtest: DBG: processing dependency qemu-system-riscv64 [riscv64] 99s autopkgtest: DBG: processing dependency qemu-efi-riscv64 [riscv64] 99s mkosi SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 99s autopkgtest [23:25:49]: test rust-virtiofsd:@: preparing testbed 99s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 99s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 99s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 99s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 31), rustc, librust-virtiofsd-dev, virtiofsd 99s autopkgtest: DBG: can use apt-get on testbed: True 99s 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 (>= 31), rustc, librust-virtiofsd-dev, virtiofsd'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 99s Reading package lists... 99s Building dependency tree... 99s Reading state information... 99s Starting pkgProblemResolver with broken count: 0 99s Starting 2 pkgProblemResolver with broken count: 0 99s Done 100s The following NEW packages will be installed: 100s autoconf automake autopoint autotools-dev cargo cargo-1.83 cpp cpp-14 100s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 100s dh-cargo dh-cargo-tools dh-strip-nondeterminism dwz gcc gcc-14 100s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gettext intltool-debian 100s libarchive-zip-perl libasan8 libcap-ng-dev libcc1-0 libdebhelper-perl 100s libfile-stripnondeterminism-perl libgcc-14-dev libgit2-1.8 libgomp1 libisl23 100s libitm1 libmpc3 libpkgconf3 librust-addr2line-dev librust-adler-dev 100s librust-ahash-dev librust-aho-corasick-dev librust-allocator-api2-dev 100s librust-anstream-dev librust-anstyle-dev librust-anstyle-parse-dev 100s librust-anstyle-query-dev librust-arbitrary-dev librust-arc-swap-dev 100s librust-arrayvec-dev librust-atomic-dev librust-autocfg-dev 100s librust-backtrace-dev librust-bitflags-1-dev librust-bitflags-dev 100s librust-blobby-dev librust-block-buffer-dev librust-btree-range-map-dev 100s librust-btree-slab-dev librust-bumpalo-dev librust-bytemuck-derive-dev 100s librust-bytemuck-dev librust-byteorder-dev librust-capng-dev librust-cc-dev 100s librust-cc-traits-dev librust-cfg-if-dev librust-clap-builder-dev 100s librust-clap-derive-dev librust-clap-dev librust-clap-lex-dev 100s librust-cobs-dev librust-colorchoice-dev librust-compiler-builtins+core-dev 100s librust-compiler-builtins+rustc-dep-of-std-dev librust-compiler-builtins-dev 100s librust-const-oid-dev librust-const-random-dev 100s librust-const-random-macro-dev librust-cpp-demangle-dev 100s librust-cpufeatures-dev librust-crc-catalog-dev librust-crc-dev 100s librust-crc32fast-dev librust-critical-section-dev 100s librust-crossbeam-deque-dev librust-crossbeam-epoch+std-dev 100s librust-crossbeam-epoch-dev librust-crossbeam-utils-dev librust-crunchy-dev 100s librust-crypto-common-dev librust-defmt-dev librust-defmt-macros-dev 100s librust-defmt-parser-dev librust-deranged-dev librust-derive-arbitrary-dev 100s librust-digest-dev librust-either-dev librust-embedded-io-dev 100s librust-env-filter-dev librust-env-logger-dev librust-equivalent-dev 100s librust-erased-serde-dev librust-errno-dev librust-error-chain-dev 100s librust-fallible-iterator-dev librust-flate2-dev librust-futures-channel-dev 100s librust-futures-core-dev librust-futures-dev librust-futures-executor-dev 100s librust-futures-io-dev librust-futures-macro-dev librust-futures-sink-dev 100s librust-futures-task-dev librust-futures-util-dev librust-generic-array-dev 100s librust-getrandom-dev librust-gimli-dev librust-hash32-dev 100s librust-hashbrown-dev librust-heapless-dev librust-heck-dev 100s librust-hostname-dev librust-humantime-dev librust-indexmap-dev 100s librust-itoa-dev librust-jobserver-dev librust-js-sys-dev librust-libc-dev 100s librust-libm-dev librust-libseccomp-sys-dev librust-libz-sys-dev 100s librust-linux-raw-sys-dev librust-log-dev librust-match-cfg-dev 100s librust-md-5-dev librust-md5-asm-dev librust-memchr-dev librust-memmap2-dev 100s librust-miniz-oxide-dev librust-no-panic-dev librust-num-conv-dev 100s librust-num-cpus-dev librust-num-threads-dev librust-num-traits-dev 100s librust-object-dev librust-once-cell-dev librust-ordered-float-dev 100s librust-parking-lot-core-dev librust-paste-dev librust-pin-project-lite-dev 100s librust-pin-utils-dev librust-pkg-config-dev librust-portable-atomic-dev 100s librust-postcard-dev librust-powerfmt-dev librust-powerfmt-macros-dev 100s librust-ppv-lite86-dev librust-proc-macro-error-attr2-dev 100s librust-proc-macro-error2-dev librust-proc-macro2-dev librust-quickcheck-dev 100s librust-quote-dev librust-rand-chacha-dev librust-rand-core+getrandom-dev 100s librust-rand-core+serde-dev librust-rand-core+std-dev librust-rand-core-dev 100s librust-rand-dev librust-range-traits-dev librust-rayon-core-dev 100s librust-rayon-dev librust-regex-automata-dev librust-regex-dev 100s librust-regex-syntax-dev librust-rustc-demangle-dev 100s librust-rustc-std-workspace-core-dev librust-rustix-dev librust-ruzstd-dev 100s librust-ryu-dev librust-serde-derive-dev librust-serde-dev 100s librust-serde-fmt-dev librust-serde-json-dev librust-serde-test-dev 100s librust-sha1-asm-dev librust-sha1-dev librust-shlex-dev librust-slab-dev 100s librust-slog-dev librust-smallvec-dev librust-stable-deref-trait-dev 100s librust-static-assertions-dev librust-strsim-dev librust-subtle-dev 100s librust-sval-buffer-dev librust-sval-derive-dev librust-sval-dev 100s librust-sval-dynamic-dev librust-sval-fmt-dev librust-sval-ref-dev 100s librust-sval-serde-dev librust-syn-dev librust-syslog-dev 100s librust-terminal-size-dev librust-thiserror-1-dev librust-thiserror-dev 100s librust-thiserror-impl-1-dev librust-thiserror-impl-dev 100s librust-time-core-dev librust-time-dev librust-time-macros-dev 100s librust-tiny-keccak-dev librust-twox-hash-dev librust-typed-arena-dev 100s librust-typenum-dev librust-ufmt-write-dev librust-unicase-dev 100s librust-unicode-ident-dev librust-unicode-segmentation-dev 100s librust-unicode-width-dev librust-utf8parse-dev librust-uuid-dev 100s librust-value-bag-dev librust-value-bag-serde1-dev 100s librust-value-bag-sval2-dev librust-version-check-dev librust-vhost-dev 100s librust-vhost-user-backend-dev librust-virtio-bindings-dev 100s librust-virtio-queue-dev librust-virtiofsd-dev librust-vm-memory-dev 100s librust-vmm-sys-util-dev librust-wasm-bindgen-backend-dev 100s librust-wasm-bindgen-dev librust-wasm-bindgen-macro-dev 100s librust-wasm-bindgen-macro-support-dev librust-wasm-bindgen-shared-dev 100s librust-winapi-dev librust-winapi-i686-pc-windows-gnu-dev 100s librust-winapi-x86-64-pc-windows-gnu-dev librust-zerocopy-derive-dev 100s librust-zerocopy-dev librust-zeroize-derive-dev librust-zeroize-dev 100s libseccomp-dev libstd-rust-1.83 libstd-rust-1.83-dev libtool libubsan1 m4 100s pkgconf pkgconf-bin po-debconf rustc rustc-1.83 virtiofsd zlib1g-dev 100s 0 upgraded, 258 newly installed, 0 to remove and 0 not upgraded. 100s Need to get 142 MB of archives. 100s After this operation, 568 MB of additional disk space will be used. 100s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 100s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 100s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 100s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.16.5-1.3ubuntu1 [558 kB] 100s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 100s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libgit2-1.8 s390x 1.8.4+ds-3ubuntu2 [584 kB] 101s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libstd-rust-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [28.6 MB] 103s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libstd-rust-1.83-dev s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [47.0 MB] 105s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 105s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 105s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 105s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 105s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 105s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 105s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 105s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 105s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 105s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 105s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 105s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 105s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 106s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 106s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 106s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 106s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x rustc-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [6166 kB] 106s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x cargo-1.83 s390x 1.83.0+dfsg0ubuntu1-0ubuntu1 [7240 kB] 106s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.23ubuntu1 [95.1 kB] 106s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-2.1 [168 kB] 106s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 106s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 106s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-1 [20.2 kB] 106s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-1 [5068 B] 106s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-1 [49.9 kB] 106s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 106s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 106s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 106s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 106s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.23ubuntu1 [895 kB] 106s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x rustc s390x 1.83.0ubuntu1 [2804 B] 106s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x cargo s390x 1.83.0ubuntu1 [2246 B] 106s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo-tools all 31ubuntu4 [5834 B] 106s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo all 31ubuntu4 [8668 B] 106s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libcap-ng-dev s390x 0.8.5-4 [30.8 kB] 106s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 106s Get:45 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cfg-if-dev s390x 1.0.0-1 [10.5 kB] 106s Get:46 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cpp-demangle-dev s390x 0.4.0-1 [66.1 kB] 106s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-fallible-iterator-dev s390x 0.3.0-2 [20.3 kB] 106s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-ident-dev s390x 1.0.13-1 [38.5 kB] 106s Get:49 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro2-dev s390x 1.0.92-1 [46.1 kB] 106s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quote-dev s390x 1.0.37-1 [29.5 kB] 106s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-syn-dev s390x 2.0.96-2 [227 kB] 106s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-derive-arbitrary-dev s390x 1.4.1-1 [13.5 kB] 106s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arbitrary-dev s390x 1.4.1-1 [36.9 kB] 106s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-equivalent-dev s390x 1.0.1-1 [8240 B] 106s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-critical-section-dev s390x 1.2.0-1 [21.0 kB] 106s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-derive-dev s390x 1.0.217-1 [51.2 kB] 106s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-dev s390x 1.0.217-1 [67.2 kB] 106s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-portable-atomic-dev s390x 1.10.0-3 [128 kB] 106s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-std-workspace-core-dev s390x 1.0.0-1 [3020 B] 106s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libc-dev s390x 0.2.169-1 [382 kB] 106s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-getrandom-dev s390x 0.2.15-1 [37.8 kB] 106s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-smallvec-dev s390x 1.13.2-1 [35.5 kB] 107s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-parking-lot-core-dev s390x 0.9.10-1 [32.6 kB] 107s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-once-cell-dev s390x 1.20.2-1 [31.9 kB] 107s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crunchy-dev s390x 0.2.2-1 [5340 B] 107s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tiny-keccak-dev s390x 2.0.2-1 [20.9 kB] 107s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-macro-dev s390x 0.1.16-2 [10.5 kB] 107s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-dev s390x 0.1.17-2 [8590 B] 107s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-version-check-dev s390x 0.9.5-1 [16.9 kB] 107s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-byteorder-dev s390x 1.5.0-1 [22.4 kB] 107s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-derive-dev s390x 0.7.34-1 [30.3 kB] 107s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-dev s390x 0.7.34-1 [117 kB] 107s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ahash-dev all 0.8.11-8 [37.9 kB] 107s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-allocator-api2-dev s390x 0.2.16-1 [54.8 kB] 107s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins-dev s390x 0.1.139-1 [178 kB] 107s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-either-dev s390x 1.13.0-1 [20.2 kB] 107s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-utils-dev s390x 0.8.19-1 [41.1 kB] 107s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch-dev s390x 0.9.18-1 [42.3 kB] 107s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch+std-dev s390x 0.9.18-1 [1128 B] 107s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-deque-dev s390x 0.8.5-1 [22.4 kB] 107s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-core-dev s390x 1.12.1-1 [63.7 kB] 107s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-dev s390x 1.10.0-1 [149 kB] 107s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hashbrown-dev s390x 0.14.5-5 [110 kB] 107s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-indexmap-dev s390x 2.7.0-1 [69.4 kB] 107s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-stable-deref-trait-dev s390x 1.2.0-1 [9794 B] 107s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gimli-dev s390x 0.31.1-2 [216 kB] 107s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memmap2-dev s390x 0.9.5-1 [31.6 kB] 107s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc32fast-dev s390x 1.4.2-1 [39.8 kB] 107s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 107s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 107s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pkg-config-dev s390x 0.3.31-1 [23.5 kB] 107s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 107s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libz-sys-dev s390x 1.1.20-1 [19.7 kB] 107s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-adler-dev s390x 1.0.2-2 [15.3 kB] 107s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-miniz-oxide-dev s390x 0.7.1-1 [51.5 kB] 107s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-flate2-dev s390x 1.0.34-1 [94.5 kB] 107s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-derive-dev s390x 2.6.1-2 [11.0 kB] 107s Get:98 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dev s390x 2.6.1-2 [28.0 kB] 107s Get:99 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-ref-dev s390x 2.6.1-1 [8942 B] 107s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-erased-serde-dev s390x 0.3.31-1 [22.7 kB] 107s Get:101 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-fmt-dev all 1.0.3-3 [6956 B] 107s Get:102 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-no-panic-dev s390x 0.1.32-1 [14.6 kB] 107s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-itoa-dev s390x 1.0.14-1 [13.5 kB] 107s Get:104 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ryu-dev s390x 1.0.15-1 [41.7 kB] 108s Get:105 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-json-dev s390x 1.0.133-1 [130 kB] 108s Get:106 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-test-dev s390x 1.0.171-1 [20.6 kB] 108s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-serde1-dev s390x 1.9.0-1 [7820 B] 108s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-buffer-dev s390x 2.6.1-1 [16.8 kB] 108s Get:109 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dynamic-dev s390x 2.6.1-1 [9542 B] 108s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-fmt-dev s390x 2.6.1-1 [12.0 kB] 108s Get:111 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-serde-dev s390x 2.6.1-1 [13.2 kB] 108s Get:112 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-sval2-dev s390x 1.9.0-1 [7862 B] 108s Get:113 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-dev s390x 1.9.0-1 [37.6 kB] 108s Get:114 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-log-dev s390x 0.4.22-1 [43.0 kB] 108s Get:115 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memchr-dev s390x 2.7.4-1 [71.8 kB] 108s Get:116 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-blobby-dev s390x 0.3.1-1 [11.3 kB] 108s Get:117 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-typenum-dev s390x 1.17.0-2 [41.2 kB] 108s Get:118 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-derive-dev s390x 1.4.2-1 [12.7 kB] 108s Get:119 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-dev s390x 1.8.1-1 [21.6 kB] 108s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-generic-array-dev s390x 0.14.7-1 [16.9 kB] 108s Get:121 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-block-buffer-dev s390x 0.10.2-2 [12.2 kB] 108s Get:122 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-oid-dev s390x 0.9.6-1 [41.5 kB] 108s Get:123 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core-dev s390x 0.6.4-2 [23.8 kB] 108s Get:124 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+getrandom-dev s390x 0.6.4-2 [1054 B] 108s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crypto-common-dev s390x 0.1.6-1 [10.5 kB] 108s Get:126 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-subtle-dev s390x 2.6.1-1 [16.1 kB] 108s Get:127 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-digest-dev s390x 0.10.7-2 [20.9 kB] 108s Get:128 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ppv-lite86-dev s390x 0.2.20-1 [22.2 kB] 108s Get:129 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-chacha-dev s390x 0.3.1-2 [16.9 kB] 108s Get:130 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+serde-dev s390x 0.6.4-2 [1108 B] 108s Get:131 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+std-dev s390x 0.6.4-2 [1052 B] 108s Get:132 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-dev s390x 0.8.5-1 [77.5 kB] 108s Get:133 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-static-assertions-dev s390x 1.1.0-1 [19.0 kB] 108s Get:134 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-twox-hash-dev s390x 1.6.3-1 [21.6 kB] 108s Get:135 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ruzstd-dev s390x 0.7.3-2 [57.7 kB] 108s Get:136 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-object-dev s390x 0.36.5-2 [259 kB] 108s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-demangle-dev s390x 0.1.24-1 [28.9 kB] 109s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-typed-arena-dev s390x 2.0.2-1 [13.9 kB] 109s Get:139 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-addr2line-dev s390x 0.24.2-2 [34.8 kB] 109s Get:140 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-aho-corasick-dev s390x 1.1.3-1 [146 kB] 109s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-dev s390x 1.0.8-1 [16.7 kB] 109s Get:142 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arrayvec-dev s390x 0.7.6-1 [31.7 kB] 109s Get:143 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-utf8parse-dev s390x 0.2.1-1 [15.0 kB] 109s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-parse-dev s390x 0.2.1-1 [17.1 kB] 109s Get:145 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-query-dev s390x 1.0.0-1 [9768 B] 109s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-colorchoice-dev s390x 1.0.0-1 [8338 B] 109s Get:147 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstream-dev s390x 0.6.15-1 [25.7 kB] 109s Get:148 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arc-swap-dev s390x 1.7.1-1 [64.6 kB] 109s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-derive-dev s390x 1.5.0-2 [18.7 kB] 109s Get:150 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-dev s390x 1.21.0-1 [48.9 kB] 109s Get:151 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-atomic-dev s390x 0.6.0-1 [15.5 kB] 109s Get:152 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-autocfg-dev s390x 1.1.0-1 [15.2 kB] 109s Get:153 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-backtrace-dev s390x 0.3.74-3 [79.8 kB] 109s Get:154 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bitflags-1-dev s390x 1.3.2-7 [25.6 kB] 109s Get:155 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bitflags-dev s390x 2.6.0-1 [41.1 kB] 109s Get:156 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-slab-dev s390x 0.4.9-1 [21.2 kB] 109s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cc-traits-dev s390x 2.0.0-1 [18.3 kB] 109s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-btree-slab-dev s390x 0.6.1-2 [40.3 kB] 109s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libm-dev s390x 0.2.8-1 [101 kB] 109s Get:160 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-num-traits-dev s390x 0.2.19-2 [46.2 kB] 109s Get:161 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ordered-float-dev s390x 4.2.2-2 [21.9 kB] 109s Get:162 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-range-traits-dev s390x 0.3.2-1 [7478 B] 109s Get:163 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-btree-range-map-dev s390x 0.7.2-1 [22.0 kB] 109s Get:164 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bumpalo-dev s390x 3.16.0-1 [75.7 kB] 109s Get:165 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-capng-dev s390x 0.2.3-1 [10.8 kB] 109s Get:166 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-jobserver-dev s390x 0.1.32-1 [29.1 kB] 109s Get:167 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-shlex-dev s390x 1.3.0-1 [20.1 kB] 109s Get:168 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cc-dev s390x 1.1.14-1 [73.6 kB] 109s Get:169 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-lex-dev s390x 0.7.4-1 [14.7 kB] 109s Get:170 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-strsim-dev s390x 0.11.1-1 [15.9 kB] 109s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins+core-dev s390x 0.1.139-1 [1096 B] 109s Get:172 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins+rustc-dep-of-std-dev s390x 0.1.139-1 [1106 B] 109s Get:173 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-errno-dev s390x 0.3.8-1 [13.0 kB] 109s Get:174 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-linux-raw-sys-dev s390x 0.4.14-1 [138 kB] 109s Get:175 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustix-dev s390x 0.38.37-1 [272 kB] 109s Get:176 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-terminal-size-dev s390x 0.3.0-2 [12.6 kB] 109s Get:177 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicase-dev s390x 2.8.0-1 [19.3 kB] 109s Get:178 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-width-dev s390x 0.2.0-1 [194 kB] 109s Get:179 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-builder-dev s390x 4.5.23-1 [136 kB] 109s Get:180 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-segmentation-dev s390x 1.12.0-1 [77.3 kB] 109s Get:181 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-heck-dev s390x 0.4.1-1 [13.3 kB] 109s Get:182 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-derive-dev s390x 4.5.18-1 [29.5 kB] 109s Get:183 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-dev s390x 4.5.23-1 [53.7 kB] 109s Get:184 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cobs-dev s390x 0.2.3-1 [14.6 kB] 109s Get:185 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cpufeatures-dev s390x 0.2.16-1 [15.5 kB] 109s Get:186 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc-catalog-dev s390x 2.4.0-1 [11.8 kB] 109s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc-dev s390x 3.2.1-1 [16.4 kB] 109s Get:188 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-impl-dev s390x 2.0.11-1 [21.9 kB] 110s Get:189 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-dev s390x 2.0.11-1 [29.0 kB] 110s Get:190 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-parser-dev s390x 0.4.1-1 [11.8 kB] 110s Get:191 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro-error-attr2-dev s390x 2.0.0-1 [9402 B] 110s Get:192 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro-error2-dev s390x 2.0.1-1 [26.2 kB] 110s Get:193 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-macros-dev s390x 0.4.0-1 [22.4 kB] 110s Get:194 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-dev s390x 0.3.10-1 [26.8 kB] 110s Get:195 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-powerfmt-macros-dev s390x 0.1.0-1 [10.5 kB] 110s Get:196 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-powerfmt-dev s390x 0.2.0-1 [16.5 kB] 110s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-syntax-dev s390x 0.8.5-1 [203 kB] 110s Get:198 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-automata-dev s390x 0.4.9-2 [425 kB] 110s Get:199 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-dev s390x 1.11.1-2 [201 kB] 110s Get:200 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-env-filter-dev s390x 0.1.3-1 [15.0 kB] 110s Get:201 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-humantime-dev s390x 2.1.0-2 [19.2 kB] 110s Get:202 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-env-logger-dev s390x 0.11.5-2 [30.2 kB] 110s Get:203 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quickcheck-dev s390x 1.0.3-5 [28.1 kB] 110s Get:204 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-deranged-dev s390x 0.3.11-1 [18.4 kB] 110s Get:205 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-embedded-io-dev s390x 0.6.1-1 [14.6 kB] 110s Get:206 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-error-chain-dev s390x 0.12.4-1 [27.9 kB] 110s Get:207 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-core-dev s390x 0.3.31-1 [16.9 kB] 110s Get:208 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-sink-dev s390x 0.3.31-1 [10.1 kB] 110s Get:209 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-channel-dev s390x 0.3.31-1 [32.1 kB] 111s Get:210 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-task-dev s390x 0.3.31-3 [13.7 kB] 111s Get:211 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-io-dev s390x 0.3.31-1 [11.2 kB] 111s Get:212 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-macro-dev s390x 0.3.31-1 [13.4 kB] 111s Get:213 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pin-project-lite-dev s390x 0.2.13-1 [30.2 kB] 111s Get:214 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pin-utils-dev s390x 0.1.0-1 [9340 B] 111s Get:215 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-util-dev s390x 0.3.31-1 [129 kB] 111s Get:216 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-num-cpus-dev s390x 1.16.0-1 [18.1 kB] 111s Get:217 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-executor-dev s390x 0.3.31-1 [20.0 kB] 111s Get:218 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-dev s390x 0.3.30-2 [53.2 kB] 111s Get:219 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hash32-dev s390x 0.3.1-2 [12.1 kB] 111s Get:220 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ufmt-write-dev s390x 0.1.0-1 [3768 B] 111s Get:221 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-heapless-dev s390x 0.8.0-2 [69.4 kB] 111s Get:222 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-match-cfg-dev s390x 0.1.0-4 [8980 B] 111s Get:223 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-i686-pc-windows-gnu-dev s390x 0.4.0-1 [3652 B] 111s Get:224 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-x86-64-pc-windows-gnu-dev s390x 0.4.0-1 [3660 B] 111s Get:225 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-dev s390x 0.3.9-1 [953 kB] 111s Get:226 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hostname-dev s390x 0.3.1-2 [9032 B] 111s Get:227 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wasm-bindgen-shared-dev s390x 0.2.99-1 [9822 B] 111s Get:228 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wasm-bindgen-backend-dev s390x 0.2.99-1 [30.5 kB] 111s Get:229 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wasm-bindgen-macro-support-dev s390x 0.2.99-1 [23.9 kB] 111s Get:230 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wasm-bindgen-macro-dev s390x 0.2.99-1 [9304 B] 111s Get:231 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wasm-bindgen-dev s390x 0.2.99-1 [44.1 kB] 111s Get:232 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-js-sys-dev s390x 0.3.64-1 [71.9 kB] 112s Get:233 http://ftpmaster.internal/ubuntu plucky/main s390x libseccomp-dev s390x 2.5.5-1ubuntu5 [94.7 kB] 112s Get:234 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libseccomp-sys-dev s390x 0.2.1-2 [13.6 kB] 112s Get:235 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-md5-asm-dev s390x 0.5.0-2 [7516 B] 112s Get:236 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-md-5-dev s390x 0.10.6-1 [17.5 kB] 112s Get:237 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-num-conv-dev s390x 0.1.0-1 [8990 B] 112s Get:238 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-num-threads-dev s390x 0.1.7-1 [9154 B] 112s Get:239 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-paste-dev s390x 1.0.15-1 [21.0 kB] 112s Get:240 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-postcard-dev s390x 1.0.10-2 [34.8 kB] 112s Get:241 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sha1-asm-dev s390x 0.5.1-2 [8060 B] 112s Get:242 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sha1-dev s390x 0.10.6-1 [16.0 kB] 112s Get:243 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-slog-dev s390x 2.7.0-1 [44.0 kB] 112s Get:244 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-time-core-dev s390x 0.1.2-1 [9136 B] 112s Get:245 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-time-macros-dev s390x 0.2.19-1 [25.1 kB] 112s Get:246 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-time-dev s390x 0.3.37-1 [102 kB] 112s Get:247 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-syslog-dev s390x 6.0.1-2 [10.9 kB] 112s Get:248 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-impl-1-dev s390x 1.0.69-1 [20.0 kB] 112s Get:249 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-1-dev s390x 1.0.69-1 [25.6 kB] 112s Get:250 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-uuid-dev s390x 1.10.0-1 [44.2 kB] 112s Get:251 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-vmm-sys-util-dev s390x 0.12.1-2 [55.1 kB] 112s Get:252 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-vm-memory-dev s390x 0.16.1-4 [75.9 kB] 112s Get:253 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-vhost-dev s390x 0.13.0-1 [125 kB] 112s Get:254 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-virtio-bindings-dev s390x 0.2.4-1 [19.9 kB] 112s Get:255 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-virtio-queue-dev s390x 0.14.0-1 [123 kB] 112s Get:256 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-vhost-user-backend-dev s390x 0.17.0-1 [29.1 kB] 112s Get:257 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x librust-virtiofsd-dev s390x 1.13.0-5 [144 kB] 112s Get:258 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x virtiofsd s390x 1.13.0-5 [1330 kB] 113s Fetched 142 MB in 13s (11.1 MB/s) 113s Selecting previously unselected package m4. 113s (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 ... 56554 files and directories currently installed.) 113s Preparing to unpack .../000-m4_1.4.19-5_s390x.deb ... 113s Unpacking m4 (1.4.19-5) ... 113s Selecting previously unselected package autoconf. 113s Preparing to unpack .../001-autoconf_2.72-3_all.deb ... 113s Unpacking autoconf (2.72-3) ... 113s Selecting previously unselected package autotools-dev. 113s Preparing to unpack .../002-autotools-dev_20220109.1_all.deb ... 113s Unpacking autotools-dev (20220109.1) ... 113s Selecting previously unselected package automake. 113s Preparing to unpack .../003-automake_1%3a1.16.5-1.3ubuntu1_all.deb ... 113s Unpacking automake (1:1.16.5-1.3ubuntu1) ... 113s Selecting previously unselected package autopoint. 113s Preparing to unpack .../004-autopoint_0.23.1-1_all.deb ... 113s Unpacking autopoint (0.23.1-1) ... 113s Selecting previously unselected package libgit2-1.8:s390x. 113s Preparing to unpack .../005-libgit2-1.8_1.8.4+ds-3ubuntu2_s390x.deb ... 113s Unpacking libgit2-1.8:s390x (1.8.4+ds-3ubuntu2) ... 113s Selecting previously unselected package libstd-rust-1.83:s390x. 113s Preparing to unpack .../006-libstd-rust-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 113s Unpacking libstd-rust-1.83:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 114s Selecting previously unselected package libstd-rust-1.83-dev:s390x. 114s Preparing to unpack .../007-libstd-rust-1.83-dev_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 114s Unpacking libstd-rust-1.83-dev:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 114s Selecting previously unselected package libisl23:s390x. 114s Preparing to unpack .../008-libisl23_0.27-1_s390x.deb ... 114s Unpacking libisl23:s390x (0.27-1) ... 114s Selecting previously unselected package libmpc3:s390x. 114s Preparing to unpack .../009-libmpc3_1.3.1-1build2_s390x.deb ... 114s Unpacking libmpc3:s390x (1.3.1-1build2) ... 114s Selecting previously unselected package cpp-14-s390x-linux-gnu. 114s Preparing to unpack .../010-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 114s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 115s Selecting previously unselected package cpp-14. 115s Preparing to unpack .../011-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 115s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 115s Selecting previously unselected package cpp-s390x-linux-gnu. 115s Preparing to unpack .../012-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 115s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 115s Selecting previously unselected package cpp. 115s Preparing to unpack .../013-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 115s Unpacking cpp (4:14.1.0-2ubuntu1) ... 115s Selecting previously unselected package libcc1-0:s390x. 115s Preparing to unpack .../014-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 115s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 115s Selecting previously unselected package libgomp1:s390x. 115s Preparing to unpack .../015-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 115s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 115s Selecting previously unselected package libitm1:s390x. 115s Preparing to unpack .../016-libitm1_14.2.0-16ubuntu1_s390x.deb ... 115s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 115s Selecting previously unselected package libasan8:s390x. 115s Preparing to unpack .../017-libasan8_14.2.0-16ubuntu1_s390x.deb ... 115s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 115s Selecting previously unselected package libubsan1:s390x. 115s Preparing to unpack .../018-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 115s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 115s Selecting previously unselected package libgcc-14-dev:s390x. 115s Preparing to unpack .../019-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 115s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 115s Selecting previously unselected package gcc-14-s390x-linux-gnu. 115s Preparing to unpack .../020-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 115s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 115s Selecting previously unselected package gcc-14. 115s Preparing to unpack .../021-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 115s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 115s Selecting previously unselected package gcc-s390x-linux-gnu. 115s Preparing to unpack .../022-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 115s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 115s Selecting previously unselected package gcc. 115s Preparing to unpack .../023-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 115s Unpacking gcc (4:14.1.0-2ubuntu1) ... 115s Selecting previously unselected package rustc-1.83. 115s Preparing to unpack .../024-rustc-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 115s Unpacking rustc-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 115s Selecting previously unselected package cargo-1.83. 115s Preparing to unpack .../025-cargo-1.83_1.83.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 115s Unpacking cargo-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 115s Selecting previously unselected package libdebhelper-perl. 115s Preparing to unpack .../026-libdebhelper-perl_13.23ubuntu1_all.deb ... 115s Unpacking libdebhelper-perl (13.23ubuntu1) ... 115s Selecting previously unselected package libtool. 115s Preparing to unpack .../027-libtool_2.5.4-2.1_all.deb ... 115s Unpacking libtool (2.5.4-2.1) ... 115s Selecting previously unselected package dh-autoreconf. 115s Preparing to unpack .../028-dh-autoreconf_20_all.deb ... 115s Unpacking dh-autoreconf (20) ... 115s Selecting previously unselected package libarchive-zip-perl. 115s Preparing to unpack .../029-libarchive-zip-perl_1.68-1_all.deb ... 115s Unpacking libarchive-zip-perl (1.68-1) ... 115s Selecting previously unselected package libfile-stripnondeterminism-perl. 115s Preparing to unpack .../030-libfile-stripnondeterminism-perl_1.14.1-1_all.deb ... 115s Unpacking libfile-stripnondeterminism-perl (1.14.1-1) ... 115s Selecting previously unselected package dh-strip-nondeterminism. 115s Preparing to unpack .../031-dh-strip-nondeterminism_1.14.1-1_all.deb ... 115s Unpacking dh-strip-nondeterminism (1.14.1-1) ... 115s Selecting previously unselected package debugedit. 115s Preparing to unpack .../032-debugedit_1%3a5.1-1_s390x.deb ... 115s Unpacking debugedit (1:5.1-1) ... 115s Selecting previously unselected package dwz. 115s Preparing to unpack .../033-dwz_0.15-1build6_s390x.deb ... 115s Unpacking dwz (0.15-1build6) ... 115s Selecting previously unselected package gettext. 115s Preparing to unpack .../034-gettext_0.23.1-1_s390x.deb ... 115s Unpacking gettext (0.23.1-1) ... 115s Selecting previously unselected package intltool-debian. 115s Preparing to unpack .../035-intltool-debian_0.35.0+20060710.6_all.deb ... 115s Unpacking intltool-debian (0.35.0+20060710.6) ... 115s Selecting previously unselected package po-debconf. 115s Preparing to unpack .../036-po-debconf_1.0.21+nmu1_all.deb ... 115s Unpacking po-debconf (1.0.21+nmu1) ... 115s Selecting previously unselected package debhelper. 115s Preparing to unpack .../037-debhelper_13.23ubuntu1_all.deb ... 115s Unpacking debhelper (13.23ubuntu1) ... 115s Selecting previously unselected package rustc. 115s Preparing to unpack .../038-rustc_1.83.0ubuntu1_s390x.deb ... 115s Unpacking rustc (1.83.0ubuntu1) ... 115s Selecting previously unselected package cargo. 115s Preparing to unpack .../039-cargo_1.83.0ubuntu1_s390x.deb ... 115s Unpacking cargo (1.83.0ubuntu1) ... 115s Selecting previously unselected package dh-cargo-tools. 115s Preparing to unpack .../040-dh-cargo-tools_31ubuntu4_all.deb ... 115s Unpacking dh-cargo-tools (31ubuntu4) ... 115s Selecting previously unselected package dh-cargo. 115s Preparing to unpack .../041-dh-cargo_31ubuntu4_all.deb ... 115s Unpacking dh-cargo (31ubuntu4) ... 115s Selecting previously unselected package libcap-ng-dev:s390x. 115s Preparing to unpack .../042-libcap-ng-dev_0.8.5-4_s390x.deb ... 115s Unpacking libcap-ng-dev:s390x (0.8.5-4) ... 115s Selecting previously unselected package libpkgconf3:s390x. 115s Preparing to unpack .../043-libpkgconf3_1.8.1-4_s390x.deb ... 115s Unpacking libpkgconf3:s390x (1.8.1-4) ... 115s Selecting previously unselected package librust-cfg-if-dev:s390x. 115s Preparing to unpack .../044-librust-cfg-if-dev_1.0.0-1_s390x.deb ... 115s Unpacking librust-cfg-if-dev:s390x (1.0.0-1) ... 115s Selecting previously unselected package librust-cpp-demangle-dev:s390x. 115s Preparing to unpack .../045-librust-cpp-demangle-dev_0.4.0-1_s390x.deb ... 115s Unpacking librust-cpp-demangle-dev:s390x (0.4.0-1) ... 115s Selecting previously unselected package librust-fallible-iterator-dev:s390x. 116s Preparing to unpack .../046-librust-fallible-iterator-dev_0.3.0-2_s390x.deb ... 116s Unpacking librust-fallible-iterator-dev:s390x (0.3.0-2) ... 116s Selecting previously unselected package librust-unicode-ident-dev:s390x. 116s Preparing to unpack .../047-librust-unicode-ident-dev_1.0.13-1_s390x.deb ... 116s Unpacking librust-unicode-ident-dev:s390x (1.0.13-1) ... 116s Selecting previously unselected package librust-proc-macro2-dev:s390x. 116s Preparing to unpack .../048-librust-proc-macro2-dev_1.0.92-1_s390x.deb ... 116s Unpacking librust-proc-macro2-dev:s390x (1.0.92-1) ... 116s Selecting previously unselected package librust-quote-dev:s390x. 116s Preparing to unpack .../049-librust-quote-dev_1.0.37-1_s390x.deb ... 116s Unpacking librust-quote-dev:s390x (1.0.37-1) ... 116s Selecting previously unselected package librust-syn-dev:s390x. 116s Preparing to unpack .../050-librust-syn-dev_2.0.96-2_s390x.deb ... 116s Unpacking librust-syn-dev:s390x (2.0.96-2) ... 116s Selecting previously unselected package librust-derive-arbitrary-dev:s390x. 116s Preparing to unpack .../051-librust-derive-arbitrary-dev_1.4.1-1_s390x.deb ... 116s Unpacking librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 116s Selecting previously unselected package librust-arbitrary-dev:s390x. 116s Preparing to unpack .../052-librust-arbitrary-dev_1.4.1-1_s390x.deb ... 116s Unpacking librust-arbitrary-dev:s390x (1.4.1-1) ... 116s Selecting previously unselected package librust-equivalent-dev:s390x. 116s Preparing to unpack .../053-librust-equivalent-dev_1.0.1-1_s390x.deb ... 116s Unpacking librust-equivalent-dev:s390x (1.0.1-1) ... 116s Selecting previously unselected package librust-critical-section-dev:s390x. 116s Preparing to unpack .../054-librust-critical-section-dev_1.2.0-1_s390x.deb ... 116s Unpacking librust-critical-section-dev:s390x (1.2.0-1) ... 116s Selecting previously unselected package librust-serde-derive-dev:s390x. 116s Preparing to unpack .../055-librust-serde-derive-dev_1.0.217-1_s390x.deb ... 116s Unpacking librust-serde-derive-dev:s390x (1.0.217-1) ... 116s Selecting previously unselected package librust-serde-dev:s390x. 116s Preparing to unpack .../056-librust-serde-dev_1.0.217-1_s390x.deb ... 116s Unpacking librust-serde-dev:s390x (1.0.217-1) ... 116s Selecting previously unselected package librust-portable-atomic-dev:s390x. 116s Preparing to unpack .../057-librust-portable-atomic-dev_1.10.0-3_s390x.deb ... 116s Unpacking librust-portable-atomic-dev:s390x (1.10.0-3) ... 116s Selecting previously unselected package librust-rustc-std-workspace-core-dev:s390x. 116s Preparing to unpack .../058-librust-rustc-std-workspace-core-dev_1.0.0-1_s390x.deb ... 116s Unpacking librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 116s Selecting previously unselected package librust-libc-dev:s390x. 116s Preparing to unpack .../059-librust-libc-dev_0.2.169-1_s390x.deb ... 116s Unpacking librust-libc-dev:s390x (0.2.169-1) ... 116s Selecting previously unselected package librust-getrandom-dev:s390x. 116s Preparing to unpack .../060-librust-getrandom-dev_0.2.15-1_s390x.deb ... 116s Unpacking librust-getrandom-dev:s390x (0.2.15-1) ... 116s Selecting previously unselected package librust-smallvec-dev:s390x. 116s Preparing to unpack .../061-librust-smallvec-dev_1.13.2-1_s390x.deb ... 116s Unpacking librust-smallvec-dev:s390x (1.13.2-1) ... 116s Selecting previously unselected package librust-parking-lot-core-dev:s390x. 116s Preparing to unpack .../062-librust-parking-lot-core-dev_0.9.10-1_s390x.deb ... 116s Unpacking librust-parking-lot-core-dev:s390x (0.9.10-1) ... 116s Selecting previously unselected package librust-once-cell-dev:s390x. 116s Preparing to unpack .../063-librust-once-cell-dev_1.20.2-1_s390x.deb ... 116s Unpacking librust-once-cell-dev:s390x (1.20.2-1) ... 116s Selecting previously unselected package librust-crunchy-dev:s390x. 116s Preparing to unpack .../064-librust-crunchy-dev_0.2.2-1_s390x.deb ... 116s Unpacking librust-crunchy-dev:s390x (0.2.2-1) ... 116s Selecting previously unselected package librust-tiny-keccak-dev:s390x. 116s Preparing to unpack .../065-librust-tiny-keccak-dev_2.0.2-1_s390x.deb ... 116s Unpacking librust-tiny-keccak-dev:s390x (2.0.2-1) ... 116s Selecting previously unselected package librust-const-random-macro-dev:s390x. 116s Preparing to unpack .../066-librust-const-random-macro-dev_0.1.16-2_s390x.deb ... 116s Unpacking librust-const-random-macro-dev:s390x (0.1.16-2) ... 116s Selecting previously unselected package librust-const-random-dev:s390x. 116s Preparing to unpack .../067-librust-const-random-dev_0.1.17-2_s390x.deb ... 116s Unpacking librust-const-random-dev:s390x (0.1.17-2) ... 116s Selecting previously unselected package librust-version-check-dev:s390x. 116s Preparing to unpack .../068-librust-version-check-dev_0.9.5-1_s390x.deb ... 116s Unpacking librust-version-check-dev:s390x (0.9.5-1) ... 116s Selecting previously unselected package librust-byteorder-dev:s390x. 116s Preparing to unpack .../069-librust-byteorder-dev_1.5.0-1_s390x.deb ... 116s Unpacking librust-byteorder-dev:s390x (1.5.0-1) ... 116s Selecting previously unselected package librust-zerocopy-derive-dev:s390x. 116s Preparing to unpack .../070-librust-zerocopy-derive-dev_0.7.34-1_s390x.deb ... 116s Unpacking librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 116s Selecting previously unselected package librust-zerocopy-dev:s390x. 116s Preparing to unpack .../071-librust-zerocopy-dev_0.7.34-1_s390x.deb ... 116s Unpacking librust-zerocopy-dev:s390x (0.7.34-1) ... 116s Selecting previously unselected package librust-ahash-dev. 116s Preparing to unpack .../072-librust-ahash-dev_0.8.11-8_all.deb ... 116s Unpacking librust-ahash-dev (0.8.11-8) ... 116s Selecting previously unselected package librust-allocator-api2-dev:s390x. 116s Preparing to unpack .../073-librust-allocator-api2-dev_0.2.16-1_s390x.deb ... 116s Unpacking librust-allocator-api2-dev:s390x (0.2.16-1) ... 116s Selecting previously unselected package librust-compiler-builtins-dev:s390x. 116s Preparing to unpack .../074-librust-compiler-builtins-dev_0.1.139-1_s390x.deb ... 116s Unpacking librust-compiler-builtins-dev:s390x (0.1.139-1) ... 116s Selecting previously unselected package librust-either-dev:s390x. 116s Preparing to unpack .../075-librust-either-dev_1.13.0-1_s390x.deb ... 116s Unpacking librust-either-dev:s390x (1.13.0-1) ... 116s Selecting previously unselected package librust-crossbeam-utils-dev:s390x. 116s Preparing to unpack .../076-librust-crossbeam-utils-dev_0.8.19-1_s390x.deb ... 116s Unpacking librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 116s Selecting previously unselected package librust-crossbeam-epoch-dev:s390x. 116s Preparing to unpack .../077-librust-crossbeam-epoch-dev_0.9.18-1_s390x.deb ... 116s Unpacking librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 116s Selecting previously unselected package librust-crossbeam-epoch+std-dev:s390x. 116s Preparing to unpack .../078-librust-crossbeam-epoch+std-dev_0.9.18-1_s390x.deb ... 116s Unpacking librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 116s Selecting previously unselected package librust-crossbeam-deque-dev:s390x. 116s Preparing to unpack .../079-librust-crossbeam-deque-dev_0.8.5-1_s390x.deb ... 116s Unpacking librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 116s Selecting previously unselected package librust-rayon-core-dev:s390x. 116s Preparing to unpack .../080-librust-rayon-core-dev_1.12.1-1_s390x.deb ... 116s Unpacking librust-rayon-core-dev:s390x (1.12.1-1) ... 116s Selecting previously unselected package librust-rayon-dev:s390x. 116s Preparing to unpack .../081-librust-rayon-dev_1.10.0-1_s390x.deb ... 116s Unpacking librust-rayon-dev:s390x (1.10.0-1) ... 116s Selecting previously unselected package librust-hashbrown-dev:s390x. 116s Preparing to unpack .../082-librust-hashbrown-dev_0.14.5-5_s390x.deb ... 116s Unpacking librust-hashbrown-dev:s390x (0.14.5-5) ... 116s Selecting previously unselected package librust-indexmap-dev:s390x. 116s Preparing to unpack .../083-librust-indexmap-dev_2.7.0-1_s390x.deb ... 116s Unpacking librust-indexmap-dev:s390x (2.7.0-1) ... 116s Selecting previously unselected package librust-stable-deref-trait-dev:s390x. 116s Preparing to unpack .../084-librust-stable-deref-trait-dev_1.2.0-1_s390x.deb ... 116s Unpacking librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 116s Selecting previously unselected package librust-gimli-dev:s390x. 116s Preparing to unpack .../085-librust-gimli-dev_0.31.1-2_s390x.deb ... 116s Unpacking librust-gimli-dev:s390x (0.31.1-2) ... 116s Selecting previously unselected package librust-memmap2-dev:s390x. 116s Preparing to unpack .../086-librust-memmap2-dev_0.9.5-1_s390x.deb ... 116s Unpacking librust-memmap2-dev:s390x (0.9.5-1) ... 116s Selecting previously unselected package librust-crc32fast-dev:s390x. 116s Preparing to unpack .../087-librust-crc32fast-dev_1.4.2-1_s390x.deb ... 116s Unpacking librust-crc32fast-dev:s390x (1.4.2-1) ... 116s Selecting previously unselected package pkgconf-bin. 116s Preparing to unpack .../088-pkgconf-bin_1.8.1-4_s390x.deb ... 116s Unpacking pkgconf-bin (1.8.1-4) ... 116s Selecting previously unselected package pkgconf:s390x. 116s Preparing to unpack .../089-pkgconf_1.8.1-4_s390x.deb ... 116s Unpacking pkgconf:s390x (1.8.1-4) ... 116s Selecting previously unselected package librust-pkg-config-dev:s390x. 116s Preparing to unpack .../090-librust-pkg-config-dev_0.3.31-1_s390x.deb ... 116s Unpacking librust-pkg-config-dev:s390x (0.3.31-1) ... 116s Selecting previously unselected package zlib1g-dev:s390x. 116s Preparing to unpack .../091-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 116s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 116s Selecting previously unselected package librust-libz-sys-dev:s390x. 116s Preparing to unpack .../092-librust-libz-sys-dev_1.1.20-1_s390x.deb ... 116s Unpacking librust-libz-sys-dev:s390x (1.1.20-1) ... 116s Selecting previously unselected package librust-adler-dev:s390x. 116s Preparing to unpack .../093-librust-adler-dev_1.0.2-2_s390x.deb ... 116s Unpacking librust-adler-dev:s390x (1.0.2-2) ... 116s Selecting previously unselected package librust-miniz-oxide-dev:s390x. 116s Preparing to unpack .../094-librust-miniz-oxide-dev_0.7.1-1_s390x.deb ... 116s Unpacking librust-miniz-oxide-dev:s390x (0.7.1-1) ... 116s Selecting previously unselected package librust-flate2-dev:s390x. 116s Preparing to unpack .../095-librust-flate2-dev_1.0.34-1_s390x.deb ... 116s Unpacking librust-flate2-dev:s390x (1.0.34-1) ... 116s Selecting previously unselected package librust-sval-derive-dev:s390x. 116s Preparing to unpack .../096-librust-sval-derive-dev_2.6.1-2_s390x.deb ... 116s Unpacking librust-sval-derive-dev:s390x (2.6.1-2) ... 116s Selecting previously unselected package librust-sval-dev:s390x. 116s Preparing to unpack .../097-librust-sval-dev_2.6.1-2_s390x.deb ... 116s Unpacking librust-sval-dev:s390x (2.6.1-2) ... 116s Selecting previously unselected package librust-sval-ref-dev:s390x. 116s Preparing to unpack .../098-librust-sval-ref-dev_2.6.1-1_s390x.deb ... 116s Unpacking librust-sval-ref-dev:s390x (2.6.1-1) ... 116s Selecting previously unselected package librust-erased-serde-dev:s390x. 116s Preparing to unpack .../099-librust-erased-serde-dev_0.3.31-1_s390x.deb ... 116s Unpacking librust-erased-serde-dev:s390x (0.3.31-1) ... 116s Selecting previously unselected package librust-serde-fmt-dev. 116s Preparing to unpack .../100-librust-serde-fmt-dev_1.0.3-3_all.deb ... 116s Unpacking librust-serde-fmt-dev (1.0.3-3) ... 116s Selecting previously unselected package librust-no-panic-dev:s390x. 116s Preparing to unpack .../101-librust-no-panic-dev_0.1.32-1_s390x.deb ... 116s Unpacking librust-no-panic-dev:s390x (0.1.32-1) ... 116s Selecting previously unselected package librust-itoa-dev:s390x. 116s Preparing to unpack .../102-librust-itoa-dev_1.0.14-1_s390x.deb ... 116s Unpacking librust-itoa-dev:s390x (1.0.14-1) ... 116s Selecting previously unselected package librust-ryu-dev:s390x. 116s Preparing to unpack .../103-librust-ryu-dev_1.0.15-1_s390x.deb ... 116s Unpacking librust-ryu-dev:s390x (1.0.15-1) ... 116s Selecting previously unselected package librust-serde-json-dev:s390x. 116s Preparing to unpack .../104-librust-serde-json-dev_1.0.133-1_s390x.deb ... 116s Unpacking librust-serde-json-dev:s390x (1.0.133-1) ... 116s Selecting previously unselected package librust-serde-test-dev:s390x. 116s Preparing to unpack .../105-librust-serde-test-dev_1.0.171-1_s390x.deb ... 116s Unpacking librust-serde-test-dev:s390x (1.0.171-1) ... 116s Selecting previously unselected package librust-value-bag-serde1-dev:s390x. 116s Preparing to unpack .../106-librust-value-bag-serde1-dev_1.9.0-1_s390x.deb ... 116s Unpacking librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 116s Selecting previously unselected package librust-sval-buffer-dev:s390x. 116s Preparing to unpack .../107-librust-sval-buffer-dev_2.6.1-1_s390x.deb ... 116s Unpacking librust-sval-buffer-dev:s390x (2.6.1-1) ... 116s Selecting previously unselected package librust-sval-dynamic-dev:s390x. 116s Preparing to unpack .../108-librust-sval-dynamic-dev_2.6.1-1_s390x.deb ... 116s Unpacking librust-sval-dynamic-dev:s390x (2.6.1-1) ... 116s Selecting previously unselected package librust-sval-fmt-dev:s390x. 116s Preparing to unpack .../109-librust-sval-fmt-dev_2.6.1-1_s390x.deb ... 116s Unpacking librust-sval-fmt-dev:s390x (2.6.1-1) ... 116s Selecting previously unselected package librust-sval-serde-dev:s390x. 116s Preparing to unpack .../110-librust-sval-serde-dev_2.6.1-1_s390x.deb ... 116s Unpacking librust-sval-serde-dev:s390x (2.6.1-1) ... 116s Selecting previously unselected package librust-value-bag-sval2-dev:s390x. 116s Preparing to unpack .../111-librust-value-bag-sval2-dev_1.9.0-1_s390x.deb ... 116s Unpacking librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 116s Selecting previously unselected package librust-value-bag-dev:s390x. 116s Preparing to unpack .../112-librust-value-bag-dev_1.9.0-1_s390x.deb ... 116s Unpacking librust-value-bag-dev:s390x (1.9.0-1) ... 116s Selecting previously unselected package librust-log-dev:s390x. 116s Preparing to unpack .../113-librust-log-dev_0.4.22-1_s390x.deb ... 116s Unpacking librust-log-dev:s390x (0.4.22-1) ... 116s Selecting previously unselected package librust-memchr-dev:s390x. 116s Preparing to unpack .../114-librust-memchr-dev_2.7.4-1_s390x.deb ... 116s Unpacking librust-memchr-dev:s390x (2.7.4-1) ... 116s Selecting previously unselected package librust-blobby-dev:s390x. 116s Preparing to unpack .../115-librust-blobby-dev_0.3.1-1_s390x.deb ... 116s Unpacking librust-blobby-dev:s390x (0.3.1-1) ... 116s Selecting previously unselected package librust-typenum-dev:s390x. 116s Preparing to unpack .../116-librust-typenum-dev_1.17.0-2_s390x.deb ... 116s Unpacking librust-typenum-dev:s390x (1.17.0-2) ... 116s Selecting previously unselected package librust-zeroize-derive-dev:s390x. 116s Preparing to unpack .../117-librust-zeroize-derive-dev_1.4.2-1_s390x.deb ... 116s Unpacking librust-zeroize-derive-dev:s390x (1.4.2-1) ... 116s Selecting previously unselected package librust-zeroize-dev:s390x. 116s Preparing to unpack .../118-librust-zeroize-dev_1.8.1-1_s390x.deb ... 116s Unpacking librust-zeroize-dev:s390x (1.8.1-1) ... 116s Selecting previously unselected package librust-generic-array-dev:s390x. 116s Preparing to unpack .../119-librust-generic-array-dev_0.14.7-1_s390x.deb ... 116s Unpacking librust-generic-array-dev:s390x (0.14.7-1) ... 116s Selecting previously unselected package librust-block-buffer-dev:s390x. 116s Preparing to unpack .../120-librust-block-buffer-dev_0.10.2-2_s390x.deb ... 116s Unpacking librust-block-buffer-dev:s390x (0.10.2-2) ... 116s Selecting previously unselected package librust-const-oid-dev:s390x. 116s Preparing to unpack .../121-librust-const-oid-dev_0.9.6-1_s390x.deb ... 116s Unpacking librust-const-oid-dev:s390x (0.9.6-1) ... 116s Selecting previously unselected package librust-rand-core-dev:s390x. 116s Preparing to unpack .../122-librust-rand-core-dev_0.6.4-2_s390x.deb ... 116s Unpacking librust-rand-core-dev:s390x (0.6.4-2) ... 116s Selecting previously unselected package librust-rand-core+getrandom-dev:s390x. 116s Preparing to unpack .../123-librust-rand-core+getrandom-dev_0.6.4-2_s390x.deb ... 116s Unpacking librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 116s Selecting previously unselected package librust-crypto-common-dev:s390x. 116s Preparing to unpack .../124-librust-crypto-common-dev_0.1.6-1_s390x.deb ... 116s Unpacking librust-crypto-common-dev:s390x (0.1.6-1) ... 116s Selecting previously unselected package librust-subtle-dev:s390x. 116s Preparing to unpack .../125-librust-subtle-dev_2.6.1-1_s390x.deb ... 116s Unpacking librust-subtle-dev:s390x (2.6.1-1) ... 116s Selecting previously unselected package librust-digest-dev:s390x. 116s Preparing to unpack .../126-librust-digest-dev_0.10.7-2_s390x.deb ... 116s Unpacking librust-digest-dev:s390x (0.10.7-2) ... 116s Selecting previously unselected package librust-ppv-lite86-dev:s390x. 116s Preparing to unpack .../127-librust-ppv-lite86-dev_0.2.20-1_s390x.deb ... 116s Unpacking librust-ppv-lite86-dev:s390x (0.2.20-1) ... 116s Selecting previously unselected package librust-rand-chacha-dev:s390x. 116s Preparing to unpack .../128-librust-rand-chacha-dev_0.3.1-2_s390x.deb ... 116s Unpacking librust-rand-chacha-dev:s390x (0.3.1-2) ... 117s Selecting previously unselected package librust-rand-core+serde-dev:s390x. 117s Preparing to unpack .../129-librust-rand-core+serde-dev_0.6.4-2_s390x.deb ... 117s Unpacking librust-rand-core+serde-dev:s390x (0.6.4-2) ... 117s Selecting previously unselected package librust-rand-core+std-dev:s390x. 117s Preparing to unpack .../130-librust-rand-core+std-dev_0.6.4-2_s390x.deb ... 117s Unpacking librust-rand-core+std-dev:s390x (0.6.4-2) ... 117s Selecting previously unselected package librust-rand-dev:s390x. 117s Preparing to unpack .../131-librust-rand-dev_0.8.5-1_s390x.deb ... 117s Unpacking librust-rand-dev:s390x (0.8.5-1) ... 117s Selecting previously unselected package librust-static-assertions-dev:s390x. 117s Preparing to unpack .../132-librust-static-assertions-dev_1.1.0-1_s390x.deb ... 117s Unpacking librust-static-assertions-dev:s390x (1.1.0-1) ... 117s Selecting previously unselected package librust-twox-hash-dev:s390x. 117s Preparing to unpack .../133-librust-twox-hash-dev_1.6.3-1_s390x.deb ... 117s Unpacking librust-twox-hash-dev:s390x (1.6.3-1) ... 117s Selecting previously unselected package librust-ruzstd-dev:s390x. 117s Preparing to unpack .../134-librust-ruzstd-dev_0.7.3-2_s390x.deb ... 117s Unpacking librust-ruzstd-dev:s390x (0.7.3-2) ... 117s Selecting previously unselected package librust-object-dev:s390x. 117s Preparing to unpack .../135-librust-object-dev_0.36.5-2_s390x.deb ... 117s Unpacking librust-object-dev:s390x (0.36.5-2) ... 117s Selecting previously unselected package librust-rustc-demangle-dev:s390x. 117s Preparing to unpack .../136-librust-rustc-demangle-dev_0.1.24-1_s390x.deb ... 117s Unpacking librust-rustc-demangle-dev:s390x (0.1.24-1) ... 117s Selecting previously unselected package librust-typed-arena-dev:s390x. 117s Preparing to unpack .../137-librust-typed-arena-dev_2.0.2-1_s390x.deb ... 117s Unpacking librust-typed-arena-dev:s390x (2.0.2-1) ... 117s Selecting previously unselected package librust-addr2line-dev:s390x. 117s Preparing to unpack .../138-librust-addr2line-dev_0.24.2-2_s390x.deb ... 117s Unpacking librust-addr2line-dev:s390x (0.24.2-2) ... 117s Selecting previously unselected package librust-aho-corasick-dev:s390x. 117s Preparing to unpack .../139-librust-aho-corasick-dev_1.1.3-1_s390x.deb ... 117s Unpacking librust-aho-corasick-dev:s390x (1.1.3-1) ... 117s Selecting previously unselected package librust-anstyle-dev:s390x. 117s Preparing to unpack .../140-librust-anstyle-dev_1.0.8-1_s390x.deb ... 117s Unpacking librust-anstyle-dev:s390x (1.0.8-1) ... 117s Selecting previously unselected package librust-arrayvec-dev:s390x. 117s Preparing to unpack .../141-librust-arrayvec-dev_0.7.6-1_s390x.deb ... 117s Unpacking librust-arrayvec-dev:s390x (0.7.6-1) ... 117s Selecting previously unselected package librust-utf8parse-dev:s390x. 117s Preparing to unpack .../142-librust-utf8parse-dev_0.2.1-1_s390x.deb ... 117s Unpacking librust-utf8parse-dev:s390x (0.2.1-1) ... 117s Selecting previously unselected package librust-anstyle-parse-dev:s390x. 117s Preparing to unpack .../143-librust-anstyle-parse-dev_0.2.1-1_s390x.deb ... 117s Unpacking librust-anstyle-parse-dev:s390x (0.2.1-1) ... 117s Selecting previously unselected package librust-anstyle-query-dev:s390x. 117s Preparing to unpack .../144-librust-anstyle-query-dev_1.0.0-1_s390x.deb ... 117s Unpacking librust-anstyle-query-dev:s390x (1.0.0-1) ... 117s Selecting previously unselected package librust-colorchoice-dev:s390x. 117s Preparing to unpack .../145-librust-colorchoice-dev_1.0.0-1_s390x.deb ... 117s Unpacking librust-colorchoice-dev:s390x (1.0.0-1) ... 117s Selecting previously unselected package librust-anstream-dev:s390x. 117s Preparing to unpack .../146-librust-anstream-dev_0.6.15-1_s390x.deb ... 117s Unpacking librust-anstream-dev:s390x (0.6.15-1) ... 117s Selecting previously unselected package librust-arc-swap-dev:s390x. 117s Preparing to unpack .../147-librust-arc-swap-dev_1.7.1-1_s390x.deb ... 117s Unpacking librust-arc-swap-dev:s390x (1.7.1-1) ... 117s Selecting previously unselected package librust-bytemuck-derive-dev:s390x. 117s Preparing to unpack .../148-librust-bytemuck-derive-dev_1.5.0-2_s390x.deb ... 117s Unpacking librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 117s Selecting previously unselected package librust-bytemuck-dev:s390x. 117s Preparing to unpack .../149-librust-bytemuck-dev_1.21.0-1_s390x.deb ... 117s Unpacking librust-bytemuck-dev:s390x (1.21.0-1) ... 117s Selecting previously unselected package librust-atomic-dev:s390x. 117s Preparing to unpack .../150-librust-atomic-dev_0.6.0-1_s390x.deb ... 117s Unpacking librust-atomic-dev:s390x (0.6.0-1) ... 117s Selecting previously unselected package librust-autocfg-dev:s390x. 117s Preparing to unpack .../151-librust-autocfg-dev_1.1.0-1_s390x.deb ... 117s Unpacking librust-autocfg-dev:s390x (1.1.0-1) ... 117s Selecting previously unselected package librust-backtrace-dev:s390x. 117s Preparing to unpack .../152-librust-backtrace-dev_0.3.74-3_s390x.deb ... 117s Unpacking librust-backtrace-dev:s390x (0.3.74-3) ... 117s Selecting previously unselected package librust-bitflags-1-dev:s390x. 117s Preparing to unpack .../153-librust-bitflags-1-dev_1.3.2-7_s390x.deb ... 117s Unpacking librust-bitflags-1-dev:s390x (1.3.2-7) ... 117s Selecting previously unselected package librust-bitflags-dev:s390x. 117s Preparing to unpack .../154-librust-bitflags-dev_2.6.0-1_s390x.deb ... 117s Unpacking librust-bitflags-dev:s390x (2.6.0-1) ... 117s Selecting previously unselected package librust-slab-dev:s390x. 117s Preparing to unpack .../155-librust-slab-dev_0.4.9-1_s390x.deb ... 117s Unpacking librust-slab-dev:s390x (0.4.9-1) ... 117s Selecting previously unselected package librust-cc-traits-dev:s390x. 117s Preparing to unpack .../156-librust-cc-traits-dev_2.0.0-1_s390x.deb ... 117s Unpacking librust-cc-traits-dev:s390x (2.0.0-1) ... 117s Selecting previously unselected package librust-btree-slab-dev:s390x. 117s Preparing to unpack .../157-librust-btree-slab-dev_0.6.1-2_s390x.deb ... 117s Unpacking librust-btree-slab-dev:s390x (0.6.1-2) ... 117s Selecting previously unselected package librust-libm-dev:s390x. 117s Preparing to unpack .../158-librust-libm-dev_0.2.8-1_s390x.deb ... 117s Unpacking librust-libm-dev:s390x (0.2.8-1) ... 117s Selecting previously unselected package librust-num-traits-dev:s390x. 117s Preparing to unpack .../159-librust-num-traits-dev_0.2.19-2_s390x.deb ... 117s Unpacking librust-num-traits-dev:s390x (0.2.19-2) ... 117s Selecting previously unselected package librust-ordered-float-dev:s390x. 117s Preparing to unpack .../160-librust-ordered-float-dev_4.2.2-2_s390x.deb ... 117s Unpacking librust-ordered-float-dev:s390x (4.2.2-2) ... 117s Selecting previously unselected package librust-range-traits-dev:s390x. 117s Preparing to unpack .../161-librust-range-traits-dev_0.3.2-1_s390x.deb ... 117s Unpacking librust-range-traits-dev:s390x (0.3.2-1) ... 117s Selecting previously unselected package librust-btree-range-map-dev:s390x. 117s Preparing to unpack .../162-librust-btree-range-map-dev_0.7.2-1_s390x.deb ... 117s Unpacking librust-btree-range-map-dev:s390x (0.7.2-1) ... 117s Selecting previously unselected package librust-bumpalo-dev:s390x. 117s Preparing to unpack .../163-librust-bumpalo-dev_3.16.0-1_s390x.deb ... 117s Unpacking librust-bumpalo-dev:s390x (3.16.0-1) ... 117s Selecting previously unselected package librust-capng-dev:s390x. 117s Preparing to unpack .../164-librust-capng-dev_0.2.3-1_s390x.deb ... 117s Unpacking librust-capng-dev:s390x (0.2.3-1) ... 117s Selecting previously unselected package librust-jobserver-dev:s390x. 117s Preparing to unpack .../165-librust-jobserver-dev_0.1.32-1_s390x.deb ... 117s Unpacking librust-jobserver-dev:s390x (0.1.32-1) ... 117s Selecting previously unselected package librust-shlex-dev:s390x. 117s Preparing to unpack .../166-librust-shlex-dev_1.3.0-1_s390x.deb ... 117s Unpacking librust-shlex-dev:s390x (1.3.0-1) ... 117s Selecting previously unselected package librust-cc-dev:s390x. 117s Preparing to unpack .../167-librust-cc-dev_1.1.14-1_s390x.deb ... 117s Unpacking librust-cc-dev:s390x (1.1.14-1) ... 117s Selecting previously unselected package librust-clap-lex-dev:s390x. 117s Preparing to unpack .../168-librust-clap-lex-dev_0.7.4-1_s390x.deb ... 117s Unpacking librust-clap-lex-dev:s390x (0.7.4-1) ... 117s Selecting previously unselected package librust-strsim-dev:s390x. 117s Preparing to unpack .../169-librust-strsim-dev_0.11.1-1_s390x.deb ... 117s Unpacking librust-strsim-dev:s390x (0.11.1-1) ... 117s Selecting previously unselected package librust-compiler-builtins+core-dev:s390x. 117s Preparing to unpack .../170-librust-compiler-builtins+core-dev_0.1.139-1_s390x.deb ... 117s Unpacking librust-compiler-builtins+core-dev:s390x (0.1.139-1) ... 117s Selecting previously unselected package librust-compiler-builtins+rustc-dep-of-std-dev:s390x. 117s Preparing to unpack .../171-librust-compiler-builtins+rustc-dep-of-std-dev_0.1.139-1_s390x.deb ... 117s Unpacking librust-compiler-builtins+rustc-dep-of-std-dev:s390x (0.1.139-1) ... 117s Selecting previously unselected package librust-errno-dev:s390x. 117s Preparing to unpack .../172-librust-errno-dev_0.3.8-1_s390x.deb ... 117s Unpacking librust-errno-dev:s390x (0.3.8-1) ... 117s Selecting previously unselected package librust-linux-raw-sys-dev:s390x. 117s Preparing to unpack .../173-librust-linux-raw-sys-dev_0.4.14-1_s390x.deb ... 117s Unpacking librust-linux-raw-sys-dev:s390x (0.4.14-1) ... 117s Selecting previously unselected package librust-rustix-dev:s390x. 117s Preparing to unpack .../174-librust-rustix-dev_0.38.37-1_s390x.deb ... 117s Unpacking librust-rustix-dev:s390x (0.38.37-1) ... 117s Selecting previously unselected package librust-terminal-size-dev:s390x. 117s Preparing to unpack .../175-librust-terminal-size-dev_0.3.0-2_s390x.deb ... 117s Unpacking librust-terminal-size-dev:s390x (0.3.0-2) ... 117s Selecting previously unselected package librust-unicase-dev:s390x. 117s Preparing to unpack .../176-librust-unicase-dev_2.8.0-1_s390x.deb ... 117s Unpacking librust-unicase-dev:s390x (2.8.0-1) ... 117s Selecting previously unselected package librust-unicode-width-dev:s390x. 117s Preparing to unpack .../177-librust-unicode-width-dev_0.2.0-1_s390x.deb ... 117s Unpacking librust-unicode-width-dev:s390x (0.2.0-1) ... 117s Selecting previously unselected package librust-clap-builder-dev:s390x. 117s Preparing to unpack .../178-librust-clap-builder-dev_4.5.23-1_s390x.deb ... 117s Unpacking librust-clap-builder-dev:s390x (4.5.23-1) ... 117s Selecting previously unselected package librust-unicode-segmentation-dev:s390x. 117s Preparing to unpack .../179-librust-unicode-segmentation-dev_1.12.0-1_s390x.deb ... 117s Unpacking librust-unicode-segmentation-dev:s390x (1.12.0-1) ... 117s Selecting previously unselected package librust-heck-dev:s390x. 117s Preparing to unpack .../180-librust-heck-dev_0.4.1-1_s390x.deb ... 117s Unpacking librust-heck-dev:s390x (0.4.1-1) ... 117s Selecting previously unselected package librust-clap-derive-dev:s390x. 117s Preparing to unpack .../181-librust-clap-derive-dev_4.5.18-1_s390x.deb ... 117s Unpacking librust-clap-derive-dev:s390x (4.5.18-1) ... 117s Selecting previously unselected package librust-clap-dev:s390x. 117s Preparing to unpack .../182-librust-clap-dev_4.5.23-1_s390x.deb ... 117s Unpacking librust-clap-dev:s390x (4.5.23-1) ... 117s Selecting previously unselected package librust-cobs-dev:s390x. 117s Preparing to unpack .../183-librust-cobs-dev_0.2.3-1_s390x.deb ... 117s Unpacking librust-cobs-dev:s390x (0.2.3-1) ... 117s Selecting previously unselected package librust-cpufeatures-dev:s390x. 117s Preparing to unpack .../184-librust-cpufeatures-dev_0.2.16-1_s390x.deb ... 117s Unpacking librust-cpufeatures-dev:s390x (0.2.16-1) ... 117s Selecting previously unselected package librust-crc-catalog-dev:s390x. 117s Preparing to unpack .../185-librust-crc-catalog-dev_2.4.0-1_s390x.deb ... 117s Unpacking librust-crc-catalog-dev:s390x (2.4.0-1) ... 117s Selecting previously unselected package librust-crc-dev:s390x. 117s Preparing to unpack .../186-librust-crc-dev_3.2.1-1_s390x.deb ... 117s Unpacking librust-crc-dev:s390x (3.2.1-1) ... 117s Selecting previously unselected package librust-thiserror-impl-dev:s390x. 117s Preparing to unpack .../187-librust-thiserror-impl-dev_2.0.11-1_s390x.deb ... 117s Unpacking librust-thiserror-impl-dev:s390x (2.0.11-1) ... 117s Selecting previously unselected package librust-thiserror-dev:s390x. 117s Preparing to unpack .../188-librust-thiserror-dev_2.0.11-1_s390x.deb ... 117s Unpacking librust-thiserror-dev:s390x (2.0.11-1) ... 117s Selecting previously unselected package librust-defmt-parser-dev:s390x. 117s Preparing to unpack .../189-librust-defmt-parser-dev_0.4.1-1_s390x.deb ... 117s Unpacking librust-defmt-parser-dev:s390x (0.4.1-1) ... 117s Selecting previously unselected package librust-proc-macro-error-attr2-dev:s390x. 117s Preparing to unpack .../190-librust-proc-macro-error-attr2-dev_2.0.0-1_s390x.deb ... 117s Unpacking librust-proc-macro-error-attr2-dev:s390x (2.0.0-1) ... 117s Selecting previously unselected package librust-proc-macro-error2-dev:s390x. 117s Preparing to unpack .../191-librust-proc-macro-error2-dev_2.0.1-1_s390x.deb ... 117s Unpacking librust-proc-macro-error2-dev:s390x (2.0.1-1) ... 117s Selecting previously unselected package librust-defmt-macros-dev:s390x. 117s Preparing to unpack .../192-librust-defmt-macros-dev_0.4.0-1_s390x.deb ... 117s Unpacking librust-defmt-macros-dev:s390x (0.4.0-1) ... 117s Selecting previously unselected package librust-defmt-dev:s390x. 117s Preparing to unpack .../193-librust-defmt-dev_0.3.10-1_s390x.deb ... 117s Unpacking librust-defmt-dev:s390x (0.3.10-1) ... 117s Selecting previously unselected package librust-powerfmt-macros-dev:s390x. 117s Preparing to unpack .../194-librust-powerfmt-macros-dev_0.1.0-1_s390x.deb ... 117s Unpacking librust-powerfmt-macros-dev:s390x (0.1.0-1) ... 117s Selecting previously unselected package librust-powerfmt-dev:s390x. 117s Preparing to unpack .../195-librust-powerfmt-dev_0.2.0-1_s390x.deb ... 117s Unpacking librust-powerfmt-dev:s390x (0.2.0-1) ... 117s Selecting previously unselected package librust-regex-syntax-dev:s390x. 117s Preparing to unpack .../196-librust-regex-syntax-dev_0.8.5-1_s390x.deb ... 117s Unpacking librust-regex-syntax-dev:s390x (0.8.5-1) ... 117s Selecting previously unselected package librust-regex-automata-dev:s390x. 117s Preparing to unpack .../197-librust-regex-automata-dev_0.4.9-2_s390x.deb ... 117s Unpacking librust-regex-automata-dev:s390x (0.4.9-2) ... 117s Selecting previously unselected package librust-regex-dev:s390x. 117s Preparing to unpack .../198-librust-regex-dev_1.11.1-2_s390x.deb ... 117s Unpacking librust-regex-dev:s390x (1.11.1-2) ... 117s Selecting previously unselected package librust-env-filter-dev:s390x. 117s Preparing to unpack .../199-librust-env-filter-dev_0.1.3-1_s390x.deb ... 117s Unpacking librust-env-filter-dev:s390x (0.1.3-1) ... 117s Selecting previously unselected package librust-humantime-dev:s390x. 117s Preparing to unpack .../200-librust-humantime-dev_2.1.0-2_s390x.deb ... 117s Unpacking librust-humantime-dev:s390x (2.1.0-2) ... 117s Selecting previously unselected package librust-env-logger-dev:s390x. 117s Preparing to unpack .../201-librust-env-logger-dev_0.11.5-2_s390x.deb ... 117s Unpacking librust-env-logger-dev:s390x (0.11.5-2) ... 117s Selecting previously unselected package librust-quickcheck-dev:s390x. 117s Preparing to unpack .../202-librust-quickcheck-dev_1.0.3-5_s390x.deb ... 117s Unpacking librust-quickcheck-dev:s390x (1.0.3-5) ... 117s Selecting previously unselected package librust-deranged-dev:s390x. 117s Preparing to unpack .../203-librust-deranged-dev_0.3.11-1_s390x.deb ... 117s Unpacking librust-deranged-dev:s390x (0.3.11-1) ... 117s Selecting previously unselected package librust-embedded-io-dev:s390x. 117s Preparing to unpack .../204-librust-embedded-io-dev_0.6.1-1_s390x.deb ... 117s Unpacking librust-embedded-io-dev:s390x (0.6.1-1) ... 117s Selecting previously unselected package librust-error-chain-dev:s390x. 117s Preparing to unpack .../205-librust-error-chain-dev_0.12.4-1_s390x.deb ... 117s Unpacking librust-error-chain-dev:s390x (0.12.4-1) ... 118s Selecting previously unselected package librust-futures-core-dev:s390x. 118s Preparing to unpack .../206-librust-futures-core-dev_0.3.31-1_s390x.deb ... 118s Unpacking librust-futures-core-dev:s390x (0.3.31-1) ... 118s Selecting previously unselected package librust-futures-sink-dev:s390x. 118s Preparing to unpack .../207-librust-futures-sink-dev_0.3.31-1_s390x.deb ... 118s Unpacking librust-futures-sink-dev:s390x (0.3.31-1) ... 118s Selecting previously unselected package librust-futures-channel-dev:s390x. 118s Preparing to unpack .../208-librust-futures-channel-dev_0.3.31-1_s390x.deb ... 118s Unpacking librust-futures-channel-dev:s390x (0.3.31-1) ... 118s Selecting previously unselected package librust-futures-task-dev:s390x. 118s Preparing to unpack .../209-librust-futures-task-dev_0.3.31-3_s390x.deb ... 118s Unpacking librust-futures-task-dev:s390x (0.3.31-3) ... 118s Selecting previously unselected package librust-futures-io-dev:s390x. 118s Preparing to unpack .../210-librust-futures-io-dev_0.3.31-1_s390x.deb ... 118s Unpacking librust-futures-io-dev:s390x (0.3.31-1) ... 118s Selecting previously unselected package librust-futures-macro-dev:s390x. 118s Preparing to unpack .../211-librust-futures-macro-dev_0.3.31-1_s390x.deb ... 118s Unpacking librust-futures-macro-dev:s390x (0.3.31-1) ... 118s Selecting previously unselected package librust-pin-project-lite-dev:s390x. 118s Preparing to unpack .../212-librust-pin-project-lite-dev_0.2.13-1_s390x.deb ... 118s Unpacking librust-pin-project-lite-dev:s390x (0.2.13-1) ... 118s Selecting previously unselected package librust-pin-utils-dev:s390x. 118s Preparing to unpack .../213-librust-pin-utils-dev_0.1.0-1_s390x.deb ... 118s Unpacking librust-pin-utils-dev:s390x (0.1.0-1) ... 118s Selecting previously unselected package librust-futures-util-dev:s390x. 118s Preparing to unpack .../214-librust-futures-util-dev_0.3.31-1_s390x.deb ... 118s Unpacking librust-futures-util-dev:s390x (0.3.31-1) ... 118s Selecting previously unselected package librust-num-cpus-dev:s390x. 118s Preparing to unpack .../215-librust-num-cpus-dev_1.16.0-1_s390x.deb ... 118s Unpacking librust-num-cpus-dev:s390x (1.16.0-1) ... 118s Selecting previously unselected package librust-futures-executor-dev:s390x. 118s Preparing to unpack .../216-librust-futures-executor-dev_0.3.31-1_s390x.deb ... 118s Unpacking librust-futures-executor-dev:s390x (0.3.31-1) ... 118s Selecting previously unselected package librust-futures-dev:s390x. 118s Preparing to unpack .../217-librust-futures-dev_0.3.30-2_s390x.deb ... 118s Unpacking librust-futures-dev:s390x (0.3.30-2) ... 118s Selecting previously unselected package librust-hash32-dev:s390x. 118s Preparing to unpack .../218-librust-hash32-dev_0.3.1-2_s390x.deb ... 118s Unpacking librust-hash32-dev:s390x (0.3.1-2) ... 118s Selecting previously unselected package librust-ufmt-write-dev:s390x. 118s Preparing to unpack .../219-librust-ufmt-write-dev_0.1.0-1_s390x.deb ... 118s Unpacking librust-ufmt-write-dev:s390x (0.1.0-1) ... 118s Selecting previously unselected package librust-heapless-dev:s390x. 118s Preparing to unpack .../220-librust-heapless-dev_0.8.0-2_s390x.deb ... 118s Unpacking librust-heapless-dev:s390x (0.8.0-2) ... 118s Selecting previously unselected package librust-match-cfg-dev:s390x. 118s Preparing to unpack .../221-librust-match-cfg-dev_0.1.0-4_s390x.deb ... 118s Unpacking librust-match-cfg-dev:s390x (0.1.0-4) ... 118s Selecting previously unselected package librust-winapi-i686-pc-windows-gnu-dev:s390x. 118s Preparing to unpack .../222-librust-winapi-i686-pc-windows-gnu-dev_0.4.0-1_s390x.deb ... 118s Unpacking librust-winapi-i686-pc-windows-gnu-dev:s390x (0.4.0-1) ... 118s Selecting previously unselected package librust-winapi-x86-64-pc-windows-gnu-dev:s390x. 118s Preparing to unpack .../223-librust-winapi-x86-64-pc-windows-gnu-dev_0.4.0-1_s390x.deb ... 118s Unpacking librust-winapi-x86-64-pc-windows-gnu-dev:s390x (0.4.0-1) ... 118s Selecting previously unselected package librust-winapi-dev:s390x. 118s Preparing to unpack .../224-librust-winapi-dev_0.3.9-1_s390x.deb ... 118s Unpacking librust-winapi-dev:s390x (0.3.9-1) ... 118s Selecting previously unselected package librust-hostname-dev:s390x. 118s Preparing to unpack .../225-librust-hostname-dev_0.3.1-2_s390x.deb ... 118s Unpacking librust-hostname-dev:s390x (0.3.1-2) ... 118s Selecting previously unselected package librust-wasm-bindgen-shared-dev:s390x. 118s Preparing to unpack .../226-librust-wasm-bindgen-shared-dev_0.2.99-1_s390x.deb ... 118s Unpacking librust-wasm-bindgen-shared-dev:s390x (0.2.99-1) ... 118s Selecting previously unselected package librust-wasm-bindgen-backend-dev:s390x. 118s Preparing to unpack .../227-librust-wasm-bindgen-backend-dev_0.2.99-1_s390x.deb ... 118s Unpacking librust-wasm-bindgen-backend-dev:s390x (0.2.99-1) ... 118s Selecting previously unselected package librust-wasm-bindgen-macro-support-dev:s390x. 118s Preparing to unpack .../228-librust-wasm-bindgen-macro-support-dev_0.2.99-1_s390x.deb ... 118s Unpacking librust-wasm-bindgen-macro-support-dev:s390x (0.2.99-1) ... 118s Selecting previously unselected package librust-wasm-bindgen-macro-dev:s390x. 118s Preparing to unpack .../229-librust-wasm-bindgen-macro-dev_0.2.99-1_s390x.deb ... 118s Unpacking librust-wasm-bindgen-macro-dev:s390x (0.2.99-1) ... 118s Selecting previously unselected package librust-wasm-bindgen-dev:s390x. 118s Preparing to unpack .../230-librust-wasm-bindgen-dev_0.2.99-1_s390x.deb ... 118s Unpacking librust-wasm-bindgen-dev:s390x (0.2.99-1) ... 118s Selecting previously unselected package librust-js-sys-dev:s390x. 118s Preparing to unpack .../231-librust-js-sys-dev_0.3.64-1_s390x.deb ... 118s Unpacking librust-js-sys-dev:s390x (0.3.64-1) ... 118s Selecting previously unselected package libseccomp-dev:s390x. 118s Preparing to unpack .../232-libseccomp-dev_2.5.5-1ubuntu5_s390x.deb ... 118s Unpacking libseccomp-dev:s390x (2.5.5-1ubuntu5) ... 118s Selecting previously unselected package librust-libseccomp-sys-dev:s390x. 118s Preparing to unpack .../233-librust-libseccomp-sys-dev_0.2.1-2_s390x.deb ... 118s Unpacking librust-libseccomp-sys-dev:s390x (0.2.1-2) ... 118s Selecting previously unselected package librust-md5-asm-dev:s390x. 118s Preparing to unpack .../234-librust-md5-asm-dev_0.5.0-2_s390x.deb ... 118s Unpacking librust-md5-asm-dev:s390x (0.5.0-2) ... 118s Selecting previously unselected package librust-md-5-dev:s390x. 118s Preparing to unpack .../235-librust-md-5-dev_0.10.6-1_s390x.deb ... 118s Unpacking librust-md-5-dev:s390x (0.10.6-1) ... 118s Selecting previously unselected package librust-num-conv-dev:s390x. 118s Preparing to unpack .../236-librust-num-conv-dev_0.1.0-1_s390x.deb ... 118s Unpacking librust-num-conv-dev:s390x (0.1.0-1) ... 118s Selecting previously unselected package librust-num-threads-dev:s390x. 118s Preparing to unpack .../237-librust-num-threads-dev_0.1.7-1_s390x.deb ... 118s Unpacking librust-num-threads-dev:s390x (0.1.7-1) ... 118s Selecting previously unselected package librust-paste-dev:s390x. 118s Preparing to unpack .../238-librust-paste-dev_1.0.15-1_s390x.deb ... 118s Unpacking librust-paste-dev:s390x (1.0.15-1) ... 118s Selecting previously unselected package librust-postcard-dev:s390x. 118s Preparing to unpack .../239-librust-postcard-dev_1.0.10-2_s390x.deb ... 118s Unpacking librust-postcard-dev:s390x (1.0.10-2) ... 118s Selecting previously unselected package librust-sha1-asm-dev:s390x. 118s Preparing to unpack .../240-librust-sha1-asm-dev_0.5.1-2_s390x.deb ... 118s Unpacking librust-sha1-asm-dev:s390x (0.5.1-2) ... 118s Selecting previously unselected package librust-sha1-dev:s390x. 118s Preparing to unpack .../241-librust-sha1-dev_0.10.6-1_s390x.deb ... 118s Unpacking librust-sha1-dev:s390x (0.10.6-1) ... 118s Selecting previously unselected package librust-slog-dev:s390x. 118s Preparing to unpack .../242-librust-slog-dev_2.7.0-1_s390x.deb ... 118s Unpacking librust-slog-dev:s390x (2.7.0-1) ... 118s Selecting previously unselected package librust-time-core-dev:s390x. 118s Preparing to unpack .../243-librust-time-core-dev_0.1.2-1_s390x.deb ... 118s Unpacking librust-time-core-dev:s390x (0.1.2-1) ... 118s Selecting previously unselected package librust-time-macros-dev:s390x. 118s Preparing to unpack .../244-librust-time-macros-dev_0.2.19-1_s390x.deb ... 118s Unpacking librust-time-macros-dev:s390x (0.2.19-1) ... 118s Selecting previously unselected package librust-time-dev:s390x. 118s Preparing to unpack .../245-librust-time-dev_0.3.37-1_s390x.deb ... 118s Unpacking librust-time-dev:s390x (0.3.37-1) ... 118s Selecting previously unselected package librust-syslog-dev:s390x. 118s Preparing to unpack .../246-librust-syslog-dev_6.0.1-2_s390x.deb ... 118s Unpacking librust-syslog-dev:s390x (6.0.1-2) ... 118s Selecting previously unselected package librust-thiserror-impl-1-dev:s390x. 118s Preparing to unpack .../247-librust-thiserror-impl-1-dev_1.0.69-1_s390x.deb ... 118s Unpacking librust-thiserror-impl-1-dev:s390x (1.0.69-1) ... 118s Selecting previously unselected package librust-thiserror-1-dev:s390x. 118s Preparing to unpack .../248-librust-thiserror-1-dev_1.0.69-1_s390x.deb ... 118s Unpacking librust-thiserror-1-dev:s390x (1.0.69-1) ... 118s Selecting previously unselected package librust-uuid-dev:s390x. 118s Preparing to unpack .../249-librust-uuid-dev_1.10.0-1_s390x.deb ... 118s Unpacking librust-uuid-dev:s390x (1.10.0-1) ... 118s Selecting previously unselected package librust-vmm-sys-util-dev:s390x. 118s Preparing to unpack .../250-librust-vmm-sys-util-dev_0.12.1-2_s390x.deb ... 118s Unpacking librust-vmm-sys-util-dev:s390x (0.12.1-2) ... 118s Selecting previously unselected package librust-vm-memory-dev:s390x. 118s Preparing to unpack .../251-librust-vm-memory-dev_0.16.1-4_s390x.deb ... 118s Unpacking librust-vm-memory-dev:s390x (0.16.1-4) ... 118s Selecting previously unselected package librust-vhost-dev:s390x. 118s Preparing to unpack .../252-librust-vhost-dev_0.13.0-1_s390x.deb ... 118s Unpacking librust-vhost-dev:s390x (0.13.0-1) ... 118s Selecting previously unselected package librust-virtio-bindings-dev:s390x. 118s Preparing to unpack .../253-librust-virtio-bindings-dev_0.2.4-1_s390x.deb ... 118s Unpacking librust-virtio-bindings-dev:s390x (0.2.4-1) ... 118s Selecting previously unselected package librust-virtio-queue-dev:s390x. 118s Preparing to unpack .../254-librust-virtio-queue-dev_0.14.0-1_s390x.deb ... 118s Unpacking librust-virtio-queue-dev:s390x (0.14.0-1) ... 118s Selecting previously unselected package librust-vhost-user-backend-dev:s390x. 118s Preparing to unpack .../255-librust-vhost-user-backend-dev_0.17.0-1_s390x.deb ... 118s Unpacking librust-vhost-user-backend-dev:s390x (0.17.0-1) ... 118s Selecting previously unselected package librust-virtiofsd-dev:s390x. 118s Preparing to unpack .../256-librust-virtiofsd-dev_1.13.0-5_s390x.deb ... 118s Unpacking librust-virtiofsd-dev:s390x (1.13.0-5) ... 118s Selecting previously unselected package virtiofsd. 118s Preparing to unpack .../257-virtiofsd_1.13.0-5_s390x.deb ... 118s Unpacking virtiofsd (1.13.0-5) ... 118s Setting up librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 118s Setting up librust-pin-utils-dev:s390x (0.1.0-1) ... 118s Setting up libseccomp-dev:s390x (2.5.5-1ubuntu5) ... 118s Setting up librust-either-dev:s390x (1.13.0-1) ... 118s Setting up librust-crc-catalog-dev:s390x (2.4.0-1) ... 118s Setting up librust-adler-dev:s390x (1.0.2-2) ... 118s Setting up dh-cargo-tools (31ubuntu4) ... 118s Setting up librust-version-check-dev:s390x (0.9.5-1) ... 118s Setting up librust-anstyle-dev:s390x (1.0.8-1) ... 118s Setting up librust-winapi-i686-pc-windows-gnu-dev:s390x (0.4.0-1) ... 118s Setting up librust-futures-task-dev:s390x (0.3.31-3) ... 118s Setting up librust-wasm-bindgen-shared-dev:s390x (0.2.99-1) ... 118s Setting up libarchive-zip-perl (1.68-1) ... 118s Setting up librust-colorchoice-dev:s390x (1.0.0-1) ... 118s Setting up librust-cobs-dev:s390x (0.2.3-1) ... 118s Setting up libdebhelper-perl (13.23ubuntu1) ... 118s Setting up librust-libm-dev:s390x (0.2.8-1) ... 118s Setting up librust-typed-arena-dev:s390x (2.0.2-1) ... 118s Setting up librust-strsim-dev:s390x (0.11.1-1) ... 118s Setting up m4 (1.4.19-5) ... 118s Setting up librust-rustc-demangle-dev:s390x (0.1.24-1) ... 118s Setting up librust-fallible-iterator-dev:s390x (0.3.0-2) ... 118s Setting up librust-ryu-dev:s390x (1.0.15-1) ... 118s Setting up librust-humantime-dev:s390x (2.1.0-2) ... 118s Setting up librust-anstyle-query-dev:s390x (1.0.0-1) ... 118s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 118s Setting up librust-subtle-dev:s390x (2.6.1-1) ... 118s Setting up librust-miniz-oxide-dev:s390x (0.7.1-1) ... 118s Setting up librust-pin-project-lite-dev:s390x (0.2.13-1) ... 118s Setting up librust-ufmt-write-dev:s390x (0.1.0-1) ... 118s Setting up librust-error-chain-dev:s390x (0.12.4-1) ... 118s Setting up librust-unicode-segmentation-dev:s390x (1.12.0-1) ... 118s Setting up librust-compiler-builtins-dev:s390x (0.1.139-1) ... 118s Setting up librust-utf8parse-dev:s390x (0.2.1-1) ... 118s Setting up librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 118s Setting up autotools-dev (20220109.1) ... 118s Setting up libpkgconf3:s390x (1.8.1-4) ... 118s Setting up librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 118s Setting up librust-futures-io-dev:s390x (0.3.31-1) ... 118s Setting up librust-typenum-dev:s390x (1.17.0-2) ... 118s Setting up librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 118s Setting up librust-critical-section-dev:s390x (1.2.0-1) ... 118s Setting up librust-crc-dev:s390x (3.2.1-1) ... 118s Setting up libgit2-1.8:s390x (1.8.4+ds-3ubuntu2) ... 118s Setting up libmpc3:s390x (1.3.1-1build2) ... 118s Setting up librust-rand-core-dev:s390x (0.6.4-2) ... 118s Setting up autopoint (0.23.1-1) ... 118s Setting up pkgconf-bin (1.8.1-4) ... 118s Setting up librust-time-core-dev:s390x (0.1.2-1) ... 118s Setting up librust-crunchy-dev:s390x (0.2.2-1) ... 118s Setting up librust-unicase-dev:s390x (2.8.0-1) ... 118s Setting up librust-unicode-width-dev:s390x (0.2.0-1) ... 118s Setting up autoconf (2.72-3) ... 118s Setting up librust-paste-dev:s390x (1.0.15-1) ... 118s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 118s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 118s Setting up librust-unicode-ident-dev:s390x (1.0.13-1) ... 118s Setting up librust-equivalent-dev:s390x (1.0.1-1) ... 118s Setting up dwz (0.15-1build6) ... 118s Setting up librust-bitflags-1-dev:s390x (1.3.2-7) ... 118s Setting up virtiofsd (1.13.0-5) ... 118s Setting up librust-slog-dev:s390x (2.7.0-1) ... 118s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 118s Setting up libcap-ng-dev:s390x (0.8.5-4) ... 118s Setting up librust-cfg-if-dev:s390x (1.0.0-1) ... 118s Setting up debugedit (1:5.1-1) ... 118s Setting up librust-match-cfg-dev:s390x (0.1.0-4) ... 118s Setting up librust-virtio-bindings-dev:s390x (0.2.4-1) ... 118s Setting up librust-blobby-dev:s390x (0.3.1-1) ... 118s Setting up librust-byteorder-dev:s390x (1.5.0-1) ... 118s Setting up librust-static-assertions-dev:s390x (1.1.0-1) ... 118s Setting up librust-compiler-builtins+core-dev:s390x (0.1.139-1) ... 118s Setting up librust-autocfg-dev:s390x (1.1.0-1) ... 118s Setting up libisl23:s390x (0.27-1) ... 118s Setting up librust-futures-sink-dev:s390x (0.3.31-1) ... 118s Setting up libstd-rust-1.83:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 118s Setting up librust-shlex-dev:s390x (1.3.0-1) ... 118s Setting up librust-cpp-demangle-dev:s390x (0.4.0-1) ... 118s Setting up librust-winapi-x86-64-pc-windows-gnu-dev:s390x (0.4.0-1) ... 118s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 118s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 118s Setting up librust-clap-lex-dev:s390x (0.7.4-1) ... 118s Setting up librust-heck-dev:s390x (0.4.1-1) ... 118s Setting up librust-num-conv-dev:s390x (0.1.0-1) ... 118s Setting up automake (1:1.16.5-1.3ubuntu1) ... 118s update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 118s Setting up libfile-stripnondeterminism-perl (1.14.1-1) ... 118s Setting up librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 118s Setting up librust-libseccomp-sys-dev:s390x (0.2.1-2) ... 118s Setting up librust-libc-dev:s390x (0.2.169-1) ... 118s Setting up gettext (0.23.1-1) ... 118s Setting up librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 118s Setting up librust-tiny-keccak-dev:s390x (2.0.2-1) ... 118s Setting up librust-capng-dev:s390x (0.2.3-1) ... 118s Setting up librust-linux-raw-sys-dev:s390x (0.4.14-1) ... 118s Setting up librust-getrandom-dev:s390x (0.2.15-1) ... 118s Setting up librust-memmap2-dev:s390x (0.9.5-1) ... 118s Setting up librust-num-cpus-dev:s390x (1.16.0-1) ... 118s Setting up librust-cpufeatures-dev:s390x (0.2.16-1) ... 118s Setting up librust-hash32-dev:s390x (0.3.1-2) ... 118s Setting up librust-proc-macro2-dev:s390x (1.0.92-1) ... 118s Setting up librust-compiler-builtins+rustc-dep-of-std-dev:s390x (0.1.139-1) ... 118s Setting up librust-rayon-core-dev:s390x (1.12.1-1) ... 118s Setting up librust-winapi-dev:s390x (0.3.9-1) ... 118s Setting up pkgconf:s390x (1.8.1-4) ... 118s Setting up intltool-debian (0.35.0+20060710.6) ... 118s Setting up librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 118s Setting up librust-errno-dev:s390x (0.3.8-1) ... 118s Setting up librust-jobserver-dev:s390x (0.1.32-1) ... 118s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 118s Setting up cpp-14 (14.2.0-16ubuntu1) ... 118s Setting up dh-strip-nondeterminism (1.14.1-1) ... 118s Setting up librust-crc32fast-dev:s390x (1.4.2-1) ... 118s Setting up libstd-rust-1.83-dev:s390x (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 118s Setting up librust-num-traits-dev:s390x (0.2.19-2) ... 118s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 118s Setting up librust-rayon-dev:s390x (1.10.0-1) ... 118s Setting up librust-time-macros-dev:s390x (0.2.19-1) ... 118s Setting up librust-pkg-config-dev:s390x (0.3.31-1) ... 118s Setting up librust-num-threads-dev:s390x (0.1.7-1) ... 118s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 118s Setting up po-debconf (1.0.21+nmu1) ... 118s Setting up librust-quote-dev:s390x (1.0.37-1) ... 118s Setting up librust-proc-macro-error-attr2-dev:s390x (2.0.0-1) ... 118s Setting up librust-libz-sys-dev:s390x (1.1.20-1) ... 118s Setting up librust-syn-dev:s390x (2.0.96-2) ... 118s Setting up librust-hostname-dev:s390x (0.3.1-2) ... 118s Setting up librust-rand-core+std-dev:s390x (0.6.4-2) ... 118s Setting up librust-powerfmt-macros-dev:s390x (0.1.0-1) ... 118s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 118s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 118s Setting up librust-powerfmt-dev:s390x (0.2.0-1) ... 118s Setting up librust-sval-derive-dev:s390x (2.6.1-2) ... 118s Setting up librust-cc-dev:s390x (1.1.14-1) ... 118s Setting up librust-zeroize-derive-dev:s390x (1.4.2-1) ... 118s Setting up librust-clap-derive-dev:s390x (4.5.18-1) ... 118s Setting up librust-proc-macro-error2-dev:s390x (2.0.1-1) ... 118s Setting up librust-no-panic-dev:s390x (0.1.32-1) ... 118s Setting up cpp (4:14.1.0-2ubuntu1) ... 118s Setting up librust-serde-derive-dev:s390x (1.0.217-1) ... 118s Setting up librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 118s Setting up librust-sha1-asm-dev:s390x (0.5.1-2) ... 118s Setting up librust-serde-dev:s390x (1.0.217-1) ... 118s Setting up librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 118s Setting up librust-thiserror-impl-1-dev:s390x (1.0.69-1) ... 118s Setting up librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 118s Setting up librust-allocator-api2-dev:s390x (0.2.16-1) ... 118s Setting up librust-thiserror-impl-dev:s390x (2.0.11-1) ... 118s Setting up librust-vmm-sys-util-dev:s390x (0.12.1-2) ... 118s Setting up librust-futures-macro-dev:s390x (0.3.31-1) ... 118s Setting up librust-thiserror-1-dev:s390x (1.0.69-1) ... 118s Setting up librust-thiserror-dev:s390x (2.0.11-1) ... 118s Setting up librust-serde-fmt-dev (1.0.3-3) ... 118s Setting up librust-arc-swap-dev:s390x (1.7.1-1) ... 118s Setting up librust-portable-atomic-dev:s390x (1.10.0-3) ... 118s Setting up librust-flate2-dev:s390x (1.0.34-1) ... 118s Setting up librust-sval-dev:s390x (2.6.1-2) ... 118s Setting up librust-itoa-dev:s390x (1.0.14-1) ... 118s Setting up gcc-14 (14.2.0-16ubuntu1) ... 118s Setting up librust-bumpalo-dev:s390x (3.16.0-1) ... 118s Setting up librust-rand-core+serde-dev:s390x (0.6.4-2) ... 118s Setting up librust-sval-ref-dev:s390x (2.6.1-1) ... 118s Setting up librust-zerocopy-dev:s390x (0.7.34-1) ... 118s Setting up librust-md5-asm-dev:s390x (0.5.0-2) ... 118s Setting up librust-bytemuck-dev:s390x (1.21.0-1) ... 118s Setting up librust-zeroize-dev:s390x (1.8.1-1) ... 118s Setting up librust-slab-dev:s390x (0.4.9-1) ... 118s Setting up librust-arbitrary-dev:s390x (1.4.1-1) ... 118s Setting up librust-serde-test-dev:s390x (1.0.171-1) ... 118s Setting up librust-erased-serde-dev:s390x (0.3.31-1) ... 118s Setting up librust-defmt-parser-dev:s390x (0.4.1-1) ... 118s Setting up librust-atomic-dev:s390x (0.6.0-1) ... 118s Setting up librust-defmt-macros-dev:s390x (0.4.0-1) ... 118s Setting up librust-generic-array-dev:s390x (0.14.7-1) ... 118s Setting up librust-ppv-lite86-dev:s390x (0.2.20-1) ... 118s Setting up librust-rand-chacha-dev:s390x (0.3.1-2) ... 118s Setting up librust-sval-dynamic-dev:s390x (2.6.1-1) ... 118s Setting up librust-crypto-common-dev:s390x (0.1.6-1) ... 118s Setting up librust-futures-core-dev:s390x (0.3.31-1) ... 118s Setting up libtool (2.5.4-2.1) ... 118s Setting up librust-sval-buffer-dev:s390x (2.6.1-1) ... 118s Setting up librust-arrayvec-dev:s390x (0.7.6-1) ... 118s Setting up librust-smallvec-dev:s390x (1.13.2-1) ... 118s Setting up librust-sval-fmt-dev:s390x (2.6.1-1) ... 118s Setting up librust-const-oid-dev:s390x (0.9.6-1) ... 118s Setting up gcc (4:14.1.0-2ubuntu1) ... 118s Setting up librust-anstyle-parse-dev:s390x (0.2.1-1) ... 118s Setting up dh-autoreconf (20) ... 118s Setting up librust-block-buffer-dev:s390x (0.10.2-2) ... 118s Setting up librust-anstream-dev:s390x (0.6.15-1) ... 118s Setting up rustc-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 118s Setting up librust-bitflags-dev:s390x (2.6.0-1) ... 118s Setting up librust-regex-syntax-dev:s390x (0.8.5-1) ... 118s Setting up rustc (1.83.0ubuntu1) ... 118s Setting up librust-parking-lot-core-dev:s390x (0.9.10-1) ... 118s Setting up librust-defmt-dev:s390x (0.3.10-1) ... 118s Setting up librust-heapless-dev:s390x (0.8.0-2) ... 118s Setting up librust-futures-channel-dev:s390x (0.3.31-1) ... 118s Setting up librust-once-cell-dev:s390x (1.20.2-1) ... 118s Setting up librust-digest-dev:s390x (0.10.7-2) ... 118s Setting up librust-md-5-dev:s390x (0.10.6-1) ... 118s Setting up librust-sval-serde-dev:s390x (2.6.1-1) ... 118s Setting up librust-embedded-io-dev:s390x (0.6.1-1) ... 118s Setting up librust-const-random-macro-dev:s390x (0.1.16-2) ... 118s Setting up librust-const-random-dev:s390x (0.1.17-2) ... 118s Setting up librust-sha1-dev:s390x (0.10.6-1) ... 118s Setting up debhelper (13.23ubuntu1) ... 118s Setting up librust-ahash-dev (0.8.11-8) ... 118s Setting up librust-postcard-dev:s390x (1.0.10-2) ... 118s Setting up librust-vm-memory-dev:s390x (0.16.1-4) ... 118s Setting up cargo-1.83 (1.83.0+dfsg0ubuntu1-0ubuntu1) ... 118s Setting up librust-rustix-dev:s390x (0.38.37-1) ... 118s Setting up librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 118s Setting up librust-hashbrown-dev:s390x (0.14.5-5) ... 118s Setting up cargo (1.83.0ubuntu1) ... 118s Setting up dh-cargo (31ubuntu4) ... 118s Setting up librust-terminal-size-dev:s390x (0.3.0-2) ... 118s Setting up librust-indexmap-dev:s390x (2.7.0-1) ... 118s Setting up librust-gimli-dev:s390x (0.31.1-2) ... 118s Setting up librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 118s Setting up librust-value-bag-dev:s390x (1.9.0-1) ... 118s Setting up librust-log-dev:s390x (0.4.22-1) ... 118s Setting up librust-memchr-dev:s390x (2.7.4-1) ... 118s Setting up librust-futures-util-dev:s390x (0.3.31-1) ... 118s Setting up librust-rand-dev:s390x (0.8.5-1) ... 118s Setting up librust-serde-json-dev:s390x (1.0.133-1) ... 118s Setting up librust-wasm-bindgen-backend-dev:s390x (0.2.99-1) ... 118s Setting up librust-virtio-queue-dev:s390x (0.14.0-1) ... 118s Setting up librust-twox-hash-dev:s390x (1.6.3-1) ... 118s Setting up librust-cc-traits-dev:s390x (2.0.0-1) ... 118s Setting up librust-wasm-bindgen-macro-support-dev:s390x (0.2.99-1) ... 118s Setting up librust-btree-slab-dev:s390x (0.6.1-2) ... 118s Setting up librust-wasm-bindgen-macro-dev:s390x (0.2.99-1) ... 118s Setting up librust-uuid-dev:s390x (1.10.0-1) ... 118s Setting up librust-ruzstd-dev:s390x (0.7.3-2) ... 118s Setting up librust-ordered-float-dev:s390x (4.2.2-2) ... 118s Setting up librust-aho-corasick-dev:s390x (1.1.3-1) ... 118s Setting up librust-vhost-dev:s390x (0.13.0-1) ... 118s Setting up librust-futures-executor-dev:s390x (0.3.31-1) ... 118s Setting up librust-vhost-user-backend-dev:s390x (0.17.0-1) ... 118s Setting up librust-wasm-bindgen-dev:s390x (0.2.99-1) ... 118s Setting up librust-range-traits-dev:s390x (0.3.2-1) ... 118s Setting up librust-js-sys-dev:s390x (0.3.64-1) ... 118s Setting up librust-object-dev:s390x (0.36.5-2) ... 118s Setting up librust-btree-range-map-dev:s390x (0.7.2-1) ... 118s Setting up librust-regex-automata-dev:s390x (0.4.9-2) ... 118s Setting up librust-futures-dev:s390x (0.3.30-2) ... 118s Setting up librust-addr2line-dev:s390x (0.24.2-2) ... 118s Setting up librust-regex-dev:s390x (1.11.1-2) ... 118s Setting up librust-backtrace-dev:s390x (0.3.74-3) ... 118s Setting up librust-env-filter-dev:s390x (0.1.3-1) ... 118s Setting up librust-clap-builder-dev:s390x (4.5.23-1) ... 118s Setting up librust-clap-dev:s390x (4.5.23-1) ... 118s Setting up librust-env-logger-dev:s390x (0.11.5-2) ... 118s Setting up librust-quickcheck-dev:s390x (1.0.3-5) ... 118s Setting up librust-deranged-dev:s390x (0.3.11-1) ... 118s Setting up librust-time-dev:s390x (0.3.37-1) ... 118s Setting up librust-syslog-dev:s390x (6.0.1-2) ... 118s Setting up librust-virtiofsd-dev:s390x (1.13.0-5) ... 118s Processing triggers for install-info (7.1.1-1) ... 118s Processing triggers for libc-bin (2.40-4ubuntu1) ... 118s Processing triggers for man-db (2.13.0-1) ... 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-virtiofsd-dev'], kind short, sout pipe, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'virtiofsd'], kind short, sout pipe, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.moXOp2/rust-virtiofsd:@-packages.all"], kind short, sout raw, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/rust-virtiofsd%3A%40-packages.all /tmp/autopkgtest-work.8v097am7/out/rust-virtiofsd%3A%40-packages.all 120s autopkgtest: DBG: got reply from testbed: ok 120s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.moXOp2/build.KSq/src'], kind short, sout raw, serr raw, env [] 121s autopkgtest: DBG: testbed command exited with code 0 121s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.moXOp2/build.KSq/src already exists 121s autopkgtest [23:26:11]: test rust-virtiofsd:@: /usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --all-features 121s autopkgtest [23:26:11]: test rust-virtiofsd:@: [----------------------- 121s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.moXOp2/wrapper.sh --debug --artifacts=/tmp/autopkgtest.moXOp2/rust-virtiofsd:@-artifacts --chdir=/tmp/autopkgtest.moXOp2/build.KSq/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.moXOp2/rust-virtiofsd:@-stderr --stdout=/tmp/autopkgtest.moXOp2/rust-virtiofsd:@-stdout --tmp=/tmp/autopkgtest.moXOp2/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=rust-virtiofsd/1.13.0-5 -- bash -ec '/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --all-features'"], kind test, sout raw, serr raw, env [] 121s /tmp/autopkgtest.moXOp2/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.moXOp2/rust-virtiofsd:@-artifacts 121s /tmp/autopkgtest.moXOp2/wrapper.sh: changing to directory: /tmp/autopkgtest.moXOp2/build.KSq/src 121s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 121s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 121s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 121s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 121s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: LANG=C.UTF-8 121s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LANGUAGE 121s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_ADDRESS 121s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_ALL 121s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_COLLATE 121s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_CTYPE 121s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_IDENTIFICATION 121s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MEASUREMENT 121s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MESSAGES 121s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MONETARY 121s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_NAME 121s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_NUMERIC 121s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_PAPER 121s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_TELEPHONE 121s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_TIME 121s /tmp/autopkgtest.moXOp2/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 121s /tmp/autopkgtest.moXOp2/wrapper.sh: pretending to be a login shell 121s /tmp/autopkgtest.moXOp2/wrapper.sh: will write standard error to /tmp/autopkgtest.moXOp2/rust-virtiofsd:@-stderr 121s /tmp/autopkgtest.moXOp2/wrapper.sh: will write stdout to /tmp/autopkgtest.moXOp2/rust-virtiofsd:@-stdout 121s /tmp/autopkgtest.moXOp2/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.moXOp2/autopkgtest_tmp 121s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-virtiofsd/1.13.0-5 121s /tmp/autopkgtest.moXOp2/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --all-features 121s /tmp/autopkgtest.moXOp2/wrapper.sh: copying /tmp/tmp.mWX1nDUx9i/out to stdout and file: /tmp/autopkgtest.moXOp2/rust-virtiofsd:@-stdout 121s /tmp/autopkgtest.moXOp2/wrapper.sh: copying /tmp/tmp.mWX1nDUx9i/err to standard error and file: /tmp/autopkgtest.moXOp2/rust-virtiofsd:@-stdout 121s /tmp/autopkgtest.moXOp2/wrapper.sh: writing script pid 3788 to /tmp/autopkgtest_script_pid 121s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 121s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 121s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 121s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.j05zdM1D20/registry/ 121s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 121s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 121s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 121s 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'],) {} 121s Compiling proc-macro2 v1.0.92 121s Compiling unicode-ident v1.0.13 121s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/proc-macro2-1.0.92 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.j05zdM1D20/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2d75c9a654688144 -C extra-filename=-2d75c9a654688144 --out-dir /tmp/tmp.j05zdM1D20/target/debug/build/proc-macro2-2d75c9a654688144 -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --cap-lints warn` 121s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/unicode-ident-1.0.13 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.j05zdM1D20/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b60f1917d0b7f16f -C extra-filename=-b60f1917d0b7f16f --out-dir /tmp/tmp.j05zdM1D20/target/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --cap-lints warn` 121s Compiling libc v0.2.169 121s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 121s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.j05zdM1D20/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=c7b3561a7edc004d -C extra-filename=-c7b3561a7edc004d --out-dir /tmp/tmp.j05zdM1D20/target/debug/build/libc-c7b3561a7edc004d -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --cap-lints warn` 122s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.j05zdM1D20/target/debug/deps:/tmp/tmp.j05zdM1D20/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.j05zdM1D20/target/debug/build/proc-macro2-d599727364712bee/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.j05zdM1D20/target/debug/build/proc-macro2-2d75c9a654688144/build-script-build` 122s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 122s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 122s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 122s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 122s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 122s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 122s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 122s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 122s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 122s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 122s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 122s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 122s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 122s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 122s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 122s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 122s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/proc-macro2-1.0.92 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps OUT_DIR=/tmp/tmp.j05zdM1D20/target/debug/build/proc-macro2-d599727364712bee/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.j05zdM1D20/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ff92515e6d04de91 -C extra-filename=-ff92515e6d04de91 --out-dir /tmp/tmp.j05zdM1D20/target/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern unicode_ident=/tmp/tmp.j05zdM1D20/target/debug/deps/libunicode_ident-b60f1917d0b7f16f.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 122s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 122s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.j05zdM1D20/target/debug/deps:/tmp/tmp.j05zdM1D20/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/libc-53dab5cca2858c68/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.j05zdM1D20/target/debug/build/libc-c7b3561a7edc004d/build-script-build` 122s [libc 0.2.169] cargo:rerun-if-changed=build.rs 122s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 122s [libc 0.2.169] cargo:rustc-cfg=freebsd11 122s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 122s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 122s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 122s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/libc-53dab5cca2858c68/out rustc --crate-name libc --edition=2021 /tmp/tmp.j05zdM1D20/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=4fcc35c1a3dcd472 -C extra-filename=-4fcc35c1a3dcd472 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_time64_abi)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` 122s warning: unused import: `crate::ntptimeval` 122s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 122s | 122s 5 | use crate::ntptimeval; 122s | ^^^^^^^^^^^^^^^^^ 122s | 122s = note: `#[warn(unused_imports)]` on by default 122s 122s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 122s | 122s = note: this feature is not stably supported; its behavior can change in the future 122s 122s warning: `libc` (lib) generated 2 warnings 122s Compiling quote v1.0.37 122s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/quote-1.0.37 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.j05zdM1D20/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=baec9bd5986d1c55 -C extra-filename=-baec9bd5986d1c55 --out-dir /tmp/tmp.j05zdM1D20/target/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern proc_macro2=/tmp/tmp.j05zdM1D20/target/debug/deps/libproc_macro2-ff92515e6d04de91.rmeta --cap-lints warn` 123s Compiling syn v2.0.96 123s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/syn-2.0.96 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.j05zdM1D20/registry/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"))' -C metadata=06e9eb0587e935d6 -C extra-filename=-06e9eb0587e935d6 --out-dir /tmp/tmp.j05zdM1D20/target/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern proc_macro2=/tmp/tmp.j05zdM1D20/target/debug/deps/libproc_macro2-ff92515e6d04de91.rmeta --extern quote=/tmp/tmp.j05zdM1D20/target/debug/deps/libquote-baec9bd5986d1c55.rmeta --extern unicode_ident=/tmp/tmp.j05zdM1D20/target/debug/deps/libunicode_ident-b60f1917d0b7f16f.rmeta --cap-lints warn` 123s Compiling byteorder v1.5.0 123s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/byteorder-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/byteorder-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION=1.60 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/byteorder-1.5.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name byteorder --edition=2021 /tmp/tmp.j05zdM1D20/registry/byteorder-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("default", "i128", "std"))' -C metadata=afb5df9a057f9db9 -C extra-filename=-afb5df9a057f9db9 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 123s warning: `byteorder` (lib) generated 1 warning (1 duplicate) 123s Compiling autocfg v1.1.0 123s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/autocfg-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/autocfg-1.1.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.j05zdM1D20/registry/autocfg-1.1.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=6f27a56c0b5979c7 -C extra-filename=-6f27a56c0b5979c7 --out-dir /tmp/tmp.j05zdM1D20/target/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --cap-lints warn` 123s Compiling slab v0.4.9 123s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/slab-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.j05zdM1D20/registry/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1b10bbe6721213b1 -C extra-filename=-1b10bbe6721213b1 --out-dir /tmp/tmp.j05zdM1D20/target/debug/build/slab-1b10bbe6721213b1 -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern autocfg=/tmp/tmp.j05zdM1D20/target/debug/deps/libautocfg-6f27a56c0b5979c7.rlib --cap-lints warn` 123s Compiling memchr v2.7.4 123s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/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 123s 1, 2 or 3 byte search and single substring search. 123s ' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/memchr-2.7.4 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.j05zdM1D20/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="default"' --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=d88af7c2308bc9ee -C extra-filename=-d88af7c2308bc9ee --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 124s warning: `memchr` (lib) generated 1 warning (1 duplicate) 124s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.j05zdM1D20/target/debug/deps:/tmp/tmp.j05zdM1D20/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/slab-2d27be4c1ac5bbfd/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.j05zdM1D20/target/debug/build/slab-1b10bbe6721213b1/build-script-build` 124s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 124s [slab 0.4.9] | 124s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 124s [slab 0.4.9] 124s [slab 0.4.9] warning: 1 warning emitted 124s [slab 0.4.9] 124s Compiling cfg-if v1.0.0 124s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] 124s parameters. Structured like an if-else chain, the first matching branch is the 124s item that gets emitted. 124s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/cfg-if-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.j05zdM1D20/registry/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core"))' -C metadata=741ad0425e17df63 -C extra-filename=-741ad0425e17df63 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 124s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 124s Compiling getrandom v0.2.15 124s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/getrandom-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/getrandom-0.2.15 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.j05zdM1D20/registry/getrandom-0.2.15/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("compiler_builtins", "core", "custom", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser"))' -C metadata=54cf000b490cc2db -C extra-filename=-54cf000b490cc2db --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern cfg_if=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-741ad0425e17df63.rmeta --extern libc=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 124s warning: unexpected `cfg` condition value: `js` 124s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 124s | 124s 334 | } else if #[cfg(all(feature = "js", 124s | ^^^^^^^^^^^^^^ 124s | 124s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 124s = help: consider adding `js` as a feature in `Cargo.toml` 124s = note: see for more information about checking conditional configuration 124s = note: `#[warn(unexpected_cfgs)]` on by default 124s 124s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 124s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/slab-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/slab-2d27be4c1ac5bbfd/out rustc --crate-name slab --edition=2018 /tmp/tmp.j05zdM1D20/registry/slab-0.4.9/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ae2b949e6d148640 -C extra-filename=-ae2b949e6d148640 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 124s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 124s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 124s | 124s 250 | #[cfg(not(slab_no_const_vec_new))] 124s | ^^^^^^^^^^^^^^^^^^^^^ 124s | 124s = 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` 124s = help: consider using a Cargo feature instead 124s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 124s [lints.rust] 124s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 124s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 124s = note: see for more information about checking conditional configuration 124s = note: `#[warn(unexpected_cfgs)]` on by default 124s 124s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 124s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 124s | 124s 264 | #[cfg(slab_no_const_vec_new)] 124s | ^^^^^^^^^^^^^^^^^^^^^ 124s | 124s = help: consider using a Cargo feature instead 124s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 124s [lints.rust] 124s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 124s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 124s = note: see for more information about checking conditional configuration 124s 124s warning: unexpected `cfg` condition name: `slab_no_track_caller` 124s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 124s | 124s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 124s | ^^^^^^^^^^^^^^^^^^^^ 124s | 124s = help: consider using a Cargo feature instead 124s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 124s [lints.rust] 124s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 124s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 124s = note: see for more information about checking conditional configuration 124s 124s warning: unexpected `cfg` condition name: `slab_no_track_caller` 124s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 124s | 124s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 124s | ^^^^^^^^^^^^^^^^^^^^ 124s | 124s = help: consider using a Cargo feature instead 124s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 124s [lints.rust] 124s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 124s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 124s = note: see for more information about checking conditional configuration 124s 124s warning: unexpected `cfg` condition name: `slab_no_track_caller` 124s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 124s | 124s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 124s | ^^^^^^^^^^^^^^^^^^^^ 124s | 124s = help: consider using a Cargo feature instead 124s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 124s [lints.rust] 124s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 124s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 124s = note: see for more information about checking conditional configuration 124s 124s warning: unexpected `cfg` condition name: `slab_no_track_caller` 124s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 124s | 124s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 124s | ^^^^^^^^^^^^^^^^^^^^ 124s | 124s = help: consider using a Cargo feature instead 124s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 124s [lints.rust] 124s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 124s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 124s = note: see for more information about checking conditional configuration 124s 124s warning: `slab` (lib) generated 7 warnings (1 duplicate) 124s Compiling thiserror v1.0.69 124s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/thiserror-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.j05zdM1D20/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=398577176776ca6b -C extra-filename=-398577176776ca6b --out-dir /tmp/tmp.j05zdM1D20/target/debug/build/thiserror-398577176776ca6b -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --cap-lints warn` 124s Compiling bitflags v1.3.2 124s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/bitflags-1.3.2 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/bitflags-1.3.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 124s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/bitflags-1.3.2 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name bitflags --edition=2018 /tmp/tmp.j05zdM1D20/registry/bitflags-1.3.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=986ea5246d1bde4b -C extra-filename=-986ea5246d1bde4b --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 124s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 124s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.j05zdM1D20/target/debug/deps:/tmp/tmp.j05zdM1D20/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/thiserror-fa42a338d55061dc/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.j05zdM1D20/target/debug/build/thiserror-398577176776ca6b/build-script-build` 124s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 124s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 124s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 124s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 124s Compiling rand_core v0.6.4 124s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/rand_core-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation. 124s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/rand_core-0.6.4 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.j05zdM1D20/registry/rand_core-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="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=4e3e0fe0b28cc3d1 -C extra-filename=-4e3e0fe0b28cc3d1 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern getrandom=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-54cf000b490cc2db.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 124s warning: unexpected `cfg` condition name: `doc_cfg` 124s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:38:13 124s | 124s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 124s | ^^^^^^^ 124s | 124s = 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` 124s = help: consider using a Cargo feature instead 124s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 124s [lints.rust] 124s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 124s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 124s = note: see for more information about checking conditional configuration 124s = note: `#[warn(unexpected_cfgs)]` on by default 124s 124s warning: unexpected `cfg` condition name: `doc_cfg` 124s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:50:16 124s | 124s 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 124s | ^^^^^^^ 124s | 124s = help: consider using a Cargo feature instead 124s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 124s [lints.rust] 124s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 124s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 124s = note: see for more information about checking conditional configuration 124s 124s warning: unexpected `cfg` condition name: `doc_cfg` 124s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:64:16 124s | 124s 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 124s | ^^^^^^^ 124s | 124s = help: consider using a Cargo feature instead 124s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 124s [lints.rust] 124s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 124s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 124s = note: see for more information about checking conditional configuration 124s 124s warning: unexpected `cfg` condition name: `doc_cfg` 124s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:75:16 124s | 124s 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 124s | ^^^^^^^ 124s | 124s = help: consider using a Cargo feature instead 124s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 124s [lints.rust] 124s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 124s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 124s = note: see for more information about checking conditional configuration 124s 124s warning: unexpected `cfg` condition name: `doc_cfg` 124s --> /usr/share/cargo/registry/rand_core-0.6.4/src/os.rs:46:12 124s | 124s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 124s | ^^^^^^^ 124s | 124s = help: consider using a Cargo feature instead 124s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 124s [lints.rust] 124s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 124s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 124s = note: see for more information about checking conditional configuration 124s 124s warning: unexpected `cfg` condition name: `doc_cfg` 124s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:411:16 124s | 124s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 124s | ^^^^^^^ 124s | 124s = help: consider using a Cargo feature instead 124s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 124s [lints.rust] 124s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 124s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 124s = note: see for more information about checking conditional configuration 124s 125s warning: `rand_core` (lib) generated 7 warnings (1 duplicate) 125s Compiling log v0.4.22 125s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/log-0.4.22 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust 125s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/log-0.4.22 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name log --edition=2021 /tmp/tmp.j05zdM1D20/registry/log-0.4.22/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("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=5771a53463867bfb -C extra-filename=-5771a53463867bfb --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 125s warning: `log` (lib) generated 1 warning (1 duplicate) 125s Compiling vmm-sys-util v0.12.1 125s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vmm_sys_util CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/vmm-sys-util-0.12.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/vmm-sys-util-0.12.1/Cargo.toml CARGO_PKG_AUTHORS='Intel Virtualization Team ' CARGO_PKG_DESCRIPTION='A system utility set' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vmm-sys-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vmm-sys-util' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/vmm-sys-util-0.12.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name vmm_sys_util --edition=2021 /tmp/tmp.j05zdM1D20/registry/vmm-sys-util-0.12.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("serde", "serde_derive", "with-serde"))' -C metadata=9c7a8ea78bd58733 -C extra-filename=-9c7a8ea78bd58733 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern bitflags=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rmeta --extern libc=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 125s warning: unexpected `cfg` condition value: `cargo-clippy` 125s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:102:5 125s | 125s 102 | feature = "cargo-clippy", 125s | ^^^^^^^^^^^^^^^^^^^^^^^^ 125s | 125s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 125s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 125s = note: see for more information about checking conditional configuration 125s = note: `#[warn(unexpected_cfgs)]` on by default 125s 125s warning: unexpected `cfg` condition value: `cargo-clippy` 125s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:206:12 125s | 125s 206 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::unnecessary_cast))] 125s | ^^^^^^^^^^^^^^^^^^^^^^^^ 125s | 125s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 125s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 125s = note: see for more information about checking conditional configuration 125s 125s warning: unexpected `cfg` condition value: `cargo-clippy` 125s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:451:16 125s | 125s 451 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::useless_asref))] 125s | ^^^^^^^^^^^^^^^^^^^^^^^^ 125s | 125s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 125s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 125s = note: see for more information about checking conditional configuration 125s 125s warning: `vmm-sys-util` (lib) generated 4 warnings (1 duplicate) 125s Compiling aho-corasick v1.1.3 125s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/aho-corasick-1.1.3 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name aho_corasick --edition=2021 /tmp/tmp.j05zdM1D20/registry/aho-corasick-1.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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=2bcce03042626be9 -C extra-filename=-2bcce03042626be9 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern memchr=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 126s warning: method `cmpeq` is never used 126s --> /usr/share/cargo/registry/aho-corasick-1.1.3/src/packed/vector.rs:74:15 126s | 126s 28 | pub(crate) trait Vector: 126s | ------ method in this trait 126s ... 126s 74 | unsafe fn cmpeq(self, vector2: Self) -> Self; 126s | ^^^^^ 126s | 126s = note: `#[warn(dead_code)]` on by default 126s 127s warning: `aho-corasick` (lib) generated 2 warnings (1 duplicate) 127s Compiling serde v1.0.217 127s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/serde-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.j05zdM1D20/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=816e356155c8e78e -C extra-filename=-816e356155c8e78e --out-dir /tmp/tmp.j05zdM1D20/target/debug/build/serde-816e356155c8e78e -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --cap-lints warn` 127s Compiling zerocopy-derive v0.7.34 127s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/zerocopy-derive-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/zerocopy-derive-0.7.34/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Custom derive for traits from the zerocopy crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy-derive CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/zerocopy-derive-0.7.34 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name zerocopy_derive --edition=2018 /tmp/tmp.j05zdM1D20/registry/zerocopy-derive-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=113aa28ae736394e -C extra-filename=-113aa28ae736394e --out-dir /tmp/tmp.j05zdM1D20/target/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern proc_macro2=/tmp/tmp.j05zdM1D20/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.j05zdM1D20/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.j05zdM1D20/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 127s Compiling thiserror-impl v1.0.69 127s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/thiserror-impl-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.j05zdM1D20/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85a314ae0bf3e0d8 -C extra-filename=-85a314ae0bf3e0d8 --out-dir /tmp/tmp.j05zdM1D20/target/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern proc_macro2=/tmp/tmp.j05zdM1D20/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.j05zdM1D20/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.j05zdM1D20/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 128s Compiling zerocopy v0.7.34 128s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/zerocopy-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/zerocopy-0.7.34/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Utilities for zero-copy parsing and serialization' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/zerocopy-0.7.34 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name zerocopy --edition=2018 /tmp/tmp.j05zdM1D20/registry/zerocopy-0.7.34/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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=c32c505c14a96b41 -C extra-filename=-c32c505c14a96b41 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern byteorder=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-afb5df9a057f9db9.rmeta --extern zerocopy_derive=/tmp/tmp.j05zdM1D20/target/debug/deps/libzerocopy_derive-113aa28ae736394e.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/util.rs:597:32 129s | 129s 597 | let remainder = t.addr() % mem::align_of::(); 129s | ^^^^^^^^^^^^^^^^^^ 129s | 129s note: the lint level is defined here 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:174:5 129s | 129s 174 | unused_qualifications, 129s | ^^^^^^^^^^^^^^^^^^^^^ 129s help: remove the unnecessary path segments 129s | 129s 597 - let remainder = t.addr() % mem::align_of::(); 129s 597 + let remainder = t.addr() % align_of::(); 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:333:35 129s | 129s 333 | const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 129s | ^^^^^^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 333 - const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 129s 333 + const POINTER_WIDTH_BITS: usize = size_of::() * 8; 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:488:44 129s | 129s 488 | align: match NonZeroUsize::new(mem::align_of::()) { 129s | ^^^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 488 - align: match NonZeroUsize::new(mem::align_of::()) { 129s 488 + align: match NonZeroUsize::new(align_of::()) { 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:492:49 129s | 129s 492 | size_info: SizeInfo::Sized { _size: mem::size_of::() }, 129s | ^^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 492 - size_info: SizeInfo::Sized { _size: mem::size_of::() }, 129s 492 + size_info: SizeInfo::Sized { _size: size_of::() }, 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:511:44 129s | 129s 511 | align: match NonZeroUsize::new(mem::align_of::()) { 129s | ^^^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 511 - align: match NonZeroUsize::new(mem::align_of::()) { 129s 511 + align: match NonZeroUsize::new(align_of::()) { 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:517:29 129s | 129s 517 | _elem_size: mem::size_of::(), 129s | ^^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 517 - _elem_size: mem::size_of::(), 129s 517 + _elem_size: size_of::(), 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:1418:19 129s | 129s 1418 | let len = mem::size_of_val(self); 129s | ^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 1418 - let len = mem::size_of_val(self); 129s 1418 + let len = size_of_val(self); 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2714:19 129s | 129s 2714 | let len = mem::size_of_val(self); 129s | ^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 2714 - let len = mem::size_of_val(self); 129s 2714 + let len = size_of_val(self); 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2789:19 129s | 129s 2789 | let len = mem::size_of_val(self); 129s | ^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 2789 - let len = mem::size_of_val(self); 129s 2789 + let len = size_of_val(self); 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2863:27 129s | 129s 2863 | if bytes.len() != mem::size_of_val(self) { 129s | ^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 2863 - if bytes.len() != mem::size_of_val(self) { 129s 2863 + if bytes.len() != size_of_val(self) { 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2920:20 129s | 129s 2920 | let size = mem::size_of_val(self); 129s | ^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 2920 - let size = mem::size_of_val(self); 129s 2920 + let size = size_of_val(self); 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2981:45 129s | 129s 2981 | let start = bytes.len().checked_sub(mem::size_of_val(self))?; 129s | ^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 2981 - let start = bytes.len().checked_sub(mem::size_of_val(self))?; 129s 2981 + let start = bytes.len().checked_sub(size_of_val(self))?; 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4161:27 129s | 129s 4161 | if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 129s | ^^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 4161 - if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 129s 4161 + if bytes.len() != size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4176:26 129s | 129s 4176 | if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 129s | ^^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 4176 - if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 129s 4176 + if bytes.len() < size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4179:46 129s | 129s 4179 | let (bytes, suffix) = bytes.split_at(mem::size_of::()); 129s | ^^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 4179 - let (bytes, suffix) = bytes.split_at(mem::size_of::()); 129s 4179 + let (bytes, suffix) = bytes.split_at(size_of::()); 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4194:46 129s | 129s 4194 | let split_at = bytes_len.checked_sub(mem::size_of::())?; 129s | ^^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 4194 - let split_at = bytes_len.checked_sub(mem::size_of::())?; 129s 4194 + let split_at = bytes_len.checked_sub(size_of::())?; 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4221:26 129s | 129s 4221 | .checked_rem(mem::size_of::()) 129s | ^^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 4221 - .checked_rem(mem::size_of::()) 129s 4221 + .checked_rem(size_of::()) 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4243:34 129s | 129s 4243 | let expected_len = match mem::size_of::().checked_mul(count) { 129s | ^^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 4243 - let expected_len = match mem::size_of::().checked_mul(count) { 129s 4243 + let expected_len = match size_of::().checked_mul(count) { 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4268:34 129s | 129s 4268 | let expected_len = match mem::size_of::().checked_mul(count) { 129s | ^^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 4268 - let expected_len = match mem::size_of::().checked_mul(count) { 129s 4268 + let expected_len = match size_of::().checked_mul(count) { 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4795:25 129s | 129s 4795 | let elem_size = mem::size_of::(); 129s | ^^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 4795 - let elem_size = mem::size_of::(); 129s 4795 + let elem_size = size_of::(); 129s | 129s 129s warning: unnecessary qualification 129s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4825:25 129s | 129s 4825 | let elem_size = mem::size_of::(); 129s | ^^^^^^^^^^^^^^^^^ 129s | 129s help: remove the unnecessary path segments 129s | 129s 4825 - let elem_size = mem::size_of::(); 129s 4825 + let elem_size = size_of::(); 129s | 129s 129s warning: `zerocopy` (lib) generated 22 warnings (1 duplicate) 129s Compiling ppv-lite86 v0.2.20 129s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/ppv-lite86-0.2.20/Cargo.toml CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.2.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/ppv-lite86-0.2.20 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name ppv_lite86 --edition=2021 /tmp/tmp.j05zdM1D20/registry/ppv-lite86-0.2.20/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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=8793fcb688dbf433 -C extra-filename=-8793fcb688dbf433 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern zerocopy=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libzerocopy-c32c505c14a96b41.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 129s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/thiserror-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/thiserror-fa42a338d55061dc/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.j05zdM1D20/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4dcd096416e86a0 -C extra-filename=-b4dcd096416e86a0 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern thiserror_impl=/tmp/tmp.j05zdM1D20/target/debug/deps/libthiserror_impl-85a314ae0bf3e0d8.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 129s warning: `thiserror` (lib) generated 1 warning (1 duplicate) 129s Compiling regex-syntax v0.8.5 129s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/regex-syntax-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/regex-syntax-0.8.5 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.j05zdM1D20/registry/regex-syntax-0.8.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=ee84c8006f047bec -C extra-filename=-ee84c8006f047bec --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 129s warning: `ppv-lite86` (lib) generated 1 warning (1 duplicate) 129s Compiling rand_chacha v0.3.1 129s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/rand_chacha-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator 129s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/rand_chacha-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name rand_chacha --edition=2018 /tmp/tmp.j05zdM1D20/registry/rand_chacha-0.3.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("default", "serde", "serde1", "simd", "std"))' -C metadata=b3f95d84bd0cdf07 -C extra-filename=-b3f95d84bd0cdf07 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern ppv_lite86=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libppv_lite86-8793fcb688dbf433.rmeta --extern rand_core=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/librand_core-4e3e0fe0b28cc3d1.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 130s warning: `rand_chacha` (lib) generated 1 warning (1 duplicate) 130s Compiling utf8parse v0.2.1 130s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/utf8parse-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/utf8parse-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.j05zdM1D20/registry/utf8parse-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=7081218f12e06a2e -C extra-filename=-7081218f12e06a2e --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 130s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 130s Compiling arc-swap v1.7.1 130s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=arc_swap CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/arc-swap-1.7.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/arc-swap-1.7.1/Cargo.toml CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner ' CARGO_PKG_DESCRIPTION='Atomically swappable Arc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arc-swap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/arc-swap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/arc-swap-1.7.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name arc_swap --edition=2018 /tmp/tmp.j05zdM1D20/registry/arc-swap-1.7.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("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=15aac0f9e7b1cfab -C extra-filename=-15aac0f9e7b1cfab --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 130s warning: `arc-swap` (lib) generated 1 warning (1 duplicate) 130s Compiling bitflags v2.6.0 130s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/bitflags-2.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 130s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/bitflags-2.6.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.j05zdM1D20/registry/bitflags-2.6.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("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=2dd210d93a4438b9 -C extra-filename=-2dd210d93a4438b9 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 130s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 130s Compiling futures-core v0.3.31 130s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 130s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/futures-core-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.j05zdM1D20/registry/futures-core-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=2134c5b836c19dbf -C extra-filename=-2134c5b836c19dbf --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 130s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 130s Compiling version_check v0.9.5 130s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/version_check-0.9.5 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/version_check-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/version_check-0.9.5 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name version_check --edition=2015 /tmp/tmp.j05zdM1D20/registry/version_check-0.9.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())' -C metadata=aa35b04adf26b055 -C extra-filename=-aa35b04adf26b055 --out-dir /tmp/tmp.j05zdM1D20/target/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --cap-lints warn` 130s Compiling futures-sink v0.3.31 130s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_sink CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/futures-sink-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/futures-sink-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The asynchronous `Sink` trait for the futures-rs library. 130s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-sink CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/futures-sink-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name futures_sink --edition=2018 /tmp/tmp.j05zdM1D20/registry/futures-sink-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2bb87e6e77d12a0e -C extra-filename=-2bb87e6e77d12a0e --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 130s warning: `futures-sink` (lib) generated 1 warning (1 duplicate) 130s Compiling portable-atomic v1.10.0 130s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 130s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/portable-atomic-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.j05zdM1D20/registry/portable-atomic-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=6e3bd4f4c006b233 -C extra-filename=-6e3bd4f4c006b233 --out-dir /tmp/tmp.j05zdM1D20/target/debug/build/portable-atomic-6e3bd4f4c006b233 -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --cap-lints warn` 131s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FALLBACK=1 CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 131s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.j05zdM1D20/target/debug/deps:/tmp/tmp.j05zdM1D20/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/portable-atomic-cd80266702042c71/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.j05zdM1D20/target/debug/build/portable-atomic-6e3bd4f4c006b233/build-script-build` 131s [portable-atomic 1.10.0] cargo:rerun-if-changed=build.rs 131s [portable-atomic 1.10.0] cargo:rerun-if-changed=no_atomic.rs 131s [portable-atomic 1.10.0] cargo:rerun-if-changed=version.rs 131s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(target_feature,values("experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3")) 131s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute) 131s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha")) 131s [portable-atomic 1.10.0] cargo:rustc-cfg=portable_atomic_no_asm 131s Compiling futures-channel v0.3.31 131s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. 131s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/futures-channel-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.j05zdM1D20/registry/futures-channel-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=4aafb9b7bc7bb4a2 -C extra-filename=-4aafb9b7bc7bb4a2 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern futures_core=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_sink=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 131s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 131s Compiling error-chain v0.12.4 131s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/error-chain-0.12.4 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name build_script_build --edition=2015 /tmp/tmp.j05zdM1D20/registry/error-chain-0.12.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "example_generated"))' -C metadata=f00fe17e8e73c064 -C extra-filename=-f00fe17e8e73c064 --out-dir /tmp/tmp.j05zdM1D20/target/debug/build/error-chain-f00fe17e8e73c064 -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern version_check=/tmp/tmp.j05zdM1D20/target/debug/deps/libversion_check-aa35b04adf26b055.rlib --cap-lints warn` 131s Compiling regex-automata v0.4.9 131s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/regex-automata-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.j05zdM1D20/registry/regex-automata-0.4.9/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="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=7c5e7acc605227e3 -C extra-filename=-7c5e7acc605227e3 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern aho_corasick=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-2bcce03042626be9.rmeta --extern memchr=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern regex_syntax=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-ee84c8006f047bec.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 131s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 131s Compiling vm-memory v0.16.1 131s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vm_memory CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/vm-memory-0.16.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/vm-memory-0.16.1/Cargo.toml CARGO_PKG_AUTHORS='Liu Jiang ' CARGO_PKG_DESCRIPTION='Safe abstractions for accessing the VM physical memory' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vm-memory CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-memory' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.16.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/vm-memory-0.16.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name vm_memory --edition=2021 /tmp/tmp.j05zdM1D20/registry/vm-memory-0.16.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="arc-swap"' --cfg 'feature="backend-atomic"' --cfg 'feature="backend-bitmap"' --cfg 'feature="backend-mmap"' --cfg 'feature="bitflags"' --cfg 'feature="default"' --cfg 'feature="vmm-sys-util"' --cfg 'feature="xen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc-swap", "backend-atomic", "backend-bitmap", "backend-mmap", "bitflags", "default", "vmm-sys-util", "xen"))' -C metadata=8565c5e2467cff4e -C extra-filename=-8565c5e2467cff4e --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern arc_swap=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libarc_swap-15aac0f9e7b1cfab.rmeta --extern bitflags=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-2dd210d93a4438b9.rmeta --extern libc=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern thiserror=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-b4dcd096416e86a0.rmeta --extern vmm_sys_util=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 132s warning: `vm-memory` (lib) generated 1 warning (1 duplicate) 132s Compiling anstyle-parse v0.2.1 132s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/anstyle-parse-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.64.0 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/anstyle-parse-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.j05zdM1D20/registry/anstyle-parse-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="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=ae0d80c25dd2d9d8 -C extra-filename=-ae0d80c25dd2d9d8 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern utf8parse=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-7081218f12e06a2e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 132s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 132s Compiling rand v0.8.5 132s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/rand-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality. 132s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/rand-0.8.5 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.j05zdM1D20/registry/rand-0.8.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=e8149766e9596af6 -C extra-filename=-e8149766e9596af6 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern libc=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern rand_chacha=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-b3f95d84bd0cdf07.rmeta --extern rand_core=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/librand_core-4e3e0fe0b28cc3d1.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:52:13 132s | 132s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s = note: `#[warn(unexpected_cfgs)]` on by default 132s 132s warning: unexpected `cfg` condition name: `doc_cfg` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:53:13 132s | 132s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 132s | ^^^^^^^ 132s | 132s = 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` 132s = help: consider using a Cargo feature instead 132s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 132s [lints.rust] 132s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 132s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition name: `doc_cfg` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:181:12 132s | 132s 181 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 132s | ^^^^^^^ 132s | 132s = help: consider using a Cargo feature instead 132s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 132s [lints.rust] 132s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 132s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition name: `doc_cfg` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/mod.rs:116:12 132s | 132s 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 132s | ^^^^^^^ 132s | 132s = help: consider using a Cargo feature instead 132s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 132s [lints.rust] 132s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 132s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition name: `features` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 132s | 132s 162 | #[cfg(features = "nightly")] 132s | ^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: see for more information about checking conditional configuration 132s help: there is a config with a similar name and value 132s | 132s 162 | #[cfg(feature = "nightly")] 132s | ~~~~~~~ 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:15:7 132s | 132s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:156:7 132s | 132s 156 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:158:7 132s | 132s 158 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:160:7 132s | 132s 160 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:162:7 132s | 132s 162 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:165:7 132s | 132s 165 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:167:7 132s | 132s 167 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:169:7 132s | 132s 169 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:13:32 132s | 132s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:15:35 132s | 132s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:19:7 132s | 132s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:112:7 132s | 132s 112 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:142:7 132s | 132s 142 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:144:7 132s | 132s 144 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:146:7 132s | 132s 146 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:148:7 132s | 132s 148 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:150:7 132s | 132s 150 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:152:7 132s | 132s 152 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:155:5 132s | 132s 155 | feature = "simd_support", 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:11:7 132s | 132s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:144:7 132s | 132s 144 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition name: `std` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:235:11 132s | 132s 235 | #[cfg(not(std))] 132s | ^^^ help: found config with similar value: `feature = "std"` 132s | 132s = help: consider using a Cargo feature instead 132s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 132s [lints.rust] 132s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 132s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:363:7 132s | 132s 363 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:423:7 132s | 132s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 132s | ^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:424:7 132s | 132s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 132s | ^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:425:7 132s | 132s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 132s | ^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:426:7 132s | 132s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 132s | ^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:427:7 132s | 132s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 132s | ^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:428:7 132s | 132s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 132s | ^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:429:7 132s | 132s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 132s | ^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition name: `std` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 132s | 132s 291 | #[cfg(not(std))] 132s | ^^^ help: found config with similar value: `feature = "std"` 132s ... 132s 359 | scalar_float_impl!(f32, u32); 132s | ---------------------------- in this macro invocation 132s | 132s = help: consider using a Cargo feature instead 132s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 132s [lints.rust] 132s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 132s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 132s = note: see for more information about checking conditional configuration 132s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 132s 132s warning: unexpected `cfg` condition name: `std` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 132s | 132s 291 | #[cfg(not(std))] 132s | ^^^ help: found config with similar value: `feature = "std"` 132s ... 132s 360 | scalar_float_impl!(f64, u64); 132s | ---------------------------- in this macro invocation 132s | 132s = help: consider using a Cargo feature instead 132s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 132s [lints.rust] 132s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 132s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 132s = note: see for more information about checking conditional configuration 132s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 132s 132s warning: unexpected `cfg` condition name: `doc_cfg` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:80:12 132s | 132s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 132s | ^^^^^^^ 132s | 132s = help: consider using a Cargo feature instead 132s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 132s [lints.rust] 132s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 132s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition name: `doc_cfg` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:429:12 132s | 132s 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 132s | ^^^^^^^ 132s | 132s = help: consider using a Cargo feature instead 132s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 132s [lints.rust] 132s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 132s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 132s | 132s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 132s | 132s 572 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 132s | 132s 679 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 132s | 132s 687 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 132s | 132s 696 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 132s | 132s 706 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 132s | 132s 1001 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 132s | 132s 1003 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 132s | 132s 1005 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 132s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 132s | 132s 1007 | #[cfg(feature = "simd_support")] 132s | ^^^^^^^^^^^^^^^^^^^^^^^^ 132s | 132s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 132s = help: consider adding `simd_support` as a feature in `Cargo.toml` 132s = note: see for more information about checking conditional configuration 132s 132s warning: unexpected `cfg` condition value: `simd_support` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 133s | 133s 1010 | #[cfg(feature = "simd_support")] 133s | ^^^^^^^^^^^^^^^^^^^^^^^^ 133s | 133s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 133s = help: consider adding `simd_support` as a feature in `Cargo.toml` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition value: `simd_support` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 133s | 133s 1012 | #[cfg(feature = "simd_support")] 133s | ^^^^^^^^^^^^^^^^^^^^^^^^ 133s | 133s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 133s = help: consider adding `simd_support` as a feature in `Cargo.toml` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition value: `simd_support` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 133s | 133s 1014 | #[cfg(feature = "simd_support")] 133s | ^^^^^^^^^^^^^^^^^^^^^^^^ 133s | 133s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 133s = help: consider adding `simd_support` as a feature in `Cargo.toml` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/rng.rs:395:12 133s | 133s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 133s | ^^^^^^^ 133s | 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:99:12 133s | 133s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 133s | ^^^^^^^ 133s | 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:118:12 133s | 133s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 133s | ^^^^^^^ 133s | 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/std.rs:32:12 133s | 133s 32 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std_rng")))] 133s | ^^^^^^^ 133s | 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/thread.rs:60:12 133s | 133s 60 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 133s | ^^^^^^^ 133s | 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/thread.rs:87:12 133s | 133s 87 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 133s | ^^^^^^^ 133s | 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:29:12 133s | 133s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 133s | ^^^^^^^ 133s | 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:623:12 133s | 133s 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 133s | ^^^^^^^ 133s | 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/index.rs:276:12 133s | 133s 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 133s | ^^^^^^^ 133s | 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:114:16 133s | 133s 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 133s | ^^^^^^^ 133s | 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:142:16 133s | 133s 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 133s | ^^^^^^^ 133s | 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:170:16 133s | 133s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 133s | ^^^^^^^ 133s | 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:219:16 133s | 133s 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 133s | ^^^^^^^ 133s | 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:465:16 133s | 133s 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 133s | ^^^^^^^ 133s | 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s 133s warning: trait `Float` is never used 133s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:238:18 133s | 133s 238 | pub(crate) trait Float: Sized { 133s | ^^^^^ 133s | 133s = note: `#[warn(dead_code)]` on by default 133s 133s warning: associated items `lanes`, `extract`, and `replace` are never used 133s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:247:8 133s | 133s 245 | pub(crate) trait FloatAsSIMD: Sized { 133s | ----------- associated items in this trait 133s 246 | #[inline(always)] 133s 247 | fn lanes() -> usize { 133s | ^^^^^ 133s ... 133s 255 | fn extract(self, index: usize) -> Self { 133s | ^^^^^^^ 133s ... 133s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 133s | ^^^^^^^ 133s 133s warning: method `all` is never used 133s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:268:8 133s | 133s 266 | pub(crate) trait BoolAsSIMD: Sized { 133s | ---------- method in this trait 133s 267 | fn any(self) -> bool; 133s 268 | fn all(self) -> bool; 133s | ^^^ 133s 133s warning: `rand` (lib) generated 70 warnings (1 duplicate) 133s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.j05zdM1D20/target/debug/deps:/tmp/tmp.j05zdM1D20/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/serde-b0fa5c18367e4328/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.j05zdM1D20/target/debug/build/serde-816e356155c8e78e/build-script-build` 133s [serde 1.0.217] cargo:rerun-if-changed=build.rs 133s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 133s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 133s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 133s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 133s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 133s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 133s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 133s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 133s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 133s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 133s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 133s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 133s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 133s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 133s Compiling futures-macro v0.3.31 133s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 133s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/futures-macro-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.j05zdM1D20/registry/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e3308265abdf740 -C extra-filename=-0e3308265abdf740 --out-dir /tmp/tmp.j05zdM1D20/target/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern proc_macro2=/tmp/tmp.j05zdM1D20/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.j05zdM1D20/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.j05zdM1D20/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 134s Compiling serde_derive v1.0.217 134s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/serde_derive-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/serde_derive-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/serde_derive-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name serde_derive --edition=2015 /tmp/tmp.j05zdM1D20/registry/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=277609d74627e533 -C extra-filename=-277609d74627e533 --out-dir /tmp/tmp.j05zdM1D20/target/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern proc_macro2=/tmp/tmp.j05zdM1D20/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.j05zdM1D20/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.j05zdM1D20/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 135s warning: `regex-automata` (lib) generated 1 warning (1 duplicate) 135s Compiling pin-utils v0.1.0 135s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 135s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/pin-utils-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.j05zdM1D20/registry/pin-utils-0.1.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=ad8429c20206ce97 -C extra-filename=-ad8429c20206ce97 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 135s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 135s Compiling futures-task v0.3.31 135s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 135s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/futures-task-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.j05zdM1D20/registry/futures-task-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=c1a7c716e83896aa -C extra-filename=-c1a7c716e83896aa --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 135s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 135s Compiling colorchoice v1.0.0 135s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/colorchoice-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Global override of color control' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colorchoice CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/colorchoice-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.j05zdM1D20/registry/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89cf5d12a9fe03dd -C extra-filename=-89cf5d12a9fe03dd --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 135s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 135s Compiling anstyle-query v1.0.0 135s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/anstyle-query-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-query CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/anstyle-query-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.j05zdM1D20/registry/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c5e51bb31b1b148 -C extra-filename=-9c5e51bb31b1b148 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 136s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 136s Compiling anstyle v1.0.8 136s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/anstyle-1.0.8/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=1.0.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/anstyle-1.0.8 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.j05zdM1D20/registry/anstyle-1.0.8/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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bf42d2790f2028b8 -C extra-filename=-bf42d2790f2028b8 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 136s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 136s Compiling pin-project-lite v0.2.13 136s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/pin-project-lite-0.2.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. 136s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/pin-project-lite-0.2.13 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.j05zdM1D20/registry/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de76c4ee48d4abc2 -C extra-filename=-de76c4ee48d4abc2 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 136s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 136s Compiling heapless v0.8.0 136s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/heapless-0.8.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.j05zdM1D20/registry/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="portable-atomic"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=87d3077d770e26f5 -C extra-filename=-87d3077d770e26f5 --out-dir /tmp/tmp.j05zdM1D20/target/debug/build/heapless-87d3077d770e26f5 -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --cap-lints warn` 136s Compiling powerfmt v0.2.0 136s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=powerfmt CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/powerfmt-0.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/powerfmt-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION=' `powerfmt` is a library that provides utilities for formatting values. This crate makes it 136s significantly easier to support filling to a minimum width with alignment, avoid heap 136s allocation, and avoid repetitive calculations. 136s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=powerfmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/powerfmt' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/powerfmt-0.2.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name powerfmt --edition=2021 /tmp/tmp.j05zdM1D20/registry/powerfmt-0.2.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("alloc", "default", "macros", "std"))' -C metadata=fafbfb32d3be10d7 -C extra-filename=-fafbfb32d3be10d7 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 136s warning: unexpected `cfg` condition name: `__powerfmt_docs` 136s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/lib.rs:6:13 136s | 136s 6 | #![cfg_attr(__powerfmt_docs, feature(doc_auto_cfg, rustc_attrs))] 136s | ^^^^^^^^^^^^^^^ 136s | 136s = 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` 136s = help: consider using a Cargo feature instead 136s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 136s [lints.rust] 136s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 136s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 136s = note: see for more information about checking conditional configuration 136s = note: `#[warn(unexpected_cfgs)]` on by default 136s 136s warning: unexpected `cfg` condition name: `__powerfmt_docs` 136s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/lib.rs:7:13 136s | 136s 7 | #![cfg_attr(__powerfmt_docs, allow(internal_features))] 136s | ^^^^^^^^^^^^^^^ 136s | 136s = help: consider using a Cargo feature instead 136s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 136s [lints.rust] 136s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 136s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 136s = note: see for more information about checking conditional configuration 136s 136s warning: unexpected `cfg` condition name: `__powerfmt_docs` 136s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/smart_display.rs:629:12 136s | 136s 629 | #[cfg_attr(__powerfmt_docs, rustc_must_implement_one_of(fmt, fmt_with_metadata))] 136s | ^^^^^^^^^^^^^^^ 136s | 136s = help: consider using a Cargo feature instead 136s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 136s [lints.rust] 136s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 136s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 136s = note: see for more information about checking conditional configuration 136s 136s warning: `powerfmt` (lib) generated 4 warnings (1 duplicate) 136s Compiling futures-io v0.3.31 136s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_io CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/futures-io-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/futures-io-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. 136s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/futures-io-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name futures_io --edition=2018 /tmp/tmp.j05zdM1D20/registry/futures-io-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=6788f648763ee870 -C extra-filename=-6788f648763ee870 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 136s warning: `futures-io` (lib) generated 1 warning (1 duplicate) 136s Compiling futures-util v0.3.31 136s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 136s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/futures-util-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.j05zdM1D20/registry/futures-util-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std", "unstable", "write-all-vectored"))' -C metadata=9a8b19196485ea69 -C extra-filename=-9a8b19196485ea69 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern futures_channel=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-4aafb9b7bc7bb4a2.rmeta --extern futures_core=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_io=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_io-6788f648763ee870.rmeta --extern futures_macro=/tmp/tmp.j05zdM1D20/target/debug/deps/libfutures_macro-0e3308265abdf740.so --extern futures_sink=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.rmeta --extern futures_task=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern memchr=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern pin_project_lite=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-de76c4ee48d4abc2.rmeta --extern pin_utils=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-ad8429c20206ce97.rmeta --extern slab=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 137s warning: unexpected `cfg` condition value: `compat` 137s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 137s | 137s 308 | #[cfg(feature = "compat")] 137s | ^^^^^^^^^^^^^^^^^^ 137s | 137s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 137s = help: consider adding `compat` as a feature in `Cargo.toml` 137s = note: see for more information about checking conditional configuration 137s = note: requested on the command line with `-W unexpected-cfgs` 137s 137s warning: unexpected `cfg` condition value: `compat` 137s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 137s | 137s 6 | #[cfg(feature = "compat")] 137s | ^^^^^^^^^^^^^^^^^^ 137s | 137s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 137s = help: consider adding `compat` as a feature in `Cargo.toml` 137s = note: see for more information about checking conditional configuration 137s 137s warning: unexpected `cfg` condition value: `compat` 137s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 137s | 137s 580 | #[cfg(feature = "compat")] 137s | ^^^^^^^^^^^^^^^^^^ 137s | 137s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 137s = help: consider adding `compat` as a feature in `Cargo.toml` 137s = note: see for more information about checking conditional configuration 137s 137s warning: unexpected `cfg` condition value: `compat` 137s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 137s | 137s 6 | #[cfg(feature = "compat")] 137s | ^^^^^^^^^^^^^^^^^^ 137s | 137s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 137s = help: consider adding `compat` as a feature in `Cargo.toml` 137s = note: see for more information about checking conditional configuration 137s 137s warning: unexpected `cfg` condition value: `compat` 137s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 137s | 137s 1154 | #[cfg(feature = "compat")] 137s | ^^^^^^^^^^^^^^^^^^ 137s | 137s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 137s = help: consider adding `compat` as a feature in `Cargo.toml` 137s = note: see for more information about checking conditional configuration 137s 137s warning: unexpected `cfg` condition value: `compat` 137s --> /usr/share/cargo/registry/futures-util-0.3.31/src/sink/mod.rs:15:7 137s | 137s 15 | #[cfg(feature = "compat")] 137s | ^^^^^^^^^^^^^^^^^^ 137s | 137s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 137s = help: consider adding `compat` as a feature in `Cargo.toml` 137s = note: see for more information about checking conditional configuration 137s 137s warning: unexpected `cfg` condition value: `compat` 137s --> /usr/share/cargo/registry/futures-util-0.3.31/src/sink/mod.rs:291:11 137s | 137s 291 | #[cfg(feature = "compat")] 137s | ^^^^^^^^^^^^^^^^^^ 137s | 137s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 137s = help: consider adding `compat` as a feature in `Cargo.toml` 137s = note: see for more information about checking conditional configuration 137s 137s warning: unexpected `cfg` condition value: `compat` 137s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 137s | 137s 3 | #[cfg(feature = "compat")] 137s | ^^^^^^^^^^^^^^^^^^ 137s | 137s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 137s = help: consider adding `compat` as a feature in `Cargo.toml` 137s = note: see for more information about checking conditional configuration 137s 137s warning: unexpected `cfg` condition value: `compat` 137s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 137s | 137s 92 | #[cfg(feature = "compat")] 137s | ^^^^^^^^^^^^^^^^^^ 137s | 137s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 137s = help: consider adding `compat` as a feature in `Cargo.toml` 137s = note: see for more information about checking conditional configuration 137s 137s warning: unexpected `cfg` condition value: `io-compat` 137s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:19:7 137s | 137s 19 | #[cfg(feature = "io-compat")] 137s | ^^^^^^^^^^^^^^^^^^^^^ 137s | 137s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 137s = help: consider adding `io-compat` as a feature in `Cargo.toml` 137s = note: see for more information about checking conditional configuration 137s 137s warning: unexpected `cfg` condition value: `io-compat` 137s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:388:11 137s | 137s 388 | #[cfg(feature = "io-compat")] 137s | ^^^^^^^^^^^^^^^^^^^^^ 137s | 137s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 137s = help: consider adding `io-compat` as a feature in `Cargo.toml` 137s = note: see for more information about checking conditional configuration 137s 137s warning: unexpected `cfg` condition value: `io-compat` 137s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:547:11 137s | 137s 547 | #[cfg(feature = "io-compat")] 137s | ^^^^^^^^^^^^^^^^^^^^^ 137s | 137s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 137s = help: consider adding `io-compat` as a feature in `Cargo.toml` 137s = note: see for more information about checking conditional configuration 137s 138s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/serde-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/serde-b0fa5c18367e4328/out rustc --crate-name serde --edition=2018 /tmp/tmp.j05zdM1D20/registry/serde-1.0.217/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=679a03bdbf7636df -C extra-filename=-679a03bdbf7636df --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern serde_derive=/tmp/tmp.j05zdM1D20/target/debug/deps/libserde_derive-277609d74627e533.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` 138s warning: `futures-util` (lib) generated 13 warnings (1 duplicate) 138s Compiling deranged v0.3.11 138s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=deranged CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/deranged-0.3.11 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/deranged-0.3.11/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='Ranged integers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deranged CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/deranged' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/deranged-0.3.11 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name deranged --edition=2021 /tmp/tmp.j05zdM1D20/registry/deranged-0.3.11/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="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=c779b43b900c7ae3 -C extra-filename=-c779b43b900c7ae3 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern powerfmt=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libpowerfmt-fafbfb32d3be10d7.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 139s warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==` 139s --> /usr/share/cargo/registry/deranged-0.3.11/src/lib.rs:9:5 139s | 139s 9 | illegal_floating_point_literal_pattern, 139s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: `#[warn(renamed_and_removed_lints)]` on by default 139s 139s warning: unexpected `cfg` condition name: `docs_rs` 139s --> /usr/share/cargo/registry/deranged-0.3.11/src/lib.rs:1:13 139s | 139s 1 | #![cfg_attr(docs_rs, feature(doc_auto_cfg))] 139s | ^^^^^^^ help: there is a config with a similar name: `docsrs` 139s | 139s = help: consider using a Cargo feature instead 139s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 139s [lints.rust] 139s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } 139s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` 139s = note: see for more information about checking conditional configuration 139s = note: `#[warn(unexpected_cfgs)]` on by default 139s 139s warning: `deranged` (lib) generated 3 warnings (1 duplicate) 139s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_PORTABLE_ATOMIC=1 CARGO_FEATURE_SERDE=1 CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.j05zdM1D20/target/debug/deps:/tmp/tmp.j05zdM1D20/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/heapless-89294599186927b0/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.j05zdM1D20/target/debug/build/heapless-87d3077d770e26f5/build-script-build` 139s Compiling anstream v0.6.15 139s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/anstream-0.6.15/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstream CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/anstream-0.6.15 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.j05zdM1D20/registry/anstream-0.6.15/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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test"))' -C metadata=6538a9779fbfa2ba -C extra-filename=-6538a9779fbfa2ba --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern anstyle=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bf42d2790f2028b8.rmeta --extern anstyle_parse=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-ae0d80c25dd2d9d8.rmeta --extern anstyle_query=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-9c5e51bb31b1b148.rmeta --extern colorchoice=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-89cf5d12a9fe03dd.rmeta --extern utf8parse=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-7081218f12e06a2e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 139s | 139s 48 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` 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: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 139s | 139s 53 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 139s | 139s 4 | #[cfg(not(all(windows, feature = "wincon")))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 139s | 139s 8 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 139s | 139s 46 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 139s | 139s 58 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 139s | 139s 5 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 139s | 139s 27 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 139s | 139s 137 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 139s | 139s 143 | #[cfg(not(all(windows, feature = "wincon")))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 139s | 139s 155 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 139s | 139s 166 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 139s | 139s 180 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 139s | 139s 225 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 139s | 139s 243 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 139s | 139s 260 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 139s | 139s 269 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 139s | 139s 279 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 139s | 139s 288 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `wincon` 139s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 139s | 139s 298 | #[cfg(all(windows, feature = "wincon"))] 139s | ^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `auto`, `default`, and `test` 139s = help: consider adding `wincon` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 139s Compiling regex v1.11.1 139s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 139s finite automata and guarantees linear time matching on all inputs. 139s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/regex-1.11.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.j05zdM1D20/registry/regex-1.11.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="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=f23fd44db9a98d22 -C extra-filename=-f23fd44db9a98d22 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern aho_corasick=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-2bcce03042626be9.rmeta --extern memchr=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern regex_automata=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libregex_automata-7c5e7acc605227e3.rmeta --extern regex_syntax=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-ee84c8006f047bec.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 140s warning: `regex` (lib) generated 1 warning (1 duplicate) 140s Compiling uuid v1.10.0 140s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=uuid CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/uuid-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/uuid-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Ashley Mannix:Dylan DPC:Hunar Roop Kahlon' CARGO_PKG_DESCRIPTION='A library to generate and parse UUIDs.' CARGO_PKG_HOMEPAGE='https://github.com/uuid-rs/uuid' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=uuid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/uuid-rs/uuid' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/uuid-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name uuid --edition=2018 /tmp/tmp.j05zdM1D20/registry/uuid-1.10.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=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="fast-rng"' --cfg 'feature="rng"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "bytemuck", "default", "fast-rng", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=84977dca52bbaf7b -C extra-filename=-84977dca52bbaf7b --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern getrandom=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-54cf000b490cc2db.rmeta --extern rand=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/librand-e8149766e9596af6.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 140s warning: `uuid` (lib) generated 1 warning (1 duplicate) 140s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.j05zdM1D20/target/debug/deps:/tmp/tmp.j05zdM1D20/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/error-chain-0e13d081d35e3bc3/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.j05zdM1D20/target/debug/build/error-chain-f00fe17e8e73c064/build-script-build` 140s [error-chain 0.12.4] cargo:rustc-cfg=has_error_source 140s [error-chain 0.12.4] cargo:rustc-cfg=has_error_description_deprecated 140s [error-chain 0.12.4] cargo:rustc-cfg=build="debug" 140s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=portable_atomic CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 140s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/portable-atomic-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/portable-atomic-cd80266702042c71/out rustc --crate-name portable_atomic --edition=2018 /tmp/tmp.j05zdM1D20/registry/portable-atomic-1.10.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 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=ee0a9d3afcca0808 -C extra-filename=-ee0a9d3afcca0808 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg portable_atomic_no_asm --check-cfg 'cfg(target_feature,values("experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'` 141s warning: `portable-atomic` (lib) generated 1 warning (1 duplicate) 141s Compiling cc-traits v2.0.0 141s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cc_traits CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/cc-traits-2.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/cc-traits-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='Common collection traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/cc-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/cc-traits-2.0.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name cc_traits --edition=2018 /tmp/tmp.j05zdM1D20/registry/cc-traits-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-impls", "alloc", "default", "serde_json", "slab", "smallvec", "std"))' -C metadata=88c3a8a7a6b83caf -C extra-filename=-88c3a8a7a6b83caf --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern slab=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s warning: unexpected `cfg` condition value: `nightly` 141s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:115:13 141s | 141s 115 | #![cfg_attr(feature = "nightly", feature(trait_alias))] 141s | ^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 141s = help: consider adding `nightly` 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: `nightly` 141s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:124:7 141s | 141s 124 | #[cfg(feature = "nightly")] 141s | ^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 141s = help: consider adding `nightly` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `nightly` 141s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:126:7 141s | 141s 126 | #[cfg(feature = "nightly")] 141s | ^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 141s = help: consider adding `nightly` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `nightly` 141s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:129:11 141s | 141s 129 | #[cfg(not(feature = "nightly"))] 141s | ^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 141s = help: consider adding `nightly` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `nightly` 141s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:131:11 141s | 141s 131 | #[cfg(not(feature = "nightly"))] 141s | ^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 141s = help: consider adding `nightly` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `ijson` 141s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/impls/mod.rs:16:7 141s | 141s 16 | #[cfg(feature = "ijson")] 141s | ^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 141s = help: consider adding `ijson` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: `cc-traits` (lib) generated 7 warnings (1 duplicate) 141s Compiling hash32 v0.3.1 141s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=hash32 CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/hash32-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/hash32-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='32-bit hashing algorithms' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hash32 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/japaric/hash32' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/hash32-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name hash32 --edition=2015 /tmp/tmp.j05zdM1D20/registry/hash32-0.3.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=0994659813a4c1ff -C extra-filename=-0994659813a4c1ff --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern byteorder=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-afb5df9a057f9db9.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s warning: `serde` (lib) generated 1 warning (1 duplicate) 141s Compiling num_cpus v1.16.0 141s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/num_cpus-1.16.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.16.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/num_cpus-1.16.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name num_cpus --edition=2015 /tmp/tmp.j05zdM1D20/registry/num_cpus-1.16.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=b5c98706f86311fb -C extra-filename=-b5c98706f86311fb --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern libc=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s warning: unexpected `cfg` condition value: `nacl` 141s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:355:5 141s | 141s 355 | target_os = "nacl", 141s | ^^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 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: `nacl` 141s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:437:5 141s | 141s 437 | target_os = "nacl", 141s | ^^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 141s = note: see for more information about checking conditional configuration 141s 141s warning: `hash32` (lib) generated 1 warning (1 duplicate) 141s Compiling num_threads v0.1.7 141s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_threads CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/num_threads-0.1.7 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/num_threads-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='A minimal library that determines the number of running threads for the current process.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_threads CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num_threads' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/num_threads-0.1.7 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name num_threads --edition=2015 /tmp/tmp.j05zdM1D20/registry/num_threads-0.1.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())' -C metadata=170c5fce082ed666 -C extra-filename=-170c5fce082ed666 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s warning: `num_threads` (lib) generated 1 warning (1 duplicate) 141s Compiling time-core v0.1.2 141s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/time-core-0.1.2 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/time-core-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/time-core-0.1.2 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name time_core --edition=2021 /tmp/tmp.j05zdM1D20/registry/time-core-0.1.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())' -C metadata=3174ccb5e4dbeb5b -C extra-filename=-3174ccb5e4dbeb5b --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s warning: `time-core` (lib) generated 1 warning (1 duplicate) 141s Compiling match_cfg v0.1.0 141s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=match_cfg CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/match_cfg-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/match_cfg-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='gnzlbg ' CARGO_PKG_DESCRIPTION='A convenience macro to ergonomically define an item depending on a large number 141s of `#[cfg]` parameters. Structured like match statement, the first matching 141s branch is the item that gets emitted. 141s ' CARGO_PKG_HOMEPAGE='https://github.com/gnzlbg/match_cfg' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=match_cfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gnzlbg/match_cfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/match_cfg-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name match_cfg --edition=2015 /tmp/tmp.j05zdM1D20/registry/match_cfg-0.1.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 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=e1e4918779f0396d -C extra-filename=-e1e4918779f0396d --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s warning: `match_cfg` (lib) generated 1 warning (1 duplicate) 141s Compiling capng v0.2.3 141s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/capng-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.j05zdM1D20/registry/capng-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24d33080dfaf3ea0 -C extra-filename=-24d33080dfaf3ea0 --out-dir /tmp/tmp.j05zdM1D20/target/debug/build/capng-24d33080dfaf3ea0 -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --cap-lints warn` 141s warning: `num_cpus` (lib) generated 3 warnings (1 duplicate) 141s Compiling strsim v0.11.1 141s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/strsim-0.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, 141s OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. 141s ' CARGO_PKG_HOMEPAGE='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/strsim-0.11.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name strsim --edition=2015 /tmp/tmp.j05zdM1D20/registry/strsim-0.11.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=d5368992782b2e16 -C extra-filename=-d5368992782b2e16 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s Compiling heck v0.4.1 141s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/heck-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/heck-0.4.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.j05zdM1D20/registry/heck-0.4.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=8b811c1d95735796 -C extra-filename=-8b811c1d95735796 --out-dir /tmp/tmp.j05zdM1D20/target/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --cap-lints warn` 141s Compiling num-conv v0.1.0 141s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/num-conv-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/num-conv-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides 141s better certainty when refactoring, makes the exact behavior of code more explicit, and allows using 141s turbofish syntax. 141s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/num-conv-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name num_conv --edition=2021 /tmp/tmp.j05zdM1D20/registry/num-conv-0.1.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 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13aae50953aa8625 -C extra-filename=-13aae50953aa8625 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s warning: `strsim` (lib) generated 1 warning (1 duplicate) 141s Compiling smallvec v1.13.2 141s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/smallvec-1.13.2 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.j05zdM1D20/registry/smallvec-1.13.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("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=ff4fe5f20ad0b3f7 -C extra-filename=-ff4fe5f20ad0b3f7 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 142s warning: `num-conv` (lib) generated 1 warning (1 duplicate) 142s Compiling clap_lex v0.7.4 142s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/clap_lex-0.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/clap_lex-0.7.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/clap_lex-0.7.4 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name clap_lex --edition=2021 /tmp/tmp.j05zdM1D20/registry/clap_lex-0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba52c9e5339a899f -C extra-filename=-ba52c9e5339a899f --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 142s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 142s Compiling stable_deref_trait v1.2.0 142s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/stable_deref_trait-1.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/stable_deref_trait-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. 142s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/stable_deref_trait-1.2.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name stable_deref_trait --edition=2015 /tmp/tmp.j05zdM1D20/registry/stable_deref_trait-1.2.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("alloc", "default", "std"))' -C metadata=49cd8e7257847624 -C extra-filename=-49cd8e7257847624 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 142s warning: `stable_deref_trait` (lib) generated 1 warning (1 duplicate) 142s Compiling itoa v1.0.14 142s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/itoa-1.0.14/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.14 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/itoa-1.0.14 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.j05zdM1D20/registry/itoa-1.0.14/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("no-panic"))' -C metadata=38111f8a398661b9 -C extra-filename=-38111f8a398661b9 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 142s warning: `clap_lex` (lib) generated 1 warning (1 duplicate) 142s Compiling virtio-bindings v0.2.4 142s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtio_bindings CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/virtio-bindings-0.2.4 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/virtio-bindings-0.2.4/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust FFI bindings to virtio generated using bindgen.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-3-Clause OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtio-bindings CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-virtio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/virtio-bindings-0.2.4 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name virtio_bindings --edition=2021 /tmp/tmp.j05zdM1D20/registry/virtio-bindings-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("virtio-v4_14_0", "virtio-v5_0_0"))' -C metadata=6c0ddddd2a2c3c8c -C extra-filename=-6c0ddddd2a2c3c8c --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 142s warning: `itoa` (lib) generated 1 warning (1 duplicate) 142s Compiling libseccomp-sys v0.2.1 142s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/libseccomp-sys-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/libseccomp-sys-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Manabu Sugimoto ' CARGO_PKG_DESCRIPTION='Raw FFI Bindings for the libseccomp Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libseccomp-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/libseccomp-rs/libseccomp-rs' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/libseccomp-sys-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.j05zdM1D20/registry/libseccomp-sys-0.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6684f14725d285be -C extra-filename=-6684f14725d285be --out-dir /tmp/tmp.j05zdM1D20/target/debug/build/libseccomp-sys-6684f14725d285be -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --cap-lints warn` 142s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/libseccomp-sys-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/libseccomp-sys-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Manabu Sugimoto ' CARGO_PKG_DESCRIPTION='Raw FFI Bindings for the libseccomp Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libseccomp-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/libseccomp-rs/libseccomp-rs' 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='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.j05zdM1D20/target/debug/deps:/tmp/tmp.j05zdM1D20/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/libseccomp-sys-78937b52c33a5e66/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.j05zdM1D20/target/debug/build/libseccomp-sys-6684f14725d285be/build-script-build` 142s [libseccomp-sys 0.2.1] cargo:rerun-if-env-changed=LIBSECCOMP_LIB_PATH 142s [libseccomp-sys 0.2.1] cargo:rerun-if-env-changed=LIBSECCOMP_LINK_TYPE 142s [libseccomp-sys 0.2.1] cargo:rustc-link-lib=dylib=seccomp 142s Compiling time v0.3.37 142s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/time-0.3.37 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/time-0.3.37/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.1 CARGO_PKG_VERSION=0.3.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/time-0.3.37 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name time --edition=2021 /tmp/tmp.j05zdM1D20/registry/time-0.3.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=cd5357a1c1aa3b32 -C extra-filename=-cd5357a1c1aa3b32 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern deranged=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libderanged-c779b43b900c7ae3.rmeta --extern itoa=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libitoa-38111f8a398661b9.rmeta --extern libc=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern num_conv=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libnum_conv-13aae50953aa8625.rmeta --extern num_threads=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libnum_threads-170c5fce082ed666.rmeta --extern powerfmt=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libpowerfmt-fafbfb32d3be10d7.rmeta --extern time_core=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libtime_core-3174ccb5e4dbeb5b.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 142s warning[E0602]: unknown lint: `dangling_pointers_from_temporaries` 142s | 142s = note: requested on the command line with `-D dangling_pointers_from_temporaries` 142s = note: `#[warn(unknown_lints)]` on by default 142s 142s warning: `virtio-bindings` (lib) generated 1 warning (1 duplicate) 142s Compiling virtio-queue v0.14.0 142s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtio_queue CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/virtio-queue-0.14.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/virtio-queue-0.14.0/Cargo.toml CARGO_PKG_AUTHORS='The Chromium OS Authors' CARGO_PKG_DESCRIPTION='virtio queue implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtio-queue CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-virtio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/virtio-queue-0.14.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name virtio_queue --edition=2021 /tmp/tmp.j05zdM1D20/registry/virtio-queue-0.14.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("test-utils"))' -C metadata=fa007de8aebcf245 -C extra-filename=-fa007de8aebcf245 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern log=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern virtio_bindings=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rmeta --extern vm_memory=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-8565c5e2467cff4e.rmeta --extern vmm_sys_util=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 142s warning: `virtio-queue` (lib) generated 1 warning (1 duplicate) 142s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=heapless CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/heapless-0.8.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/heapless-89294599186927b0/out rustc --crate-name heapless --edition=2021 /tmp/tmp.j05zdM1D20/registry/heapless-0.8.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 --cfg 'feature="portable-atomic"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=e2c04cdf49b10941 -C extra-filename=-e2c04cdf49b10941 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern hash32=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libhash32-0994659813a4c1ff.rmeta --extern portable_atomic=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libportable_atomic-ee0a9d3afcca0808.rmeta --extern serde=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rmeta --extern stable_deref_trait=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libstable_deref_trait-49cd8e7257847624.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 142s warning: unexpected `cfg` condition name: `arm_llsc` 142s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:47:9 142s | 142s 47 | any(arm_llsc, target_arch = "x86"), 142s | ^^^^^^^^ 142s | 142s = 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` 142s = help: consider using a Cargo feature instead 142s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 142s [lints.rust] 142s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 142s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 142s = note: see for more information about checking conditional configuration 142s note: the lint level is defined here 142s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:85:9 142s | 142s 85 | #![deny(warnings)] 142s | ^^^^^^^^ 142s = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` 142s 142s warning: unexpected `cfg` condition name: `arm_llsc` 142s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:51:9 142s | 142s 51 | any(arm_llsc, target_arch = "x86"), 142s | ^^^^^^^^ 142s | 142s = help: consider using a Cargo feature instead 142s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 142s [lints.rust] 142s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 142s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 142s = note: see for more information about checking conditional configuration 142s 142s warning: unexpected `cfg` condition name: `arm_llsc` 142s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:59:9 142s | 142s 59 | any(arm_llsc, target_arch = "x86"), 142s | ^^^^^^^^ 142s | 142s = help: consider using a Cargo feature instead 142s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 142s [lints.rust] 142s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 142s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 142s = note: see for more information about checking conditional configuration 142s 142s warning: unexpected `cfg` condition name: `arm_llsc` 142s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:128:11 142s | 142s 128 | #[cfg(any(arm_llsc, target_arch = "x86"))] 142s | ^^^^^^^^ 142s | 142s = help: consider using a Cargo feature instead 142s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 142s [lints.rust] 142s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 142s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 142s = note: see for more information about checking conditional configuration 142s 142s warning: unexpected `cfg` condition name: `has_atomic_load_store` 142s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:138:5 142s | 142s 138 | has_atomic_load_store 142s | ^^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic_load_store` 142s | 142s = help: expected values for `target_has_atomic_load_store` are: `128`, `16`, `32`, `64`, `8`, and `ptr` 142s = help: consider using a Cargo feature instead 142s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 142s [lints.rust] 142s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomic_load_store)'] } 142s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomic_load_store)");` to the top of the `build.rs` 142s = note: see for more information about checking conditional configuration 142s 143s warning: `heapless` (lib) generated 6 warnings (1 duplicate) 143s Compiling btree-slab v0.6.1 143s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=btree_slab CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/btree-slab-0.6.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/btree-slab-0.6.1/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='A memory compact Slab-based B-tree implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=btree-slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/btree-slab' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/btree-slab-0.6.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name btree_slab --edition=2021 /tmp/tmp.j05zdM1D20/registry/btree-slab-0.6.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="default"' --cfg 'feature="slab"' --cfg 'feature="std-slab"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dot", "slab", "std-slab"))' -C metadata=f8dadfba8557fd82 -C extra-filename=-f8dadfba8557fd82 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern cc_traits=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libcc_traits-88c3a8a7a6b83caf.rmeta --extern slab=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.rmeta --extern smallvec=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-ff4fe5f20ad0b3f7.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 143s warning: `btree-slab` (lib) generated 1 warning (1 duplicate) 143s Compiling clap_builder v4.5.23 143s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/clap_builder-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/clap_builder-4.5.23/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.23 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/clap_builder-4.5.23 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name clap_builder --edition=2021 /tmp/tmp.j05zdM1D20/registry/clap_builder-4.5.23/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=440268bc247595cc -C extra-filename=-440268bc247595cc --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern anstream=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libanstream-6538a9779fbfa2ba.rmeta --extern anstyle=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bf42d2790f2028b8.rmeta --extern clap_lex=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libclap_lex-ba52c9e5339a899f.rmeta --extern strsim=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libstrsim-d5368992782b2e16.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 144s For more information about this error, try `rustc --explain E0602`. 144s warning: `time` (lib) generated 2 warnings (1 duplicate) 144s Compiling clap_derive v4.5.18 144s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/clap_derive-4.5.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.18 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/clap_derive-4.5.18 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name clap_derive --edition=2021 /tmp/tmp.j05zdM1D20/registry/clap_derive-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=2ba868b3503952b6 -C extra-filename=-2ba868b3503952b6 --out-dir /tmp/tmp.j05zdM1D20/target/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern heck=/tmp/tmp.j05zdM1D20/target/debug/deps/libheck-8b811c1d95735796.rlib --extern proc_macro2=/tmp/tmp.j05zdM1D20/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.j05zdM1D20/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.j05zdM1D20/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 146s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.j05zdM1D20/target/debug/deps:/tmp/tmp.j05zdM1D20/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/capng-995b7c26601b4d50/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.j05zdM1D20/target/debug/build/capng-24d33080dfaf3ea0/build-script-build` 146s [capng 0.2.3] cargo:rerun-if-changed=build.rs 146s [capng 0.2.3] cargo:rerun-if-env-changed=LIBCAPNG_LIB_PATH 146s [capng 0.2.3] cargo:rerun-if-env-changed=LIBCAPNG_LINK_TYPE 146s [capng 0.2.3] cargo:rustc-link-lib=dylib=cap-ng 146s Compiling hostname v0.3.1 146s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=hostname CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/hostname-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/hostname-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='fengcen :svartalf ' CARGO_PKG_DESCRIPTION='Cross-platform system'\''s host name functions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hostname CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/svartalf/hostname' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/hostname-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name hostname --edition=2015 /tmp/tmp.j05zdM1D20/registry/hostname-0.3.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=c6296f37f7c78797 -C extra-filename=-c6296f37f7c78797 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern libc=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern match_cfg=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libmatch_cfg-e1e4918779f0396d.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 147s warning: `hostname` (lib) generated 1 warning (1 duplicate) 147s Compiling futures-executor v0.3.31 147s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_executor CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/futures-executor-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/futures-executor-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Executors for asynchronous tasks based on the futures-rs library. 147s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-executor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/futures-executor-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name futures_executor --edition=2018 /tmp/tmp.j05zdM1D20/registry/futures-executor-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="num_cpus"' --cfg 'feature="std"' --cfg 'feature="thread-pool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=ae1e5c1384a32d11 -C extra-filename=-ae1e5c1384a32d11 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern futures_core=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_task=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern futures_util=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-9a8b19196485ea69.rmeta --extern num_cpus=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libnum_cpus-b5c98706f86311fb.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 147s warning: `futures-executor` (lib) generated 1 warning (1 duplicate) 147s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=error_chain CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/error-chain-0.12.4 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/error-chain-0e13d081d35e3bc3/out rustc --crate-name error_chain --edition=2015 /tmp/tmp.j05zdM1D20/registry/error-chain-0.12.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "example_generated"))' -C metadata=04658e4bd55e42e3 -C extra-filename=-04658e4bd55e42e3 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_error_source --cfg has_error_description_deprecated --cfg 'build="debug"'` 147s warning: unexpected `cfg` condition name: `has_error_source` 147s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:3:11 147s | 147s 3 | #[cfg(not(has_error_source))] 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(has_error_source)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 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: `has_error_source` 147s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:36:7 147s | 147s 36 | #[cfg(has_error_source)] 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(has_error_source)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 147s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:73:7 147s | 147s 73 | #[cfg(has_error_description_deprecated)] 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(has_error_description_deprecated)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 147s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:82:11 147s | 147s 82 | #[cfg(not(has_error_description_deprecated))] 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(has_error_description_deprecated)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `has_error_source` 147s --> /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:581:31 147s | 147s 581 | #[cfg(not(has_error_source))] 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(has_error_source)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `has_error_source` 147s --> /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:583:27 147s | 147s 583 | #[cfg(has_error_source)] 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(has_error_source)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 147s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:323:23 147s | 147s 323 | #[cfg(not(has_error_description_deprecated))] 147s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 147s | 147s ::: /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:823:5 147s | 147s 823 | error_chain! {} 147s | --------------- in this macro invocation 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(has_error_description_deprecated)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info) 147s 147s warning: `error-chain` (lib) generated 8 warnings (1 duplicate) 147s Compiling vhost v0.13.0 147s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vhost CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/vhost-0.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/vhost-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='Liu Jiang ' CARGO_PKG_DESCRIPTION='a pure rust library for vdpa, vhost and vhost-user' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vhost CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vhost' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/vhost-0.13.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name vhost --edition=2021 /tmp/tmp.j05zdM1D20/registry/vhost-0.13.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 --cfg 'feature="default"' --cfg 'feature="vhost-user"' --cfg 'feature="vhost-user-backend"' --cfg 'feature="xen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "postcopy", "test-utils", "vhost-kern", "vhost-net", "vhost-user", "vhost-user-backend", "vhost-user-frontend", "vhost-vdpa", "vhost-vsock", "xen"))' -C metadata=da13f7eac088695d -C extra-filename=-da13f7eac088695d --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern bitflags=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-2dd210d93a4438b9.rmeta --extern libc=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern uuid=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libuuid-84977dca52bbaf7b.rmeta --extern vm_memory=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-8565c5e2467cff4e.rmeta --extern vmm_sys_util=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 148s warning: `clap_builder` (lib) generated 1 warning (1 duplicate) 148s Compiling env_filter v0.1.3 148s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=env_filter CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/env_filter-0.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/env_filter-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Filter log events using environment variables 148s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_filter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/env_filter-0.1.3 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name env_filter --edition=2021 /tmp/tmp.j05zdM1D20/registry/env_filter-0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=dbfe81d631cf1cbc -C extra-filename=-dbfe81d631cf1cbc --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern log=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern regex=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libregex-f23fd44db9a98d22.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 148s warning: `env_filter` (lib) generated 1 warning (1 duplicate) 148s Compiling embedded-io v0.6.1 148s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=embedded_io CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/embedded-io-0.6.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/embedded-io-0.6.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Embedded IO traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=embedded-io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/embedded-hal' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/embedded-io-0.6.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name embedded_io --edition=2021 /tmp/tmp.j05zdM1D20/registry/embedded-io-0.6.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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "defmt-03", "std"))' -C metadata=7d2e68ada9b3bccc -C extra-filename=-7d2e68ada9b3bccc --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 148s warning: `embedded-io` (lib) generated 1 warning (1 duplicate) 148s Compiling cobs v0.2.3 148s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cobs CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/cobs-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/cobs-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Allen Welkie <>:James Munns ' CARGO_PKG_DESCRIPTION=' This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm. 148s COBS is an algorithm for transforming a message into an encoding where a specific value 148s (the "sentinel" value) is not used. This value can then be used to mark frame boundaries 148s in a serial communication channel. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cobs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jamesmunns/cobs.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/cobs-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name cobs --edition=2018 /tmp/tmp.j05zdM1D20/registry/cobs-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d43267365972767a -C extra-filename=-d43267365972767a --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 148s warning: `cobs` (lib) generated 1 warning (1 duplicate) 148s Compiling humantime v2.1.0 148s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/humantime-2.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/humantime-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime} 148s ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/humantime-2.1.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name humantime --edition=2018 /tmp/tmp.j05zdM1D20/registry/humantime-2.1.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=90a2faad0bf6a215 -C extra-filename=-90a2faad0bf6a215 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 148s warning: unexpected `cfg` condition value: `cloudabi` 148s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:6:7 148s | 148s 6 | #[cfg(target_os="cloudabi")] 148s | ^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 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: `cloudabi` 148s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:14:9 148s | 148s 14 | not(target_os="cloudabi"), 148s | ^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 148s = note: see for more information about checking conditional configuration 148s 148s warning: `vhost` (lib) generated 1 warning (1 duplicate) 148s Compiling range-traits v0.3.2 148s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=range_traits CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/range-traits-0.3.2 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/range-traits-0.3.2/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='Ranges related traits.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=range-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/range-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/range-traits-0.3.2 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name range_traits --edition=2021 /tmp/tmp.j05zdM1D20/registry/range-traits-0.3.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("ordered-float"))' -C metadata=8e84a96939fa870e -C extra-filename=-8e84a96939fa870e --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 148s warning: unexpected `cfg` condition value: `8` 148s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:113:7 148s | 148s 113 | #[cfg(target_pointer_width = "8")] 148s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 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: `8` 148s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:115:7 148s | 148s 115 | #[cfg(target_pointer_width = "8")] 148s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 148s = note: see for more information about checking conditional configuration 148s 148s warning: unexpected `cfg` condition value: `8` 148s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:117:7 148s | 148s 117 | #[cfg(target_pointer_width = "8")] 148s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 148s = note: see for more information about checking conditional configuration 148s 148s warning: unexpected `cfg` condition value: `8` 148s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:119:7 148s | 148s 119 | #[cfg(target_pointer_width = "8")] 148s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 148s = note: see for more information about checking conditional configuration 148s 148s warning: unexpected `cfg` condition value: `8` 148s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:121:7 148s | 148s 121 | #[cfg(target_pointer_width = "8")] 148s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 148s = note: see for more information about checking conditional configuration 148s 148s warning: unexpected `cfg` condition value: `8` 148s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:123:7 148s | 148s 123 | #[cfg(target_pointer_width = "8")] 148s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 148s = note: see for more information about checking conditional configuration 148s 148s warning: unexpected `cfg` condition value: `8` 148s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:125:7 148s | 148s 125 | #[cfg(target_pointer_width = "8")] 148s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 148s = note: see for more information about checking conditional configuration 148s 148s warning: unexpected `cfg` condition value: `8` 148s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:127:7 148s | 148s 127 | #[cfg(target_pointer_width = "8")] 148s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 148s = note: see for more information about checking conditional configuration 148s 148s warning: unexpected `cfg` condition value: `8` 148s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:129:7 148s | 148s 129 | #[cfg(target_pointer_width = "8")] 148s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 148s | 148s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 148s = note: see for more information about checking conditional configuration 148s 148s warning: `humantime` (lib) generated 3 warnings (1 duplicate) 148s Compiling btree-range-map v0.7.2 148s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=btree_range_map CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/btree-range-map-0.7.2 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/btree-range-map-0.7.2/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='B-tree range map implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=btree-range-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/btree-range-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/btree-range-map-0.7.2 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name btree_range_map --edition=2021 /tmp/tmp.j05zdM1D20/registry/btree-range-map-0.7.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("ordered-float", "serde"))' -C metadata=35b9710341ec7e31 -C extra-filename=-35b9710341ec7e31 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern btree_slab=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libbtree_slab-f8dadfba8557fd82.rmeta --extern cc_traits=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libcc_traits-88c3a8a7a6b83caf.rmeta --extern range_traits=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/librange_traits-8e84a96939fa870e.rmeta --extern slab=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 148s warning: `range-traits` (lib) generated 10 warnings (1 duplicate) 148s Compiling env_logger v0.11.5 148s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/env_logger-0.11.5 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/env_logger-0.11.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment 148s variable. 148s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.11.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/env_logger-0.11.5 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name env_logger --edition=2021 /tmp/tmp.j05zdM1D20/registry/env_logger-0.11.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=529e16bac540d90a -C extra-filename=-529e16bac540d90a --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern env_filter=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libenv_filter-dbfe81d631cf1cbc.rmeta --extern humantime=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libhumantime-90a2faad0bf6a215.rmeta --extern log=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 149s warning: type alias `StyledValue` is never used 149s --> /usr/share/cargo/registry/env_logger-0.11.5/src/fmt/mod.rs:300:6 149s | 149s 300 | type StyledValue = T; 149s | ^^^^^^^^^^^ 149s | 149s = note: `#[warn(dead_code)]` on by default 149s 149s warning: `btree-range-map` (lib) generated 1 warning (1 duplicate) 149s Compiling postcard v1.0.10 149s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=postcard CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/postcard-1.0.10 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/postcard-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='James Munns ' CARGO_PKG_DESCRIPTION='A no_std + serde compatible message library for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=postcard CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jamesmunns/postcard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/postcard-1.0.10 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name postcard --edition=2018 /tmp/tmp.j05zdM1D20/registry/postcard-1.0.10/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="embedded-io"' --cfg 'feature="heapless"' --cfg 'feature="heapless-cas"' --cfg 'feature="use-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "heapless", "heapless-cas", "paste", "use-crc", "use-defmt", "use-std"))' -C metadata=8a20f159e15dd174 -C extra-filename=-8a20f159e15dd174 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern cobs=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libcobs-d43267365972767a.rmeta --extern embedded_io=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libembedded_io-7d2e68ada9b3bccc.rmeta --extern heapless=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libheapless-e2c04cdf49b10941.rmeta --extern serde=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 149s warning: unexpected `cfg` condition value: `experimental-derive` 149s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:20:7 149s | 149s 20 | #[cfg(feature = "experimental-derive")] 149s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 149s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s = note: `#[warn(unexpected_cfgs)]` on by default 149s 149s warning: unexpected `cfg` condition value: `experimental-derive` 149s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:65:11 149s | 149s 65 | #[cfg(feature = "experimental-derive")] 149s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 149s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: unexpected `cfg` condition value: `experimental-derive` 149s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:77:11 149s | 149s 77 | #[cfg(feature = "experimental-derive")] 149s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 149s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: `env_logger` (lib) generated 2 warnings (1 duplicate) 149s Compiling vhost-user-backend v0.17.0 149s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vhost_user_backend CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/vhost-user-backend-0.17.0 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/vhost-user-backend-0.17.0/Cargo.toml CARGO_PKG_AUTHORS='The Cloud Hypervisor Authors' CARGO_PKG_DESCRIPTION='A framework to build vhost-user backend service daemon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vhost-user-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vhost' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/vhost-user-backend-0.17.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name vhost_user_backend --edition=2021 /tmp/tmp.j05zdM1D20/registry/vhost-user-backend-0.17.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 --cfg 'feature="xen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("xen"))' -C metadata=fdde246fd5d9e2f9 -C extra-filename=-fdde246fd5d9e2f9 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern libc=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern log=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern vhost=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvhost-da13f7eac088695d.rmeta --extern virtio_bindings=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rmeta --extern virtio_queue=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-fa007de8aebcf245.rmeta --extern vm_memory=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-8565c5e2467cff4e.rmeta --extern vmm_sys_util=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 149s warning: unexpected `cfg` condition value: `postcopy` 149s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/lib.rs:42:11 149s | 149s 42 | #[cfg(all(feature = "postcopy", feature = "xen"))] 149s | ^^^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `xen` 149s = help: consider adding `postcopy` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s = note: `#[warn(unexpected_cfgs)]` on by default 149s 149s warning: unexpected `cfg` condition value: `postcopy` 149s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:10:7 149s | 149s 10 | #[cfg(feature = "postcopy")] 149s | ^^^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `xen` 149s = help: consider adding `postcopy` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: unexpected `cfg` condition value: `postcopy` 149s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:17:7 149s | 149s 17 | #[cfg(feature = "postcopy")] 149s | ^^^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `xen` 149s = help: consider adding `postcopy` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: unexpected `cfg` condition value: `postcopy` 149s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:86:11 149s | 149s 86 | #[cfg(feature = "postcopy")] 149s | ^^^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `xen` 149s = help: consider adding `postcopy` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: unexpected `cfg` condition value: `postcopy` 149s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:106:11 149s | 149s 106 | #[cfg(feature = "postcopy")] 149s | ^^^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `xen` 149s = help: consider adding `postcopy` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: unexpected `cfg` condition value: `postcopy` 149s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:167:19 149s | 149s 167 | #[cfg(feature = "postcopy")] 149s | ^^^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `xen` 149s = help: consider adding `postcopy` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: unexpected `cfg` condition value: `postcopy` 149s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:683:11 149s | 149s 683 | #[cfg(feature = "postcopy")] 149s | ^^^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `xen` 149s = help: consider adding `postcopy` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: unexpected `cfg` condition value: `postcopy` 149s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:717:11 149s | 149s 717 | #[cfg(feature = "postcopy")] 149s | ^^^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `xen` 149s = help: consider adding `postcopy` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: unexpected `cfg` condition value: `postcopy` 149s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:739:11 149s | 149s 739 | #[cfg(feature = "postcopy")] 149s | ^^^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `xen` 149s = help: consider adding `postcopy` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: unexpected `cfg` condition value: `postcopy` 149s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:327:23 149s | 149s 327 | #[cfg(feature = "postcopy")] 149s | ^^^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `xen` 149s = help: consider adding `postcopy` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: unexpected `cfg` condition value: `postcopy` 149s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:615:19 149s | 149s 615 | #[cfg(feature = "postcopy")] 149s | ^^^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `xen` 149s = help: consider adding `postcopy` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: `postcard` (lib) generated 4 warnings (1 duplicate) 149s Compiling syslog v6.0.1 149s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=syslog CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/syslog-6.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/syslog-6.0.1/Cargo.toml CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='Send log messages to syslog' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syslog CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/rust-syslog' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=6.0.1 CARGO_PKG_VERSION_MAJOR=6 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/syslog-6.0.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name syslog --edition=2015 /tmp/tmp.j05zdM1D20/registry/syslog-6.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=a88aff0603513316 -C extra-filename=-a88aff0603513316 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern error_chain=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liberror_chain-04658e4bd55e42e3.rmeta --extern hostname=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libhostname-c6296f37f7c78797.rmeta --extern libc=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern log=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern time=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libtime-cd5357a1c1aa3b32.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 149s warning: `vhost-user-backend` (lib) generated 12 warnings (1 duplicate) 149s Compiling futures v0.3.30 149s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/futures-0.3.30 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/futures-0.3.30/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='An implementation of futures and streams featuring zero allocations, 149s composability, and iterator-like interfaces. 149s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/futures-0.3.30 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name futures --edition=2018 /tmp/tmp.j05zdM1D20/registry/futures-0.3.30/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="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --cfg 'feature="thread-pool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "default", "executor", "futures-executor", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=9cc2bb5e07eecdae -C extra-filename=-9cc2bb5e07eecdae --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern futures_channel=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-4aafb9b7bc7bb4a2.rmeta --extern futures_core=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_executor=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_executor-ae1e5c1384a32d11.rmeta --extern futures_io=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_io-6788f648763ee870.rmeta --extern futures_sink=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.rmeta --extern futures_task=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern futures_util=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-9a8b19196485ea69.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 149s warning: unexpected `cfg` condition value: `compat` 149s --> /usr/share/cargo/registry/futures-0.3.30/src/lib.rs:206:7 149s | 149s 206 | #[cfg(feature = "compat")] 149s | ^^^^^^^^^^^^^^^^^^ 149s | 149s = note: expected values for `feature` are: `alloc`, `async-await`, `bilock`, `default`, `executor`, `futures-executor`, `std`, `thread-pool`, `unstable`, and `write-all-vectored` 149s = help: consider adding `compat` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s = note: `#[warn(unexpected_cfgs)]` on by default 149s 149s warning: `futures` (lib) generated 2 warnings (1 duplicate) 149s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=capng CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/capng-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/capng-995b7c26601b4d50/out rustc --crate-name capng --edition=2018 /tmp/tmp.j05zdM1D20/registry/capng-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a76d0dc152abe6d2 -C extra-filename=-a76d0dc152abe6d2 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern bitflags=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rmeta --extern libc=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l dylib=cap-ng` 149s warning: `capng` (lib) generated 1 warning (1 duplicate) 149s Compiling clap v4.5.23 149s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/clap-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/clap-4.5.23/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.23 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/clap-4.5.23 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name clap --edition=2021 /tmp/tmp.j05zdM1D20/registry/clap-4.5.23/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-ext", "unstable-styles", "usage", "wrap_help"))' -C metadata=7a7268c1ffac164a -C extra-filename=-7a7268c1ffac164a --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern clap_builder=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libclap_builder-440268bc247595cc.rmeta --extern clap_derive=/tmp/tmp.j05zdM1D20/target/debug/deps/libclap_derive-2ba868b3503952b6.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 149s warning: unexpected `cfg` condition value: `unstable-doc` 149s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:93:7 149s | 149s 93 | #[cfg(feature = "unstable-doc")] 149s | ^^^^^^^^^^-------------- 149s | | 149s | help: there is a expected value with a similar name: `"unstable-ext"` 149s | 149s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 149s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s = note: `#[warn(unexpected_cfgs)]` on by default 149s 149s warning: unexpected `cfg` condition value: `unstable-doc` 149s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:95:7 149s | 149s 95 | #[cfg(feature = "unstable-doc")] 149s | ^^^^^^^^^^-------------- 149s | | 149s | help: there is a expected value with a similar name: `"unstable-ext"` 149s | 149s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 149s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: unexpected `cfg` condition value: `unstable-doc` 149s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:97:7 149s | 149s 97 | #[cfg(feature = "unstable-doc")] 149s | ^^^^^^^^^^-------------- 149s | | 149s | help: there is a expected value with a similar name: `"unstable-ext"` 149s | 149s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 149s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: unexpected `cfg` condition value: `unstable-doc` 149s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:99:7 149s | 149s 99 | #[cfg(feature = "unstable-doc")] 149s | ^^^^^^^^^^-------------- 149s | | 149s | help: there is a expected value with a similar name: `"unstable-ext"` 149s | 149s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 149s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: unexpected `cfg` condition value: `unstable-doc` 149s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:101:7 149s | 149s 101 | #[cfg(feature = "unstable-doc")] 149s | ^^^^^^^^^^-------------- 149s | | 149s | help: there is a expected value with a similar name: `"unstable-ext"` 149s | 149s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 149s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 149s = note: see for more information about checking conditional configuration 149s 149s warning: `clap` (lib) generated 6 warnings (1 duplicate) 149s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=libseccomp_sys CARGO_MANIFEST_DIR=/tmp/tmp.j05zdM1D20/registry/libseccomp-sys-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.j05zdM1D20/registry/libseccomp-sys-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Manabu Sugimoto ' CARGO_PKG_DESCRIPTION='Raw FFI Bindings for the libseccomp Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libseccomp-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/libseccomp-rs/libseccomp-rs' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.j05zdM1D20/registry/libseccomp-sys-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps OUT_DIR=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/build/libseccomp-sys-78937b52c33a5e66/out rustc --crate-name libseccomp_sys --edition=2018 /tmp/tmp.j05zdM1D20/registry/libseccomp-sys-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f608792a9b71795c -C extra-filename=-f608792a9b71795c --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l dylib=seccomp` 149s warning: `syslog` (lib) generated 1 warning (1 duplicate) 149s Compiling virtiofsd v1.13.0 (/usr/share/cargo/registry/virtiofsd-1.13.0) 149s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtiofsd CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name virtiofsd --edition=2018 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="seccomp"' --cfg 'feature="xen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "seccomp", "xen"))' -C metadata=16b27d569ec70150 -C extra-filename=-16b27d569ec70150 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern bitflags=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rmeta --extern btree_range_map=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libbtree_range_map-35b9710341ec7e31.rmeta --extern capng=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libcapng-a76d0dc152abe6d2.rmeta --extern clap=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libclap-7a7268c1ffac164a.rmeta --extern env_logger=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-529e16bac540d90a.rmeta --extern futures=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures-9cc2bb5e07eecdae.rmeta --extern libc=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern libseccomp_sys=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibseccomp_sys-f608792a9b71795c.rmeta --extern log=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern postcard=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libpostcard-8a20f159e15dd174.rmeta --extern serde=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rmeta --extern syslog=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libsyslog-a88aff0603513316.rmeta --extern vhost=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvhost-da13f7eac088695d.rmeta --extern vhost_user_backend=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvhost_user_backend-fdde246fd5d9e2f9.rmeta --extern virtio_bindings=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rmeta --extern virtio_queue=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-fa007de8aebcf245.rmeta --extern vm_memory=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-8565c5e2467cff4e.rmeta --extern vmm_sys_util=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.rmeta -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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 150s warning: `libseccomp-sys` (lib) generated 1 warning (1 duplicate) 150s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtiofsd CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name virtiofsd --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="default"' --cfg 'feature="seccomp"' --cfg 'feature="xen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "seccomp", "xen"))' -C metadata=a12476eb201a6171 -C extra-filename=-a12476eb201a6171 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern bitflags=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rlib --extern btree_range_map=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libbtree_range_map-35b9710341ec7e31.rlib --extern capng=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libcapng-a76d0dc152abe6d2.rlib --extern clap=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libclap-7a7268c1ffac164a.rlib --extern env_logger=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-529e16bac540d90a.rlib --extern futures=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures-9cc2bb5e07eecdae.rlib --extern libc=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rlib --extern libseccomp_sys=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibseccomp_sys-f608792a9b71795c.rlib --extern log=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rlib --extern postcard=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libpostcard-8a20f159e15dd174.rlib --extern serde=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rlib --extern syslog=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libsyslog-a88aff0603513316.rlib --extern vhost=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvhost-da13f7eac088695d.rlib --extern vhost_user_backend=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvhost_user_backend-fdde246fd5d9e2f9.rlib --extern virtio_bindings=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rlib --extern virtio_queue=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-fa007de8aebcf245.rlib --extern vm_memory=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-8565c5e2467cff4e.rlib --extern vmm_sys_util=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 150s warning: unexpected `cfg` condition name: `debian_test` 150s --> src/descriptor_utils.rs:441:7 150s | 150s 441 | #[cfg(debian_test)] 150s | ^^^^^^^^^^^ 150s | 150s = 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` 150s = help: consider using a Cargo feature instead 150s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 150s [lints.rust] 150s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debian_test)'] } 150s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debian_test)");` to the top of the `build.rs` 150s = note: see for more information about checking conditional configuration 150s = note: `#[warn(unexpected_cfgs)]` on by default 150s 152s warning: `virtiofsd` (lib test) generated 2 warnings (2 duplicates) 154s warning: `virtiofsd` (lib) generated 2 warnings (1 duplicate) 154s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_BIN_NAME=virtiofsd CARGO_CRATE_NAME=virtiofsd CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 LD_LIBRARY_PATH=/tmp/tmp.j05zdM1D20/target/debug/deps rustc --crate-name virtiofsd --edition=2018 src/main.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="default"' --cfg 'feature="seccomp"' --cfg 'feature="xen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "seccomp", "xen"))' -C metadata=ec85b4eceb9c85a0 -C extra-filename=-ec85b4eceb9c85a0 --out-dir /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.j05zdM1D20/target/debug/deps --extern bitflags=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rlib --extern btree_range_map=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libbtree_range_map-35b9710341ec7e31.rlib --extern capng=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libcapng-a76d0dc152abe6d2.rlib --extern clap=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libclap-7a7268c1ffac164a.rlib --extern env_logger=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-529e16bac540d90a.rlib --extern futures=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libfutures-9cc2bb5e07eecdae.rlib --extern libc=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rlib --extern libseccomp_sys=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblibseccomp_sys-f608792a9b71795c.rlib --extern log=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rlib --extern postcard=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libpostcard-8a20f159e15dd174.rlib --extern serde=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rlib --extern syslog=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libsyslog-a88aff0603513316.rlib --extern vhost=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvhost-da13f7eac088695d.rlib --extern vhost_user_backend=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvhost_user_backend-fdde246fd5d9e2f9.rlib --extern virtio_bindings=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rlib --extern virtio_queue=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-fa007de8aebcf245.rlib --extern virtiofsd=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvirtiofsd-16b27d569ec70150.rlib --extern vm_memory=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-8565c5e2467cff4e.rlib --extern vmm_sys_util=/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.j05zdM1D20/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 155s warning: `virtiofsd` (bin "virtiofsd" test) generated 1 warning (1 duplicate) 155s Finished `test` profile [unoptimized + debuginfo] target(s) in 33.84s 155s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/virtiofsd-a12476eb201a6171` 155s 155s running 21 tests 155s test passthrough::xattrmap::tests::test_parser_can_parse_multiple_valid_rules ... ok 155s test passthrough::xattrmap::tests::test_parser_can_parse_rules_separated_by_whitespace ... ok 155s test passthrough::xattrmap::tests::test_parser_can_parse_rules_with_different_delimiters ... ok 155s test passthrough::xattrmap::tests::test_parser_can_parse_single_rule ... ok 155s test passthrough::xattrmap::tests::test_parser_emits_error_when_invalid_scope_is_used ... ok 155s test passthrough::xattrmap::tests::test_parser_emits_error_when_invalid_type_is_used ... ok 155s test passthrough::xattrmap::tests::test_parser_emits_error_when_multiple_map_rules_exist ... ok 155s test passthrough::xattrmap::tests::test_parser_emits_error_when_no_rules_are_provided ... ok 155s test passthrough::xattrmap::tests::test_parser_emits_incomplete_rule_error ... ok 155s test passthrough::xattrmap::tests::test_parser_expands_map_rule_with_empty_key ... ok 155s test passthrough::xattrmap::tests::test_parser_expands_map_rule_with_key_and_prepend ... ok 155s test passthrough::xattrmap::tests::test_rule_bad_denies_the_client_request ... ok 155s test passthrough::xattrmap::tests::test_rule_bad_hides_xattr_names_from_client ... ok 155s test passthrough::xattrmap::tests::test_rule_ok_all ... ok 155s test passthrough::xattrmap::tests::test_rule_ok_allows_xattr_names_to_pass_through_unchanged ... ok 155s test passthrough::xattrmap::tests::test_rule_prefix_prepends_xattr_names_from_client ... ok 155s test passthrough::xattrmap::tests::test_rule_prefix_strips_prefixes_from_server ... ok 155s test passthrough::xattrmap::tests::test_rule_unsupported_hides_xattr_names_from_client ... ok 155s test passthrough::xattrmap::tests::test_rule_unsupported_not_support_the_client_request ... ok 155s test read_dir::test::padded_cstrings ... ok 155s test read_dir::test::no_nul_byte - should panic ... ok 155s 155s test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s 155s 155s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.j05zdM1D20/target/s390x-unknown-linux-gnu/debug/deps/virtiofsd-ec85b4eceb9c85a0` 155s 155s running 0 tests 155s 155s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 155s 155s /tmp/autopkgtest.moXOp2/wrapper.sh: checking for leaked background processes... 155s /tmp/autopkgtest.moXOp2/wrapper.sh: waiting for tee/cat subprocesses... 155s /tmp/autopkgtest.moXOp2/wrapper.sh: cleaning up... 155s /tmp/autopkgtest.moXOp2/wrapper.sh: Exit status: 0 155s autopkgtest: DBG: testbed command exited with code 0 155s autopkgtest [23:26:45]: test rust-virtiofsd:@: -----------------------] 155s autopkgtest: DBG: testbed executing test finished with exit status 0 155s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/rust-virtiofsd%3A%40-stdout /tmp/autopkgtest-work.8v097am7/out/rust-virtiofsd%3A%40-stdout 156s autopkgtest: DBG: got reply from testbed: ok 156s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/rust-virtiofsd%3A%40-stderr /tmp/autopkgtest-work.8v097am7/out/rust-virtiofsd%3A%40-stderr 156s autopkgtest: DBG: got reply from testbed: ok 156s autopkgtest [23:26:46]: test rust-virtiofsd:@: - - - - - - - - - - results - - - - - - - - - - 156s rust-virtiofsd:@ PASS 156s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/rust-virtiofsd%3A%40-artifacts/ /tmp/autopkgtest-work.8v097am7/out/artifacts/ 157s autopkgtest: DBG: got reply from testbed: ok 157s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.moXOp2/rust-virtiofsd:@-artifacts', '/tmp/autopkgtest.moXOp2/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 157s autopkgtest: DBG: testbed command exited with code 0 157s autopkgtest [23:26:47]: test librust-virtiofsd-dev:default: preparing testbed 157s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'], deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 157s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 157s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 157s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 31), rustc, librust-virtiofsd-dev, virtiofsd 157s autopkgtest: DBG: can use apt-get on testbed: True 157s 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 (>= 31), rustc, librust-virtiofsd-dev, virtiofsd'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 157s Reading package lists... 157s Building dependency tree... 157s Reading state information... 157s Starting pkgProblemResolver with broken count: 0 157s Starting 2 pkgProblemResolver with broken count: 0 157s 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-virtiofsd-dev'], kind short, sout pipe, serr pipe, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'virtiofsd'], 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.moXOp2/librust-virtiofsd-dev:default-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.moXOp2/librust-virtiofsd-dev%3Adefault-packages.all /tmp/autopkgtest-work.8v097am7/out/librust-virtiofsd-dev%3Adefault-packages.all 159s autopkgtest: DBG: got reply from testbed: ok 159s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.moXOp2/build.KSq/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.moXOp2/build.KSq/src already exists 159s autopkgtest [23:26:49]: test librust-virtiofsd-dev:default: /usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets 159s autopkgtest [23:26:49]: test librust-virtiofsd-dev:default: [----------------------- 159s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.moXOp2/wrapper.sh --debug --artifacts=/tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:default-artifacts --chdir=/tmp/autopkgtest.moXOp2/build.KSq/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.moXOp2/librust-virtiofsd-dev:default-stderr --stdout=/tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:default-stdout --tmp=/tmp/autopkgtest.moXOp2/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=rust-virtiofsd/1.13.0-5 -- bash -ec '/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets'"], kind test, sout raw, serr raw, env [] 159s /tmp/autopkgtest.moXOp2/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:default-artifacts 159s /tmp/autopkgtest.moXOp2/wrapper.sh: changing to directory: /tmp/autopkgtest.moXOp2/build.KSq/src 159s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 159s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 159s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 159s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 159s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: LANG=C.UTF-8 159s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LANGUAGE 159s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_ADDRESS 159s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_ALL 159s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_COLLATE 159s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_CTYPE 159s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_IDENTIFICATION 159s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MEASUREMENT 159s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MESSAGES 159s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MONETARY 159s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_NAME 159s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_NUMERIC 159s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_PAPER 159s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_TELEPHONE 159s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_TIME 159s /tmp/autopkgtest.moXOp2/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 159s /tmp/autopkgtest.moXOp2/wrapper.sh: pretending to be a login shell 159s /tmp/autopkgtest.moXOp2/wrapper.sh: will write standard error to /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:default-stderr 159s /tmp/autopkgtest.moXOp2/wrapper.sh: will write stdout to /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:default-stdout 159s /tmp/autopkgtest.moXOp2/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.moXOp2/autopkgtest_tmp 159s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-virtiofsd/1.13.0-5 159s /tmp/autopkgtest.moXOp2/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets 159s /tmp/autopkgtest.moXOp2/wrapper.sh: copying /tmp/tmp.60bjCAik6D/out to stdout and file: /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:default-stdout 159s /tmp/autopkgtest.moXOp2/wrapper.sh: copying /tmp/tmp.60bjCAik6D/err to standard error and file: /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:default-stdout 159s /tmp/autopkgtest.moXOp2/wrapper.sh: writing script pid 5345 to /tmp/autopkgtest_script_pid 160s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 160s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 160s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 160s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.nrnNpyVafb/registry/ 160s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 160s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 160s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 160s 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'],) {} 160s Compiling proc-macro2 v1.0.92 160s Compiling unicode-ident v1.0.13 160s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/unicode-ident-1.0.13 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.nrnNpyVafb/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b60f1917d0b7f16f -C extra-filename=-b60f1917d0b7f16f --out-dir /tmp/tmp.nrnNpyVafb/target/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --cap-lints warn` 160s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/proc-macro2-1.0.92 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.nrnNpyVafb/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2d75c9a654688144 -C extra-filename=-2d75c9a654688144 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/build/proc-macro2-2d75c9a654688144 -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --cap-lints warn` 160s Compiling libc v0.2.169 160s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 160s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.nrnNpyVafb/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=c7b3561a7edc004d -C extra-filename=-c7b3561a7edc004d --out-dir /tmp/tmp.nrnNpyVafb/target/debug/build/libc-c7b3561a7edc004d -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --cap-lints warn` 160s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.nrnNpyVafb/target/debug/deps:/tmp/tmp.nrnNpyVafb/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.nrnNpyVafb/target/debug/build/proc-macro2-d599727364712bee/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.nrnNpyVafb/target/debug/build/proc-macro2-2d75c9a654688144/build-script-build` 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 160s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 160s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 160s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 160s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 160s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/proc-macro2-1.0.92 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps OUT_DIR=/tmp/tmp.nrnNpyVafb/target/debug/build/proc-macro2-d599727364712bee/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.nrnNpyVafb/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ff92515e6d04de91 -C extra-filename=-ff92515e6d04de91 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern unicode_ident=/tmp/tmp.nrnNpyVafb/target/debug/deps/libunicode_ident-b60f1917d0b7f16f.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 160s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 160s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.nrnNpyVafb/target/debug/deps:/tmp/tmp.nrnNpyVafb/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/libc-53dab5cca2858c68/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.nrnNpyVafb/target/debug/build/libc-c7b3561a7edc004d/build-script-build` 160s [libc 0.2.169] cargo:rerun-if-changed=build.rs 160s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 160s [libc 0.2.169] cargo:rustc-cfg=freebsd11 160s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 160s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 160s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 160s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/libc-53dab5cca2858c68/out rustc --crate-name libc --edition=2021 /tmp/tmp.nrnNpyVafb/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=4fcc35c1a3dcd472 -C extra-filename=-4fcc35c1a3dcd472 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_time64_abi)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` 160s warning: unused import: `crate::ntptimeval` 160s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 160s | 160s 5 | use crate::ntptimeval; 160s | ^^^^^^^^^^^^^^^^^ 160s | 160s = note: `#[warn(unused_imports)]` on by default 160s 161s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 161s | 161s = note: this feature is not stably supported; its behavior can change in the future 161s 161s warning: `libc` (lib) generated 2 warnings 161s Compiling quote v1.0.37 161s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/quote-1.0.37 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.nrnNpyVafb/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=baec9bd5986d1c55 -C extra-filename=-baec9bd5986d1c55 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern proc_macro2=/tmp/tmp.nrnNpyVafb/target/debug/deps/libproc_macro2-ff92515e6d04de91.rmeta --cap-lints warn` 161s Compiling byteorder v1.5.0 161s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/byteorder-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/byteorder-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION=1.60 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/byteorder-1.5.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name byteorder --edition=2021 /tmp/tmp.nrnNpyVafb/registry/byteorder-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("default", "i128", "std"))' -C metadata=afb5df9a057f9db9 -C extra-filename=-afb5df9a057f9db9 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 161s warning: `byteorder` (lib) generated 1 warning (1 duplicate) 161s Compiling syn v2.0.96 161s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/syn-2.0.96 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.nrnNpyVafb/registry/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"))' -C metadata=06e9eb0587e935d6 -C extra-filename=-06e9eb0587e935d6 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern proc_macro2=/tmp/tmp.nrnNpyVafb/target/debug/deps/libproc_macro2-ff92515e6d04de91.rmeta --extern quote=/tmp/tmp.nrnNpyVafb/target/debug/deps/libquote-baec9bd5986d1c55.rmeta --extern unicode_ident=/tmp/tmp.nrnNpyVafb/target/debug/deps/libunicode_ident-b60f1917d0b7f16f.rmeta --cap-lints warn` 161s Compiling autocfg v1.1.0 161s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/autocfg-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/autocfg-1.1.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.nrnNpyVafb/registry/autocfg-1.1.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=6f27a56c0b5979c7 -C extra-filename=-6f27a56c0b5979c7 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --cap-lints warn` 161s Compiling slab v0.4.9 161s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/slab-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.nrnNpyVafb/registry/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1b10bbe6721213b1 -C extra-filename=-1b10bbe6721213b1 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/build/slab-1b10bbe6721213b1 -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern autocfg=/tmp/tmp.nrnNpyVafb/target/debug/deps/libautocfg-6f27a56c0b5979c7.rlib --cap-lints warn` 162s Compiling memchr v2.7.4 162s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/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 162s 1, 2 or 3 byte search and single substring search. 162s ' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/memchr-2.7.4 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.nrnNpyVafb/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="default"' --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=d88af7c2308bc9ee -C extra-filename=-d88af7c2308bc9ee --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: `memchr` (lib) generated 1 warning (1 duplicate) 162s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.nrnNpyVafb/target/debug/deps:/tmp/tmp.nrnNpyVafb/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/slab-2d27be4c1ac5bbfd/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.nrnNpyVafb/target/debug/build/slab-1b10bbe6721213b1/build-script-build` 162s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 162s [slab 0.4.9] | 162s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 162s [slab 0.4.9] 162s [slab 0.4.9] warning: 1 warning emitted 162s [slab 0.4.9] 162s Compiling cfg-if v1.0.0 162s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] 162s parameters. Structured like an if-else chain, the first matching branch is the 162s item that gets emitted. 162s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/cfg-if-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.nrnNpyVafb/registry/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core"))' -C metadata=741ad0425e17df63 -C extra-filename=-741ad0425e17df63 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 162s Compiling getrandom v0.2.15 162s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/getrandom-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/getrandom-0.2.15 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.nrnNpyVafb/registry/getrandom-0.2.15/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("compiler_builtins", "core", "custom", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser"))' -C metadata=54cf000b490cc2db -C extra-filename=-54cf000b490cc2db --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern cfg_if=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-741ad0425e17df63.rmeta --extern libc=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: unexpected `cfg` condition value: `js` 162s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 162s | 162s 334 | } else if #[cfg(all(feature = "js", 162s | ^^^^^^^^^^^^^^ 162s | 162s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 162s = help: consider adding `js` 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: `getrandom` (lib) generated 2 warnings (1 duplicate) 162s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/slab-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/slab-2d27be4c1ac5bbfd/out rustc --crate-name slab --edition=2018 /tmp/tmp.nrnNpyVafb/registry/slab-0.4.9/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ae2b949e6d148640 -C extra-filename=-ae2b949e6d148640 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 162s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 162s | 162s 250 | #[cfg(not(slab_no_const_vec_new))] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = 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` 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s = note: `#[warn(unexpected_cfgs)]` on by default 162s 162s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 162s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 162s | 162s 264 | #[cfg(slab_no_const_vec_new)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `slab_no_track_caller` 162s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 162s | 162s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 162s | ^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `slab_no_track_caller` 162s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 162s | 162s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 162s | ^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `slab_no_track_caller` 162s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 162s | 162s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 162s | ^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `slab_no_track_caller` 162s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 162s | 162s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 162s | ^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: `slab` (lib) generated 7 warnings (1 duplicate) 162s Compiling thiserror v1.0.69 162s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/thiserror-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.nrnNpyVafb/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=398577176776ca6b -C extra-filename=-398577176776ca6b --out-dir /tmp/tmp.nrnNpyVafb/target/debug/build/thiserror-398577176776ca6b -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --cap-lints warn` 163s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.nrnNpyVafb/target/debug/deps:/tmp/tmp.nrnNpyVafb/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/thiserror-fa42a338d55061dc/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.nrnNpyVafb/target/debug/build/thiserror-398577176776ca6b/build-script-build` 163s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 163s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 163s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 163s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 163s Compiling rand_core v0.6.4 163s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/rand_core-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation. 163s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/rand_core-0.6.4 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.nrnNpyVafb/registry/rand_core-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="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=4e3e0fe0b28cc3d1 -C extra-filename=-4e3e0fe0b28cc3d1 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern getrandom=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-54cf000b490cc2db.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 163s warning: unexpected `cfg` condition name: `doc_cfg` 163s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:38:13 163s | 163s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 163s | ^^^^^^^ 163s | 163s = 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` 163s = help: consider using a Cargo feature instead 163s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 163s [lints.rust] 163s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 163s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 163s = note: see for more information about checking conditional configuration 163s = note: `#[warn(unexpected_cfgs)]` on by default 163s 163s warning: unexpected `cfg` condition name: `doc_cfg` 163s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:50:16 163s | 163s 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 163s | ^^^^^^^ 163s | 163s = help: consider using a Cargo feature instead 163s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 163s [lints.rust] 163s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 163s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 163s = note: see for more information about checking conditional configuration 163s 163s warning: unexpected `cfg` condition name: `doc_cfg` 163s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:64:16 163s | 163s 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 163s | ^^^^^^^ 163s | 163s = help: consider using a Cargo feature instead 163s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 163s [lints.rust] 163s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 163s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 163s = note: see for more information about checking conditional configuration 163s 163s warning: unexpected `cfg` condition name: `doc_cfg` 163s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:75:16 163s | 163s 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 163s | ^^^^^^^ 163s | 163s = help: consider using a Cargo feature instead 163s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 163s [lints.rust] 163s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 163s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 163s = note: see for more information about checking conditional configuration 163s 163s warning: unexpected `cfg` condition name: `doc_cfg` 163s --> /usr/share/cargo/registry/rand_core-0.6.4/src/os.rs:46:12 163s | 163s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 163s | ^^^^^^^ 163s | 163s = help: consider using a Cargo feature instead 163s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 163s [lints.rust] 163s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 163s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 163s = note: see for more information about checking conditional configuration 163s 163s warning: unexpected `cfg` condition name: `doc_cfg` 163s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:411:16 163s | 163s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 163s | ^^^^^^^ 163s | 163s = help: consider using a Cargo feature instead 163s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 163s [lints.rust] 163s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 163s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 163s = note: see for more information about checking conditional configuration 163s 163s warning: `rand_core` (lib) generated 7 warnings (1 duplicate) 163s Compiling bitflags v1.3.2 163s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/bitflags-1.3.2 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/bitflags-1.3.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 163s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/bitflags-1.3.2 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name bitflags --edition=2018 /tmp/tmp.nrnNpyVafb/registry/bitflags-1.3.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=986ea5246d1bde4b -C extra-filename=-986ea5246d1bde4b --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 163s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 163s Compiling log v0.4.22 163s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/log-0.4.22 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust 163s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/log-0.4.22 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name log --edition=2021 /tmp/tmp.nrnNpyVafb/registry/log-0.4.22/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("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=5771a53463867bfb -C extra-filename=-5771a53463867bfb --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 163s warning: `log` (lib) generated 1 warning (1 duplicate) 163s Compiling aho-corasick v1.1.3 163s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/aho-corasick-1.1.3 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name aho_corasick --edition=2021 /tmp/tmp.nrnNpyVafb/registry/aho-corasick-1.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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=2bcce03042626be9 -C extra-filename=-2bcce03042626be9 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern memchr=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 164s warning: method `cmpeq` is never used 164s --> /usr/share/cargo/registry/aho-corasick-1.1.3/src/packed/vector.rs:74:15 164s | 164s 28 | pub(crate) trait Vector: 164s | ------ method in this trait 164s ... 164s 74 | unsafe fn cmpeq(self, vector2: Self) -> Self; 164s | ^^^^^ 164s | 164s = note: `#[warn(dead_code)]` on by default 164s 165s warning: `aho-corasick` (lib) generated 2 warnings (1 duplicate) 165s Compiling portable-atomic v1.10.0 165s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 165s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/portable-atomic-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.nrnNpyVafb/registry/portable-atomic-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=6e3bd4f4c006b233 -C extra-filename=-6e3bd4f4c006b233 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/build/portable-atomic-6e3bd4f4c006b233 -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --cap-lints warn` 165s Compiling utf8parse v0.2.1 165s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/utf8parse-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/utf8parse-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.nrnNpyVafb/registry/utf8parse-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=7081218f12e06a2e -C extra-filename=-7081218f12e06a2e --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 166s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 166s Compiling serde v1.0.217 166s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/serde-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.nrnNpyVafb/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=816e356155c8e78e -C extra-filename=-816e356155c8e78e --out-dir /tmp/tmp.nrnNpyVafb/target/debug/build/serde-816e356155c8e78e -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --cap-lints warn` 166s Compiling futures-core v0.3.31 166s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 166s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-core-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.nrnNpyVafb/registry/futures-core-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=2134c5b836c19dbf -C extra-filename=-2134c5b836c19dbf --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 166s Compiling zerocopy-derive v0.7.34 166s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/zerocopy-derive-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/zerocopy-derive-0.7.34/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Custom derive for traits from the zerocopy crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy-derive CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/zerocopy-derive-0.7.34 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name zerocopy_derive --edition=2018 /tmp/tmp.nrnNpyVafb/registry/zerocopy-derive-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=113aa28ae736394e -C extra-filename=-113aa28ae736394e --out-dir /tmp/tmp.nrnNpyVafb/target/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern proc_macro2=/tmp/tmp.nrnNpyVafb/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.nrnNpyVafb/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.nrnNpyVafb/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 166s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 166s Compiling thiserror-impl v1.0.69 166s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/thiserror-impl-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.nrnNpyVafb/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85a314ae0bf3e0d8 -C extra-filename=-85a314ae0bf3e0d8 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern proc_macro2=/tmp/tmp.nrnNpyVafb/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.nrnNpyVafb/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.nrnNpyVafb/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 167s Compiling zerocopy v0.7.34 167s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/zerocopy-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/zerocopy-0.7.34/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Utilities for zero-copy parsing and serialization' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/zerocopy-0.7.34 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name zerocopy --edition=2018 /tmp/tmp.nrnNpyVafb/registry/zerocopy-0.7.34/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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=c32c505c14a96b41 -C extra-filename=-c32c505c14a96b41 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern byteorder=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-afb5df9a057f9db9.rmeta --extern zerocopy_derive=/tmp/tmp.nrnNpyVafb/target/debug/deps/libzerocopy_derive-113aa28ae736394e.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/util.rs:597:32 167s | 167s 597 | let remainder = t.addr() % mem::align_of::(); 167s | ^^^^^^^^^^^^^^^^^^ 167s | 167s note: the lint level is defined here 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:174:5 167s | 167s 174 | unused_qualifications, 167s | ^^^^^^^^^^^^^^^^^^^^^ 167s help: remove the unnecessary path segments 167s | 167s 597 - let remainder = t.addr() % mem::align_of::(); 167s 597 + let remainder = t.addr() % align_of::(); 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:333:35 167s | 167s 333 | const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 167s | ^^^^^^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 333 - const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 167s 333 + const POINTER_WIDTH_BITS: usize = size_of::() * 8; 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:488:44 167s | 167s 488 | align: match NonZeroUsize::new(mem::align_of::()) { 167s | ^^^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 488 - align: match NonZeroUsize::new(mem::align_of::()) { 167s 488 + align: match NonZeroUsize::new(align_of::()) { 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:492:49 167s | 167s 492 | size_info: SizeInfo::Sized { _size: mem::size_of::() }, 167s | ^^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 492 - size_info: SizeInfo::Sized { _size: mem::size_of::() }, 167s 492 + size_info: SizeInfo::Sized { _size: size_of::() }, 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:511:44 167s | 167s 511 | align: match NonZeroUsize::new(mem::align_of::()) { 167s | ^^^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 511 - align: match NonZeroUsize::new(mem::align_of::()) { 167s 511 + align: match NonZeroUsize::new(align_of::()) { 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:517:29 167s | 167s 517 | _elem_size: mem::size_of::(), 167s | ^^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 517 - _elem_size: mem::size_of::(), 167s 517 + _elem_size: size_of::(), 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:1418:19 167s | 167s 1418 | let len = mem::size_of_val(self); 167s | ^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 1418 - let len = mem::size_of_val(self); 167s 1418 + let len = size_of_val(self); 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2714:19 167s | 167s 2714 | let len = mem::size_of_val(self); 167s | ^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 2714 - let len = mem::size_of_val(self); 167s 2714 + let len = size_of_val(self); 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2789:19 167s | 167s 2789 | let len = mem::size_of_val(self); 167s | ^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 2789 - let len = mem::size_of_val(self); 167s 2789 + let len = size_of_val(self); 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2863:27 167s | 167s 2863 | if bytes.len() != mem::size_of_val(self) { 167s | ^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 2863 - if bytes.len() != mem::size_of_val(self) { 167s 2863 + if bytes.len() != size_of_val(self) { 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2920:20 167s | 167s 2920 | let size = mem::size_of_val(self); 167s | ^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 2920 - let size = mem::size_of_val(self); 167s 2920 + let size = size_of_val(self); 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2981:45 167s | 167s 2981 | let start = bytes.len().checked_sub(mem::size_of_val(self))?; 167s | ^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 2981 - let start = bytes.len().checked_sub(mem::size_of_val(self))?; 167s 2981 + let start = bytes.len().checked_sub(size_of_val(self))?; 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4161:27 167s | 167s 4161 | if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 167s | ^^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 4161 - if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 167s 4161 + if bytes.len() != size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4176:26 167s | 167s 4176 | if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 167s | ^^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 4176 - if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 167s 4176 + if bytes.len() < size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4179:46 167s | 167s 4179 | let (bytes, suffix) = bytes.split_at(mem::size_of::()); 167s | ^^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 4179 - let (bytes, suffix) = bytes.split_at(mem::size_of::()); 167s 4179 + let (bytes, suffix) = bytes.split_at(size_of::()); 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4194:46 167s | 167s 4194 | let split_at = bytes_len.checked_sub(mem::size_of::())?; 167s | ^^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 4194 - let split_at = bytes_len.checked_sub(mem::size_of::())?; 167s 4194 + let split_at = bytes_len.checked_sub(size_of::())?; 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4221:26 167s | 167s 4221 | .checked_rem(mem::size_of::()) 167s | ^^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 4221 - .checked_rem(mem::size_of::()) 167s 4221 + .checked_rem(size_of::()) 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4243:34 167s | 167s 4243 | let expected_len = match mem::size_of::().checked_mul(count) { 167s | ^^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 4243 - let expected_len = match mem::size_of::().checked_mul(count) { 167s 4243 + let expected_len = match size_of::().checked_mul(count) { 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4268:34 167s | 167s 4268 | let expected_len = match mem::size_of::().checked_mul(count) { 167s | ^^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 4268 - let expected_len = match mem::size_of::().checked_mul(count) { 167s 4268 + let expected_len = match size_of::().checked_mul(count) { 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4795:25 167s | 167s 4795 | let elem_size = mem::size_of::(); 167s | ^^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 4795 - let elem_size = mem::size_of::(); 167s 4795 + let elem_size = size_of::(); 167s | 167s 167s warning: unnecessary qualification 167s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4825:25 167s | 167s 4825 | let elem_size = mem::size_of::(); 167s | ^^^^^^^^^^^^^^^^^ 167s | 167s help: remove the unnecessary path segments 167s | 167s 4825 - let elem_size = mem::size_of::(); 167s 4825 + let elem_size = size_of::(); 167s | 167s 168s warning: `zerocopy` (lib) generated 22 warnings (1 duplicate) 168s Compiling ppv-lite86 v0.2.20 168s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/ppv-lite86-0.2.20/Cargo.toml CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.2.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/ppv-lite86-0.2.20 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name ppv_lite86 --edition=2021 /tmp/tmp.nrnNpyVafb/registry/ppv-lite86-0.2.20/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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=8793fcb688dbf433 -C extra-filename=-8793fcb688dbf433 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern zerocopy=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libzerocopy-c32c505c14a96b41.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 168s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/thiserror-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/thiserror-fa42a338d55061dc/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.nrnNpyVafb/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4dcd096416e86a0 -C extra-filename=-b4dcd096416e86a0 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern thiserror_impl=/tmp/tmp.nrnNpyVafb/target/debug/deps/libthiserror_impl-85a314ae0bf3e0d8.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 168s warning: `ppv-lite86` (lib) generated 1 warning (1 duplicate) 168s Compiling rand_chacha v0.3.1 168s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/rand_chacha-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator 168s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/rand_chacha-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name rand_chacha --edition=2018 /tmp/tmp.nrnNpyVafb/registry/rand_chacha-0.3.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("default", "serde", "serde1", "simd", "std"))' -C metadata=b3f95d84bd0cdf07 -C extra-filename=-b3f95d84bd0cdf07 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern ppv_lite86=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libppv_lite86-8793fcb688dbf433.rmeta --extern rand_core=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/librand_core-4e3e0fe0b28cc3d1.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 168s warning: `thiserror` (lib) generated 1 warning (1 duplicate) 168s Compiling version_check v0.9.5 168s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/version_check-0.9.5 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/version_check-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/version_check-0.9.5 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name version_check --edition=2015 /tmp/tmp.nrnNpyVafb/registry/version_check-0.9.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())' -C metadata=aa35b04adf26b055 -C extra-filename=-aa35b04adf26b055 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --cap-lints warn` 168s Compiling regex-syntax v0.8.5 168s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/regex-syntax-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/regex-syntax-0.8.5 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.nrnNpyVafb/registry/regex-syntax-0.8.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=ee84c8006f047bec -C extra-filename=-ee84c8006f047bec --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 168s warning: `rand_chacha` (lib) generated 1 warning (1 duplicate) 168s Compiling arc-swap v1.7.1 168s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=arc_swap CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/arc-swap-1.7.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/arc-swap-1.7.1/Cargo.toml CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner ' CARGO_PKG_DESCRIPTION='Atomically swappable Arc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arc-swap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/arc-swap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/arc-swap-1.7.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name arc_swap --edition=2018 /tmp/tmp.nrnNpyVafb/registry/arc-swap-1.7.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("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=15aac0f9e7b1cfab -C extra-filename=-15aac0f9e7b1cfab --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 168s warning: `arc-swap` (lib) generated 1 warning (1 duplicate) 168s Compiling futures-sink v0.3.31 168s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_sink CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-sink-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/futures-sink-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The asynchronous `Sink` trait for the futures-rs library. 168s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-sink CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-sink-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name futures_sink --edition=2018 /tmp/tmp.nrnNpyVafb/registry/futures-sink-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2bb87e6e77d12a0e -C extra-filename=-2bb87e6e77d12a0e --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 168s warning: `futures-sink` (lib) generated 1 warning (1 duplicate) 168s Compiling futures-channel v0.3.31 168s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. 168s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-channel-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.nrnNpyVafb/registry/futures-channel-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=4aafb9b7bc7bb4a2 -C extra-filename=-4aafb9b7bc7bb4a2 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern futures_core=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_sink=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 169s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 169s Compiling vm-memory v0.16.1 169s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vm_memory CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/vm-memory-0.16.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/vm-memory-0.16.1/Cargo.toml CARGO_PKG_AUTHORS='Liu Jiang ' CARGO_PKG_DESCRIPTION='Safe abstractions for accessing the VM physical memory' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vm-memory CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-memory' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.16.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/vm-memory-0.16.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name vm_memory --edition=2021 /tmp/tmp.nrnNpyVafb/registry/vm-memory-0.16.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="arc-swap"' --cfg 'feature="backend-atomic"' --cfg 'feature="backend-bitmap"' --cfg 'feature="backend-mmap"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc-swap", "backend-atomic", "backend-bitmap", "backend-mmap", "bitflags", "default", "vmm-sys-util", "xen"))' -C metadata=e9ae59b1f0e77f65 -C extra-filename=-e9ae59b1f0e77f65 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern arc_swap=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libarc_swap-15aac0f9e7b1cfab.rmeta --extern libc=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern thiserror=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-b4dcd096416e86a0.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 169s warning: `vm-memory` (lib) generated 1 warning (1 duplicate) 169s Compiling regex-automata v0.4.9 169s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/regex-automata-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.nrnNpyVafb/registry/regex-automata-0.4.9/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="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=7c5e7acc605227e3 -C extra-filename=-7c5e7acc605227e3 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern aho_corasick=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-2bcce03042626be9.rmeta --extern memchr=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern regex_syntax=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-ee84c8006f047bec.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 170s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 170s Compiling error-chain v0.12.4 170s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/error-chain-0.12.4 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name build_script_build --edition=2015 /tmp/tmp.nrnNpyVafb/registry/error-chain-0.12.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "example_generated"))' -C metadata=f00fe17e8e73c064 -C extra-filename=-f00fe17e8e73c064 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/build/error-chain-f00fe17e8e73c064 -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern version_check=/tmp/tmp.nrnNpyVafb/target/debug/deps/libversion_check-aa35b04adf26b055.rlib --cap-lints warn` 171s Compiling rand v0.8.5 171s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/rand-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality. 171s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/rand-0.8.5 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.nrnNpyVafb/registry/rand-0.8.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=e8149766e9596af6 -C extra-filename=-e8149766e9596af6 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern libc=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern rand_chacha=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-b3f95d84bd0cdf07.rmeta --extern rand_core=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/librand_core-4e3e0fe0b28cc3d1.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:52:13 171s | 171s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s = note: `#[warn(unexpected_cfgs)]` on by default 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:53:13 171s | 171s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 171s | ^^^^^^^ 171s | 171s = 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` 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:181:12 171s | 171s 181 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/mod.rs:116:12 171s | 171s 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `features` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 171s | 171s 162 | #[cfg(features = "nightly")] 171s | ^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: see for more information about checking conditional configuration 171s help: there is a config with a similar name and value 171s | 171s 162 | #[cfg(feature = "nightly")] 171s | ~~~~~~~ 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:15:7 171s | 171s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:156:7 171s | 171s 156 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:158:7 171s | 171s 158 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:160:7 171s | 171s 160 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:162:7 171s | 171s 162 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:165:7 171s | 171s 165 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:167:7 171s | 171s 167 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:169:7 171s | 171s 169 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:13:32 171s | 171s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:15:35 171s | 171s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:19:7 171s | 171s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:112:7 171s | 171s 112 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:142:7 171s | 171s 142 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:144:7 171s | 171s 144 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:146:7 171s | 171s 146 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:148:7 171s | 171s 148 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:150:7 171s | 171s 150 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:152:7 171s | 171s 152 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:155:5 171s | 171s 155 | feature = "simd_support", 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:11:7 171s | 171s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:144:7 171s | 171s 144 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `std` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:235:11 171s | 171s 235 | #[cfg(not(std))] 171s | ^^^ help: found config with similar value: `feature = "std"` 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:363:7 171s | 171s 363 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:423:7 171s | 171s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 171s | ^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:424:7 171s | 171s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 171s | ^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:425:7 171s | 171s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 171s | ^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:426:7 171s | 171s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 171s | ^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:427:7 171s | 171s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 171s | ^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:428:7 171s | 171s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 171s | ^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:429:7 171s | 171s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 171s | ^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `std` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 171s | 171s 291 | #[cfg(not(std))] 171s | ^^^ help: found config with similar value: `feature = "std"` 171s ... 171s 359 | scalar_float_impl!(f32, u32); 171s | ---------------------------- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `std` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 171s | 171s 291 | #[cfg(not(std))] 171s | ^^^ help: found config with similar value: `feature = "std"` 171s ... 171s 360 | scalar_float_impl!(f64, u64); 171s | ---------------------------- in this macro invocation 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:80:12 171s | 171s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:429:12 171s | 171s 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 171s | 171s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 171s | 171s 572 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 171s | 171s 679 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 171s | 171s 687 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 171s | 171s 696 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 171s | 171s 706 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 171s | 171s 1001 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 171s | 171s 1003 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 171s | 171s 1005 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 171s | 171s 1007 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 171s | 171s 1010 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 171s | 171s 1012 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition value: `simd_support` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 171s | 171s 1014 | #[cfg(feature = "simd_support")] 171s | ^^^^^^^^^^^^^^^^^^^^^^^^ 171s | 171s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 171s = help: consider adding `simd_support` as a feature in `Cargo.toml` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/rng.rs:395:12 171s | 171s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:99:12 171s | 171s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:118:12 171s | 171s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/std.rs:32:12 171s | 171s 32 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std_rng")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/thread.rs:60:12 171s | 171s 60 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/thread.rs:87:12 171s | 171s 87 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:29:12 171s | 171s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:623:12 171s | 171s 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/index.rs:276:12 171s | 171s 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:114:16 171s | 171s 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:142:16 171s | 171s 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:170:16 171s | 171s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:219:16 171s | 171s 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: unexpected `cfg` condition name: `doc_cfg` 171s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:465:16 171s | 171s 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 171s | ^^^^^^^ 171s | 171s = help: consider using a Cargo feature instead 171s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 171s [lints.rust] 171s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 171s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 171s = note: see for more information about checking conditional configuration 171s 171s warning: trait `Float` is never used 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:238:18 171s | 171s 238 | pub(crate) trait Float: Sized { 171s | ^^^^^ 171s | 171s = note: `#[warn(dead_code)]` on by default 171s 171s warning: associated items `lanes`, `extract`, and `replace` are never used 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:247:8 171s | 171s 245 | pub(crate) trait FloatAsSIMD: Sized { 171s | ----------- associated items in this trait 171s 246 | #[inline(always)] 171s 247 | fn lanes() -> usize { 171s | ^^^^^ 171s ... 171s 255 | fn extract(self, index: usize) -> Self { 171s | ^^^^^^^ 171s ... 171s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 171s | ^^^^^^^ 171s 171s warning: method `all` is never used 171s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:268:8 171s | 171s 266 | pub(crate) trait BoolAsSIMD: Sized { 171s | ---------- method in this trait 171s 267 | fn any(self) -> bool; 171s 268 | fn all(self) -> bool; 171s | ^^^ 171s 171s warning: `rand` (lib) generated 70 warnings (1 duplicate) 171s Compiling futures-macro v0.3.31 171s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 171s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-macro-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.nrnNpyVafb/registry/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e3308265abdf740 -C extra-filename=-0e3308265abdf740 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern proc_macro2=/tmp/tmp.nrnNpyVafb/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.nrnNpyVafb/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.nrnNpyVafb/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 172s Compiling serde_derive v1.0.217 172s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/serde_derive-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/serde_derive-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/serde_derive-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name serde_derive --edition=2015 /tmp/tmp.nrnNpyVafb/registry/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=277609d74627e533 -C extra-filename=-277609d74627e533 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern proc_macro2=/tmp/tmp.nrnNpyVafb/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.nrnNpyVafb/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.nrnNpyVafb/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 173s warning: `regex-automata` (lib) generated 1 warning (1 duplicate) 173s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.nrnNpyVafb/target/debug/deps:/tmp/tmp.nrnNpyVafb/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/serde-b0fa5c18367e4328/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.nrnNpyVafb/target/debug/build/serde-816e356155c8e78e/build-script-build` 173s [serde 1.0.217] cargo:rerun-if-changed=build.rs 173s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 173s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 173s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 173s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 173s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 173s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 173s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 173s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 173s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 173s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 173s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 173s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 173s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 173s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 173s Compiling anstyle-parse v0.2.1 173s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/anstyle-parse-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.64.0 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/anstyle-parse-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.nrnNpyVafb/registry/anstyle-parse-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="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=ae0d80c25dd2d9d8 -C extra-filename=-ae0d80c25dd2d9d8 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern utf8parse=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-7081218f12e06a2e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 173s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 173s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FALLBACK=1 CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 173s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.nrnNpyVafb/target/debug/deps:/tmp/tmp.nrnNpyVafb/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/portable-atomic-cd80266702042c71/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.nrnNpyVafb/target/debug/build/portable-atomic-6e3bd4f4c006b233/build-script-build` 173s [portable-atomic 1.10.0] cargo:rerun-if-changed=build.rs 173s [portable-atomic 1.10.0] cargo:rerun-if-changed=no_atomic.rs 173s [portable-atomic 1.10.0] cargo:rerun-if-changed=version.rs 173s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(target_feature,values("experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3")) 173s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute) 173s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha")) 173s [portable-atomic 1.10.0] cargo:rustc-cfg=portable_atomic_no_asm 174s Compiling vmm-sys-util v0.12.1 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vmm_sys_util CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/vmm-sys-util-0.12.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/vmm-sys-util-0.12.1/Cargo.toml CARGO_PKG_AUTHORS='Intel Virtualization Team ' CARGO_PKG_DESCRIPTION='A system utility set' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vmm-sys-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vmm-sys-util' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/vmm-sys-util-0.12.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name vmm_sys_util --edition=2021 /tmp/tmp.nrnNpyVafb/registry/vmm-sys-util-0.12.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("serde", "serde_derive", "with-serde"))' -C metadata=9c7a8ea78bd58733 -C extra-filename=-9c7a8ea78bd58733 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern bitflags=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rmeta --extern libc=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 174s warning: unexpected `cfg` condition value: `cargo-clippy` 174s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:102:5 174s | 174s 102 | feature = "cargo-clippy", 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 174s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s = note: `#[warn(unexpected_cfgs)]` on by default 174s 174s warning: unexpected `cfg` condition value: `cargo-clippy` 174s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:206:12 174s | 174s 206 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::unnecessary_cast))] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 174s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `cargo-clippy` 174s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:451:16 174s | 174s 451 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::useless_asref))] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 174s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: `vmm-sys-util` (lib) generated 4 warnings (1 duplicate) 174s Compiling colorchoice v1.0.0 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/colorchoice-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Global override of color control' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colorchoice CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/colorchoice-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.nrnNpyVafb/registry/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89cf5d12a9fe03dd -C extra-filename=-89cf5d12a9fe03dd --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 174s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 174s Compiling pin-utils v0.1.0 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 174s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/pin-utils-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.nrnNpyVafb/registry/pin-utils-0.1.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=ad8429c20206ce97 -C extra-filename=-ad8429c20206ce97 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 174s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 174s Compiling powerfmt v0.2.0 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=powerfmt CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/powerfmt-0.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/powerfmt-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION=' `powerfmt` is a library that provides utilities for formatting values. This crate makes it 174s significantly easier to support filling to a minimum width with alignment, avoid heap 174s allocation, and avoid repetitive calculations. 174s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=powerfmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/powerfmt' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/powerfmt-0.2.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name powerfmt --edition=2021 /tmp/tmp.nrnNpyVafb/registry/powerfmt-0.2.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("alloc", "default", "macros", "std"))' -C metadata=fafbfb32d3be10d7 -C extra-filename=-fafbfb32d3be10d7 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 174s warning: unexpected `cfg` condition name: `__powerfmt_docs` 174s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/lib.rs:6:13 174s | 174s 6 | #![cfg_attr(__powerfmt_docs, feature(doc_auto_cfg, rustc_attrs))] 174s | ^^^^^^^^^^^^^^^ 174s | 174s = 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` 174s = help: consider using a Cargo feature instead 174s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 174s [lints.rust] 174s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 174s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 174s = note: see for more information about checking conditional configuration 174s = note: `#[warn(unexpected_cfgs)]` on by default 174s 174s warning: unexpected `cfg` condition name: `__powerfmt_docs` 174s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/lib.rs:7:13 174s | 174s 7 | #![cfg_attr(__powerfmt_docs, allow(internal_features))] 174s | ^^^^^^^^^^^^^^^ 174s | 174s = help: consider using a Cargo feature instead 174s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 174s [lints.rust] 174s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 174s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition name: `__powerfmt_docs` 174s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/smart_display.rs:629:12 174s | 174s 629 | #[cfg_attr(__powerfmt_docs, rustc_must_implement_one_of(fmt, fmt_with_metadata))] 174s | ^^^^^^^^^^^^^^^ 174s | 174s = help: consider using a Cargo feature instead 174s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 174s [lints.rust] 174s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 174s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 174s = note: see for more information about checking conditional configuration 174s 174s warning: `powerfmt` (lib) generated 4 warnings (1 duplicate) 174s Compiling anstyle-query v1.0.0 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/anstyle-query-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-query CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/anstyle-query-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.nrnNpyVafb/registry/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c5e51bb31b1b148 -C extra-filename=-9c5e51bb31b1b148 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 174s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 174s Compiling futures-io v0.3.31 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_io CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-io-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/futures-io-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. 174s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-io-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name futures_io --edition=2018 /tmp/tmp.nrnNpyVafb/registry/futures-io-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=6788f648763ee870 -C extra-filename=-6788f648763ee870 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 174s warning: `futures-io` (lib) generated 1 warning (1 duplicate) 174s Compiling pin-project-lite v0.2.13 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/pin-project-lite-0.2.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. 174s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/pin-project-lite-0.2.13 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.nrnNpyVafb/registry/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de76c4ee48d4abc2 -C extra-filename=-de76c4ee48d4abc2 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 174s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 174s Compiling futures-task v0.3.31 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 174s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-task-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.nrnNpyVafb/registry/futures-task-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=c1a7c716e83896aa -C extra-filename=-c1a7c716e83896aa --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 174s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 174s Compiling anstyle v1.0.8 174s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/anstyle-1.0.8/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=1.0.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/anstyle-1.0.8 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.nrnNpyVafb/registry/anstyle-1.0.8/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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bf42d2790f2028b8 -C extra-filename=-bf42d2790f2028b8 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 175s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 175s Compiling heapless v0.8.0 175s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/heapless-0.8.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.nrnNpyVafb/registry/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="portable-atomic"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=87d3077d770e26f5 -C extra-filename=-87d3077d770e26f5 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/build/heapless-87d3077d770e26f5 -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --cap-lints warn` 175s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_PORTABLE_ATOMIC=1 CARGO_FEATURE_SERDE=1 CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.nrnNpyVafb/target/debug/deps:/tmp/tmp.nrnNpyVafb/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/heapless-89294599186927b0/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.nrnNpyVafb/target/debug/build/heapless-87d3077d770e26f5/build-script-build` 175s Compiling anstream v0.6.15 175s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/anstream-0.6.15/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstream CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/anstream-0.6.15 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.nrnNpyVafb/registry/anstream-0.6.15/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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test"))' -C metadata=6538a9779fbfa2ba -C extra-filename=-6538a9779fbfa2ba --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern anstyle=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bf42d2790f2028b8.rmeta --extern anstyle_parse=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-ae0d80c25dd2d9d8.rmeta --extern anstyle_query=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-9c5e51bb31b1b148.rmeta --extern colorchoice=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-89cf5d12a9fe03dd.rmeta --extern utf8parse=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-7081218f12e06a2e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 175s | 175s 48 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s = note: `#[warn(unexpected_cfgs)]` on by default 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 175s | 175s 53 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 175s | 175s 4 | #[cfg(not(all(windows, feature = "wincon")))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 175s | 175s 8 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 175s | 175s 46 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 175s | 175s 58 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 175s | 175s 5 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 175s | 175s 27 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 175s | 175s 137 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 175s | 175s 143 | #[cfg(not(all(windows, feature = "wincon")))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 175s | 175s 155 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 175s | 175s 166 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 175s | 175s 180 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 175s | 175s 225 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 175s | 175s 243 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 175s | 175s 260 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 175s | 175s 269 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 175s | 175s 279 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 175s | 175s 288 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: unexpected `cfg` condition value: `wincon` 175s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 175s | 175s 298 | #[cfg(all(windows, feature = "wincon"))] 175s | ^^^^^^^^^^^^^^^^^^ 175s | 175s = note: expected values for `feature` are: `auto`, `default`, and `test` 175s = help: consider adding `wincon` as a feature in `Cargo.toml` 175s = note: see for more information about checking conditional configuration 175s 175s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 175s Compiling futures-util v0.3.31 175s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 175s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-util-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.nrnNpyVafb/registry/futures-util-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std", "unstable", "write-all-vectored"))' -C metadata=9a8b19196485ea69 -C extra-filename=-9a8b19196485ea69 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern futures_channel=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-4aafb9b7bc7bb4a2.rmeta --extern futures_core=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_io=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_io-6788f648763ee870.rmeta --extern futures_macro=/tmp/tmp.nrnNpyVafb/target/debug/deps/libfutures_macro-0e3308265abdf740.so --extern futures_sink=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.rmeta --extern futures_task=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern memchr=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern pin_project_lite=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-de76c4ee48d4abc2.rmeta --extern pin_utils=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-ad8429c20206ce97.rmeta --extern slab=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 176s warning: unexpected `cfg` condition value: `compat` 176s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 176s | 176s 308 | #[cfg(feature = "compat")] 176s | ^^^^^^^^^^^^^^^^^^ 176s | 176s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 176s = help: consider adding `compat` as a feature in `Cargo.toml` 176s = note: see for more information about checking conditional configuration 176s = note: requested on the command line with `-W unexpected-cfgs` 176s 176s warning: unexpected `cfg` condition value: `compat` 176s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 176s | 176s 6 | #[cfg(feature = "compat")] 176s | ^^^^^^^^^^^^^^^^^^ 176s | 176s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 176s = help: consider adding `compat` as a feature in `Cargo.toml` 176s = note: see for more information about checking conditional configuration 176s 176s warning: unexpected `cfg` condition value: `compat` 176s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 176s | 176s 580 | #[cfg(feature = "compat")] 176s | ^^^^^^^^^^^^^^^^^^ 176s | 176s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 176s = help: consider adding `compat` as a feature in `Cargo.toml` 176s = note: see for more information about checking conditional configuration 176s 176s warning: unexpected `cfg` condition value: `compat` 176s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 176s | 176s 6 | #[cfg(feature = "compat")] 176s | ^^^^^^^^^^^^^^^^^^ 176s | 176s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 176s = help: consider adding `compat` as a feature in `Cargo.toml` 176s = note: see for more information about checking conditional configuration 176s 176s warning: unexpected `cfg` condition value: `compat` 176s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 176s | 176s 1154 | #[cfg(feature = "compat")] 176s | ^^^^^^^^^^^^^^^^^^ 176s | 176s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 176s = help: consider adding `compat` as a feature in `Cargo.toml` 176s = note: see for more information about checking conditional configuration 176s 176s warning: unexpected `cfg` condition value: `compat` 176s --> /usr/share/cargo/registry/futures-util-0.3.31/src/sink/mod.rs:15:7 176s | 176s 15 | #[cfg(feature = "compat")] 176s | ^^^^^^^^^^^^^^^^^^ 176s | 176s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 176s = help: consider adding `compat` as a feature in `Cargo.toml` 176s = note: see for more information about checking conditional configuration 176s 176s warning: unexpected `cfg` condition value: `compat` 176s --> /usr/share/cargo/registry/futures-util-0.3.31/src/sink/mod.rs:291:11 176s | 176s 291 | #[cfg(feature = "compat")] 176s | ^^^^^^^^^^^^^^^^^^ 176s | 176s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 176s = help: consider adding `compat` as a feature in `Cargo.toml` 176s = note: see for more information about checking conditional configuration 176s 176s warning: unexpected `cfg` condition value: `compat` 176s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 176s | 176s 3 | #[cfg(feature = "compat")] 176s | ^^^^^^^^^^^^^^^^^^ 176s | 176s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 176s = help: consider adding `compat` as a feature in `Cargo.toml` 176s = note: see for more information about checking conditional configuration 176s 176s warning: unexpected `cfg` condition value: `compat` 176s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 176s | 176s 92 | #[cfg(feature = "compat")] 176s | ^^^^^^^^^^^^^^^^^^ 176s | 176s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 176s = help: consider adding `compat` as a feature in `Cargo.toml` 176s = note: see for more information about checking conditional configuration 176s 176s warning: unexpected `cfg` condition value: `io-compat` 176s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:19:7 176s | 176s 19 | #[cfg(feature = "io-compat")] 176s | ^^^^^^^^^^^^^^^^^^^^^ 176s | 176s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 176s = help: consider adding `io-compat` as a feature in `Cargo.toml` 176s = note: see for more information about checking conditional configuration 176s 176s warning: unexpected `cfg` condition value: `io-compat` 176s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:388:11 176s | 176s 388 | #[cfg(feature = "io-compat")] 176s | ^^^^^^^^^^^^^^^^^^^^^ 176s | 176s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 176s = help: consider adding `io-compat` as a feature in `Cargo.toml` 176s = note: see for more information about checking conditional configuration 176s 176s warning: unexpected `cfg` condition value: `io-compat` 176s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:547:11 176s | 176s 547 | #[cfg(feature = "io-compat")] 176s | ^^^^^^^^^^^^^^^^^^^^^ 176s | 176s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 176s = help: consider adding `io-compat` as a feature in `Cargo.toml` 176s = note: see for more information about checking conditional configuration 176s 177s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/serde-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/serde-b0fa5c18367e4328/out rustc --crate-name serde --edition=2018 /tmp/tmp.nrnNpyVafb/registry/serde-1.0.217/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=679a03bdbf7636df -C extra-filename=-679a03bdbf7636df --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern serde_derive=/tmp/tmp.nrnNpyVafb/target/debug/deps/libserde_derive-277609d74627e533.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` 177s warning: `futures-util` (lib) generated 13 warnings (1 duplicate) 177s Compiling deranged v0.3.11 177s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=deranged CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/deranged-0.3.11 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/deranged-0.3.11/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='Ranged integers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deranged CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/deranged' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/deranged-0.3.11 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name deranged --edition=2021 /tmp/tmp.nrnNpyVafb/registry/deranged-0.3.11/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="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=c779b43b900c7ae3 -C extra-filename=-c779b43b900c7ae3 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern powerfmt=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libpowerfmt-fafbfb32d3be10d7.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 178s warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==` 178s --> /usr/share/cargo/registry/deranged-0.3.11/src/lib.rs:9:5 178s | 178s 9 | illegal_floating_point_literal_pattern, 178s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: `#[warn(renamed_and_removed_lints)]` on by default 178s 178s warning: unexpected `cfg` condition name: `docs_rs` 178s --> /usr/share/cargo/registry/deranged-0.3.11/src/lib.rs:1:13 178s | 178s 1 | #![cfg_attr(docs_rs, feature(doc_auto_cfg))] 178s | ^^^^^^^ help: there is a config with a similar name: `docsrs` 178s | 178s = help: consider using a Cargo feature instead 178s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 178s [lints.rust] 178s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } 178s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` 178s = note: see for more information about checking conditional configuration 178s = note: `#[warn(unexpected_cfgs)]` on by default 178s 178s warning: `deranged` (lib) generated 3 warnings (1 duplicate) 178s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=portable_atomic CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 178s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/portable-atomic-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/portable-atomic-cd80266702042c71/out rustc --crate-name portable_atomic --edition=2018 /tmp/tmp.nrnNpyVafb/registry/portable-atomic-1.10.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 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=ee0a9d3afcca0808 -C extra-filename=-ee0a9d3afcca0808 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg portable_atomic_no_asm --check-cfg 'cfg(target_feature,values("experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'` 178s warning: `portable-atomic` (lib) generated 1 warning (1 duplicate) 178s Compiling uuid v1.10.0 178s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=uuid CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/uuid-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/uuid-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Ashley Mannix:Dylan DPC:Hunar Roop Kahlon' CARGO_PKG_DESCRIPTION='A library to generate and parse UUIDs.' CARGO_PKG_HOMEPAGE='https://github.com/uuid-rs/uuid' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=uuid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/uuid-rs/uuid' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/uuid-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name uuid --edition=2018 /tmp/tmp.nrnNpyVafb/registry/uuid-1.10.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=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="fast-rng"' --cfg 'feature="rng"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "bytemuck", "default", "fast-rng", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=84977dca52bbaf7b -C extra-filename=-84977dca52bbaf7b --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern getrandom=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-54cf000b490cc2db.rmeta --extern rand=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/librand-e8149766e9596af6.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 179s warning: `uuid` (lib) generated 1 warning (1 duplicate) 179s Compiling regex v1.11.1 179s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 179s finite automata and guarantees linear time matching on all inputs. 179s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/regex-1.11.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.nrnNpyVafb/registry/regex-1.11.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="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=f23fd44db9a98d22 -C extra-filename=-f23fd44db9a98d22 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern aho_corasick=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-2bcce03042626be9.rmeta --extern memchr=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern regex_automata=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libregex_automata-7c5e7acc605227e3.rmeta --extern regex_syntax=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-ee84c8006f047bec.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 179s warning: `serde` (lib) generated 1 warning (1 duplicate) 179s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.nrnNpyVafb/target/debug/deps:/tmp/tmp.nrnNpyVafb/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/error-chain-0e13d081d35e3bc3/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.nrnNpyVafb/target/debug/build/error-chain-f00fe17e8e73c064/build-script-build` 179s [error-chain 0.12.4] cargo:rustc-cfg=has_error_source 179s [error-chain 0.12.4] cargo:rustc-cfg=has_error_description_deprecated 179s [error-chain 0.12.4] cargo:rustc-cfg=build="debug" 179s Compiling cc-traits v2.0.0 179s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cc_traits CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/cc-traits-2.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/cc-traits-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='Common collection traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/cc-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/cc-traits-2.0.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name cc_traits --edition=2018 /tmp/tmp.nrnNpyVafb/registry/cc-traits-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-impls", "alloc", "default", "serde_json", "slab", "smallvec", "std"))' -C metadata=88c3a8a7a6b83caf -C extra-filename=-88c3a8a7a6b83caf --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern slab=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 179s warning: unexpected `cfg` condition value: `nightly` 179s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:115:13 179s | 179s 115 | #![cfg_attr(feature = "nightly", feature(trait_alias))] 179s | ^^^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 179s = help: consider adding `nightly` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s = note: `#[warn(unexpected_cfgs)]` on by default 179s 179s warning: unexpected `cfg` condition value: `nightly` 179s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:124:7 179s | 179s 124 | #[cfg(feature = "nightly")] 179s | ^^^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 179s = help: consider adding `nightly` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `nightly` 179s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:126:7 179s | 179s 126 | #[cfg(feature = "nightly")] 179s | ^^^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 179s = help: consider adding `nightly` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `nightly` 179s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:129:11 179s | 179s 129 | #[cfg(not(feature = "nightly"))] 179s | ^^^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 179s = help: consider adding `nightly` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `nightly` 179s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:131:11 179s | 179s 131 | #[cfg(not(feature = "nightly"))] 179s | ^^^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 179s = help: consider adding `nightly` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `ijson` 179s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/impls/mod.rs:16:7 179s | 179s 16 | #[cfg(feature = "ijson")] 179s | ^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 179s = help: consider adding `ijson` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: `cc-traits` (lib) generated 7 warnings (1 duplicate) 179s Compiling hash32 v0.3.1 179s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=hash32 CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/hash32-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/hash32-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='32-bit hashing algorithms' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hash32 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/japaric/hash32' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/hash32-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name hash32 --edition=2015 /tmp/tmp.nrnNpyVafb/registry/hash32-0.3.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=0994659813a4c1ff -C extra-filename=-0994659813a4c1ff --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern byteorder=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-afb5df9a057f9db9.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 179s warning: `regex` (lib) generated 1 warning (1 duplicate) 179s Compiling num_cpus v1.16.0 179s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/num_cpus-1.16.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.16.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/num_cpus-1.16.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name num_cpus --edition=2015 /tmp/tmp.nrnNpyVafb/registry/num_cpus-1.16.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=b5c98706f86311fb -C extra-filename=-b5c98706f86311fb --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern libc=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 179s warning: unexpected `cfg` condition value: `nacl` 179s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:355:5 179s | 179s 355 | target_os = "nacl", 179s | ^^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 179s = note: see for more information about checking conditional configuration 179s = note: `#[warn(unexpected_cfgs)]` on by default 179s 179s warning: unexpected `cfg` condition value: `nacl` 179s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:437:5 179s | 179s 437 | target_os = "nacl", 179s | ^^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 179s = note: see for more information about checking conditional configuration 179s 179s warning: `hash32` (lib) generated 1 warning (1 duplicate) 179s Compiling itoa v1.0.14 179s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/itoa-1.0.14/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.14 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/itoa-1.0.14 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.nrnNpyVafb/registry/itoa-1.0.14/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("no-panic"))' -C metadata=38111f8a398661b9 -C extra-filename=-38111f8a398661b9 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 179s warning: `itoa` (lib) generated 1 warning (1 duplicate) 179s Compiling bitflags v2.6.0 179s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/bitflags-2.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 179s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/bitflags-2.6.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.nrnNpyVafb/registry/bitflags-2.6.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("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=2dd210d93a4438b9 -C extra-filename=-2dd210d93a4438b9 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 179s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 179s Compiling clap_lex v0.7.4 179s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/clap_lex-0.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/clap_lex-0.7.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/clap_lex-0.7.4 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name clap_lex --edition=2021 /tmp/tmp.nrnNpyVafb/registry/clap_lex-0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba52c9e5339a899f -C extra-filename=-ba52c9e5339a899f --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 179s warning: `num_cpus` (lib) generated 3 warnings (1 duplicate) 179s Compiling stable_deref_trait v1.2.0 179s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/stable_deref_trait-1.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/stable_deref_trait-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. 179s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/stable_deref_trait-1.2.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name stable_deref_trait --edition=2015 /tmp/tmp.nrnNpyVafb/registry/stable_deref_trait-1.2.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("alloc", "default", "std"))' -C metadata=49cd8e7257847624 -C extra-filename=-49cd8e7257847624 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 179s warning: `stable_deref_trait` (lib) generated 1 warning (1 duplicate) 179s Compiling capng v0.2.3 179s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/capng-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.nrnNpyVafb/registry/capng-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24d33080dfaf3ea0 -C extra-filename=-24d33080dfaf3ea0 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/build/capng-24d33080dfaf3ea0 -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --cap-lints warn` 180s warning: `clap_lex` (lib) generated 1 warning (1 duplicate) 180s Compiling num-conv v0.1.0 180s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/num-conv-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/num-conv-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides 180s better certainty when refactoring, makes the exact behavior of code more explicit, and allows using 180s turbofish syntax. 180s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/num-conv-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name num_conv --edition=2021 /tmp/tmp.nrnNpyVafb/registry/num-conv-0.1.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 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13aae50953aa8625 -C extra-filename=-13aae50953aa8625 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 180s warning: `num-conv` (lib) generated 1 warning (1 duplicate) 180s Compiling virtio-bindings v0.2.4 180s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtio_bindings CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/virtio-bindings-0.2.4 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/virtio-bindings-0.2.4/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust FFI bindings to virtio generated using bindgen.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-3-Clause OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtio-bindings CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-virtio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/virtio-bindings-0.2.4 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name virtio_bindings --edition=2021 /tmp/tmp.nrnNpyVafb/registry/virtio-bindings-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("virtio-v4_14_0", "virtio-v5_0_0"))' -C metadata=6c0ddddd2a2c3c8c -C extra-filename=-6c0ddddd2a2c3c8c --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 180s Compiling time-core v0.1.2 180s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/time-core-0.1.2 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/time-core-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/time-core-0.1.2 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name time_core --edition=2021 /tmp/tmp.nrnNpyVafb/registry/time-core-0.1.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())' -C metadata=3174ccb5e4dbeb5b -C extra-filename=-3174ccb5e4dbeb5b --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 180s warning: `time-core` (lib) generated 1 warning (1 duplicate) 180s Compiling libseccomp-sys v0.2.1 180s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/libseccomp-sys-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/libseccomp-sys-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Manabu Sugimoto ' CARGO_PKG_DESCRIPTION='Raw FFI Bindings for the libseccomp Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libseccomp-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/libseccomp-rs/libseccomp-rs' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/libseccomp-sys-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.nrnNpyVafb/registry/libseccomp-sys-0.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6684f14725d285be -C extra-filename=-6684f14725d285be --out-dir /tmp/tmp.nrnNpyVafb/target/debug/build/libseccomp-sys-6684f14725d285be -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --cap-lints warn` 180s Compiling smallvec v1.13.2 180s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/smallvec-1.13.2 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.nrnNpyVafb/registry/smallvec-1.13.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("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=ff4fe5f20ad0b3f7 -C extra-filename=-ff4fe5f20ad0b3f7 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 180s warning: `virtio-bindings` (lib) generated 1 warning (1 duplicate) 180s Compiling strsim v0.11.1 180s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/strsim-0.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, 180s OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. 180s ' CARGO_PKG_HOMEPAGE='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/strsim-0.11.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name strsim --edition=2015 /tmp/tmp.nrnNpyVafb/registry/strsim-0.11.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=d5368992782b2e16 -C extra-filename=-d5368992782b2e16 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 180s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 180s Compiling heck v0.4.1 180s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/heck-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/heck-0.4.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.nrnNpyVafb/registry/heck-0.4.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=8b811c1d95735796 -C extra-filename=-8b811c1d95735796 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --cap-lints warn` 180s Compiling match_cfg v0.1.0 180s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=match_cfg CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/match_cfg-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/match_cfg-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='gnzlbg ' CARGO_PKG_DESCRIPTION='A convenience macro to ergonomically define an item depending on a large number 180s of `#[cfg]` parameters. Structured like match statement, the first matching 180s branch is the item that gets emitted. 180s ' CARGO_PKG_HOMEPAGE='https://github.com/gnzlbg/match_cfg' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=match_cfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gnzlbg/match_cfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/match_cfg-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name match_cfg --edition=2015 /tmp/tmp.nrnNpyVafb/registry/match_cfg-0.1.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 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=e1e4918779f0396d -C extra-filename=-e1e4918779f0396d --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 180s warning: `match_cfg` (lib) generated 1 warning (1 duplicate) 180s Compiling num_threads v0.1.7 180s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_threads CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/num_threads-0.1.7 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/num_threads-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='A minimal library that determines the number of running threads for the current process.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_threads CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num_threads' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/num_threads-0.1.7 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name num_threads --edition=2015 /tmp/tmp.nrnNpyVafb/registry/num_threads-0.1.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())' -C metadata=170c5fce082ed666 -C extra-filename=-170c5fce082ed666 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 180s warning: `strsim` (lib) generated 1 warning (1 duplicate) 180s Compiling time v0.3.37 180s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/time-0.3.37 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/time-0.3.37/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.1 CARGO_PKG_VERSION=0.3.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/time-0.3.37 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name time --edition=2021 /tmp/tmp.nrnNpyVafb/registry/time-0.3.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=cd5357a1c1aa3b32 -C extra-filename=-cd5357a1c1aa3b32 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern deranged=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libderanged-c779b43b900c7ae3.rmeta --extern itoa=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libitoa-38111f8a398661b9.rmeta --extern libc=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern num_conv=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libnum_conv-13aae50953aa8625.rmeta --extern num_threads=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libnum_threads-170c5fce082ed666.rmeta --extern powerfmt=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libpowerfmt-fafbfb32d3be10d7.rmeta --extern time_core=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libtime_core-3174ccb5e4dbeb5b.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 180s warning[E0602]: unknown lint: `dangling_pointers_from_temporaries` 180s | 180s = note: requested on the command line with `-D dangling_pointers_from_temporaries` 180s = note: `#[warn(unknown_lints)]` on by default 180s 180s warning: `num_threads` (lib) generated 1 warning (1 duplicate) 180s Compiling hostname v0.3.1 180s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=hostname CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/hostname-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/hostname-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='fengcen :svartalf ' CARGO_PKG_DESCRIPTION='Cross-platform system'\''s host name functions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hostname CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/svartalf/hostname' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/hostname-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name hostname --edition=2015 /tmp/tmp.nrnNpyVafb/registry/hostname-0.3.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=c6296f37f7c78797 -C extra-filename=-c6296f37f7c78797 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern libc=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern match_cfg=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libmatch_cfg-e1e4918779f0396d.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 181s warning: `hostname` (lib) generated 1 warning (1 duplicate) 181s Compiling clap_derive v4.5.18 181s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/clap_derive-4.5.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.18 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/clap_derive-4.5.18 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name clap_derive --edition=2021 /tmp/tmp.nrnNpyVafb/registry/clap_derive-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=2ba868b3503952b6 -C extra-filename=-2ba868b3503952b6 --out-dir /tmp/tmp.nrnNpyVafb/target/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern heck=/tmp/tmp.nrnNpyVafb/target/debug/deps/libheck-8b811c1d95735796.rlib --extern proc_macro2=/tmp/tmp.nrnNpyVafb/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.nrnNpyVafb/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.nrnNpyVafb/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 182s For more information about this error, try `rustc --explain E0602`. 182s warning: `time` (lib) generated 2 warnings (1 duplicate) 182s Compiling clap_builder v4.5.23 182s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/clap_builder-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/clap_builder-4.5.23/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.23 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/clap_builder-4.5.23 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name clap_builder --edition=2021 /tmp/tmp.nrnNpyVafb/registry/clap_builder-4.5.23/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=440268bc247595cc -C extra-filename=-440268bc247595cc --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern anstream=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libanstream-6538a9779fbfa2ba.rmeta --extern anstyle=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bf42d2790f2028b8.rmeta --extern clap_lex=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libclap_lex-ba52c9e5339a899f.rmeta --extern strsim=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libstrsim-d5368992782b2e16.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 183s Compiling btree-slab v0.6.1 183s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=btree_slab CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/btree-slab-0.6.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/btree-slab-0.6.1/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='A memory compact Slab-based B-tree implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=btree-slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/btree-slab' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/btree-slab-0.6.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name btree_slab --edition=2021 /tmp/tmp.nrnNpyVafb/registry/btree-slab-0.6.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="default"' --cfg 'feature="slab"' --cfg 'feature="std-slab"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dot", "slab", "std-slab"))' -C metadata=f8dadfba8557fd82 -C extra-filename=-f8dadfba8557fd82 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern cc_traits=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libcc_traits-88c3a8a7a6b83caf.rmeta --extern slab=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.rmeta --extern smallvec=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-ff4fe5f20ad0b3f7.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 183s warning: `btree-slab` (lib) generated 1 warning (1 duplicate) 183s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/libseccomp-sys-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/libseccomp-sys-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Manabu Sugimoto ' CARGO_PKG_DESCRIPTION='Raw FFI Bindings for the libseccomp Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libseccomp-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/libseccomp-rs/libseccomp-rs' 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='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.nrnNpyVafb/target/debug/deps:/tmp/tmp.nrnNpyVafb/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/libseccomp-sys-78937b52c33a5e66/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.nrnNpyVafb/target/debug/build/libseccomp-sys-6684f14725d285be/build-script-build` 183s [libseccomp-sys 0.2.1] cargo:rerun-if-env-changed=LIBSECCOMP_LIB_PATH 183s [libseccomp-sys 0.2.1] cargo:rerun-if-env-changed=LIBSECCOMP_LINK_TYPE 183s [libseccomp-sys 0.2.1] cargo:rustc-link-lib=dylib=seccomp 183s Compiling virtio-queue v0.14.0 183s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtio_queue CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/virtio-queue-0.14.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/virtio-queue-0.14.0/Cargo.toml CARGO_PKG_AUTHORS='The Chromium OS Authors' CARGO_PKG_DESCRIPTION='virtio queue implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtio-queue CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-virtio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/virtio-queue-0.14.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name virtio_queue --edition=2021 /tmp/tmp.nrnNpyVafb/registry/virtio-queue-0.14.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("test-utils"))' -C metadata=f146a98671642bb1 -C extra-filename=-f146a98671642bb1 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern log=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern virtio_bindings=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rmeta --extern vm_memory=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rmeta --extern vmm_sys_util=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 183s warning: `virtio-queue` (lib) generated 1 warning (1 duplicate) 183s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.nrnNpyVafb/target/debug/deps:/tmp/tmp.nrnNpyVafb/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/capng-995b7c26601b4d50/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.nrnNpyVafb/target/debug/build/capng-24d33080dfaf3ea0/build-script-build` 183s [capng 0.2.3] cargo:rerun-if-changed=build.rs 183s [capng 0.2.3] cargo:rerun-if-env-changed=LIBCAPNG_LIB_PATH 183s [capng 0.2.3] cargo:rerun-if-env-changed=LIBCAPNG_LINK_TYPE 183s [capng 0.2.3] cargo:rustc-link-lib=dylib=cap-ng 183s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=heapless CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/heapless-0.8.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/heapless-89294599186927b0/out rustc --crate-name heapless --edition=2021 /tmp/tmp.nrnNpyVafb/registry/heapless-0.8.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 --cfg 'feature="portable-atomic"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=e2c04cdf49b10941 -C extra-filename=-e2c04cdf49b10941 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern hash32=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libhash32-0994659813a4c1ff.rmeta --extern portable_atomic=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libportable_atomic-ee0a9d3afcca0808.rmeta --extern serde=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rmeta --extern stable_deref_trait=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libstable_deref_trait-49cd8e7257847624.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 183s warning: unexpected `cfg` condition name: `arm_llsc` 183s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:47:9 183s | 183s 47 | any(arm_llsc, target_arch = "x86"), 183s | ^^^^^^^^ 183s | 183s = 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` 183s = help: consider using a Cargo feature instead 183s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 183s [lints.rust] 183s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 183s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 183s = note: see for more information about checking conditional configuration 183s note: the lint level is defined here 183s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:85:9 183s | 183s 85 | #![deny(warnings)] 183s | ^^^^^^^^ 183s = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` 183s 183s warning: unexpected `cfg` condition name: `arm_llsc` 183s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:51:9 183s | 183s 51 | any(arm_llsc, target_arch = "x86"), 183s | ^^^^^^^^ 183s | 183s = help: consider using a Cargo feature instead 183s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 183s [lints.rust] 183s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 183s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition name: `arm_llsc` 183s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:59:9 183s | 183s 59 | any(arm_llsc, target_arch = "x86"), 183s | ^^^^^^^^ 183s | 183s = help: consider using a Cargo feature instead 183s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 183s [lints.rust] 183s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 183s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition name: `arm_llsc` 183s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:128:11 183s | 183s 128 | #[cfg(any(arm_llsc, target_arch = "x86"))] 183s | ^^^^^^^^ 183s | 183s = help: consider using a Cargo feature instead 183s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 183s [lints.rust] 183s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 183s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition name: `has_atomic_load_store` 183s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:138:5 183s | 183s 138 | has_atomic_load_store 183s | ^^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic_load_store` 183s | 183s = help: expected values for `target_has_atomic_load_store` are: `128`, `16`, `32`, `64`, `8`, and `ptr` 183s = help: consider using a Cargo feature instead 183s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 183s [lints.rust] 183s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomic_load_store)'] } 183s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomic_load_store)");` to the top of the `build.rs` 183s = note: see for more information about checking conditional configuration 183s 184s warning: `heapless` (lib) generated 6 warnings (1 duplicate) 184s Compiling vhost v0.13.0 184s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vhost CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/vhost-0.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/vhost-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='Liu Jiang ' CARGO_PKG_DESCRIPTION='a pure rust library for vdpa, vhost and vhost-user' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vhost CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vhost' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/vhost-0.13.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name vhost --edition=2021 /tmp/tmp.nrnNpyVafb/registry/vhost-0.13.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 --cfg 'feature="default"' --cfg 'feature="vhost-user"' --cfg 'feature="vhost-user-backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "postcopy", "test-utils", "vhost-kern", "vhost-net", "vhost-user", "vhost-user-backend", "vhost-user-frontend", "vhost-vdpa", "vhost-vsock", "xen"))' -C metadata=889f3e093bb22b68 -C extra-filename=-889f3e093bb22b68 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern bitflags=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-2dd210d93a4438b9.rmeta --extern libc=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern uuid=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libuuid-84977dca52bbaf7b.rmeta --extern vm_memory=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rmeta --extern vmm_sys_util=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 185s warning: `vhost` (lib) generated 1 warning (1 duplicate) 185s Compiling futures-executor v0.3.31 185s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_executor CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-executor-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/futures-executor-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Executors for asynchronous tasks based on the futures-rs library. 185s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-executor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-executor-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name futures_executor --edition=2018 /tmp/tmp.nrnNpyVafb/registry/futures-executor-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="num_cpus"' --cfg 'feature="std"' --cfg 'feature="thread-pool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=ae1e5c1384a32d11 -C extra-filename=-ae1e5c1384a32d11 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern futures_core=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_task=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern futures_util=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-9a8b19196485ea69.rmeta --extern num_cpus=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libnum_cpus-b5c98706f86311fb.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 186s warning: `futures-executor` (lib) generated 1 warning (1 duplicate) 186s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=error_chain CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/error-chain-0.12.4 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/error-chain-0e13d081d35e3bc3/out rustc --crate-name error_chain --edition=2015 /tmp/tmp.nrnNpyVafb/registry/error-chain-0.12.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "example_generated"))' -C metadata=04658e4bd55e42e3 -C extra-filename=-04658e4bd55e42e3 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_error_source --cfg has_error_description_deprecated --cfg 'build="debug"'` 186s warning: unexpected `cfg` condition name: `has_error_source` 186s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:3:11 186s | 186s 3 | #[cfg(not(has_error_source))] 186s | ^^^^^^^^^^^^^^^^ 186s | 186s = 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` 186s = help: consider using a Cargo feature instead 186s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 186s [lints.rust] 186s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 186s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 186s = note: see for more information about checking conditional configuration 186s = note: `#[warn(unexpected_cfgs)]` on by default 186s 186s warning: unexpected `cfg` condition name: `has_error_source` 186s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:36:7 186s | 186s 36 | #[cfg(has_error_source)] 186s | ^^^^^^^^^^^^^^^^ 186s | 186s = help: consider using a Cargo feature instead 186s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 186s [lints.rust] 186s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 186s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 186s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:73:7 186s | 186s 73 | #[cfg(has_error_description_deprecated)] 186s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 186s | 186s = help: consider using a Cargo feature instead 186s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 186s [lints.rust] 186s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] } 186s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 186s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:82:11 186s | 186s 82 | #[cfg(not(has_error_description_deprecated))] 186s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 186s | 186s = help: consider using a Cargo feature instead 186s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 186s [lints.rust] 186s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] } 186s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition name: `has_error_source` 186s --> /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:581:31 186s | 186s 581 | #[cfg(not(has_error_source))] 186s | ^^^^^^^^^^^^^^^^ 186s | 186s = help: consider using a Cargo feature instead 186s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 186s [lints.rust] 186s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 186s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition name: `has_error_source` 186s --> /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:583:27 186s | 186s 583 | #[cfg(has_error_source)] 186s | ^^^^^^^^^^^^^^^^ 186s | 186s = help: consider using a Cargo feature instead 186s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 186s [lints.rust] 186s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 186s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 186s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:323:23 186s | 186s 323 | #[cfg(not(has_error_description_deprecated))] 186s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 186s | 186s ::: /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:823:5 186s | 186s 823 | error_chain! {} 186s | --------------- in this macro invocation 186s | 186s = help: consider using a Cargo feature instead 186s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 186s [lints.rust] 186s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] } 186s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 186s = note: see for more information about checking conditional configuration 186s = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info) 186s 186s warning: `error-chain` (lib) generated 8 warnings (1 duplicate) 186s Compiling env_filter v0.1.3 186s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=env_filter CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/env_filter-0.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/env_filter-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Filter log events using environment variables 186s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_filter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/env_filter-0.1.3 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name env_filter --edition=2021 /tmp/tmp.nrnNpyVafb/registry/env_filter-0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=dbfe81d631cf1cbc -C extra-filename=-dbfe81d631cf1cbc --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern log=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern regex=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libregex-f23fd44db9a98d22.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 186s warning: `env_filter` (lib) generated 1 warning (1 duplicate) 186s Compiling cobs v0.2.3 186s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cobs CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/cobs-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/cobs-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Allen Welkie <>:James Munns ' CARGO_PKG_DESCRIPTION=' This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm. 186s COBS is an algorithm for transforming a message into an encoding where a specific value 186s (the "sentinel" value) is not used. This value can then be used to mark frame boundaries 186s in a serial communication channel. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cobs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jamesmunns/cobs.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/cobs-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name cobs --edition=2018 /tmp/tmp.nrnNpyVafb/registry/cobs-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d43267365972767a -C extra-filename=-d43267365972767a --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 186s warning: `cobs` (lib) generated 1 warning (1 duplicate) 186s Compiling humantime v2.1.0 186s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/humantime-2.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/humantime-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime} 186s ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/humantime-2.1.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name humantime --edition=2018 /tmp/tmp.nrnNpyVafb/registry/humantime-2.1.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=90a2faad0bf6a215 -C extra-filename=-90a2faad0bf6a215 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 186s warning: unexpected `cfg` condition value: `cloudabi` 186s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:6:7 186s | 186s 6 | #[cfg(target_os="cloudabi")] 186s | ^^^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 186s = note: see for more information about checking conditional configuration 186s = note: `#[warn(unexpected_cfgs)]` on by default 186s 186s warning: unexpected `cfg` condition value: `cloudabi` 186s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:14:9 186s | 186s 14 | not(target_os="cloudabi"), 186s | ^^^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 186s = note: see for more information about checking conditional configuration 186s 186s warning: `humantime` (lib) generated 3 warnings (1 duplicate) 186s Compiling range-traits v0.3.2 186s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=range_traits CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/range-traits-0.3.2 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/range-traits-0.3.2/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='Ranges related traits.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=range-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/range-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/range-traits-0.3.2 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name range_traits --edition=2021 /tmp/tmp.nrnNpyVafb/registry/range-traits-0.3.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("ordered-float"))' -C metadata=8e84a96939fa870e -C extra-filename=-8e84a96939fa870e --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 186s warning: unexpected `cfg` condition value: `8` 186s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:113:7 186s | 186s 113 | #[cfg(target_pointer_width = "8")] 186s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 186s = note: see for more information about checking conditional configuration 186s = note: `#[warn(unexpected_cfgs)]` on by default 186s 186s warning: unexpected `cfg` condition value: `8` 186s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:115:7 186s | 186s 115 | #[cfg(target_pointer_width = "8")] 186s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `8` 186s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:117:7 186s | 186s 117 | #[cfg(target_pointer_width = "8")] 186s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `8` 186s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:119:7 186s | 186s 119 | #[cfg(target_pointer_width = "8")] 186s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `8` 186s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:121:7 186s | 186s 121 | #[cfg(target_pointer_width = "8")] 186s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `8` 186s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:123:7 186s | 186s 123 | #[cfg(target_pointer_width = "8")] 186s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `8` 186s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:125:7 186s | 186s 125 | #[cfg(target_pointer_width = "8")] 186s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `8` 186s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:127:7 186s | 186s 127 | #[cfg(target_pointer_width = "8")] 186s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `8` 186s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:129:7 186s | 186s 129 | #[cfg(target_pointer_width = "8")] 186s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 186s = note: see for more information about checking conditional configuration 186s 187s warning: `range-traits` (lib) generated 10 warnings (1 duplicate) 187s Compiling embedded-io v0.6.1 187s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=embedded_io CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/embedded-io-0.6.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/embedded-io-0.6.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Embedded IO traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=embedded-io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/embedded-hal' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/embedded-io-0.6.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name embedded_io --edition=2021 /tmp/tmp.nrnNpyVafb/registry/embedded-io-0.6.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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "defmt-03", "std"))' -C metadata=7d2e68ada9b3bccc -C extra-filename=-7d2e68ada9b3bccc --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 187s warning: `embedded-io` (lib) generated 1 warning (1 duplicate) 187s Compiling postcard v1.0.10 187s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=postcard CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/postcard-1.0.10 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/postcard-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='James Munns ' CARGO_PKG_DESCRIPTION='A no_std + serde compatible message library for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=postcard CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jamesmunns/postcard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/postcard-1.0.10 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name postcard --edition=2018 /tmp/tmp.nrnNpyVafb/registry/postcard-1.0.10/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="embedded-io"' --cfg 'feature="heapless"' --cfg 'feature="heapless-cas"' --cfg 'feature="use-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "heapless", "heapless-cas", "paste", "use-crc", "use-defmt", "use-std"))' -C metadata=8a20f159e15dd174 -C extra-filename=-8a20f159e15dd174 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern cobs=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libcobs-d43267365972767a.rmeta --extern embedded_io=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libembedded_io-7d2e68ada9b3bccc.rmeta --extern heapless=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libheapless-e2c04cdf49b10941.rmeta --extern serde=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 187s warning: `clap_builder` (lib) generated 1 warning (1 duplicate) 187s Compiling btree-range-map v0.7.2 187s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=btree_range_map CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/btree-range-map-0.7.2 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/btree-range-map-0.7.2/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='B-tree range map implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=btree-range-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/btree-range-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/btree-range-map-0.7.2 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name btree_range_map --edition=2021 /tmp/tmp.nrnNpyVafb/registry/btree-range-map-0.7.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("ordered-float", "serde"))' -C metadata=35b9710341ec7e31 -C extra-filename=-35b9710341ec7e31 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern btree_slab=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libbtree_slab-f8dadfba8557fd82.rmeta --extern cc_traits=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libcc_traits-88c3a8a7a6b83caf.rmeta --extern range_traits=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/librange_traits-8e84a96939fa870e.rmeta --extern slab=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 187s warning: unexpected `cfg` condition value: `experimental-derive` 187s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:20:7 187s | 187s 20 | #[cfg(feature = "experimental-derive")] 187s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 187s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s = note: `#[warn(unexpected_cfgs)]` on by default 187s 187s warning: unexpected `cfg` condition value: `experimental-derive` 187s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:65:11 187s | 187s 65 | #[cfg(feature = "experimental-derive")] 187s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 187s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: unexpected `cfg` condition value: `experimental-derive` 187s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:77:11 187s | 187s 77 | #[cfg(feature = "experimental-derive")] 187s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 187s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: `btree-range-map` (lib) generated 1 warning (1 duplicate) 187s Compiling env_logger v0.11.5 187s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/env_logger-0.11.5 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/env_logger-0.11.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment 187s variable. 187s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.11.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/env_logger-0.11.5 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name env_logger --edition=2021 /tmp/tmp.nrnNpyVafb/registry/env_logger-0.11.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=529e16bac540d90a -C extra-filename=-529e16bac540d90a --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern env_filter=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libenv_filter-dbfe81d631cf1cbc.rmeta --extern humantime=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libhumantime-90a2faad0bf6a215.rmeta --extern log=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 187s warning: `postcard` (lib) generated 4 warnings (1 duplicate) 187s Compiling syslog v6.0.1 187s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=syslog CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/syslog-6.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/syslog-6.0.1/Cargo.toml CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='Send log messages to syslog' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syslog CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/rust-syslog' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=6.0.1 CARGO_PKG_VERSION_MAJOR=6 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/syslog-6.0.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name syslog --edition=2015 /tmp/tmp.nrnNpyVafb/registry/syslog-6.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=a88aff0603513316 -C extra-filename=-a88aff0603513316 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern error_chain=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liberror_chain-04658e4bd55e42e3.rmeta --extern hostname=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libhostname-c6296f37f7c78797.rmeta --extern libc=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern log=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern time=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libtime-cd5357a1c1aa3b32.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 187s warning: type alias `StyledValue` is never used 187s --> /usr/share/cargo/registry/env_logger-0.11.5/src/fmt/mod.rs:300:6 187s | 187s 300 | type StyledValue = T; 187s | ^^^^^^^^^^^ 187s | 187s = note: `#[warn(dead_code)]` on by default 187s 187s warning: `env_logger` (lib) generated 2 warnings (1 duplicate) 187s Compiling futures v0.3.30 187s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-0.3.30 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/futures-0.3.30/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='An implementation of futures and streams featuring zero allocations, 187s composability, and iterator-like interfaces. 187s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/futures-0.3.30 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name futures --edition=2018 /tmp/tmp.nrnNpyVafb/registry/futures-0.3.30/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="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --cfg 'feature="thread-pool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "default", "executor", "futures-executor", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=9cc2bb5e07eecdae -C extra-filename=-9cc2bb5e07eecdae --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern futures_channel=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-4aafb9b7bc7bb4a2.rmeta --extern futures_core=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_executor=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_executor-ae1e5c1384a32d11.rmeta --extern futures_io=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_io-6788f648763ee870.rmeta --extern futures_sink=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.rmeta --extern futures_task=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern futures_util=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-9a8b19196485ea69.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 187s warning: unexpected `cfg` condition value: `compat` 187s --> /usr/share/cargo/registry/futures-0.3.30/src/lib.rs:206:7 187s | 187s 206 | #[cfg(feature = "compat")] 187s | ^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `alloc`, `async-await`, `bilock`, `default`, `executor`, `futures-executor`, `std`, `thread-pool`, `unstable`, and `write-all-vectored` 187s = help: consider adding `compat` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s = note: `#[warn(unexpected_cfgs)]` on by default 187s 187s warning: `futures` (lib) generated 2 warnings (1 duplicate) 187s Compiling vhost-user-backend v0.17.0 187s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vhost_user_backend CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/vhost-user-backend-0.17.0 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/vhost-user-backend-0.17.0/Cargo.toml CARGO_PKG_AUTHORS='The Cloud Hypervisor Authors' CARGO_PKG_DESCRIPTION='A framework to build vhost-user backend service daemon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vhost-user-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vhost' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/vhost-user-backend-0.17.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name vhost_user_backend --edition=2021 /tmp/tmp.nrnNpyVafb/registry/vhost-user-backend-0.17.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("xen"))' -C metadata=a7668a6f0c2c15b3 -C extra-filename=-a7668a6f0c2c15b3 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern libc=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern log=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern vhost=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvhost-889f3e093bb22b68.rmeta --extern virtio_bindings=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rmeta --extern virtio_queue=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-f146a98671642bb1.rmeta --extern vm_memory=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rmeta --extern vmm_sys_util=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 187s warning: unexpected `cfg` condition value: `postcopy` 187s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/lib.rs:42:11 187s | 187s 42 | #[cfg(all(feature = "postcopy", feature = "xen"))] 187s | ^^^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `xen` 187s = help: consider adding `postcopy` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s = note: `#[warn(unexpected_cfgs)]` on by default 187s 187s warning: unexpected `cfg` condition value: `postcopy` 187s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:10:7 187s | 187s 10 | #[cfg(feature = "postcopy")] 187s | ^^^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `xen` 187s = help: consider adding `postcopy` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: unexpected `cfg` condition value: `postcopy` 187s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:17:7 187s | 187s 17 | #[cfg(feature = "postcopy")] 187s | ^^^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `xen` 187s = help: consider adding `postcopy` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: unexpected `cfg` condition value: `postcopy` 187s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:86:11 187s | 187s 86 | #[cfg(feature = "postcopy")] 187s | ^^^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `xen` 187s = help: consider adding `postcopy` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: unexpected `cfg` condition value: `postcopy` 187s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:106:11 187s | 187s 106 | #[cfg(feature = "postcopy")] 187s | ^^^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `xen` 187s = help: consider adding `postcopy` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: unexpected `cfg` condition value: `postcopy` 187s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:167:19 187s | 187s 167 | #[cfg(feature = "postcopy")] 187s | ^^^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `xen` 187s = help: consider adding `postcopy` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: unexpected `cfg` condition value: `postcopy` 187s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:683:11 187s | 187s 683 | #[cfg(feature = "postcopy")] 187s | ^^^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `xen` 187s = help: consider adding `postcopy` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: unexpected `cfg` condition value: `postcopy` 187s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:717:11 187s | 187s 717 | #[cfg(feature = "postcopy")] 187s | ^^^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `xen` 187s = help: consider adding `postcopy` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: unexpected `cfg` condition value: `postcopy` 187s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:739:11 187s | 187s 739 | #[cfg(feature = "postcopy")] 187s | ^^^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `xen` 187s = help: consider adding `postcopy` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: unexpected `cfg` condition value: `postcopy` 187s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:327:23 187s | 187s 327 | #[cfg(feature = "postcopy")] 187s | ^^^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `xen` 187s = help: consider adding `postcopy` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: unexpected `cfg` condition value: `postcopy` 187s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:615:19 187s | 187s 615 | #[cfg(feature = "postcopy")] 187s | ^^^^^^^^^^^^^^^^^^^^ 187s | 187s = note: expected values for `feature` are: `xen` 187s = help: consider adding `postcopy` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: `syslog` (lib) generated 1 warning (1 duplicate) 187s Compiling clap v4.5.23 187s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/clap-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/clap-4.5.23/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.23 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/clap-4.5.23 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name clap --edition=2021 /tmp/tmp.nrnNpyVafb/registry/clap-4.5.23/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-ext", "unstable-styles", "usage", "wrap_help"))' -C metadata=7a7268c1ffac164a -C extra-filename=-7a7268c1ffac164a --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern clap_builder=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libclap_builder-440268bc247595cc.rmeta --extern clap_derive=/tmp/tmp.nrnNpyVafb/target/debug/deps/libclap_derive-2ba868b3503952b6.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 187s warning: unexpected `cfg` condition value: `unstable-doc` 187s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:93:7 187s | 187s 93 | #[cfg(feature = "unstable-doc")] 187s | ^^^^^^^^^^-------------- 187s | | 187s | help: there is a expected value with a similar name: `"unstable-ext"` 187s | 187s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 187s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s = note: `#[warn(unexpected_cfgs)]` on by default 187s 187s warning: unexpected `cfg` condition value: `unstable-doc` 187s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:95:7 187s | 187s 95 | #[cfg(feature = "unstable-doc")] 187s | ^^^^^^^^^^-------------- 187s | | 187s | help: there is a expected value with a similar name: `"unstable-ext"` 187s | 187s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 187s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: unexpected `cfg` condition value: `unstable-doc` 187s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:97:7 187s | 187s 97 | #[cfg(feature = "unstable-doc")] 187s | ^^^^^^^^^^-------------- 187s | | 187s | help: there is a expected value with a similar name: `"unstable-ext"` 187s | 187s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 187s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: unexpected `cfg` condition value: `unstable-doc` 187s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:99:7 187s | 187s 99 | #[cfg(feature = "unstable-doc")] 187s | ^^^^^^^^^^-------------- 187s | | 187s | help: there is a expected value with a similar name: `"unstable-ext"` 187s | 187s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 187s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: unexpected `cfg` condition value: `unstable-doc` 187s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:101:7 187s | 187s 101 | #[cfg(feature = "unstable-doc")] 187s | ^^^^^^^^^^-------------- 187s | | 187s | help: there is a expected value with a similar name: `"unstable-ext"` 187s | 187s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 187s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 187s = note: see for more information about checking conditional configuration 187s 187s warning: `clap` (lib) generated 6 warnings (1 duplicate) 187s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=capng CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/capng-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/capng-995b7c26601b4d50/out rustc --crate-name capng --edition=2018 /tmp/tmp.nrnNpyVafb/registry/capng-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a76d0dc152abe6d2 -C extra-filename=-a76d0dc152abe6d2 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern bitflags=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rmeta --extern libc=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l dylib=cap-ng` 188s warning: `vhost-user-backend` (lib) generated 12 warnings (1 duplicate) 188s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=libseccomp_sys CARGO_MANIFEST_DIR=/tmp/tmp.nrnNpyVafb/registry/libseccomp-sys-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.nrnNpyVafb/registry/libseccomp-sys-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Manabu Sugimoto ' CARGO_PKG_DESCRIPTION='Raw FFI Bindings for the libseccomp Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libseccomp-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/libseccomp-rs/libseccomp-rs' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.nrnNpyVafb/registry/libseccomp-sys-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps OUT_DIR=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/build/libseccomp-sys-78937b52c33a5e66/out rustc --crate-name libseccomp_sys --edition=2018 /tmp/tmp.nrnNpyVafb/registry/libseccomp-sys-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f608792a9b71795c -C extra-filename=-f608792a9b71795c --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l dylib=seccomp` 188s warning: `capng` (lib) generated 1 warning (1 duplicate) 188s Compiling virtiofsd v1.13.0 (/usr/share/cargo/registry/virtiofsd-1.13.0) 188s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtiofsd CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name virtiofsd --edition=2018 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="seccomp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "seccomp", "xen"))' -C metadata=f5e40006bca3353b -C extra-filename=-f5e40006bca3353b --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern bitflags=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rmeta --extern btree_range_map=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libbtree_range_map-35b9710341ec7e31.rmeta --extern capng=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libcapng-a76d0dc152abe6d2.rmeta --extern clap=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libclap-7a7268c1ffac164a.rmeta --extern env_logger=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-529e16bac540d90a.rmeta --extern futures=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures-9cc2bb5e07eecdae.rmeta --extern libc=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern libseccomp_sys=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibseccomp_sys-f608792a9b71795c.rmeta --extern log=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern postcard=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libpostcard-8a20f159e15dd174.rmeta --extern serde=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rmeta --extern syslog=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libsyslog-a88aff0603513316.rmeta --extern vhost=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvhost-889f3e093bb22b68.rmeta --extern vhost_user_backend=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvhost_user_backend-a7668a6f0c2c15b3.rmeta --extern virtio_bindings=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rmeta --extern virtio_queue=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-f146a98671642bb1.rmeta --extern vm_memory=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rmeta --extern vmm_sys_util=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.rmeta -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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 188s warning: `libseccomp-sys` (lib) generated 1 warning (1 duplicate) 188s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtiofsd CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name virtiofsd --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="default"' --cfg 'feature="seccomp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "seccomp", "xen"))' -C metadata=79348c92456b2e40 -C extra-filename=-79348c92456b2e40 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern bitflags=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rlib --extern btree_range_map=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libbtree_range_map-35b9710341ec7e31.rlib --extern capng=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libcapng-a76d0dc152abe6d2.rlib --extern clap=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libclap-7a7268c1ffac164a.rlib --extern env_logger=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-529e16bac540d90a.rlib --extern futures=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures-9cc2bb5e07eecdae.rlib --extern libc=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rlib --extern libseccomp_sys=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibseccomp_sys-f608792a9b71795c.rlib --extern log=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rlib --extern postcard=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libpostcard-8a20f159e15dd174.rlib --extern serde=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rlib --extern syslog=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libsyslog-a88aff0603513316.rlib --extern vhost=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvhost-889f3e093bb22b68.rlib --extern vhost_user_backend=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvhost_user_backend-a7668a6f0c2c15b3.rlib --extern virtio_bindings=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rlib --extern virtio_queue=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-f146a98671642bb1.rlib --extern vm_memory=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rlib --extern vmm_sys_util=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 188s warning: unexpected `cfg` condition name: `debian_test` 188s --> src/descriptor_utils.rs:441:7 188s | 188s 441 | #[cfg(debian_test)] 188s | ^^^^^^^^^^^ 188s | 188s = 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` 188s = help: consider using a Cargo feature instead 188s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 188s [lints.rust] 188s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debian_test)'] } 188s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debian_test)");` to the top of the `build.rs` 188s = note: see for more information about checking conditional configuration 188s = note: `#[warn(unexpected_cfgs)]` on by default 188s 190s warning: `virtiofsd` (lib test) generated 2 warnings (2 duplicates) 192s warning: `virtiofsd` (lib) generated 2 warnings (1 duplicate) 192s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_BIN_NAME=virtiofsd CARGO_CRATE_NAME=virtiofsd CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 LD_LIBRARY_PATH=/tmp/tmp.nrnNpyVafb/target/debug/deps rustc --crate-name virtiofsd --edition=2018 src/main.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="default"' --cfg 'feature="seccomp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "seccomp", "xen"))' -C metadata=3d0d11eb997a9407 -C extra-filename=-3d0d11eb997a9407 --out-dir /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.nrnNpyVafb/target/debug/deps --extern bitflags=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rlib --extern btree_range_map=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libbtree_range_map-35b9710341ec7e31.rlib --extern capng=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libcapng-a76d0dc152abe6d2.rlib --extern clap=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libclap-7a7268c1ffac164a.rlib --extern env_logger=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-529e16bac540d90a.rlib --extern futures=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libfutures-9cc2bb5e07eecdae.rlib --extern libc=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rlib --extern libseccomp_sys=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblibseccomp_sys-f608792a9b71795c.rlib --extern log=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rlib --extern postcard=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libpostcard-8a20f159e15dd174.rlib --extern serde=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rlib --extern syslog=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libsyslog-a88aff0603513316.rlib --extern vhost=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvhost-889f3e093bb22b68.rlib --extern vhost_user_backend=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvhost_user_backend-a7668a6f0c2c15b3.rlib --extern virtio_bindings=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rlib --extern virtio_queue=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-f146a98671642bb1.rlib --extern virtiofsd=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvirtiofsd-f5e40006bca3353b.rlib --extern vm_memory=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rlib --extern vmm_sys_util=/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.nrnNpyVafb/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 193s warning: `virtiofsd` (bin "virtiofsd" test) generated 1 warning (1 duplicate) 193s Finished `test` profile [unoptimized + debuginfo] target(s) in 33.51s 193s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/virtiofsd-79348c92456b2e40` 193s 193s running 21 tests 193s test passthrough::xattrmap::tests::test_parser_can_parse_multiple_valid_rules ... ok 193s test passthrough::xattrmap::tests::test_parser_can_parse_rules_separated_by_whitespace ... ok 193s test passthrough::xattrmap::tests::test_parser_can_parse_rules_with_different_delimiters ... ok 193s test passthrough::xattrmap::tests::test_parser_can_parse_single_rule ... ok 193s test passthrough::xattrmap::tests::test_parser_emits_error_when_invalid_scope_is_used ... ok 193s test passthrough::xattrmap::tests::test_parser_emits_error_when_invalid_type_is_used ... ok 193s test passthrough::xattrmap::tests::test_parser_emits_error_when_multiple_map_rules_exist ... ok 193s test passthrough::xattrmap::tests::test_parser_emits_error_when_no_rules_are_provided ... ok 193s test passthrough::xattrmap::tests::test_parser_emits_incomplete_rule_error ... ok 193s test passthrough::xattrmap::tests::test_parser_expands_map_rule_with_empty_key ... ok 193s test passthrough::xattrmap::tests::test_parser_expands_map_rule_with_key_and_prepend ... ok 193s test passthrough::xattrmap::tests::test_rule_bad_denies_the_client_request ... ok 193s test passthrough::xattrmap::tests::test_rule_bad_hides_xattr_names_from_client ... ok 193s test passthrough::xattrmap::tests::test_rule_ok_all ... ok 193s test passthrough::xattrmap::tests::test_rule_ok_allows_xattr_names_to_pass_through_unchanged ... ok 193s test passthrough::xattrmap::tests::test_rule_prefix_prepends_xattr_names_from_client ... ok 193s test passthrough::xattrmap::tests::test_rule_prefix_strips_prefixes_from_server ... ok 193s test passthrough::xattrmap::tests::test_rule_unsupported_hides_xattr_names_from_client ... ok 193s test passthrough::xattrmap::tests::test_rule_unsupported_not_support_the_client_request ... ok 193s test read_dir::test::padded_cstrings ... ok 193s test read_dir::test::no_nul_byte - should panic ... ok 193s 193s test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s 193s 193s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.nrnNpyVafb/target/s390x-unknown-linux-gnu/debug/deps/virtiofsd-3d0d11eb997a9407` 193s 193s running 0 tests 193s 193s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 193s 193s /tmp/autopkgtest.moXOp2/wrapper.sh: checking for leaked background processes... 193s /tmp/autopkgtest.moXOp2/wrapper.sh: waiting for tee/cat subprocesses... 193s /tmp/autopkgtest.moXOp2/wrapper.sh: cleaning up... 193s /tmp/autopkgtest.moXOp2/wrapper.sh: Exit status: 0 193s autopkgtest: DBG: testbed command exited with code 0 194s autopkgtest [23:27:24]: test librust-virtiofsd-dev:default: -----------------------] 194s autopkgtest: DBG: testbed executing test finished with exit status 0 194s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3Adefault-stdout /tmp/autopkgtest-work.8v097am7/out/librust-virtiofsd-dev%3Adefault-stdout 194s autopkgtest: DBG: got reply from testbed: ok 194s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3Adefault-stderr /tmp/autopkgtest-work.8v097am7/out/librust-virtiofsd-dev%3Adefault-stderr 195s autopkgtest: DBG: got reply from testbed: ok 195s librust-virtiofsd-dev:default PASS 195s autopkgtest [23:27:25]: test librust-virtiofsd-dev:default: - - - - - - - - - - results - - - - - - - - - - 195s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3Adefault-artifacts/ /tmp/autopkgtest-work.8v097am7/out/artifacts/ 195s autopkgtest: DBG: got reply from testbed: ok 195s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:default-artifacts', '/tmp/autopkgtest.moXOp2/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 195s autopkgtest: DBG: testbed command exited with code 0 195s autopkgtest [23:27:25]: test librust-virtiofsd-dev:seccomp: preparing testbed 195s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'], deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 195s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 195s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 195s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 31), rustc, librust-virtiofsd-dev, virtiofsd 195s autopkgtest: DBG: can use apt-get on testbed: True 195s 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 (>= 31), rustc, librust-virtiofsd-dev, virtiofsd'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 195s Reading package lists... 195s Building dependency tree... 195s Reading state information... 196s Starting pkgProblemResolver with broken count: 0 196s Starting 2 pkgProblemResolver with broken count: 0 196s Done 196s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 196s autopkgtest: DBG: testbed command exited with code 0 196s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-virtiofsd-dev'], kind short, sout pipe, serr pipe, env [] 196s autopkgtest: DBG: testbed command exited with code 0 196s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'virtiofsd'], kind short, sout pipe, serr pipe, env [] 197s autopkgtest: DBG: testbed command exited with code 0 197s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:seccomp-packages.all"], kind short, sout raw, serr pipe, env [] 197s autopkgtest: DBG: testbed command exited with code 0 197s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3Aseccomp-packages.all /tmp/autopkgtest-work.8v097am7/out/librust-virtiofsd-dev%3Aseccomp-packages.all 197s autopkgtest: DBG: got reply from testbed: ok 197s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.moXOp2/build.KSq/src'], kind short, sout raw, serr raw, env [] 197s autopkgtest: DBG: testbed command exited with code 0 197s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.moXOp2/build.KSq/src already exists 197s autopkgtest [23:27:27]: test librust-virtiofsd-dev:seccomp: /usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features --features seccomp 197s autopkgtest [23:27:27]: test librust-virtiofsd-dev:seccomp: [----------------------- 197s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.moXOp2/wrapper.sh --debug --artifacts=/tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:seccomp-artifacts --chdir=/tmp/autopkgtest.moXOp2/build.KSq/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.moXOp2/librust-virtiofsd-dev:seccomp-stderr --stdout=/tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:seccomp-stdout --tmp=/tmp/autopkgtest.moXOp2/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=rust-virtiofsd/1.13.0-5 -- bash -ec '/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features --features seccomp'"], kind test, sout raw, serr raw, env [] 198s /tmp/autopkgtest.moXOp2/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:seccomp-artifacts 198s /tmp/autopkgtest.moXOp2/wrapper.sh: changing to directory: /tmp/autopkgtest.moXOp2/build.KSq/src 198s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 198s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 198s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 198s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 198s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: LANG=C.UTF-8 198s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LANGUAGE 198s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_ADDRESS 198s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_ALL 198s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_COLLATE 198s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_CTYPE 198s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_IDENTIFICATION 198s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MEASUREMENT 198s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MESSAGES 198s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MONETARY 198s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_NAME 198s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_NUMERIC 198s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_PAPER 198s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_TELEPHONE 198s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_TIME 198s /tmp/autopkgtest.moXOp2/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 198s /tmp/autopkgtest.moXOp2/wrapper.sh: pretending to be a login shell 198s /tmp/autopkgtest.moXOp2/wrapper.sh: will write standard error to /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:seccomp-stderr 198s /tmp/autopkgtest.moXOp2/wrapper.sh: will write stdout to /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:seccomp-stdout 198s /tmp/autopkgtest.moXOp2/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.moXOp2/autopkgtest_tmp 198s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-virtiofsd/1.13.0-5 198s /tmp/autopkgtest.moXOp2/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features --features seccomp 198s /tmp/autopkgtest.moXOp2/wrapper.sh: copying /tmp/tmp.IOY3rTya1N/out to stdout and file: /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:seccomp-stdout 198s /tmp/autopkgtest.moXOp2/wrapper.sh: copying /tmp/tmp.IOY3rTya1N/err to standard error and file: /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:seccomp-stdout 198s /tmp/autopkgtest.moXOp2/wrapper.sh: writing script pid 6901 to /tmp/autopkgtest_script_pid 198s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 198s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 198s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 198s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.EYtoAlBbFQ/registry/ 198s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 198s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 198s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 198s 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', 'seccomp'],) {} 198s Compiling proc-macro2 v1.0.92 198s Compiling unicode-ident v1.0.13 198s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/proc-macro2-1.0.92 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2d75c9a654688144 -C extra-filename=-2d75c9a654688144 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/build/proc-macro2-2d75c9a654688144 -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --cap-lints warn` 198s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/unicode-ident-1.0.13 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b60f1917d0b7f16f -C extra-filename=-b60f1917d0b7f16f --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --cap-lints warn` 198s Compiling libc v0.2.169 198s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 198s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=c7b3561a7edc004d -C extra-filename=-c7b3561a7edc004d --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/build/libc-c7b3561a7edc004d -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --cap-lints warn` 198s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.EYtoAlBbFQ/target/debug/deps:/tmp/tmp.EYtoAlBbFQ/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/debug/build/proc-macro2-d599727364712bee/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.EYtoAlBbFQ/target/debug/build/proc-macro2-2d75c9a654688144/build-script-build` 198s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 198s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 198s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 198s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 198s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 198s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 198s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 198s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 198s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 198s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 198s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 198s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 198s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 198s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 198s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 198s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 198s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/proc-macro2-1.0.92 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/debug/build/proc-macro2-d599727364712bee/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ff92515e6d04de91 -C extra-filename=-ff92515e6d04de91 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern unicode_ident=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libunicode_ident-b60f1917d0b7f16f.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 198s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 198s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.EYtoAlBbFQ/target/debug/deps:/tmp/tmp.EYtoAlBbFQ/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/libc-53dab5cca2858c68/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.EYtoAlBbFQ/target/debug/build/libc-c7b3561a7edc004d/build-script-build` 198s [libc 0.2.169] cargo:rerun-if-changed=build.rs 198s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 198s [libc 0.2.169] cargo:rustc-cfg=freebsd11 198s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 198s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 198s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 198s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/libc-53dab5cca2858c68/out rustc --crate-name libc --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=4fcc35c1a3dcd472 -C extra-filename=-4fcc35c1a3dcd472 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_time64_abi)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` 199s warning: unused import: `crate::ntptimeval` 199s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 199s | 199s 5 | use crate::ntptimeval; 199s | ^^^^^^^^^^^^^^^^^ 199s | 199s = note: `#[warn(unused_imports)]` on by default 199s 199s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 199s | 199s = note: this feature is not stably supported; its behavior can change in the future 199s 199s warning: `libc` (lib) generated 2 warnings 199s Compiling quote v1.0.37 199s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/quote-1.0.37 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=baec9bd5986d1c55 -C extra-filename=-baec9bd5986d1c55 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern proc_macro2=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libproc_macro2-ff92515e6d04de91.rmeta --cap-lints warn` 199s Compiling byteorder v1.5.0 199s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/byteorder-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/byteorder-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION=1.60 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/byteorder-1.5.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name byteorder --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/byteorder-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("default", "i128", "std"))' -C metadata=afb5df9a057f9db9 -C extra-filename=-afb5df9a057f9db9 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 199s warning: `byteorder` (lib) generated 1 warning (1 duplicate) 199s Compiling autocfg v1.1.0 199s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/autocfg-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/autocfg-1.1.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.EYtoAlBbFQ/registry/autocfg-1.1.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=6f27a56c0b5979c7 -C extra-filename=-6f27a56c0b5979c7 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --cap-lints warn` 199s Compiling syn v2.0.96 199s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/syn-2.0.96 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"))' -C metadata=06e9eb0587e935d6 -C extra-filename=-06e9eb0587e935d6 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern proc_macro2=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libproc_macro2-ff92515e6d04de91.rmeta --extern quote=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libquote-baec9bd5986d1c55.rmeta --extern unicode_ident=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libunicode_ident-b60f1917d0b7f16f.rmeta --cap-lints warn` 199s Compiling slab v0.4.9 199s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/slab-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1b10bbe6721213b1 -C extra-filename=-1b10bbe6721213b1 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/build/slab-1b10bbe6721213b1 -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern autocfg=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libautocfg-6f27a56c0b5979c7.rlib --cap-lints warn` 200s Compiling memchr v2.7.4 200s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/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 200s 1, 2 or 3 byte search and single substring search. 200s ' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/memchr-2.7.4 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.EYtoAlBbFQ/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="default"' --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=d88af7c2308bc9ee -C extra-filename=-d88af7c2308bc9ee --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 200s warning: `memchr` (lib) generated 1 warning (1 duplicate) 200s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.EYtoAlBbFQ/target/debug/deps:/tmp/tmp.EYtoAlBbFQ/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/slab-2d27be4c1ac5bbfd/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.EYtoAlBbFQ/target/debug/build/slab-1b10bbe6721213b1/build-script-build` 200s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 200s [slab 0.4.9] | 200s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 200s [slab 0.4.9] 200s [slab 0.4.9] warning: 1 warning emitted 200s [slab 0.4.9] 200s Compiling cfg-if v1.0.0 200s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] 200s parameters. Structured like an if-else chain, the first matching branch is the 200s item that gets emitted. 200s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/cfg-if-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core"))' -C metadata=741ad0425e17df63 -C extra-filename=-741ad0425e17df63 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 200s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 200s Compiling getrandom v0.2.15 200s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/getrandom-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/getrandom-0.2.15 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/getrandom-0.2.15/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("compiler_builtins", "core", "custom", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser"))' -C metadata=54cf000b490cc2db -C extra-filename=-54cf000b490cc2db --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern cfg_if=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-741ad0425e17df63.rmeta --extern libc=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 200s warning: unexpected `cfg` condition value: `js` 200s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 200s | 200s 334 | } else if #[cfg(all(feature = "js", 200s | ^^^^^^^^^^^^^^ 200s | 200s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 200s = help: consider adding `js` as a feature in `Cargo.toml` 200s = note: see for more information about checking conditional configuration 200s = note: `#[warn(unexpected_cfgs)]` on by default 200s 200s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 200s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/slab-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/slab-2d27be4c1ac5bbfd/out rustc --crate-name slab --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/slab-0.4.9/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ae2b949e6d148640 -C extra-filename=-ae2b949e6d148640 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 200s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 200s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 200s | 200s 250 | #[cfg(not(slab_no_const_vec_new))] 200s | ^^^^^^^^^^^^^^^^^^^^^ 200s | 200s = 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` 200s = help: consider using a Cargo feature instead 200s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 200s [lints.rust] 200s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 200s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 200s = note: see for more information about checking conditional configuration 200s = note: `#[warn(unexpected_cfgs)]` on by default 200s 200s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 200s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 200s | 200s 264 | #[cfg(slab_no_const_vec_new)] 200s | ^^^^^^^^^^^^^^^^^^^^^ 200s | 200s = help: consider using a Cargo feature instead 200s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 200s [lints.rust] 200s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 200s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 200s = note: see for more information about checking conditional configuration 200s 200s warning: unexpected `cfg` condition name: `slab_no_track_caller` 200s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 200s | 200s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 200s | ^^^^^^^^^^^^^^^^^^^^ 200s | 200s = help: consider using a Cargo feature instead 200s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 200s [lints.rust] 200s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 200s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 200s = note: see for more information about checking conditional configuration 200s 200s warning: unexpected `cfg` condition name: `slab_no_track_caller` 200s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 200s | 200s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 200s | ^^^^^^^^^^^^^^^^^^^^ 200s | 200s = help: consider using a Cargo feature instead 200s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 200s [lints.rust] 200s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 200s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 200s = note: see for more information about checking conditional configuration 200s 200s warning: unexpected `cfg` condition name: `slab_no_track_caller` 200s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 200s | 200s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 200s | ^^^^^^^^^^^^^^^^^^^^ 200s | 200s = help: consider using a Cargo feature instead 200s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 200s [lints.rust] 200s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 200s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 200s = note: see for more information about checking conditional configuration 200s 200s warning: unexpected `cfg` condition name: `slab_no_track_caller` 200s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 200s | 200s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 200s | ^^^^^^^^^^^^^^^^^^^^ 200s | 200s = help: consider using a Cargo feature instead 200s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 200s [lints.rust] 200s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 200s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 200s = note: see for more information about checking conditional configuration 200s 200s warning: `slab` (lib) generated 7 warnings (1 duplicate) 200s Compiling thiserror v1.0.69 200s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/thiserror-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=398577176776ca6b -C extra-filename=-398577176776ca6b --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/build/thiserror-398577176776ca6b -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --cap-lints warn` 201s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.EYtoAlBbFQ/target/debug/deps:/tmp/tmp.EYtoAlBbFQ/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/thiserror-fa42a338d55061dc/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.EYtoAlBbFQ/target/debug/build/thiserror-398577176776ca6b/build-script-build` 201s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 201s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 201s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 201s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 201s Compiling rand_core v0.6.4 201s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/rand_core-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation. 201s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/rand_core-0.6.4 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/rand_core-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="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=4e3e0fe0b28cc3d1 -C extra-filename=-4e3e0fe0b28cc3d1 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern getrandom=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-54cf000b490cc2db.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 201s warning: unexpected `cfg` condition name: `doc_cfg` 201s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:38:13 201s | 201s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 201s | ^^^^^^^ 201s | 201s = 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` 201s = help: consider using a Cargo feature instead 201s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 201s [lints.rust] 201s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 201s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 201s = note: see for more information about checking conditional configuration 201s = note: `#[warn(unexpected_cfgs)]` on by default 201s 201s warning: unexpected `cfg` condition name: `doc_cfg` 201s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:50:16 201s | 201s 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 201s | ^^^^^^^ 201s | 201s = help: consider using a Cargo feature instead 201s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 201s [lints.rust] 201s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 201s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 201s = note: see for more information about checking conditional configuration 201s 201s warning: unexpected `cfg` condition name: `doc_cfg` 201s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:64:16 201s | 201s 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 201s | ^^^^^^^ 201s | 201s = help: consider using a Cargo feature instead 201s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 201s [lints.rust] 201s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 201s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 201s = note: see for more information about checking conditional configuration 201s 201s warning: unexpected `cfg` condition name: `doc_cfg` 201s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:75:16 201s | 201s 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 201s | ^^^^^^^ 201s | 201s = help: consider using a Cargo feature instead 201s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 201s [lints.rust] 201s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 201s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 201s = note: see for more information about checking conditional configuration 201s 201s warning: unexpected `cfg` condition name: `doc_cfg` 201s --> /usr/share/cargo/registry/rand_core-0.6.4/src/os.rs:46:12 201s | 201s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 201s | ^^^^^^^ 201s | 201s = help: consider using a Cargo feature instead 201s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 201s [lints.rust] 201s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 201s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 201s = note: see for more information about checking conditional configuration 201s 201s warning: unexpected `cfg` condition name: `doc_cfg` 201s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:411:16 201s | 201s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 201s | ^^^^^^^ 201s | 201s = help: consider using a Cargo feature instead 201s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 201s [lints.rust] 201s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 201s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 201s = note: see for more information about checking conditional configuration 201s 201s warning: `rand_core` (lib) generated 7 warnings (1 duplicate) 201s Compiling bitflags v1.3.2 201s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/bitflags-1.3.2 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/bitflags-1.3.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 201s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/bitflags-1.3.2 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name bitflags --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/bitflags-1.3.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=986ea5246d1bde4b -C extra-filename=-986ea5246d1bde4b --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 201s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 201s Compiling log v0.4.22 201s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/log-0.4.22 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust 201s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/log-0.4.22 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name log --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/log-0.4.22/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("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=5771a53463867bfb -C extra-filename=-5771a53463867bfb --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 201s warning: `log` (lib) generated 1 warning (1 duplicate) 201s Compiling aho-corasick v1.1.3 201s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/aho-corasick-1.1.3 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name aho_corasick --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/aho-corasick-1.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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=2bcce03042626be9 -C extra-filename=-2bcce03042626be9 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern memchr=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 202s warning: method `cmpeq` is never used 202s --> /usr/share/cargo/registry/aho-corasick-1.1.3/src/packed/vector.rs:74:15 202s | 202s 28 | pub(crate) trait Vector: 202s | ------ method in this trait 202s ... 202s 74 | unsafe fn cmpeq(self, vector2: Self) -> Self; 202s | ^^^^^ 202s | 202s = note: `#[warn(dead_code)]` on by default 202s 203s warning: `aho-corasick` (lib) generated 2 warnings (1 duplicate) 203s Compiling futures-sink v0.3.31 203s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_sink CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-sink-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/futures-sink-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The asynchronous `Sink` trait for the futures-rs library. 203s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-sink CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-sink-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name futures_sink --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/futures-sink-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2bb87e6e77d12a0e -C extra-filename=-2bb87e6e77d12a0e --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 203s warning: `futures-sink` (lib) generated 1 warning (1 duplicate) 203s Compiling version_check v0.9.5 203s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/version_check-0.9.5 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/version_check-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/version_check-0.9.5 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name version_check --edition=2015 /tmp/tmp.EYtoAlBbFQ/registry/version_check-0.9.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())' -C metadata=aa35b04adf26b055 -C extra-filename=-aa35b04adf26b055 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --cap-lints warn` 203s Compiling arc-swap v1.7.1 203s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=arc_swap CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/arc-swap-1.7.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/arc-swap-1.7.1/Cargo.toml CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner ' CARGO_PKG_DESCRIPTION='Atomically swappable Arc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arc-swap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/arc-swap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/arc-swap-1.7.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name arc_swap --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/arc-swap-1.7.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("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=15aac0f9e7b1cfab -C extra-filename=-15aac0f9e7b1cfab --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 203s warning: `arc-swap` (lib) generated 1 warning (1 duplicate) 203s Compiling futures-core v0.3.31 203s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 203s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-core-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/futures-core-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=2134c5b836c19dbf -C extra-filename=-2134c5b836c19dbf --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 203s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 203s Compiling utf8parse v0.2.1 203s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/utf8parse-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/utf8parse-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/utf8parse-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=7081218f12e06a2e -C extra-filename=-7081218f12e06a2e --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 204s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 204s Compiling regex-syntax v0.8.5 204s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/regex-syntax-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/regex-syntax-0.8.5 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/regex-syntax-0.8.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=ee84c8006f047bec -C extra-filename=-ee84c8006f047bec --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 204s Compiling zerocopy-derive v0.7.34 204s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/zerocopy-derive-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/zerocopy-derive-0.7.34/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Custom derive for traits from the zerocopy crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy-derive CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/zerocopy-derive-0.7.34 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name zerocopy_derive --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/zerocopy-derive-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=113aa28ae736394e -C extra-filename=-113aa28ae736394e --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern proc_macro2=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 205s Compiling zerocopy v0.7.34 205s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/zerocopy-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/zerocopy-0.7.34/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Utilities for zero-copy parsing and serialization' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/zerocopy-0.7.34 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name zerocopy --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/zerocopy-0.7.34/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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=c32c505c14a96b41 -C extra-filename=-c32c505c14a96b41 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern byteorder=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-afb5df9a057f9db9.rmeta --extern zerocopy_derive=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libzerocopy_derive-113aa28ae736394e.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/util.rs:597:32 205s | 205s 597 | let remainder = t.addr() % mem::align_of::(); 205s | ^^^^^^^^^^^^^^^^^^ 205s | 205s note: the lint level is defined here 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:174:5 205s | 205s 174 | unused_qualifications, 205s | ^^^^^^^^^^^^^^^^^^^^^ 205s help: remove the unnecessary path segments 205s | 205s 597 - let remainder = t.addr() % mem::align_of::(); 205s 597 + let remainder = t.addr() % align_of::(); 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:333:35 205s | 205s 333 | const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 205s | ^^^^^^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 333 - const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 205s 333 + const POINTER_WIDTH_BITS: usize = size_of::() * 8; 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:488:44 205s | 205s 488 | align: match NonZeroUsize::new(mem::align_of::()) { 205s | ^^^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 488 - align: match NonZeroUsize::new(mem::align_of::()) { 205s 488 + align: match NonZeroUsize::new(align_of::()) { 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:492:49 205s | 205s 492 | size_info: SizeInfo::Sized { _size: mem::size_of::() }, 205s | ^^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 492 - size_info: SizeInfo::Sized { _size: mem::size_of::() }, 205s 492 + size_info: SizeInfo::Sized { _size: size_of::() }, 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:511:44 205s | 205s 511 | align: match NonZeroUsize::new(mem::align_of::()) { 205s | ^^^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 511 - align: match NonZeroUsize::new(mem::align_of::()) { 205s 511 + align: match NonZeroUsize::new(align_of::()) { 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:517:29 205s | 205s 517 | _elem_size: mem::size_of::(), 205s | ^^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 517 - _elem_size: mem::size_of::(), 205s 517 + _elem_size: size_of::(), 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:1418:19 205s | 205s 1418 | let len = mem::size_of_val(self); 205s | ^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 1418 - let len = mem::size_of_val(self); 205s 1418 + let len = size_of_val(self); 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2714:19 205s | 205s 2714 | let len = mem::size_of_val(self); 205s | ^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 2714 - let len = mem::size_of_val(self); 205s 2714 + let len = size_of_val(self); 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2789:19 205s | 205s 2789 | let len = mem::size_of_val(self); 205s | ^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 2789 - let len = mem::size_of_val(self); 205s 2789 + let len = size_of_val(self); 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2863:27 205s | 205s 2863 | if bytes.len() != mem::size_of_val(self) { 205s | ^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 2863 - if bytes.len() != mem::size_of_val(self) { 205s 2863 + if bytes.len() != size_of_val(self) { 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2920:20 205s | 205s 2920 | let size = mem::size_of_val(self); 205s | ^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 2920 - let size = mem::size_of_val(self); 205s 2920 + let size = size_of_val(self); 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2981:45 205s | 205s 2981 | let start = bytes.len().checked_sub(mem::size_of_val(self))?; 205s | ^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 2981 - let start = bytes.len().checked_sub(mem::size_of_val(self))?; 205s 2981 + let start = bytes.len().checked_sub(size_of_val(self))?; 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4161:27 205s | 205s 4161 | if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 205s | ^^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 4161 - if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 205s 4161 + if bytes.len() != size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4176:26 205s | 205s 4176 | if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 205s | ^^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 4176 - if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 205s 4176 + if bytes.len() < size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4179:46 205s | 205s 4179 | let (bytes, suffix) = bytes.split_at(mem::size_of::()); 205s | ^^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 4179 - let (bytes, suffix) = bytes.split_at(mem::size_of::()); 205s 4179 + let (bytes, suffix) = bytes.split_at(size_of::()); 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4194:46 205s | 205s 4194 | let split_at = bytes_len.checked_sub(mem::size_of::())?; 205s | ^^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 4194 - let split_at = bytes_len.checked_sub(mem::size_of::())?; 205s 4194 + let split_at = bytes_len.checked_sub(size_of::())?; 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4221:26 205s | 205s 4221 | .checked_rem(mem::size_of::()) 205s | ^^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 4221 - .checked_rem(mem::size_of::()) 205s 4221 + .checked_rem(size_of::()) 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4243:34 205s | 205s 4243 | let expected_len = match mem::size_of::().checked_mul(count) { 205s | ^^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 4243 - let expected_len = match mem::size_of::().checked_mul(count) { 205s 4243 + let expected_len = match size_of::().checked_mul(count) { 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4268:34 205s | 205s 4268 | let expected_len = match mem::size_of::().checked_mul(count) { 205s | ^^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 4268 - let expected_len = match mem::size_of::().checked_mul(count) { 205s 4268 + let expected_len = match size_of::().checked_mul(count) { 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4795:25 205s | 205s 4795 | let elem_size = mem::size_of::(); 205s | ^^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 4795 - let elem_size = mem::size_of::(); 205s 4795 + let elem_size = size_of::(); 205s | 205s 205s warning: unnecessary qualification 205s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4825:25 205s | 205s 4825 | let elem_size = mem::size_of::(); 205s | ^^^^^^^^^^^^^^^^^ 205s | 205s help: remove the unnecessary path segments 205s | 205s 4825 - let elem_size = mem::size_of::(); 205s 4825 + let elem_size = size_of::(); 205s | 205s 206s warning: `zerocopy` (lib) generated 22 warnings (1 duplicate) 206s Compiling ppv-lite86 v0.2.20 206s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/ppv-lite86-0.2.20/Cargo.toml CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.2.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/ppv-lite86-0.2.20 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name ppv_lite86 --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/ppv-lite86-0.2.20/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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=8793fcb688dbf433 -C extra-filename=-8793fcb688dbf433 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern zerocopy=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libzerocopy-c32c505c14a96b41.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 206s warning: `ppv-lite86` (lib) generated 1 warning (1 duplicate) 206s Compiling thiserror-impl v1.0.69 206s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/thiserror-impl-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85a314ae0bf3e0d8 -C extra-filename=-85a314ae0bf3e0d8 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern proc_macro2=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 206s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 206s Compiling rand_chacha v0.3.1 206s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/rand_chacha-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator 206s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/rand_chacha-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name rand_chacha --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/rand_chacha-0.3.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("default", "serde", "serde1", "simd", "std"))' -C metadata=b3f95d84bd0cdf07 -C extra-filename=-b3f95d84bd0cdf07 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern ppv_lite86=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libppv_lite86-8793fcb688dbf433.rmeta --extern rand_core=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/librand_core-4e3e0fe0b28cc3d1.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 206s warning: `rand_chacha` (lib) generated 1 warning (1 duplicate) 206s Compiling portable-atomic v1.10.0 206s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 206s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/portable-atomic-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/portable-atomic-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=6e3bd4f4c006b233 -C extra-filename=-6e3bd4f4c006b233 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/build/portable-atomic-6e3bd4f4c006b233 -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --cap-lints warn` 207s Compiling serde v1.0.217 207s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/serde-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=816e356155c8e78e -C extra-filename=-816e356155c8e78e --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/build/serde-816e356155c8e78e -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --cap-lints warn` 207s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.EYtoAlBbFQ/target/debug/deps:/tmp/tmp.EYtoAlBbFQ/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/serde-b0fa5c18367e4328/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.EYtoAlBbFQ/target/debug/build/serde-816e356155c8e78e/build-script-build` 207s [serde 1.0.217] cargo:rerun-if-changed=build.rs 207s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 207s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 207s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 207s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 207s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 207s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 207s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 207s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 207s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 207s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 207s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 207s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 207s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 207s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 207s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FALLBACK=1 CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 207s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.EYtoAlBbFQ/target/debug/deps:/tmp/tmp.EYtoAlBbFQ/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/portable-atomic-cd80266702042c71/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.EYtoAlBbFQ/target/debug/build/portable-atomic-6e3bd4f4c006b233/build-script-build` 207s [portable-atomic 1.10.0] cargo:rerun-if-changed=build.rs 207s [portable-atomic 1.10.0] cargo:rerun-if-changed=no_atomic.rs 207s [portable-atomic 1.10.0] cargo:rerun-if-changed=version.rs 207s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(target_feature,values("experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3")) 207s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute) 207s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha")) 207s [portable-atomic 1.10.0] cargo:rustc-cfg=portable_atomic_no_asm 207s Compiling rand v0.8.5 207s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/rand-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality. 207s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/rand-0.8.5 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/rand-0.8.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=e8149766e9596af6 -C extra-filename=-e8149766e9596af6 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern libc=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern rand_chacha=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-b3f95d84bd0cdf07.rmeta --extern rand_core=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/librand_core-4e3e0fe0b28cc3d1.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:52:13 207s | 207s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s = note: `#[warn(unexpected_cfgs)]` on by default 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:53:13 207s | 207s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 207s | ^^^^^^^ 207s | 207s = 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` 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:181:12 207s | 207s 181 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/mod.rs:116:12 207s | 207s 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `features` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 207s | 207s 162 | #[cfg(features = "nightly")] 207s | ^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: see for more information about checking conditional configuration 207s help: there is a config with a similar name and value 207s | 207s 162 | #[cfg(feature = "nightly")] 207s | ~~~~~~~ 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:15:7 207s | 207s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:156:7 207s | 207s 156 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:158:7 207s | 207s 158 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:160:7 207s | 207s 160 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:162:7 207s | 207s 162 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:165:7 207s | 207s 165 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:167:7 207s | 207s 167 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:169:7 207s | 207s 169 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:13:32 207s | 207s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:15:35 207s | 207s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:19:7 207s | 207s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:112:7 207s | 207s 112 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:142:7 207s | 207s 142 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:144:7 207s | 207s 144 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:146:7 207s | 207s 146 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:148:7 207s | 207s 148 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:150:7 207s | 207s 150 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:152:7 207s | 207s 152 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:155:5 207s | 207s 155 | feature = "simd_support", 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:11:7 207s | 207s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:144:7 207s | 207s 144 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `std` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:235:11 207s | 207s 235 | #[cfg(not(std))] 207s | ^^^ help: found config with similar value: `feature = "std"` 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:363:7 207s | 207s 363 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:423:7 207s | 207s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 207s | ^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:424:7 207s | 207s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 207s | ^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:425:7 207s | 207s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 207s | ^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:426:7 207s | 207s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 207s | ^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:427:7 207s | 207s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 207s | ^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:428:7 207s | 207s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 207s | ^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:429:7 207s | 207s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 207s | ^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `std` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 207s | 207s 291 | #[cfg(not(std))] 207s | ^^^ help: found config with similar value: `feature = "std"` 207s ... 207s 359 | scalar_float_impl!(f32, u32); 207s | ---------------------------- in this macro invocation 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 207s 207s warning: unexpected `cfg` condition name: `std` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 207s | 207s 291 | #[cfg(not(std))] 207s | ^^^ help: found config with similar value: `feature = "std"` 207s ... 207s 360 | scalar_float_impl!(f64, u64); 207s | ---------------------------- in this macro invocation 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:80:12 207s | 207s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:429:12 207s | 207s 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 207s | 207s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 207s | 207s 572 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 207s | 207s 679 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 207s | 207s 687 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 207s | 207s 696 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 207s | 207s 706 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 207s | 207s 1001 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 207s | 207s 1003 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 207s | 207s 1005 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 207s | 207s 1007 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 207s | 207s 1010 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 207s | 207s 1012 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `simd_support` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 207s | 207s 1014 | #[cfg(feature = "simd_support")] 207s | ^^^^^^^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 207s = help: consider adding `simd_support` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/rng.rs:395:12 207s | 207s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:99:12 207s | 207s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:118:12 207s | 207s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/std.rs:32:12 207s | 207s 32 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std_rng")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/thread.rs:60:12 207s | 207s 60 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/thread.rs:87:12 207s | 207s 87 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:29:12 207s | 207s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:623:12 207s | 207s 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/index.rs:276:12 207s | 207s 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:114:16 207s | 207s 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:142:16 207s | 207s 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:170:16 207s | 207s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:219:16 207s | 207s 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition name: `doc_cfg` 207s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:465:16 207s | 207s 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 207s | ^^^^^^^ 207s | 207s = help: consider using a Cargo feature instead 207s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 207s [lints.rust] 207s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 207s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 207s = note: see for more information about checking conditional configuration 207s 208s warning: trait `Float` is never used 208s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:238:18 208s | 208s 238 | pub(crate) trait Float: Sized { 208s | ^^^^^ 208s | 208s = note: `#[warn(dead_code)]` on by default 208s 208s warning: associated items `lanes`, `extract`, and `replace` are never used 208s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:247:8 208s | 208s 245 | pub(crate) trait FloatAsSIMD: Sized { 208s | ----------- associated items in this trait 208s 246 | #[inline(always)] 208s 247 | fn lanes() -> usize { 208s | ^^^^^ 208s ... 208s 255 | fn extract(self, index: usize) -> Self { 208s | ^^^^^^^ 208s ... 208s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 208s | ^^^^^^^ 208s 208s warning: method `all` is never used 208s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:268:8 208s | 208s 266 | pub(crate) trait BoolAsSIMD: Sized { 208s | ---------- method in this trait 208s 267 | fn any(self) -> bool; 208s 268 | fn all(self) -> bool; 208s | ^^^ 208s 208s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/thiserror-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/thiserror-fa42a338d55061dc/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4dcd096416e86a0 -C extra-filename=-b4dcd096416e86a0 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern thiserror_impl=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libthiserror_impl-85a314ae0bf3e0d8.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 208s warning: `thiserror` (lib) generated 1 warning (1 duplicate) 208s Compiling vm-memory v0.16.1 208s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vm_memory CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/vm-memory-0.16.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/vm-memory-0.16.1/Cargo.toml CARGO_PKG_AUTHORS='Liu Jiang ' CARGO_PKG_DESCRIPTION='Safe abstractions for accessing the VM physical memory' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vm-memory CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-memory' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.16.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/vm-memory-0.16.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name vm_memory --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/vm-memory-0.16.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="arc-swap"' --cfg 'feature="backend-atomic"' --cfg 'feature="backend-bitmap"' --cfg 'feature="backend-mmap"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc-swap", "backend-atomic", "backend-bitmap", "backend-mmap", "bitflags", "default", "vmm-sys-util", "xen"))' -C metadata=e9ae59b1f0e77f65 -C extra-filename=-e9ae59b1f0e77f65 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern arc_swap=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libarc_swap-15aac0f9e7b1cfab.rmeta --extern libc=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern thiserror=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-b4dcd096416e86a0.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 208s warning: `rand` (lib) generated 70 warnings (1 duplicate) 208s Compiling regex-automata v0.4.9 208s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/regex-automata-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/regex-automata-0.4.9/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="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=7c5e7acc605227e3 -C extra-filename=-7c5e7acc605227e3 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern aho_corasick=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-2bcce03042626be9.rmeta --extern memchr=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern regex_syntax=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-ee84c8006f047bec.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 208s warning: `vm-memory` (lib) generated 1 warning (1 duplicate) 208s Compiling serde_derive v1.0.217 208s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/serde_derive-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/serde_derive-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/serde_derive-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name serde_derive --edition=2015 /tmp/tmp.EYtoAlBbFQ/registry/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=277609d74627e533 -C extra-filename=-277609d74627e533 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern proc_macro2=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 212s warning: `regex-automata` (lib) generated 1 warning (1 duplicate) 212s Compiling futures-macro v0.3.31 212s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 212s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-macro-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e3308265abdf740 -C extra-filename=-0e3308265abdf740 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern proc_macro2=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 212s Compiling anstyle-parse v0.2.1 212s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/anstyle-parse-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.64.0 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/anstyle-parse-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/anstyle-parse-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="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=ae0d80c25dd2d9d8 -C extra-filename=-ae0d80c25dd2d9d8 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern utf8parse=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-7081218f12e06a2e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 212s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 212s Compiling futures-channel v0.3.31 212s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. 212s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-channel-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/futures-channel-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=4aafb9b7bc7bb4a2 -C extra-filename=-4aafb9b7bc7bb4a2 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern futures_core=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_sink=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 212s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 212s Compiling error-chain v0.12.4 212s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/error-chain-0.12.4 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name build_script_build --edition=2015 /tmp/tmp.EYtoAlBbFQ/registry/error-chain-0.12.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "example_generated"))' -C metadata=f00fe17e8e73c064 -C extra-filename=-f00fe17e8e73c064 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/build/error-chain-f00fe17e8e73c064 -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern version_check=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libversion_check-aa35b04adf26b055.rlib --cap-lints warn` 213s Compiling vmm-sys-util v0.12.1 213s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vmm_sys_util CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/vmm-sys-util-0.12.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/vmm-sys-util-0.12.1/Cargo.toml CARGO_PKG_AUTHORS='Intel Virtualization Team ' CARGO_PKG_DESCRIPTION='A system utility set' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vmm-sys-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vmm-sys-util' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/vmm-sys-util-0.12.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name vmm_sys_util --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/vmm-sys-util-0.12.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("serde", "serde_derive", "with-serde"))' -C metadata=9c7a8ea78bd58733 -C extra-filename=-9c7a8ea78bd58733 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern bitflags=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rmeta --extern libc=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 213s warning: unexpected `cfg` condition value: `cargo-clippy` 213s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:102:5 213s | 213s 102 | feature = "cargo-clippy", 213s | ^^^^^^^^^^^^^^^^^^^^^^^^ 213s | 213s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 213s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 213s = note: see for more information about checking conditional configuration 213s = note: `#[warn(unexpected_cfgs)]` on by default 213s 213s warning: unexpected `cfg` condition value: `cargo-clippy` 213s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:206:12 213s | 213s 206 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::unnecessary_cast))] 213s | ^^^^^^^^^^^^^^^^^^^^^^^^ 213s | 213s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 213s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 213s = note: see for more information about checking conditional configuration 213s 213s warning: unexpected `cfg` condition value: `cargo-clippy` 213s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:451:16 213s | 213s 451 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::useless_asref))] 213s | ^^^^^^^^^^^^^^^^^^^^^^^^ 213s | 213s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 213s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 213s = note: see for more information about checking conditional configuration 213s 213s Compiling powerfmt v0.2.0 213s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=powerfmt CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/powerfmt-0.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/powerfmt-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION=' `powerfmt` is a library that provides utilities for formatting values. This crate makes it 213s significantly easier to support filling to a minimum width with alignment, avoid heap 213s allocation, and avoid repetitive calculations. 213s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=powerfmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/powerfmt' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/powerfmt-0.2.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name powerfmt --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/powerfmt-0.2.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("alloc", "default", "macros", "std"))' -C metadata=fafbfb32d3be10d7 -C extra-filename=-fafbfb32d3be10d7 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 213s warning: unexpected `cfg` condition name: `__powerfmt_docs` 213s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/lib.rs:6:13 213s | 213s 6 | #![cfg_attr(__powerfmt_docs, feature(doc_auto_cfg, rustc_attrs))] 213s | ^^^^^^^^^^^^^^^ 213s | 213s = 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` 213s = help: consider using a Cargo feature instead 213s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 213s [lints.rust] 213s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 213s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 213s = note: see for more information about checking conditional configuration 213s = note: `#[warn(unexpected_cfgs)]` on by default 213s 213s warning: unexpected `cfg` condition name: `__powerfmt_docs` 213s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/lib.rs:7:13 213s | 213s 7 | #![cfg_attr(__powerfmt_docs, allow(internal_features))] 213s | ^^^^^^^^^^^^^^^ 213s | 213s = help: consider using a Cargo feature instead 213s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 213s [lints.rust] 213s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 213s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 213s = note: see for more information about checking conditional configuration 213s 213s warning: unexpected `cfg` condition name: `__powerfmt_docs` 213s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/smart_display.rs:629:12 213s | 213s 629 | #[cfg_attr(__powerfmt_docs, rustc_must_implement_one_of(fmt, fmt_with_metadata))] 213s | ^^^^^^^^^^^^^^^ 213s | 213s = help: consider using a Cargo feature instead 213s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 213s [lints.rust] 213s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 213s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 213s = note: see for more information about checking conditional configuration 213s 213s warning: `powerfmt` (lib) generated 4 warnings (1 duplicate) 213s Compiling anstyle-query v1.0.0 213s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/anstyle-query-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-query CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/anstyle-query-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c5e51bb31b1b148 -C extra-filename=-9c5e51bb31b1b148 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 213s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 213s Compiling heapless v0.8.0 213s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/heapless-0.8.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="portable-atomic"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=87d3077d770e26f5 -C extra-filename=-87d3077d770e26f5 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/build/heapless-87d3077d770e26f5 -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --cap-lints warn` 213s warning: `vmm-sys-util` (lib) generated 4 warnings (1 duplicate) 213s Compiling futures-task v0.3.31 213s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 213s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-task-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/futures-task-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=c1a7c716e83896aa -C extra-filename=-c1a7c716e83896aa --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 213s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 213s Compiling pin-project-lite v0.2.13 213s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/pin-project-lite-0.2.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. 213s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/pin-project-lite-0.2.13 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de76c4ee48d4abc2 -C extra-filename=-de76c4ee48d4abc2 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 213s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 213s Compiling colorchoice v1.0.0 213s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/colorchoice-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Global override of color control' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colorchoice CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/colorchoice-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89cf5d12a9fe03dd -C extra-filename=-89cf5d12a9fe03dd --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 213s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 213s Compiling pin-utils v0.1.0 213s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 213s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/pin-utils-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/pin-utils-0.1.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=ad8429c20206ce97 -C extra-filename=-ad8429c20206ce97 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 213s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 213s Compiling futures-io v0.3.31 213s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_io CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-io-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/futures-io-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. 213s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-io-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name futures_io --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/futures-io-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=6788f648763ee870 -C extra-filename=-6788f648763ee870 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 214s Compiling anstyle v1.0.8 214s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/anstyle-1.0.8/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=1.0.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/anstyle-1.0.8 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/anstyle-1.0.8/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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bf42d2790f2028b8 -C extra-filename=-bf42d2790f2028b8 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 214s warning: `futures-io` (lib) generated 1 warning (1 duplicate) 214s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_PORTABLE_ATOMIC=1 CARGO_FEATURE_SERDE=1 CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.EYtoAlBbFQ/target/debug/deps:/tmp/tmp.EYtoAlBbFQ/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/heapless-89294599186927b0/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.EYtoAlBbFQ/target/debug/build/heapless-87d3077d770e26f5/build-script-build` 214s Compiling futures-util v0.3.31 214s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 214s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-util-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/futures-util-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std", "unstable", "write-all-vectored"))' -C metadata=9a8b19196485ea69 -C extra-filename=-9a8b19196485ea69 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern futures_channel=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-4aafb9b7bc7bb4a2.rmeta --extern futures_core=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_io=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_io-6788f648763ee870.rmeta --extern futures_macro=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libfutures_macro-0e3308265abdf740.so --extern futures_sink=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.rmeta --extern futures_task=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern memchr=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern pin_project_lite=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-de76c4ee48d4abc2.rmeta --extern pin_utils=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-ad8429c20206ce97.rmeta --extern slab=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 214s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 214s Compiling anstream v0.6.15 214s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/anstream-0.6.15/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstream CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/anstream-0.6.15 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/anstream-0.6.15/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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test"))' -C metadata=6538a9779fbfa2ba -C extra-filename=-6538a9779fbfa2ba --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern anstyle=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bf42d2790f2028b8.rmeta --extern anstyle_parse=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-ae0d80c25dd2d9d8.rmeta --extern anstyle_query=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-9c5e51bb31b1b148.rmeta --extern colorchoice=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-89cf5d12a9fe03dd.rmeta --extern utf8parse=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-7081218f12e06a2e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 214s | 214s 48 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s = note: `#[warn(unexpected_cfgs)]` on by default 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 214s | 214s 53 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 214s | 214s 4 | #[cfg(not(all(windows, feature = "wincon")))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 214s | 214s 8 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 214s | 214s 46 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 214s | 214s 58 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 214s | 214s 5 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 214s | 214s 27 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 214s | 214s 137 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 214s | 214s 143 | #[cfg(not(all(windows, feature = "wincon")))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 214s | 214s 155 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 214s | 214s 166 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 214s | 214s 180 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 214s | 214s 225 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 214s | 214s 243 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 214s | 214s 260 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 214s | 214s 269 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 214s | 214s 279 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 214s | 214s 288 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `wincon` 214s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 214s | 214s 298 | #[cfg(all(windows, feature = "wincon"))] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `auto`, `default`, and `test` 214s = help: consider adding `wincon` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `compat` 214s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 214s | 214s 308 | #[cfg(feature = "compat")] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 214s = help: consider adding `compat` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s = note: requested on the command line with `-W unexpected-cfgs` 214s 214s warning: unexpected `cfg` condition value: `compat` 214s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 214s | 214s 6 | #[cfg(feature = "compat")] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 214s = help: consider adding `compat` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `compat` 214s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 214s | 214s 580 | #[cfg(feature = "compat")] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 214s = help: consider adding `compat` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `compat` 214s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 214s | 214s 6 | #[cfg(feature = "compat")] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 214s = help: consider adding `compat` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `compat` 214s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 214s | 214s 1154 | #[cfg(feature = "compat")] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 214s = help: consider adding `compat` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `compat` 214s --> /usr/share/cargo/registry/futures-util-0.3.31/src/sink/mod.rs:15:7 214s | 214s 15 | #[cfg(feature = "compat")] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 214s = help: consider adding `compat` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `compat` 214s --> /usr/share/cargo/registry/futures-util-0.3.31/src/sink/mod.rs:291:11 214s | 214s 291 | #[cfg(feature = "compat")] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 214s = help: consider adding `compat` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `compat` 214s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 214s | 214s 3 | #[cfg(feature = "compat")] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 214s = help: consider adding `compat` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `compat` 214s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 214s | 214s 92 | #[cfg(feature = "compat")] 214s | ^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 214s = help: consider adding `compat` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `io-compat` 214s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:19:7 214s | 214s 19 | #[cfg(feature = "io-compat")] 214s | ^^^^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 214s = help: consider adding `io-compat` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `io-compat` 214s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:388:11 214s | 214s 388 | #[cfg(feature = "io-compat")] 214s | ^^^^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 214s = help: consider adding `io-compat` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: unexpected `cfg` condition value: `io-compat` 214s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:547:11 214s | 214s 547 | #[cfg(feature = "io-compat")] 214s | ^^^^^^^^^^^^^^^^^^^^^ 214s | 214s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 214s = help: consider adding `io-compat` as a feature in `Cargo.toml` 214s = note: see for more information about checking conditional configuration 214s 214s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 214s Compiling deranged v0.3.11 214s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=deranged CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/deranged-0.3.11 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/deranged-0.3.11/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='Ranged integers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deranged CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/deranged' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/deranged-0.3.11 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name deranged --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/deranged-0.3.11/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="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=c779b43b900c7ae3 -C extra-filename=-c779b43b900c7ae3 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern powerfmt=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libpowerfmt-fafbfb32d3be10d7.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 214s warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==` 214s --> /usr/share/cargo/registry/deranged-0.3.11/src/lib.rs:9:5 214s | 214s 9 | illegal_floating_point_literal_pattern, 214s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 214s | 214s = note: `#[warn(renamed_and_removed_lints)]` on by default 214s 214s warning: unexpected `cfg` condition name: `docs_rs` 214s --> /usr/share/cargo/registry/deranged-0.3.11/src/lib.rs:1:13 214s | 214s 1 | #![cfg_attr(docs_rs, feature(doc_auto_cfg))] 214s | ^^^^^^^ help: there is a config with a similar name: `docsrs` 214s | 214s = help: consider using a Cargo feature instead 214s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 214s [lints.rust] 214s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } 214s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` 214s = note: see for more information about checking conditional configuration 214s = note: `#[warn(unexpected_cfgs)]` on by default 214s 214s warning: `deranged` (lib) generated 3 warnings (1 duplicate) 214s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.EYtoAlBbFQ/target/debug/deps:/tmp/tmp.EYtoAlBbFQ/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/error-chain-0e13d081d35e3bc3/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.EYtoAlBbFQ/target/debug/build/error-chain-f00fe17e8e73c064/build-script-build` 214s [error-chain 0.12.4] cargo:rustc-cfg=has_error_source 214s [error-chain 0.12.4] cargo:rustc-cfg=has_error_description_deprecated 214s [error-chain 0.12.4] cargo:rustc-cfg=build="debug" 214s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/serde-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/serde-b0fa5c18367e4328/out rustc --crate-name serde --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/serde-1.0.217/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=679a03bdbf7636df -C extra-filename=-679a03bdbf7636df --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern serde_derive=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libserde_derive-277609d74627e533.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` 216s warning: `futures-util` (lib) generated 13 warnings (1 duplicate) 216s Compiling regex v1.11.1 216s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 216s finite automata and guarantees linear time matching on all inputs. 216s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/regex-1.11.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/regex-1.11.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="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=f23fd44db9a98d22 -C extra-filename=-f23fd44db9a98d22 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern aho_corasick=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-2bcce03042626be9.rmeta --extern memchr=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern regex_automata=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libregex_automata-7c5e7acc605227e3.rmeta --extern regex_syntax=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-ee84c8006f047bec.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 216s warning: `regex` (lib) generated 1 warning (1 duplicate) 216s Compiling uuid v1.10.0 216s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=uuid CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/uuid-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/uuid-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Ashley Mannix:Dylan DPC:Hunar Roop Kahlon' CARGO_PKG_DESCRIPTION='A library to generate and parse UUIDs.' CARGO_PKG_HOMEPAGE='https://github.com/uuid-rs/uuid' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=uuid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/uuid-rs/uuid' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/uuid-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name uuid --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/uuid-1.10.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=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="fast-rng"' --cfg 'feature="rng"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "bytemuck", "default", "fast-rng", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=84977dca52bbaf7b -C extra-filename=-84977dca52bbaf7b --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern getrandom=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-54cf000b490cc2db.rmeta --extern rand=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/librand-e8149766e9596af6.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: `uuid` (lib) generated 1 warning (1 duplicate) 217s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=portable_atomic CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 217s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/portable-atomic-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/portable-atomic-cd80266702042c71/out rustc --crate-name portable_atomic --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/portable-atomic-1.10.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 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=ee0a9d3afcca0808 -C extra-filename=-ee0a9d3afcca0808 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg portable_atomic_no_asm --check-cfg 'cfg(target_feature,values("experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'` 217s warning: `portable-atomic` (lib) generated 1 warning (1 duplicate) 217s Compiling cc-traits v2.0.0 217s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cc_traits CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/cc-traits-2.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/cc-traits-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='Common collection traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/cc-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/cc-traits-2.0.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name cc_traits --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/cc-traits-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-impls", "alloc", "default", "serde_json", "slab", "smallvec", "std"))' -C metadata=88c3a8a7a6b83caf -C extra-filename=-88c3a8a7a6b83caf --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern slab=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: `serde` (lib) generated 1 warning (1 duplicate) 217s Compiling hash32 v0.3.1 217s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=hash32 CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/hash32-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/hash32-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='32-bit hashing algorithms' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hash32 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/japaric/hash32' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/hash32-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name hash32 --edition=2015 /tmp/tmp.EYtoAlBbFQ/registry/hash32-0.3.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=0994659813a4c1ff -C extra-filename=-0994659813a4c1ff --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern byteorder=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-afb5df9a057f9db9.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: unexpected `cfg` condition value: `nightly` 217s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:115:13 217s | 217s 115 | #![cfg_attr(feature = "nightly", feature(trait_alias))] 217s | ^^^^^^^^^^^^^^^^^^^ 217s | 217s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 217s = help: consider adding `nightly` as a feature in `Cargo.toml` 217s = note: see for more information about checking conditional configuration 217s = note: `#[warn(unexpected_cfgs)]` on by default 217s 217s warning: unexpected `cfg` condition value: `nightly` 217s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:124:7 217s | 217s 124 | #[cfg(feature = "nightly")] 217s | ^^^^^^^^^^^^^^^^^^^ 217s | 217s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 217s = help: consider adding `nightly` as a feature in `Cargo.toml` 217s = note: see for more information about checking conditional configuration 217s 217s warning: unexpected `cfg` condition value: `nightly` 217s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:126:7 217s | 217s 126 | #[cfg(feature = "nightly")] 217s | ^^^^^^^^^^^^^^^^^^^ 217s | 217s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 217s = help: consider adding `nightly` as a feature in `Cargo.toml` 217s = note: see for more information about checking conditional configuration 217s 217s warning: unexpected `cfg` condition value: `nightly` 217s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:129:11 217s | 217s 129 | #[cfg(not(feature = "nightly"))] 217s | ^^^^^^^^^^^^^^^^^^^ 217s | 217s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 217s = help: consider adding `nightly` as a feature in `Cargo.toml` 217s = note: see for more information about checking conditional configuration 217s 217s warning: unexpected `cfg` condition value: `nightly` 217s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:131:11 217s | 217s 131 | #[cfg(not(feature = "nightly"))] 217s | ^^^^^^^^^^^^^^^^^^^ 217s | 217s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 217s = help: consider adding `nightly` as a feature in `Cargo.toml` 217s = note: see for more information about checking conditional configuration 217s 217s warning: unexpected `cfg` condition value: `ijson` 217s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/impls/mod.rs:16:7 217s | 217s 16 | #[cfg(feature = "ijson")] 217s | ^^^^^^^^^^^^^^^^^ 217s | 217s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 217s = help: consider adding `ijson` as a feature in `Cargo.toml` 217s = note: see for more information about checking conditional configuration 217s 217s warning: `cc-traits` (lib) generated 7 warnings (1 duplicate) 217s Compiling num_cpus v1.16.0 217s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/num_cpus-1.16.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.16.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/num_cpus-1.16.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name num_cpus --edition=2015 /tmp/tmp.EYtoAlBbFQ/registry/num_cpus-1.16.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=b5c98706f86311fb -C extra-filename=-b5c98706f86311fb --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern libc=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: `hash32` (lib) generated 1 warning (1 duplicate) 217s Compiling heck v0.4.1 217s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/heck-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/heck-0.4.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/heck-0.4.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=8b811c1d95735796 -C extra-filename=-8b811c1d95735796 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --cap-lints warn` 217s warning: unexpected `cfg` condition value: `nacl` 217s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:355:5 217s | 217s 355 | target_os = "nacl", 217s | ^^^^^^^^^^^^^^^^^^ 217s | 217s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 217s = note: see for more information about checking conditional configuration 217s = note: `#[warn(unexpected_cfgs)]` on by default 217s 217s warning: unexpected `cfg` condition value: `nacl` 217s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:437:5 217s | 217s 437 | target_os = "nacl", 217s | ^^^^^^^^^^^^^^^^^^ 217s | 217s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 217s = note: see for more information about checking conditional configuration 217s 217s Compiling num_threads v0.1.7 217s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_threads CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/num_threads-0.1.7 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/num_threads-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='A minimal library that determines the number of running threads for the current process.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_threads CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num_threads' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/num_threads-0.1.7 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name num_threads --edition=2015 /tmp/tmp.EYtoAlBbFQ/registry/num_threads-0.1.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())' -C metadata=170c5fce082ed666 -C extra-filename=-170c5fce082ed666 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: `num_threads` (lib) generated 1 warning (1 duplicate) 217s Compiling bitflags v2.6.0 217s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/bitflags-2.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 217s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/bitflags-2.6.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/bitflags-2.6.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("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=2dd210d93a4438b9 -C extra-filename=-2dd210d93a4438b9 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: `num_cpus` (lib) generated 3 warnings (1 duplicate) 217s Compiling time-core v0.1.2 217s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/time-core-0.1.2 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/time-core-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/time-core-0.1.2 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name time_core --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/time-core-0.1.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())' -C metadata=3174ccb5e4dbeb5b -C extra-filename=-3174ccb5e4dbeb5b --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 217s Compiling smallvec v1.13.2 217s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/smallvec-1.13.2 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/smallvec-1.13.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("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=ff4fe5f20ad0b3f7 -C extra-filename=-ff4fe5f20ad0b3f7 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: `time-core` (lib) generated 1 warning (1 duplicate) 217s Compiling stable_deref_trait v1.2.0 217s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/stable_deref_trait-1.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/stable_deref_trait-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. 217s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/stable_deref_trait-1.2.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name stable_deref_trait --edition=2015 /tmp/tmp.EYtoAlBbFQ/registry/stable_deref_trait-1.2.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("alloc", "default", "std"))' -C metadata=49cd8e7257847624 -C extra-filename=-49cd8e7257847624 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: `stable_deref_trait` (lib) generated 1 warning (1 duplicate) 217s Compiling strsim v0.11.1 217s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/strsim-0.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, 217s OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. 217s ' CARGO_PKG_HOMEPAGE='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/strsim-0.11.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name strsim --edition=2015 /tmp/tmp.EYtoAlBbFQ/registry/strsim-0.11.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=d5368992782b2e16 -C extra-filename=-d5368992782b2e16 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 218s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 218s Compiling num-conv v0.1.0 218s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/num-conv-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/num-conv-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides 218s better certainty when refactoring, makes the exact behavior of code more explicit, and allows using 218s turbofish syntax. 218s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/num-conv-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name num_conv --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/num-conv-0.1.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 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13aae50953aa8625 -C extra-filename=-13aae50953aa8625 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 218s warning: `num-conv` (lib) generated 1 warning (1 duplicate) 218s Compiling virtio-bindings v0.2.4 218s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtio_bindings CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/virtio-bindings-0.2.4 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/virtio-bindings-0.2.4/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust FFI bindings to virtio generated using bindgen.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-3-Clause OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtio-bindings CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-virtio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/virtio-bindings-0.2.4 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name virtio_bindings --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/virtio-bindings-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("virtio-v4_14_0", "virtio-v5_0_0"))' -C metadata=6c0ddddd2a2c3c8c -C extra-filename=-6c0ddddd2a2c3c8c --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 218s warning: `strsim` (lib) generated 1 warning (1 duplicate) 218s Compiling capng v0.2.3 218s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/capng-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/capng-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24d33080dfaf3ea0 -C extra-filename=-24d33080dfaf3ea0 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/build/capng-24d33080dfaf3ea0 -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --cap-lints warn` 218s warning: `virtio-bindings` (lib) generated 1 warning (1 duplicate) 218s Compiling match_cfg v0.1.0 218s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=match_cfg CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/match_cfg-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/match_cfg-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='gnzlbg ' CARGO_PKG_DESCRIPTION='A convenience macro to ergonomically define an item depending on a large number 218s of `#[cfg]` parameters. Structured like match statement, the first matching 218s branch is the item that gets emitted. 218s ' CARGO_PKG_HOMEPAGE='https://github.com/gnzlbg/match_cfg' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=match_cfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gnzlbg/match_cfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/match_cfg-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name match_cfg --edition=2015 /tmp/tmp.EYtoAlBbFQ/registry/match_cfg-0.1.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 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=e1e4918779f0396d -C extra-filename=-e1e4918779f0396d --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 218s warning: `match_cfg` (lib) generated 1 warning (1 duplicate) 218s Compiling itoa v1.0.14 218s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/itoa-1.0.14/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.14 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/itoa-1.0.14 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/itoa-1.0.14/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("no-panic"))' -C metadata=38111f8a398661b9 -C extra-filename=-38111f8a398661b9 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 218s Compiling libseccomp-sys v0.2.1 218s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/libseccomp-sys-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/libseccomp-sys-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Manabu Sugimoto ' CARGO_PKG_DESCRIPTION='Raw FFI Bindings for the libseccomp Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libseccomp-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/libseccomp-rs/libseccomp-rs' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/libseccomp-sys-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/libseccomp-sys-0.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6684f14725d285be -C extra-filename=-6684f14725d285be --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/build/libseccomp-sys-6684f14725d285be -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --cap-lints warn` 218s warning: `itoa` (lib) generated 1 warning (1 duplicate) 218s Compiling clap_lex v0.7.4 218s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/clap_lex-0.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/clap_lex-0.7.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/clap_lex-0.7.4 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name clap_lex --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/clap_lex-0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba52c9e5339a899f -C extra-filename=-ba52c9e5339a899f --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 218s warning: `clap_lex` (lib) generated 1 warning (1 duplicate) 218s Compiling clap_builder v4.5.23 218s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/clap_builder-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/clap_builder-4.5.23/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.23 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/clap_builder-4.5.23 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name clap_builder --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/clap_builder-4.5.23/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=440268bc247595cc -C extra-filename=-440268bc247595cc --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern anstream=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libanstream-6538a9779fbfa2ba.rmeta --extern anstyle=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bf42d2790f2028b8.rmeta --extern clap_lex=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libclap_lex-ba52c9e5339a899f.rmeta --extern strsim=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libstrsim-d5368992782b2e16.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 218s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/libseccomp-sys-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/libseccomp-sys-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Manabu Sugimoto ' CARGO_PKG_DESCRIPTION='Raw FFI Bindings for the libseccomp Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libseccomp-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/libseccomp-rs/libseccomp-rs' 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='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.EYtoAlBbFQ/target/debug/deps:/tmp/tmp.EYtoAlBbFQ/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/libseccomp-sys-78937b52c33a5e66/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.EYtoAlBbFQ/target/debug/build/libseccomp-sys-6684f14725d285be/build-script-build` 218s [libseccomp-sys 0.2.1] cargo:rerun-if-env-changed=LIBSECCOMP_LIB_PATH 218s [libseccomp-sys 0.2.1] cargo:rerun-if-env-changed=LIBSECCOMP_LINK_TYPE 218s [libseccomp-sys 0.2.1] cargo:rustc-link-lib=dylib=seccomp 218s Compiling time v0.3.37 218s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/time-0.3.37 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/time-0.3.37/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.1 CARGO_PKG_VERSION=0.3.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/time-0.3.37 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name time --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/time-0.3.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=cd5357a1c1aa3b32 -C extra-filename=-cd5357a1c1aa3b32 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern deranged=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libderanged-c779b43b900c7ae3.rmeta --extern itoa=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libitoa-38111f8a398661b9.rmeta --extern libc=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern num_conv=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libnum_conv-13aae50953aa8625.rmeta --extern num_threads=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libnum_threads-170c5fce082ed666.rmeta --extern powerfmt=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libpowerfmt-fafbfb32d3be10d7.rmeta --extern time_core=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libtime_core-3174ccb5e4dbeb5b.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 218s warning[E0602]: unknown lint: `dangling_pointers_from_temporaries` 218s | 218s = note: requested on the command line with `-D dangling_pointers_from_temporaries` 218s = note: `#[warn(unknown_lints)]` on by default 218s 220s For more information about this error, try `rustc --explain E0602`. 220s warning: `time` (lib) generated 2 warnings (1 duplicate) 220s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.EYtoAlBbFQ/target/debug/deps:/tmp/tmp.EYtoAlBbFQ/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/capng-995b7c26601b4d50/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.EYtoAlBbFQ/target/debug/build/capng-24d33080dfaf3ea0/build-script-build` 220s [capng 0.2.3] cargo:rerun-if-changed=build.rs 220s [capng 0.2.3] cargo:rerun-if-env-changed=LIBCAPNG_LIB_PATH 220s [capng 0.2.3] cargo:rerun-if-env-changed=LIBCAPNG_LINK_TYPE 220s [capng 0.2.3] cargo:rustc-link-lib=dylib=cap-ng 220s Compiling hostname v0.3.1 220s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=hostname CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/hostname-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/hostname-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='fengcen :svartalf ' CARGO_PKG_DESCRIPTION='Cross-platform system'\''s host name functions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hostname CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/svartalf/hostname' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/hostname-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name hostname --edition=2015 /tmp/tmp.EYtoAlBbFQ/registry/hostname-0.3.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=c6296f37f7c78797 -C extra-filename=-c6296f37f7c78797 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern libc=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern match_cfg=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libmatch_cfg-e1e4918779f0396d.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 220s warning: `hostname` (lib) generated 1 warning (1 duplicate) 220s Compiling virtio-queue v0.14.0 220s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtio_queue CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/virtio-queue-0.14.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/virtio-queue-0.14.0/Cargo.toml CARGO_PKG_AUTHORS='The Chromium OS Authors' CARGO_PKG_DESCRIPTION='virtio queue implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtio-queue CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-virtio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/virtio-queue-0.14.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name virtio_queue --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/virtio-queue-0.14.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("test-utils"))' -C metadata=f146a98671642bb1 -C extra-filename=-f146a98671642bb1 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern log=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern virtio_bindings=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rmeta --extern vm_memory=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rmeta --extern vmm_sys_util=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 220s warning: `virtio-queue` (lib) generated 1 warning (1 duplicate) 220s Compiling btree-slab v0.6.1 220s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=btree_slab CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/btree-slab-0.6.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/btree-slab-0.6.1/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='A memory compact Slab-based B-tree implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=btree-slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/btree-slab' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/btree-slab-0.6.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name btree_slab --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/btree-slab-0.6.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="default"' --cfg 'feature="slab"' --cfg 'feature="std-slab"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dot", "slab", "std-slab"))' -C metadata=f8dadfba8557fd82 -C extra-filename=-f8dadfba8557fd82 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern cc_traits=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libcc_traits-88c3a8a7a6b83caf.rmeta --extern slab=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.rmeta --extern smallvec=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-ff4fe5f20ad0b3f7.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 221s warning: `btree-slab` (lib) generated 1 warning (1 duplicate) 221s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=heapless CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/heapless-0.8.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/heapless-89294599186927b0/out rustc --crate-name heapless --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/heapless-0.8.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 --cfg 'feature="portable-atomic"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=e2c04cdf49b10941 -C extra-filename=-e2c04cdf49b10941 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern hash32=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libhash32-0994659813a4c1ff.rmeta --extern portable_atomic=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libportable_atomic-ee0a9d3afcca0808.rmeta --extern serde=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rmeta --extern stable_deref_trait=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libstable_deref_trait-49cd8e7257847624.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 221s warning: unexpected `cfg` condition name: `arm_llsc` 221s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:47:9 221s | 221s 47 | any(arm_llsc, target_arch = "x86"), 221s | ^^^^^^^^ 221s | 221s = 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` 221s = help: consider using a Cargo feature instead 221s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 221s [lints.rust] 221s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 221s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 221s = note: see for more information about checking conditional configuration 221s note: the lint level is defined here 221s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:85:9 221s | 221s 85 | #![deny(warnings)] 221s | ^^^^^^^^ 221s = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` 221s 221s warning: unexpected `cfg` condition name: `arm_llsc` 221s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:51:9 221s | 221s 51 | any(arm_llsc, target_arch = "x86"), 221s | ^^^^^^^^ 221s | 221s = help: consider using a Cargo feature instead 221s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 221s [lints.rust] 221s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 221s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 221s = note: see for more information about checking conditional configuration 221s 221s warning: unexpected `cfg` condition name: `arm_llsc` 221s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:59:9 221s | 221s 59 | any(arm_llsc, target_arch = "x86"), 221s | ^^^^^^^^ 221s | 221s = help: consider using a Cargo feature instead 221s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 221s [lints.rust] 221s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 221s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 221s = note: see for more information about checking conditional configuration 221s 221s warning: unexpected `cfg` condition name: `arm_llsc` 221s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:128:11 221s | 221s 128 | #[cfg(any(arm_llsc, target_arch = "x86"))] 221s | ^^^^^^^^ 221s | 221s = help: consider using a Cargo feature instead 221s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 221s [lints.rust] 221s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 221s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 221s = note: see for more information about checking conditional configuration 221s 221s warning: unexpected `cfg` condition name: `has_atomic_load_store` 221s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:138:5 221s | 221s 138 | has_atomic_load_store 221s | ^^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic_load_store` 221s | 221s = help: expected values for `target_has_atomic_load_store` are: `128`, `16`, `32`, `64`, `8`, and `ptr` 221s = help: consider using a Cargo feature instead 221s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 221s [lints.rust] 221s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomic_load_store)'] } 221s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomic_load_store)");` to the top of the `build.rs` 221s = note: see for more information about checking conditional configuration 221s 221s warning: `heapless` (lib) generated 6 warnings (1 duplicate) 221s Compiling vhost v0.13.0 221s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vhost CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/vhost-0.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/vhost-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='Liu Jiang ' CARGO_PKG_DESCRIPTION='a pure rust library for vdpa, vhost and vhost-user' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vhost CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vhost' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/vhost-0.13.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name vhost --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/vhost-0.13.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 --cfg 'feature="default"' --cfg 'feature="vhost-user"' --cfg 'feature="vhost-user-backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "postcopy", "test-utils", "vhost-kern", "vhost-net", "vhost-user", "vhost-user-backend", "vhost-user-frontend", "vhost-vdpa", "vhost-vsock", "xen"))' -C metadata=889f3e093bb22b68 -C extra-filename=-889f3e093bb22b68 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern bitflags=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-2dd210d93a4438b9.rmeta --extern libc=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern uuid=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libuuid-84977dca52bbaf7b.rmeta --extern vm_memory=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rmeta --extern vmm_sys_util=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 222s warning: `vhost` (lib) generated 1 warning (1 duplicate) 222s Compiling clap_derive v4.5.18 222s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/clap_derive-4.5.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.18 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/clap_derive-4.5.18 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name clap_derive --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/clap_derive-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=2ba868b3503952b6 -C extra-filename=-2ba868b3503952b6 --out-dir /tmp/tmp.EYtoAlBbFQ/target/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern heck=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libheck-8b811c1d95735796.rlib --extern proc_macro2=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 223s warning: `clap_builder` (lib) generated 1 warning (1 duplicate) 223s Compiling futures-executor v0.3.31 223s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_executor CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-executor-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/futures-executor-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Executors for asynchronous tasks based on the futures-rs library. 223s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-executor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-executor-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name futures_executor --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/futures-executor-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="num_cpus"' --cfg 'feature="std"' --cfg 'feature="thread-pool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=ae1e5c1384a32d11 -C extra-filename=-ae1e5c1384a32d11 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern futures_core=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_task=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern futures_util=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-9a8b19196485ea69.rmeta --extern num_cpus=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libnum_cpus-b5c98706f86311fb.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 223s warning: `futures-executor` (lib) generated 1 warning (1 duplicate) 223s Compiling env_filter v0.1.3 223s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=env_filter CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/env_filter-0.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/env_filter-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Filter log events using environment variables 223s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_filter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/env_filter-0.1.3 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name env_filter --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/env_filter-0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=dbfe81d631cf1cbc -C extra-filename=-dbfe81d631cf1cbc --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern log=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern regex=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libregex-f23fd44db9a98d22.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 224s warning: `env_filter` (lib) generated 1 warning (1 duplicate) 224s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=error_chain CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/error-chain-0.12.4 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/error-chain-0e13d081d35e3bc3/out rustc --crate-name error_chain --edition=2015 /tmp/tmp.EYtoAlBbFQ/registry/error-chain-0.12.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "example_generated"))' -C metadata=04658e4bd55e42e3 -C extra-filename=-04658e4bd55e42e3 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_error_source --cfg has_error_description_deprecated --cfg 'build="debug"'` 224s warning: unexpected `cfg` condition name: `has_error_source` 224s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:3:11 224s | 224s 3 | #[cfg(not(has_error_source))] 224s | ^^^^^^^^^^^^^^^^ 224s | 224s = 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` 224s = help: consider using a Cargo feature instead 224s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 224s [lints.rust] 224s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 224s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 224s = note: see for more information about checking conditional configuration 224s = note: `#[warn(unexpected_cfgs)]` on by default 224s 224s warning: unexpected `cfg` condition name: `has_error_source` 224s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:36:7 224s | 224s 36 | #[cfg(has_error_source)] 224s | ^^^^^^^^^^^^^^^^ 224s | 224s = help: consider using a Cargo feature instead 224s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 224s [lints.rust] 224s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 224s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 224s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:73:7 224s | 224s 73 | #[cfg(has_error_description_deprecated)] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = help: consider using a Cargo feature instead 224s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 224s [lints.rust] 224s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] } 224s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 224s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:82:11 224s | 224s 82 | #[cfg(not(has_error_description_deprecated))] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = help: consider using a Cargo feature instead 224s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 224s [lints.rust] 224s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] } 224s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition name: `has_error_source` 224s --> /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:581:31 224s | 224s 581 | #[cfg(not(has_error_source))] 224s | ^^^^^^^^^^^^^^^^ 224s | 224s = help: consider using a Cargo feature instead 224s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 224s [lints.rust] 224s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 224s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition name: `has_error_source` 224s --> /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:583:27 224s | 224s 583 | #[cfg(has_error_source)] 224s | ^^^^^^^^^^^^^^^^ 224s | 224s = help: consider using a Cargo feature instead 224s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 224s [lints.rust] 224s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 224s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 224s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:323:23 224s | 224s 323 | #[cfg(not(has_error_description_deprecated))] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s ::: /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:823:5 224s | 224s 823 | error_chain! {} 224s | --------------- in this macro invocation 224s | 224s = help: consider using a Cargo feature instead 224s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 224s [lints.rust] 224s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] } 224s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 224s = note: see for more information about checking conditional configuration 224s = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info) 224s 224s warning: `error-chain` (lib) generated 8 warnings (1 duplicate) 224s Compiling humantime v2.1.0 224s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/humantime-2.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/humantime-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime} 224s ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/humantime-2.1.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name humantime --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/humantime-2.1.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=90a2faad0bf6a215 -C extra-filename=-90a2faad0bf6a215 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 224s warning: unexpected `cfg` condition value: `cloudabi` 224s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:6:7 224s | 224s 6 | #[cfg(target_os="cloudabi")] 224s | ^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 224s = note: see for more information about checking conditional configuration 224s = note: `#[warn(unexpected_cfgs)]` on by default 224s 224s warning: unexpected `cfg` condition value: `cloudabi` 224s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:14:9 224s | 224s 14 | not(target_os="cloudabi"), 224s | ^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 224s = note: see for more information about checking conditional configuration 224s 224s warning: `humantime` (lib) generated 3 warnings (1 duplicate) 224s Compiling range-traits v0.3.2 224s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=range_traits CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/range-traits-0.3.2 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/range-traits-0.3.2/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='Ranges related traits.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=range-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/range-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/range-traits-0.3.2 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name range_traits --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/range-traits-0.3.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("ordered-float"))' -C metadata=8e84a96939fa870e -C extra-filename=-8e84a96939fa870e --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 224s warning: unexpected `cfg` condition value: `8` 224s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:113:7 224s | 224s 113 | #[cfg(target_pointer_width = "8")] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 224s = note: see for more information about checking conditional configuration 224s = note: `#[warn(unexpected_cfgs)]` on by default 224s 224s warning: unexpected `cfg` condition value: `8` 224s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:115:7 224s | 224s 115 | #[cfg(target_pointer_width = "8")] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition value: `8` 224s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:117:7 224s | 224s 117 | #[cfg(target_pointer_width = "8")] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition value: `8` 224s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:119:7 224s | 224s 119 | #[cfg(target_pointer_width = "8")] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition value: `8` 224s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:121:7 224s | 224s 121 | #[cfg(target_pointer_width = "8")] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition value: `8` 224s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:123:7 224s | 224s 123 | #[cfg(target_pointer_width = "8")] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition value: `8` 224s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:125:7 224s | 224s 125 | #[cfg(target_pointer_width = "8")] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition value: `8` 224s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:127:7 224s | 224s 127 | #[cfg(target_pointer_width = "8")] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition value: `8` 224s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:129:7 224s | 224s 129 | #[cfg(target_pointer_width = "8")] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 224s = note: see for more information about checking conditional configuration 224s 224s warning: `range-traits` (lib) generated 10 warnings (1 duplicate) 224s Compiling embedded-io v0.6.1 224s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=embedded_io CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/embedded-io-0.6.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/embedded-io-0.6.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Embedded IO traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=embedded-io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/embedded-hal' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/embedded-io-0.6.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name embedded_io --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/embedded-io-0.6.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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "defmt-03", "std"))' -C metadata=7d2e68ada9b3bccc -C extra-filename=-7d2e68ada9b3bccc --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 224s warning: `embedded-io` (lib) generated 1 warning (1 duplicate) 224s Compiling cobs v0.2.3 224s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cobs CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/cobs-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/cobs-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Allen Welkie <>:James Munns ' CARGO_PKG_DESCRIPTION=' This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm. 224s COBS is an algorithm for transforming a message into an encoding where a specific value 224s (the "sentinel" value) is not used. This value can then be used to mark frame boundaries 224s in a serial communication channel. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cobs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jamesmunns/cobs.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/cobs-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name cobs --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/cobs-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d43267365972767a -C extra-filename=-d43267365972767a --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 224s warning: `cobs` (lib) generated 1 warning (1 duplicate) 224s Compiling postcard v1.0.10 224s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=postcard CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/postcard-1.0.10 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/postcard-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='James Munns ' CARGO_PKG_DESCRIPTION='A no_std + serde compatible message library for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=postcard CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jamesmunns/postcard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/postcard-1.0.10 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name postcard --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/postcard-1.0.10/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="embedded-io"' --cfg 'feature="heapless"' --cfg 'feature="heapless-cas"' --cfg 'feature="use-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "heapless", "heapless-cas", "paste", "use-crc", "use-defmt", "use-std"))' -C metadata=8a20f159e15dd174 -C extra-filename=-8a20f159e15dd174 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern cobs=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libcobs-d43267365972767a.rmeta --extern embedded_io=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libembedded_io-7d2e68ada9b3bccc.rmeta --extern heapless=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libheapless-e2c04cdf49b10941.rmeta --extern serde=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 224s warning: unexpected `cfg` condition value: `experimental-derive` 224s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:20:7 224s | 224s 20 | #[cfg(feature = "experimental-derive")] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 224s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 224s = note: see for more information about checking conditional configuration 224s = note: `#[warn(unexpected_cfgs)]` on by default 224s 224s warning: unexpected `cfg` condition value: `experimental-derive` 224s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:65:11 224s | 224s 65 | #[cfg(feature = "experimental-derive")] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 224s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition value: `experimental-derive` 224s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:77:11 224s | 224s 77 | #[cfg(feature = "experimental-derive")] 224s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 224s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 224s = note: see for more information about checking conditional configuration 224s 225s warning: `postcard` (lib) generated 4 warnings (1 duplicate) 225s Compiling btree-range-map v0.7.2 225s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=btree_range_map CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/btree-range-map-0.7.2 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/btree-range-map-0.7.2/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='B-tree range map implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=btree-range-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/btree-range-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/btree-range-map-0.7.2 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name btree_range_map --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/btree-range-map-0.7.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("ordered-float", "serde"))' -C metadata=35b9710341ec7e31 -C extra-filename=-35b9710341ec7e31 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern btree_slab=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libbtree_slab-f8dadfba8557fd82.rmeta --extern cc_traits=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libcc_traits-88c3a8a7a6b83caf.rmeta --extern range_traits=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/librange_traits-8e84a96939fa870e.rmeta --extern slab=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 225s warning: `btree-range-map` (lib) generated 1 warning (1 duplicate) 225s Compiling env_logger v0.11.5 225s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/env_logger-0.11.5 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/env_logger-0.11.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment 225s variable. 225s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.11.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/env_logger-0.11.5 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name env_logger --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/env_logger-0.11.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=529e16bac540d90a -C extra-filename=-529e16bac540d90a --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern env_filter=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libenv_filter-dbfe81d631cf1cbc.rmeta --extern humantime=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libhumantime-90a2faad0bf6a215.rmeta --extern log=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 225s Compiling clap v4.5.23 225s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/clap-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/clap-4.5.23/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.23 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/clap-4.5.23 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name clap --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/clap-4.5.23/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-ext", "unstable-styles", "usage", "wrap_help"))' -C metadata=7a7268c1ffac164a -C extra-filename=-7a7268c1ffac164a --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern clap_builder=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libclap_builder-440268bc247595cc.rmeta --extern clap_derive=/tmp/tmp.EYtoAlBbFQ/target/debug/deps/libclap_derive-2ba868b3503952b6.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 225s warning: type alias `StyledValue` is never used 225s --> /usr/share/cargo/registry/env_logger-0.11.5/src/fmt/mod.rs:300:6 225s | 225s 300 | type StyledValue = T; 225s | ^^^^^^^^^^^ 225s | 225s = note: `#[warn(dead_code)]` on by default 225s 225s warning: unexpected `cfg` condition value: `unstable-doc` 225s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:93:7 225s | 225s 93 | #[cfg(feature = "unstable-doc")] 225s | ^^^^^^^^^^-------------- 225s | | 225s | help: there is a expected value with a similar name: `"unstable-ext"` 225s | 225s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 225s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s = note: `#[warn(unexpected_cfgs)]` on by default 225s 225s warning: unexpected `cfg` condition value: `unstable-doc` 225s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:95:7 225s | 225s 95 | #[cfg(feature = "unstable-doc")] 225s | ^^^^^^^^^^-------------- 225s | | 225s | help: there is a expected value with a similar name: `"unstable-ext"` 225s | 225s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 225s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `unstable-doc` 225s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:97:7 225s | 225s 97 | #[cfg(feature = "unstable-doc")] 225s | ^^^^^^^^^^-------------- 225s | | 225s | help: there is a expected value with a similar name: `"unstable-ext"` 225s | 225s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 225s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `unstable-doc` 225s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:99:7 225s | 225s 99 | #[cfg(feature = "unstable-doc")] 225s | ^^^^^^^^^^-------------- 225s | | 225s | help: there is a expected value with a similar name: `"unstable-ext"` 225s | 225s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 225s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `unstable-doc` 225s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:101:7 225s | 225s 101 | #[cfg(feature = "unstable-doc")] 225s | ^^^^^^^^^^-------------- 225s | | 225s | help: there is a expected value with a similar name: `"unstable-ext"` 225s | 225s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 225s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: `clap` (lib) generated 6 warnings (1 duplicate) 225s Compiling syslog v6.0.1 225s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=syslog CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/syslog-6.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/syslog-6.0.1/Cargo.toml CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='Send log messages to syslog' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syslog CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/rust-syslog' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=6.0.1 CARGO_PKG_VERSION_MAJOR=6 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/syslog-6.0.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name syslog --edition=2015 /tmp/tmp.EYtoAlBbFQ/registry/syslog-6.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=a88aff0603513316 -C extra-filename=-a88aff0603513316 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern error_chain=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liberror_chain-04658e4bd55e42e3.rmeta --extern hostname=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libhostname-c6296f37f7c78797.rmeta --extern libc=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern log=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern time=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libtime-cd5357a1c1aa3b32.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 225s warning: `env_logger` (lib) generated 2 warnings (1 duplicate) 225s Compiling futures v0.3.30 225s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-0.3.30 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/futures-0.3.30/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='An implementation of futures and streams featuring zero allocations, 225s composability, and iterator-like interfaces. 225s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/futures-0.3.30 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name futures --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/futures-0.3.30/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="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --cfg 'feature="thread-pool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "default", "executor", "futures-executor", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=9cc2bb5e07eecdae -C extra-filename=-9cc2bb5e07eecdae --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern futures_channel=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-4aafb9b7bc7bb4a2.rmeta --extern futures_core=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_executor=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_executor-ae1e5c1384a32d11.rmeta --extern futures_io=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_io-6788f648763ee870.rmeta --extern futures_sink=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.rmeta --extern futures_task=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern futures_util=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-9a8b19196485ea69.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 225s warning: unexpected `cfg` condition value: `compat` 225s --> /usr/share/cargo/registry/futures-0.3.30/src/lib.rs:206:7 225s | 225s 206 | #[cfg(feature = "compat")] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `alloc`, `async-await`, `bilock`, `default`, `executor`, `futures-executor`, `std`, `thread-pool`, `unstable`, and `write-all-vectored` 225s = help: consider adding `compat` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s = note: `#[warn(unexpected_cfgs)]` on by default 225s 225s warning: `futures` (lib) generated 2 warnings (1 duplicate) 225s Compiling vhost-user-backend v0.17.0 225s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vhost_user_backend CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/vhost-user-backend-0.17.0 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/vhost-user-backend-0.17.0/Cargo.toml CARGO_PKG_AUTHORS='The Cloud Hypervisor Authors' CARGO_PKG_DESCRIPTION='A framework to build vhost-user backend service daemon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vhost-user-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vhost' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/vhost-user-backend-0.17.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name vhost_user_backend --edition=2021 /tmp/tmp.EYtoAlBbFQ/registry/vhost-user-backend-0.17.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("xen"))' -C metadata=a7668a6f0c2c15b3 -C extra-filename=-a7668a6f0c2c15b3 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern libc=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern log=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern vhost=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvhost-889f3e093bb22b68.rmeta --extern virtio_bindings=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rmeta --extern virtio_queue=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-f146a98671642bb1.rmeta --extern vm_memory=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rmeta --extern vmm_sys_util=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 225s warning: unexpected `cfg` condition value: `postcopy` 225s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/lib.rs:42:11 225s | 225s 42 | #[cfg(all(feature = "postcopy", feature = "xen"))] 225s | ^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `xen` 225s = help: consider adding `postcopy` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s = note: `#[warn(unexpected_cfgs)]` on by default 225s 225s warning: unexpected `cfg` condition value: `postcopy` 225s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:10:7 225s | 225s 10 | #[cfg(feature = "postcopy")] 225s | ^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `xen` 225s = help: consider adding `postcopy` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `postcopy` 225s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:17:7 225s | 225s 17 | #[cfg(feature = "postcopy")] 225s | ^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `xen` 225s = help: consider adding `postcopy` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `postcopy` 225s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:86:11 225s | 225s 86 | #[cfg(feature = "postcopy")] 225s | ^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `xen` 225s = help: consider adding `postcopy` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `postcopy` 225s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:106:11 225s | 225s 106 | #[cfg(feature = "postcopy")] 225s | ^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `xen` 225s = help: consider adding `postcopy` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `postcopy` 225s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:167:19 225s | 225s 167 | #[cfg(feature = "postcopy")] 225s | ^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `xen` 225s = help: consider adding `postcopy` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `postcopy` 225s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:683:11 225s | 225s 683 | #[cfg(feature = "postcopy")] 225s | ^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `xen` 225s = help: consider adding `postcopy` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `postcopy` 225s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:717:11 225s | 225s 717 | #[cfg(feature = "postcopy")] 225s | ^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `xen` 225s = help: consider adding `postcopy` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `postcopy` 225s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:739:11 225s | 225s 739 | #[cfg(feature = "postcopy")] 225s | ^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `xen` 225s = help: consider adding `postcopy` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `postcopy` 225s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:327:23 225s | 225s 327 | #[cfg(feature = "postcopy")] 225s | ^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `xen` 225s = help: consider adding `postcopy` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `postcopy` 225s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:615:19 225s | 225s 615 | #[cfg(feature = "postcopy")] 225s | ^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `xen` 225s = help: consider adding `postcopy` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: `syslog` (lib) generated 1 warning (1 duplicate) 225s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=capng CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/capng-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/capng-995b7c26601b4d50/out rustc --crate-name capng --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/capng-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a76d0dc152abe6d2 -C extra-filename=-a76d0dc152abe6d2 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern bitflags=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rmeta --extern libc=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l dylib=cap-ng` 226s warning: `vhost-user-backend` (lib) generated 12 warnings (1 duplicate) 226s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=libseccomp_sys CARGO_MANIFEST_DIR=/tmp/tmp.EYtoAlBbFQ/registry/libseccomp-sys-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.EYtoAlBbFQ/registry/libseccomp-sys-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Manabu Sugimoto ' CARGO_PKG_DESCRIPTION='Raw FFI Bindings for the libseccomp Library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libseccomp-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/libseccomp-rs/libseccomp-rs' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.EYtoAlBbFQ/registry/libseccomp-sys-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps OUT_DIR=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/build/libseccomp-sys-78937b52c33a5e66/out rustc --crate-name libseccomp_sys --edition=2018 /tmp/tmp.EYtoAlBbFQ/registry/libseccomp-sys-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f608792a9b71795c -C extra-filename=-f608792a9b71795c --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l dylib=seccomp` 226s warning: `libseccomp-sys` (lib) generated 1 warning (1 duplicate) 226s Compiling virtiofsd v1.13.0 (/usr/share/cargo/registry/virtiofsd-1.13.0) 226s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtiofsd CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name virtiofsd --edition=2018 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="seccomp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "seccomp", "xen"))' -C metadata=8b33bf63d321e113 -C extra-filename=-8b33bf63d321e113 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern bitflags=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rmeta --extern btree_range_map=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libbtree_range_map-35b9710341ec7e31.rmeta --extern capng=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libcapng-a76d0dc152abe6d2.rmeta --extern clap=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libclap-7a7268c1ffac164a.rmeta --extern env_logger=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-529e16bac540d90a.rmeta --extern futures=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures-9cc2bb5e07eecdae.rmeta --extern libc=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern libseccomp_sys=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibseccomp_sys-f608792a9b71795c.rmeta --extern log=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern postcard=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libpostcard-8a20f159e15dd174.rmeta --extern serde=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rmeta --extern syslog=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libsyslog-a88aff0603513316.rmeta --extern vhost=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvhost-889f3e093bb22b68.rmeta --extern vhost_user_backend=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvhost_user_backend-a7668a6f0c2c15b3.rmeta --extern virtio_bindings=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rmeta --extern virtio_queue=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-f146a98671642bb1.rmeta --extern vm_memory=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rmeta --extern vmm_sys_util=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.rmeta -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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 226s warning: `capng` (lib) generated 1 warning (1 duplicate) 226s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtiofsd CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name virtiofsd --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="seccomp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "seccomp", "xen"))' -C metadata=a96e2cf6a73bfc9d -C extra-filename=-a96e2cf6a73bfc9d --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern bitflags=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rlib --extern btree_range_map=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libbtree_range_map-35b9710341ec7e31.rlib --extern capng=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libcapng-a76d0dc152abe6d2.rlib --extern clap=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libclap-7a7268c1ffac164a.rlib --extern env_logger=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-529e16bac540d90a.rlib --extern futures=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures-9cc2bb5e07eecdae.rlib --extern libc=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rlib --extern libseccomp_sys=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibseccomp_sys-f608792a9b71795c.rlib --extern log=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rlib --extern postcard=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libpostcard-8a20f159e15dd174.rlib --extern serde=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rlib --extern syslog=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libsyslog-a88aff0603513316.rlib --extern vhost=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvhost-889f3e093bb22b68.rlib --extern vhost_user_backend=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvhost_user_backend-a7668a6f0c2c15b3.rlib --extern virtio_bindings=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rlib --extern virtio_queue=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-f146a98671642bb1.rlib --extern vm_memory=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rlib --extern vmm_sys_util=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 226s warning: unexpected `cfg` condition name: `debian_test` 226s --> src/descriptor_utils.rs:441:7 226s | 226s 441 | #[cfg(debian_test)] 226s | ^^^^^^^^^^^ 226s | 226s = 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` 226s = help: consider using a Cargo feature instead 226s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 226s [lints.rust] 226s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debian_test)'] } 226s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debian_test)");` to the top of the `build.rs` 226s = note: see for more information about checking conditional configuration 226s = note: `#[warn(unexpected_cfgs)]` on by default 226s 228s warning: `virtiofsd` (lib test) generated 2 warnings (2 duplicates) 230s warning: `virtiofsd` (lib) generated 2 warnings (1 duplicate) 230s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_BIN_NAME=virtiofsd CARGO_CRATE_NAME=virtiofsd CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 LD_LIBRARY_PATH=/tmp/tmp.EYtoAlBbFQ/target/debug/deps rustc --crate-name virtiofsd --edition=2018 src/main.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="seccomp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "seccomp", "xen"))' -C metadata=25d4af55cb926aa9 -C extra-filename=-25d4af55cb926aa9 --out-dir /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.EYtoAlBbFQ/target/debug/deps --extern bitflags=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rlib --extern btree_range_map=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libbtree_range_map-35b9710341ec7e31.rlib --extern capng=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libcapng-a76d0dc152abe6d2.rlib --extern clap=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libclap-7a7268c1ffac164a.rlib --extern env_logger=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-529e16bac540d90a.rlib --extern futures=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libfutures-9cc2bb5e07eecdae.rlib --extern libc=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rlib --extern libseccomp_sys=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblibseccomp_sys-f608792a9b71795c.rlib --extern log=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rlib --extern postcard=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libpostcard-8a20f159e15dd174.rlib --extern serde=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rlib --extern syslog=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libsyslog-a88aff0603513316.rlib --extern vhost=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvhost-889f3e093bb22b68.rlib --extern vhost_user_backend=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvhost_user_backend-a7668a6f0c2c15b3.rlib --extern virtio_bindings=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rlib --extern virtio_queue=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-f146a98671642bb1.rlib --extern virtiofsd=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvirtiofsd-8b33bf63d321e113.rlib --extern vm_memory=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rlib --extern vmm_sys_util=/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.EYtoAlBbFQ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 231s warning: `virtiofsd` (bin "virtiofsd" test) generated 1 warning (1 duplicate) 231s Finished `test` profile [unoptimized + debuginfo] target(s) in 33.25s 231s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/virtiofsd-a96e2cf6a73bfc9d` 231s 231s running 21 tests 231s test passthrough::xattrmap::tests::test_parser_can_parse_multiple_valid_rules ... ok 231s test passthrough::xattrmap::tests::test_parser_can_parse_rules_separated_by_whitespace ... ok 231s test passthrough::xattrmap::tests::test_parser_can_parse_rules_with_different_delimiters ... ok 231s test passthrough::xattrmap::tests::test_parser_can_parse_single_rule ... ok 231s test passthrough::xattrmap::tests::test_parser_emits_error_when_invalid_scope_is_used ... ok 231s test passthrough::xattrmap::tests::test_parser_emits_error_when_invalid_type_is_used ... ok 231s test passthrough::xattrmap::tests::test_parser_emits_error_when_multiple_map_rules_exist ... ok 231s test passthrough::xattrmap::tests::test_parser_emits_error_when_no_rules_are_provided ... ok 231s test passthrough::xattrmap::tests::test_parser_emits_incomplete_rule_error ... ok 231s test passthrough::xattrmap::tests::test_parser_expands_map_rule_with_empty_key ... ok 231s test passthrough::xattrmap::tests::test_parser_expands_map_rule_with_key_and_prepend ... ok 231s test passthrough::xattrmap::tests::test_rule_bad_denies_the_client_request ... ok 231s test passthrough::xattrmap::tests::test_rule_bad_hides_xattr_names_from_client ... ok 231s test passthrough::xattrmap::tests::test_rule_ok_all ... ok 231s test passthrough::xattrmap::tests::test_rule_ok_allows_xattr_names_to_pass_through_unchanged ... ok 231s test passthrough::xattrmap::tests::test_rule_prefix_prepends_xattr_names_from_client ... ok 231s test passthrough::xattrmap::tests::test_rule_prefix_strips_prefixes_from_server ... ok 231s test passthrough::xattrmap::tests::test_rule_unsupported_hides_xattr_names_from_client ... ok 231s test passthrough::xattrmap::tests::test_rule_unsupported_not_support_the_client_request ... ok 231s test read_dir::test::padded_cstrings ... ok 231s test read_dir::test::no_nul_byte - should panic ... ok 231s 231s test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s 231s 231s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.EYtoAlBbFQ/target/s390x-unknown-linux-gnu/debug/deps/virtiofsd-25d4af55cb926aa9` 231s 231s running 0 tests 231s 231s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 231s 231s /tmp/autopkgtest.moXOp2/wrapper.sh: checking for leaked background processes... 231s /tmp/autopkgtest.moXOp2/wrapper.sh: waiting for tee/cat subprocesses... 231s /tmp/autopkgtest.moXOp2/wrapper.sh: cleaning up... 231s /tmp/autopkgtest.moXOp2/wrapper.sh: Exit status: 0 231s autopkgtest: DBG: testbed command exited with code 0 231s autopkgtest [23:28:01]: test librust-virtiofsd-dev:seccomp: -----------------------] 231s autopkgtest: DBG: testbed executing test finished with exit status 0 231s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3Aseccomp-stdout /tmp/autopkgtest-work.8v097am7/out/librust-virtiofsd-dev%3Aseccomp-stdout 232s autopkgtest: DBG: got reply from testbed: ok 232s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3Aseccomp-stderr /tmp/autopkgtest-work.8v097am7/out/librust-virtiofsd-dev%3Aseccomp-stderr 232s autopkgtest: DBG: got reply from testbed: ok 232s librust-virtiofsd-dev:seccomp PASS 232s autopkgtest [23:28:02]: test librust-virtiofsd-dev:seccomp: - - - - - - - - - - results - - - - - - - - - - 232s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3Aseccomp-artifacts/ /tmp/autopkgtest-work.8v097am7/out/artifacts/ 233s autopkgtest: DBG: got reply from testbed: ok 233s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:seccomp-artifacts', '/tmp/autopkgtest.moXOp2/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 233s autopkgtest: DBG: testbed command exited with code 0 233s autopkgtest [23:28:03]: test librust-virtiofsd-dev:xen: preparing testbed 233s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'], deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 233s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 233s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 233s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 31), rustc, librust-virtiofsd-dev, virtiofsd 233s autopkgtest: DBG: can use apt-get on testbed: True 233s 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 (>= 31), rustc, librust-virtiofsd-dev, virtiofsd'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 233s Reading package lists... 233s Building dependency tree... 233s Reading state information... 233s Starting pkgProblemResolver with broken count: 0 233s Starting 2 pkgProblemResolver with broken count: 0 233s Done 234s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 234s autopkgtest: DBG: testbed command exited with code 0 234s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-virtiofsd-dev'], kind short, sout pipe, serr pipe, env [] 234s autopkgtest: DBG: testbed command exited with code 0 234s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'virtiofsd'], kind short, sout pipe, serr pipe, env [] 234s autopkgtest: DBG: testbed command exited with code 0 234s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:xen-packages.all"], kind short, sout raw, serr pipe, env [] 234s autopkgtest: DBG: testbed command exited with code 0 234s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3Axen-packages.all /tmp/autopkgtest-work.8v097am7/out/librust-virtiofsd-dev%3Axen-packages.all 234s autopkgtest: DBG: got reply from testbed: ok 234s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.moXOp2/build.KSq/src'], kind short, sout raw, serr raw, env [] 235s autopkgtest: DBG: testbed command exited with code 0 235s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.moXOp2/build.KSq/src already exists 235s autopkgtest [23:28:05]: test librust-virtiofsd-dev:xen: /usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features --features xen 235s autopkgtest [23:28:05]: test librust-virtiofsd-dev:xen: [----------------------- 235s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.moXOp2/wrapper.sh --debug --artifacts=/tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:xen-artifacts --chdir=/tmp/autopkgtest.moXOp2/build.KSq/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.moXOp2/librust-virtiofsd-dev:xen-stderr --stdout=/tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:xen-stdout --tmp=/tmp/autopkgtest.moXOp2/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=rust-virtiofsd/1.13.0-5 -- bash -ec '/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features --features xen'"], kind test, sout raw, serr raw, env [] 235s /tmp/autopkgtest.moXOp2/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:xen-artifacts 235s /tmp/autopkgtest.moXOp2/wrapper.sh: changing to directory: /tmp/autopkgtest.moXOp2/build.KSq/src 235s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 235s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 235s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 235s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 235s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: LANG=C.UTF-8 235s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LANGUAGE 235s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_ADDRESS 235s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_ALL 235s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_COLLATE 235s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_CTYPE 235s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_IDENTIFICATION 235s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MEASUREMENT 235s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MESSAGES 235s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MONETARY 235s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_NAME 235s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_NUMERIC 235s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_PAPER 235s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_TELEPHONE 235s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_TIME 235s /tmp/autopkgtest.moXOp2/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 235s /tmp/autopkgtest.moXOp2/wrapper.sh: pretending to be a login shell 235s /tmp/autopkgtest.moXOp2/wrapper.sh: will write standard error to /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:xen-stderr 235s /tmp/autopkgtest.moXOp2/wrapper.sh: will write stdout to /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:xen-stdout 235s /tmp/autopkgtest.moXOp2/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.moXOp2/autopkgtest_tmp 235s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-virtiofsd/1.13.0-5 235s /tmp/autopkgtest.moXOp2/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features --features xen 235s /tmp/autopkgtest.moXOp2/wrapper.sh: copying /tmp/tmp.9Xn0kEs1Vv/out to stdout and file: /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:xen-stdout 235s /tmp/autopkgtest.moXOp2/wrapper.sh: copying /tmp/tmp.9Xn0kEs1Vv/err to standard error and file: /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:xen-stdout 235s /tmp/autopkgtest.moXOp2/wrapper.sh: writing script pid 8457 to /tmp/autopkgtest_script_pid 235s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 235s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 235s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 235s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.VZj2ffjNYt/registry/ 235s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 235s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 235s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 235s 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', 'xen'],) {} 235s Compiling proc-macro2 v1.0.92 235s Compiling unicode-ident v1.0.13 235s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/unicode-ident-1.0.13 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b60f1917d0b7f16f -C extra-filename=-b60f1917d0b7f16f --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --cap-lints warn` 235s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/proc-macro2-1.0.92 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2d75c9a654688144 -C extra-filename=-2d75c9a654688144 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/build/proc-macro2-2d75c9a654688144 -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --cap-lints warn` 235s Compiling libc v0.2.169 235s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 235s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=c7b3561a7edc004d -C extra-filename=-c7b3561a7edc004d --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/build/libc-c7b3561a7edc004d -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --cap-lints warn` 235s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.VZj2ffjNYt/target/debug/deps:/tmp/tmp.VZj2ffjNYt/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/debug/build/proc-macro2-d599727364712bee/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.VZj2ffjNYt/target/debug/build/proc-macro2-2d75c9a654688144/build-script-build` 236s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 236s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 236s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 236s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 236s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 236s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 236s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 236s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 236s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 236s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 236s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 236s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 236s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 236s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 236s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 236s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 236s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/proc-macro2-1.0.92 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/debug/build/proc-macro2-d599727364712bee/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ff92515e6d04de91 -C extra-filename=-ff92515e6d04de91 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern unicode_ident=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libunicode_ident-b60f1917d0b7f16f.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 236s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 236s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.VZj2ffjNYt/target/debug/deps:/tmp/tmp.VZj2ffjNYt/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/libc-53dab5cca2858c68/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.VZj2ffjNYt/target/debug/build/libc-c7b3561a7edc004d/build-script-build` 236s [libc 0.2.169] cargo:rerun-if-changed=build.rs 236s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 236s [libc 0.2.169] cargo:rustc-cfg=freebsd11 236s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 236s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 236s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 236s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/libc-53dab5cca2858c68/out rustc --crate-name libc --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=4fcc35c1a3dcd472 -C extra-filename=-4fcc35c1a3dcd472 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_time64_abi)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` 236s warning: unused import: `crate::ntptimeval` 236s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 236s | 236s 5 | use crate::ntptimeval; 236s | ^^^^^^^^^^^^^^^^^ 236s | 236s = note: `#[warn(unused_imports)]` on by default 236s 236s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 236s | 236s = note: this feature is not stably supported; its behavior can change in the future 236s 236s warning: `libc` (lib) generated 2 warnings 236s Compiling quote v1.0.37 236s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/quote-1.0.37 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=baec9bd5986d1c55 -C extra-filename=-baec9bd5986d1c55 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern proc_macro2=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libproc_macro2-ff92515e6d04de91.rmeta --cap-lints warn` 236s Compiling byteorder v1.5.0 236s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/byteorder-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/byteorder-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION=1.60 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/byteorder-1.5.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name byteorder --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/byteorder-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("default", "i128", "std"))' -C metadata=afb5df9a057f9db9 -C extra-filename=-afb5df9a057f9db9 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 236s warning: `byteorder` (lib) generated 1 warning (1 duplicate) 236s Compiling syn v2.0.96 236s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/syn-2.0.96 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"))' -C metadata=06e9eb0587e935d6 -C extra-filename=-06e9eb0587e935d6 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern proc_macro2=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libproc_macro2-ff92515e6d04de91.rmeta --extern quote=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libquote-baec9bd5986d1c55.rmeta --extern unicode_ident=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libunicode_ident-b60f1917d0b7f16f.rmeta --cap-lints warn` 236s Compiling autocfg v1.1.0 236s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/autocfg-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/autocfg-1.1.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.VZj2ffjNYt/registry/autocfg-1.1.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=6f27a56c0b5979c7 -C extra-filename=-6f27a56c0b5979c7 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --cap-lints warn` 237s Compiling slab v0.4.9 237s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/slab-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1b10bbe6721213b1 -C extra-filename=-1b10bbe6721213b1 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/build/slab-1b10bbe6721213b1 -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern autocfg=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libautocfg-6f27a56c0b5979c7.rlib --cap-lints warn` 237s Compiling memchr v2.7.4 237s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/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 237s 1, 2 or 3 byte search and single substring search. 237s ' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/memchr-2.7.4 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.VZj2ffjNYt/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="default"' --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=d88af7c2308bc9ee -C extra-filename=-d88af7c2308bc9ee --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 237s warning: `memchr` (lib) generated 1 warning (1 duplicate) 237s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.VZj2ffjNYt/target/debug/deps:/tmp/tmp.VZj2ffjNYt/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/slab-2d27be4c1ac5bbfd/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.VZj2ffjNYt/target/debug/build/slab-1b10bbe6721213b1/build-script-build` 237s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 237s [slab 0.4.9] | 237s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 237s [slab 0.4.9] 237s [slab 0.4.9] warning: 1 warning emitted 237s [slab 0.4.9] 237s Compiling cfg-if v1.0.0 237s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] 237s parameters. Structured like an if-else chain, the first matching branch is the 237s item that gets emitted. 237s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/cfg-if-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core"))' -C metadata=741ad0425e17df63 -C extra-filename=-741ad0425e17df63 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 237s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 237s Compiling getrandom v0.2.15 237s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/getrandom-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/getrandom-0.2.15 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/getrandom-0.2.15/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("compiler_builtins", "core", "custom", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser"))' -C metadata=54cf000b490cc2db -C extra-filename=-54cf000b490cc2db --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern cfg_if=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-741ad0425e17df63.rmeta --extern libc=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 238s warning: unexpected `cfg` condition value: `js` 238s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 238s | 238s 334 | } else if #[cfg(all(feature = "js", 238s | ^^^^^^^^^^^^^^ 238s | 238s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 238s = help: consider adding `js` as a feature in `Cargo.toml` 238s = note: see for more information about checking conditional configuration 238s = note: `#[warn(unexpected_cfgs)]` on by default 238s 238s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 238s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/slab-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/slab-2d27be4c1ac5bbfd/out rustc --crate-name slab --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/slab-0.4.9/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ae2b949e6d148640 -C extra-filename=-ae2b949e6d148640 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 238s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 238s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 238s | 238s 250 | #[cfg(not(slab_no_const_vec_new))] 238s | ^^^^^^^^^^^^^^^^^^^^^ 238s | 238s = 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` 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s = note: `#[warn(unexpected_cfgs)]` on by default 238s 238s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 238s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 238s | 238s 264 | #[cfg(slab_no_const_vec_new)] 238s | ^^^^^^^^^^^^^^^^^^^^^ 238s | 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s 238s warning: unexpected `cfg` condition name: `slab_no_track_caller` 238s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 238s | 238s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 238s | ^^^^^^^^^^^^^^^^^^^^ 238s | 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s 238s warning: unexpected `cfg` condition name: `slab_no_track_caller` 238s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 238s | 238s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 238s | ^^^^^^^^^^^^^^^^^^^^ 238s | 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s 238s warning: unexpected `cfg` condition name: `slab_no_track_caller` 238s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 238s | 238s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 238s | ^^^^^^^^^^^^^^^^^^^^ 238s | 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s 238s warning: unexpected `cfg` condition name: `slab_no_track_caller` 238s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 238s | 238s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 238s | ^^^^^^^^^^^^^^^^^^^^ 238s | 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s 238s warning: `slab` (lib) generated 7 warnings (1 duplicate) 238s Compiling bitflags v1.3.2 238s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/bitflags-1.3.2 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/bitflags-1.3.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 238s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/bitflags-1.3.2 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name bitflags --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/bitflags-1.3.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=986ea5246d1bde4b -C extra-filename=-986ea5246d1bde4b --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 238s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 238s Compiling thiserror v1.0.69 238s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/thiserror-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=398577176776ca6b -C extra-filename=-398577176776ca6b --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/build/thiserror-398577176776ca6b -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --cap-lints warn` 238s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.VZj2ffjNYt/target/debug/deps:/tmp/tmp.VZj2ffjNYt/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/thiserror-fa42a338d55061dc/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.VZj2ffjNYt/target/debug/build/thiserror-398577176776ca6b/build-script-build` 238s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 238s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 238s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 238s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 238s Compiling rand_core v0.6.4 238s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/rand_core-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation. 238s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/rand_core-0.6.4 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/rand_core-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="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=4e3e0fe0b28cc3d1 -C extra-filename=-4e3e0fe0b28cc3d1 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern getrandom=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-54cf000b490cc2db.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 238s warning: unexpected `cfg` condition name: `doc_cfg` 238s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:38:13 238s | 238s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 238s | ^^^^^^^ 238s | 238s = 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` 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s = note: `#[warn(unexpected_cfgs)]` on by default 238s 238s warning: unexpected `cfg` condition name: `doc_cfg` 238s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:50:16 238s | 238s 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 238s | ^^^^^^^ 238s | 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s 238s warning: unexpected `cfg` condition name: `doc_cfg` 238s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:64:16 238s | 238s 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 238s | ^^^^^^^ 238s | 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s 238s warning: unexpected `cfg` condition name: `doc_cfg` 238s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:75:16 238s | 238s 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 238s | ^^^^^^^ 238s | 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s 238s warning: unexpected `cfg` condition name: `doc_cfg` 238s --> /usr/share/cargo/registry/rand_core-0.6.4/src/os.rs:46:12 238s | 238s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 238s | ^^^^^^^ 238s | 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s 238s warning: unexpected `cfg` condition name: `doc_cfg` 238s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:411:16 238s | 238s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 238s | ^^^^^^^ 238s | 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s 238s warning: `rand_core` (lib) generated 7 warnings (1 duplicate) 238s Compiling log v0.4.22 238s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/log-0.4.22 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust 238s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/log-0.4.22 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name log --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/log-0.4.22/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("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=5771a53463867bfb -C extra-filename=-5771a53463867bfb --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 239s warning: `log` (lib) generated 1 warning (1 duplicate) 239s Compiling vmm-sys-util v0.12.1 239s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vmm_sys_util CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/vmm-sys-util-0.12.1 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/vmm-sys-util-0.12.1/Cargo.toml CARGO_PKG_AUTHORS='Intel Virtualization Team ' CARGO_PKG_DESCRIPTION='A system utility set' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vmm-sys-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vmm-sys-util' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/vmm-sys-util-0.12.1 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name vmm_sys_util --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/vmm-sys-util-0.12.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("serde", "serde_derive", "with-serde"))' -C metadata=9c7a8ea78bd58733 -C extra-filename=-9c7a8ea78bd58733 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern bitflags=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rmeta --extern libc=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 239s warning: unexpected `cfg` condition value: `cargo-clippy` 239s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:102:5 239s | 239s 102 | feature = "cargo-clippy", 239s | ^^^^^^^^^^^^^^^^^^^^^^^^ 239s | 239s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 239s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 239s = note: see for more information about checking conditional configuration 239s = note: `#[warn(unexpected_cfgs)]` on by default 239s 239s warning: unexpected `cfg` condition value: `cargo-clippy` 239s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:206:12 239s | 239s 206 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::unnecessary_cast))] 239s | ^^^^^^^^^^^^^^^^^^^^^^^^ 239s | 239s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 239s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 239s = note: see for more information about checking conditional configuration 239s 239s warning: unexpected `cfg` condition value: `cargo-clippy` 239s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:451:16 239s | 239s 451 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::useless_asref))] 239s | ^^^^^^^^^^^^^^^^^^^^^^^^ 239s | 239s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 239s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 239s = note: see for more information about checking conditional configuration 239s 239s warning: `vmm-sys-util` (lib) generated 4 warnings (1 duplicate) 239s Compiling aho-corasick v1.1.3 239s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/aho-corasick-1.1.3 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name aho_corasick --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/aho-corasick-1.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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=2bcce03042626be9 -C extra-filename=-2bcce03042626be9 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern memchr=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 240s warning: method `cmpeq` is never used 240s --> /usr/share/cargo/registry/aho-corasick-1.1.3/src/packed/vector.rs:74:15 240s | 240s 28 | pub(crate) trait Vector: 240s | ------ method in this trait 240s ... 240s 74 | unsafe fn cmpeq(self, vector2: Self) -> Self; 240s | ^^^^^ 240s | 240s = note: `#[warn(dead_code)]` on by default 240s 241s warning: `aho-corasick` (lib) generated 2 warnings (1 duplicate) 241s Compiling utf8parse v0.2.1 241s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/utf8parse-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/utf8parse-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/utf8parse-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=7081218f12e06a2e -C extra-filename=-7081218f12e06a2e --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 241s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 241s Compiling futures-core v0.3.31 241s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 241s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-core-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/futures-core-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=2134c5b836c19dbf -C extra-filename=-2134c5b836c19dbf --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 241s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 241s Compiling regex-syntax v0.8.5 241s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/regex-syntax-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/regex-syntax-0.8.5 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/regex-syntax-0.8.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=ee84c8006f047bec -C extra-filename=-ee84c8006f047bec --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 241s Compiling zerocopy-derive v0.7.34 241s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/zerocopy-derive-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/zerocopy-derive-0.7.34/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Custom derive for traits from the zerocopy crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy-derive CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/zerocopy-derive-0.7.34 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name zerocopy_derive --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/zerocopy-derive-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=113aa28ae736394e -C extra-filename=-113aa28ae736394e --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern proc_macro2=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 243s Compiling zerocopy v0.7.34 243s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/zerocopy-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/zerocopy-0.7.34/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Utilities for zero-copy parsing and serialization' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/zerocopy-0.7.34 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name zerocopy --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/zerocopy-0.7.34/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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=c32c505c14a96b41 -C extra-filename=-c32c505c14a96b41 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern byteorder=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-afb5df9a057f9db9.rmeta --extern zerocopy_derive=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libzerocopy_derive-113aa28ae736394e.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/util.rs:597:32 243s | 243s 597 | let remainder = t.addr() % mem::align_of::(); 243s | ^^^^^^^^^^^^^^^^^^ 243s | 243s note: the lint level is defined here 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:174:5 243s | 243s 174 | unused_qualifications, 243s | ^^^^^^^^^^^^^^^^^^^^^ 243s help: remove the unnecessary path segments 243s | 243s 597 - let remainder = t.addr() % mem::align_of::(); 243s 597 + let remainder = t.addr() % align_of::(); 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:333:35 243s | 243s 333 | const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 243s | ^^^^^^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 333 - const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 243s 333 + const POINTER_WIDTH_BITS: usize = size_of::() * 8; 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:488:44 243s | 243s 488 | align: match NonZeroUsize::new(mem::align_of::()) { 243s | ^^^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 488 - align: match NonZeroUsize::new(mem::align_of::()) { 243s 488 + align: match NonZeroUsize::new(align_of::()) { 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:492:49 243s | 243s 492 | size_info: SizeInfo::Sized { _size: mem::size_of::() }, 243s | ^^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 492 - size_info: SizeInfo::Sized { _size: mem::size_of::() }, 243s 492 + size_info: SizeInfo::Sized { _size: size_of::() }, 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:511:44 243s | 243s 511 | align: match NonZeroUsize::new(mem::align_of::()) { 243s | ^^^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 511 - align: match NonZeroUsize::new(mem::align_of::()) { 243s 511 + align: match NonZeroUsize::new(align_of::()) { 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:517:29 243s | 243s 517 | _elem_size: mem::size_of::(), 243s | ^^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 517 - _elem_size: mem::size_of::(), 243s 517 + _elem_size: size_of::(), 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:1418:19 243s | 243s 1418 | let len = mem::size_of_val(self); 243s | ^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 1418 - let len = mem::size_of_val(self); 243s 1418 + let len = size_of_val(self); 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2714:19 243s | 243s 2714 | let len = mem::size_of_val(self); 243s | ^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 2714 - let len = mem::size_of_val(self); 243s 2714 + let len = size_of_val(self); 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2789:19 243s | 243s 2789 | let len = mem::size_of_val(self); 243s | ^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 2789 - let len = mem::size_of_val(self); 243s 2789 + let len = size_of_val(self); 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2863:27 243s | 243s 2863 | if bytes.len() != mem::size_of_val(self) { 243s | ^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 2863 - if bytes.len() != mem::size_of_val(self) { 243s 2863 + if bytes.len() != size_of_val(self) { 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2920:20 243s | 243s 2920 | let size = mem::size_of_val(self); 243s | ^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 2920 - let size = mem::size_of_val(self); 243s 2920 + let size = size_of_val(self); 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2981:45 243s | 243s 2981 | let start = bytes.len().checked_sub(mem::size_of_val(self))?; 243s | ^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 2981 - let start = bytes.len().checked_sub(mem::size_of_val(self))?; 243s 2981 + let start = bytes.len().checked_sub(size_of_val(self))?; 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4161:27 243s | 243s 4161 | if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 243s | ^^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 4161 - if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 243s 4161 + if bytes.len() != size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4176:26 243s | 243s 4176 | if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 243s | ^^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 4176 - if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 243s 4176 + if bytes.len() < size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4179:46 243s | 243s 4179 | let (bytes, suffix) = bytes.split_at(mem::size_of::()); 243s | ^^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 4179 - let (bytes, suffix) = bytes.split_at(mem::size_of::()); 243s 4179 + let (bytes, suffix) = bytes.split_at(size_of::()); 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4194:46 243s | 243s 4194 | let split_at = bytes_len.checked_sub(mem::size_of::())?; 243s | ^^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 4194 - let split_at = bytes_len.checked_sub(mem::size_of::())?; 243s 4194 + let split_at = bytes_len.checked_sub(size_of::())?; 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4221:26 243s | 243s 4221 | .checked_rem(mem::size_of::()) 243s | ^^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 4221 - .checked_rem(mem::size_of::()) 243s 4221 + .checked_rem(size_of::()) 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4243:34 243s | 243s 4243 | let expected_len = match mem::size_of::().checked_mul(count) { 243s | ^^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 4243 - let expected_len = match mem::size_of::().checked_mul(count) { 243s 4243 + let expected_len = match size_of::().checked_mul(count) { 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4268:34 243s | 243s 4268 | let expected_len = match mem::size_of::().checked_mul(count) { 243s | ^^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 4268 - let expected_len = match mem::size_of::().checked_mul(count) { 243s 4268 + let expected_len = match size_of::().checked_mul(count) { 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4795:25 243s | 243s 4795 | let elem_size = mem::size_of::(); 243s | ^^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 4795 - let elem_size = mem::size_of::(); 243s 4795 + let elem_size = size_of::(); 243s | 243s 243s warning: unnecessary qualification 243s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4825:25 243s | 243s 4825 | let elem_size = mem::size_of::(); 243s | ^^^^^^^^^^^^^^^^^ 243s | 243s help: remove the unnecessary path segments 243s | 243s 4825 - let elem_size = mem::size_of::(); 243s 4825 + let elem_size = size_of::(); 243s | 243s 243s warning: `zerocopy` (lib) generated 22 warnings (1 duplicate) 243s Compiling ppv-lite86 v0.2.20 243s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/ppv-lite86-0.2.20/Cargo.toml CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.2.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/ppv-lite86-0.2.20 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name ppv_lite86 --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/ppv-lite86-0.2.20/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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=8793fcb688dbf433 -C extra-filename=-8793fcb688dbf433 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern zerocopy=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libzerocopy-c32c505c14a96b41.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 244s warning: `ppv-lite86` (lib) generated 1 warning (1 duplicate) 244s Compiling thiserror-impl v1.0.69 244s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/thiserror-impl-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85a314ae0bf3e0d8 -C extra-filename=-85a314ae0bf3e0d8 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern proc_macro2=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 244s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 244s Compiling rand_chacha v0.3.1 244s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/rand_chacha-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator 244s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/rand_chacha-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name rand_chacha --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/rand_chacha-0.3.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("default", "serde", "serde1", "simd", "std"))' -C metadata=b3f95d84bd0cdf07 -C extra-filename=-b3f95d84bd0cdf07 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern ppv_lite86=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libppv_lite86-8793fcb688dbf433.rmeta --extern rand_core=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/librand_core-4e3e0fe0b28cc3d1.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 244s warning: `rand_chacha` (lib) generated 1 warning (1 duplicate) 244s Compiling portable-atomic v1.10.0 244s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 244s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/portable-atomic-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/portable-atomic-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=6e3bd4f4c006b233 -C extra-filename=-6e3bd4f4c006b233 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/build/portable-atomic-6e3bd4f4c006b233 -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --cap-lints warn` 245s Compiling bitflags v2.6.0 245s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/bitflags-2.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 245s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/bitflags-2.6.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/bitflags-2.6.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("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=2dd210d93a4438b9 -C extra-filename=-2dd210d93a4438b9 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 245s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 245s Compiling arc-swap v1.7.1 245s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=arc_swap CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/arc-swap-1.7.1 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/arc-swap-1.7.1/Cargo.toml CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner ' CARGO_PKG_DESCRIPTION='Atomically swappable Arc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arc-swap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/arc-swap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/arc-swap-1.7.1 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name arc_swap --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/arc-swap-1.7.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("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=15aac0f9e7b1cfab -C extra-filename=-15aac0f9e7b1cfab --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 245s warning: `arc-swap` (lib) generated 1 warning (1 duplicate) 245s Compiling serde v1.0.217 245s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/serde-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=816e356155c8e78e -C extra-filename=-816e356155c8e78e --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/build/serde-816e356155c8e78e -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --cap-lints warn` 245s Compiling version_check v0.9.5 245s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/version_check-0.9.5 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/version_check-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/version_check-0.9.5 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name version_check --edition=2015 /tmp/tmp.VZj2ffjNYt/registry/version_check-0.9.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())' -C metadata=aa35b04adf26b055 -C extra-filename=-aa35b04adf26b055 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --cap-lints warn` 245s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/thiserror-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/thiserror-fa42a338d55061dc/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4dcd096416e86a0 -C extra-filename=-b4dcd096416e86a0 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern thiserror_impl=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libthiserror_impl-85a314ae0bf3e0d8.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 246s warning: `thiserror` (lib) generated 1 warning (1 duplicate) 246s Compiling futures-sink v0.3.31 246s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_sink CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-sink-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/futures-sink-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The asynchronous `Sink` trait for the futures-rs library. 246s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-sink CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-sink-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name futures_sink --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/futures-sink-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2bb87e6e77d12a0e -C extra-filename=-2bb87e6e77d12a0e --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 246s warning: `futures-sink` (lib) generated 1 warning (1 duplicate) 246s Compiling futures-channel v0.3.31 246s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. 246s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-channel-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/futures-channel-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=4aafb9b7bc7bb4a2 -C extra-filename=-4aafb9b7bc7bb4a2 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern futures_core=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_sink=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 246s Compiling error-chain v0.12.4 246s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/error-chain-0.12.4 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name build_script_build --edition=2015 /tmp/tmp.VZj2ffjNYt/registry/error-chain-0.12.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "example_generated"))' -C metadata=f00fe17e8e73c064 -C extra-filename=-f00fe17e8e73c064 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/build/error-chain-f00fe17e8e73c064 -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern version_check=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libversion_check-aa35b04adf26b055.rlib --cap-lints warn` 246s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 246s Compiling vm-memory v0.16.1 246s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vm_memory CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/vm-memory-0.16.1 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/vm-memory-0.16.1/Cargo.toml CARGO_PKG_AUTHORS='Liu Jiang ' CARGO_PKG_DESCRIPTION='Safe abstractions for accessing the VM physical memory' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vm-memory CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-memory' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.16.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/vm-memory-0.16.1 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name vm_memory --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/vm-memory-0.16.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="arc-swap"' --cfg 'feature="backend-atomic"' --cfg 'feature="backend-bitmap"' --cfg 'feature="backend-mmap"' --cfg 'feature="bitflags"' --cfg 'feature="default"' --cfg 'feature="vmm-sys-util"' --cfg 'feature="xen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc-swap", "backend-atomic", "backend-bitmap", "backend-mmap", "bitflags", "default", "vmm-sys-util", "xen"))' -C metadata=8565c5e2467cff4e -C extra-filename=-8565c5e2467cff4e --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern arc_swap=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libarc_swap-15aac0f9e7b1cfab.rmeta --extern bitflags=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-2dd210d93a4438b9.rmeta --extern libc=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern thiserror=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-b4dcd096416e86a0.rmeta --extern vmm_sys_util=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 246s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.VZj2ffjNYt/target/debug/deps:/tmp/tmp.VZj2ffjNYt/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/serde-b0fa5c18367e4328/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.VZj2ffjNYt/target/debug/build/serde-816e356155c8e78e/build-script-build` 246s [serde 1.0.217] cargo:rerun-if-changed=build.rs 246s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 246s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 246s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 246s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 246s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 246s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 246s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 246s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 246s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 246s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 246s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 246s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 246s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 246s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 246s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FALLBACK=1 CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 246s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.VZj2ffjNYt/target/debug/deps:/tmp/tmp.VZj2ffjNYt/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/portable-atomic-cd80266702042c71/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.VZj2ffjNYt/target/debug/build/portable-atomic-6e3bd4f4c006b233/build-script-build` 246s [portable-atomic 1.10.0] cargo:rerun-if-changed=build.rs 246s [portable-atomic 1.10.0] cargo:rerun-if-changed=no_atomic.rs 246s [portable-atomic 1.10.0] cargo:rerun-if-changed=version.rs 246s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(target_feature,values("experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3")) 246s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute) 246s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha")) 246s [portable-atomic 1.10.0] cargo:rustc-cfg=portable_atomic_no_asm 246s Compiling rand v0.8.5 246s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/rand-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality. 246s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/rand-0.8.5 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/rand-0.8.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=e8149766e9596af6 -C extra-filename=-e8149766e9596af6 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern libc=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern rand_chacha=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-b3f95d84bd0cdf07.rmeta --extern rand_core=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/librand_core-4e3e0fe0b28cc3d1.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:52:13 246s | 246s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s = note: `#[warn(unexpected_cfgs)]` on by default 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:53:13 246s | 246s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 246s | ^^^^^^^ 246s | 246s = 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` 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:181:12 246s | 246s 181 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/mod.rs:116:12 246s | 246s 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `features` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 246s | 246s 162 | #[cfg(features = "nightly")] 246s | ^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: see for more information about checking conditional configuration 246s help: there is a config with a similar name and value 246s | 246s 162 | #[cfg(feature = "nightly")] 246s | ~~~~~~~ 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:15:7 246s | 246s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:156:7 246s | 246s 156 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:158:7 246s | 246s 158 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:160:7 246s | 246s 160 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:162:7 246s | 246s 162 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:165:7 246s | 246s 165 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:167:7 246s | 246s 167 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:169:7 246s | 246s 169 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:13:32 246s | 246s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:15:35 246s | 246s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:19:7 246s | 246s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:112:7 246s | 246s 112 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:142:7 246s | 246s 142 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:144:7 246s | 246s 144 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:146:7 246s | 246s 146 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:148:7 246s | 246s 148 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:150:7 246s | 246s 150 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:152:7 246s | 246s 152 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:155:5 246s | 246s 155 | feature = "simd_support", 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:11:7 246s | 246s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:144:7 246s | 246s 144 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `std` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:235:11 246s | 246s 235 | #[cfg(not(std))] 246s | ^^^ help: found config with similar value: `feature = "std"` 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:363:7 246s | 246s 363 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:423:7 246s | 246s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 246s | ^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:424:7 246s | 246s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 246s | ^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:425:7 246s | 246s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 246s | ^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:426:7 246s | 246s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 246s | ^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:427:7 246s | 246s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 246s | ^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:428:7 246s | 246s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 246s | ^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:429:7 246s | 246s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 246s | ^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `std` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 246s | 246s 291 | #[cfg(not(std))] 246s | ^^^ help: found config with similar value: `feature = "std"` 246s ... 246s 359 | scalar_float_impl!(f32, u32); 246s | ---------------------------- in this macro invocation 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 246s 246s warning: unexpected `cfg` condition name: `std` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 246s | 246s 291 | #[cfg(not(std))] 246s | ^^^ help: found config with similar value: `feature = "std"` 246s ... 246s 360 | scalar_float_impl!(f64, u64); 246s | ---------------------------- in this macro invocation 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:80:12 246s | 246s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:429:12 246s | 246s 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 246s | 246s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 246s | 246s 572 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 246s | 246s 679 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 246s | 246s 687 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 246s | 246s 696 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 246s | 246s 706 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 246s | 246s 1001 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 246s | 246s 1003 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 246s | 246s 1005 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 246s | 246s 1007 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 246s | 246s 1010 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 246s | 246s 1012 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition value: `simd_support` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 246s | 246s 1014 | #[cfg(feature = "simd_support")] 246s | ^^^^^^^^^^^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 246s = help: consider adding `simd_support` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/rng.rs:395:12 246s | 246s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:99:12 246s | 246s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:118:12 246s | 246s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/std.rs:32:12 246s | 246s 32 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std_rng")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/thread.rs:60:12 246s | 246s 60 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/thread.rs:87:12 246s | 246s 87 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:29:12 246s | 246s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:623:12 246s | 246s 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/index.rs:276:12 246s | 246s 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:114:16 246s | 246s 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:142:16 246s | 246s 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:170:16 246s | 246s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:219:16 246s | 246s 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: unexpected `cfg` condition name: `doc_cfg` 246s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:465:16 246s | 246s 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 246s | ^^^^^^^ 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s 246s warning: trait `Float` is never used 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:238:18 246s | 246s 238 | pub(crate) trait Float: Sized { 246s | ^^^^^ 246s | 246s = note: `#[warn(dead_code)]` on by default 246s 246s warning: associated items `lanes`, `extract`, and `replace` are never used 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:247:8 246s | 246s 245 | pub(crate) trait FloatAsSIMD: Sized { 246s | ----------- associated items in this trait 246s 246 | #[inline(always)] 246s 247 | fn lanes() -> usize { 246s | ^^^^^ 246s ... 246s 255 | fn extract(self, index: usize) -> Self { 246s | ^^^^^^^ 246s ... 246s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 246s | ^^^^^^^ 246s 246s warning: method `all` is never used 246s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:268:8 246s | 246s 266 | pub(crate) trait BoolAsSIMD: Sized { 246s | ---------- method in this trait 246s 267 | fn any(self) -> bool; 246s 268 | fn all(self) -> bool; 246s | ^^^ 246s 247s warning: `vm-memory` (lib) generated 1 warning (1 duplicate) 247s Compiling regex-automata v0.4.9 247s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/regex-automata-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/regex-automata-0.4.9/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="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=7c5e7acc605227e3 -C extra-filename=-7c5e7acc605227e3 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern aho_corasick=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-2bcce03042626be9.rmeta --extern memchr=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern regex_syntax=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-ee84c8006f047bec.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 247s warning: `rand` (lib) generated 70 warnings (1 duplicate) 247s Compiling futures-macro v0.3.31 247s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 247s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-macro-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e3308265abdf740 -C extra-filename=-0e3308265abdf740 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern proc_macro2=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 248s Compiling serde_derive v1.0.217 248s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/serde_derive-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/serde_derive-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/serde_derive-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name serde_derive --edition=2015 /tmp/tmp.VZj2ffjNYt/registry/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=277609d74627e533 -C extra-filename=-277609d74627e533 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern proc_macro2=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 251s warning: `regex-automata` (lib) generated 1 warning (1 duplicate) 251s Compiling anstyle-parse v0.2.1 251s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/anstyle-parse-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.64.0 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/anstyle-parse-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/anstyle-parse-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="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=ae0d80c25dd2d9d8 -C extra-filename=-ae0d80c25dd2d9d8 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern utf8parse=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-7081218f12e06a2e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 251s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 251s Compiling colorchoice v1.0.0 251s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/colorchoice-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Global override of color control' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colorchoice CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/colorchoice-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89cf5d12a9fe03dd -C extra-filename=-89cf5d12a9fe03dd --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 251s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 251s Compiling anstyle v1.0.8 251s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/anstyle-1.0.8/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=1.0.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/anstyle-1.0.8 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/anstyle-1.0.8/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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bf42d2790f2028b8 -C extra-filename=-bf42d2790f2028b8 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 251s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 251s Compiling futures-task v0.3.31 251s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 251s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-task-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/futures-task-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=c1a7c716e83896aa -C extra-filename=-c1a7c716e83896aa --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 251s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 251s Compiling anstyle-query v1.0.0 251s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/anstyle-query-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-query CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/anstyle-query-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c5e51bb31b1b148 -C extra-filename=-9c5e51bb31b1b148 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 251s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 251s Compiling pin-project-lite v0.2.13 251s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/pin-project-lite-0.2.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. 251s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/pin-project-lite-0.2.13 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de76c4ee48d4abc2 -C extra-filename=-de76c4ee48d4abc2 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 251s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 251s Compiling pin-utils v0.1.0 251s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 251s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/pin-utils-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/pin-utils-0.1.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=ad8429c20206ce97 -C extra-filename=-ad8429c20206ce97 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 251s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 251s Compiling powerfmt v0.2.0 251s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=powerfmt CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/powerfmt-0.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/powerfmt-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION=' `powerfmt` is a library that provides utilities for formatting values. This crate makes it 251s significantly easier to support filling to a minimum width with alignment, avoid heap 251s allocation, and avoid repetitive calculations. 251s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=powerfmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/powerfmt' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/powerfmt-0.2.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name powerfmt --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/powerfmt-0.2.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("alloc", "default", "macros", "std"))' -C metadata=fafbfb32d3be10d7 -C extra-filename=-fafbfb32d3be10d7 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 251s warning: unexpected `cfg` condition name: `__powerfmt_docs` 251s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/lib.rs:6:13 251s | 251s 6 | #![cfg_attr(__powerfmt_docs, feature(doc_auto_cfg, rustc_attrs))] 251s | ^^^^^^^^^^^^^^^ 251s | 251s = 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` 251s = help: consider using a Cargo feature instead 251s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 251s [lints.rust] 251s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 251s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 251s = note: see for more information about checking conditional configuration 251s = note: `#[warn(unexpected_cfgs)]` on by default 251s 251s warning: unexpected `cfg` condition name: `__powerfmt_docs` 251s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/lib.rs:7:13 251s | 251s 7 | #![cfg_attr(__powerfmt_docs, allow(internal_features))] 251s | ^^^^^^^^^^^^^^^ 251s | 251s = help: consider using a Cargo feature instead 251s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 251s [lints.rust] 251s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 251s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 251s = note: see for more information about checking conditional configuration 251s 251s warning: unexpected `cfg` condition name: `__powerfmt_docs` 251s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/smart_display.rs:629:12 251s | 251s 629 | #[cfg_attr(__powerfmt_docs, rustc_must_implement_one_of(fmt, fmt_with_metadata))] 251s | ^^^^^^^^^^^^^^^ 251s | 251s = help: consider using a Cargo feature instead 251s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 251s [lints.rust] 251s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 251s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 251s = note: see for more information about checking conditional configuration 251s 251s warning: `powerfmt` (lib) generated 4 warnings (1 duplicate) 251s Compiling heapless v0.8.0 251s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/heapless-0.8.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="portable-atomic"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=87d3077d770e26f5 -C extra-filename=-87d3077d770e26f5 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/build/heapless-87d3077d770e26f5 -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --cap-lints warn` 252s Compiling futures-io v0.3.31 252s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_io CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-io-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/futures-io-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. 252s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-io-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name futures_io --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/futures-io-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=6788f648763ee870 -C extra-filename=-6788f648763ee870 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 252s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/serde-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/serde-b0fa5c18367e4328/out rustc --crate-name serde --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/serde-1.0.217/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=679a03bdbf7636df -C extra-filename=-679a03bdbf7636df --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern serde_derive=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libserde_derive-277609d74627e533.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` 252s warning: `futures-io` (lib) generated 1 warning (1 duplicate) 252s Compiling futures-util v0.3.31 252s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 252s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-util-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/futures-util-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std", "unstable", "write-all-vectored"))' -C metadata=9a8b19196485ea69 -C extra-filename=-9a8b19196485ea69 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern futures_channel=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-4aafb9b7bc7bb4a2.rmeta --extern futures_core=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_io=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_io-6788f648763ee870.rmeta --extern futures_macro=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libfutures_macro-0e3308265abdf740.so --extern futures_sink=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.rmeta --extern futures_task=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern memchr=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern pin_project_lite=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-de76c4ee48d4abc2.rmeta --extern pin_utils=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-ad8429c20206ce97.rmeta --extern slab=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 252s warning: unexpected `cfg` condition value: `compat` 252s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 252s | 252s 308 | #[cfg(feature = "compat")] 252s | ^^^^^^^^^^^^^^^^^^ 252s | 252s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 252s = help: consider adding `compat` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s = note: requested on the command line with `-W unexpected-cfgs` 252s 252s warning: unexpected `cfg` condition value: `compat` 252s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 252s | 252s 6 | #[cfg(feature = "compat")] 252s | ^^^^^^^^^^^^^^^^^^ 252s | 252s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 252s = help: consider adding `compat` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 252s warning: unexpected `cfg` condition value: `compat` 252s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 252s | 252s 580 | #[cfg(feature = "compat")] 252s | ^^^^^^^^^^^^^^^^^^ 252s | 252s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 252s = help: consider adding `compat` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 252s warning: unexpected `cfg` condition value: `compat` 252s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 252s | 252s 6 | #[cfg(feature = "compat")] 252s | ^^^^^^^^^^^^^^^^^^ 252s | 252s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 252s = help: consider adding `compat` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 252s warning: unexpected `cfg` condition value: `compat` 252s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 252s | 252s 1154 | #[cfg(feature = "compat")] 252s | ^^^^^^^^^^^^^^^^^^ 252s | 252s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 252s = help: consider adding `compat` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 252s warning: unexpected `cfg` condition value: `compat` 252s --> /usr/share/cargo/registry/futures-util-0.3.31/src/sink/mod.rs:15:7 252s | 252s 15 | #[cfg(feature = "compat")] 252s | ^^^^^^^^^^^^^^^^^^ 252s | 252s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 252s = help: consider adding `compat` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 252s warning: unexpected `cfg` condition value: `compat` 252s --> /usr/share/cargo/registry/futures-util-0.3.31/src/sink/mod.rs:291:11 252s | 252s 291 | #[cfg(feature = "compat")] 252s | ^^^^^^^^^^^^^^^^^^ 252s | 252s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 252s = help: consider adding `compat` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 252s warning: unexpected `cfg` condition value: `compat` 252s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 252s | 252s 3 | #[cfg(feature = "compat")] 252s | ^^^^^^^^^^^^^^^^^^ 252s | 252s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 252s = help: consider adding `compat` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 252s warning: unexpected `cfg` condition value: `compat` 252s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 252s | 252s 92 | #[cfg(feature = "compat")] 252s | ^^^^^^^^^^^^^^^^^^ 252s | 252s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 252s = help: consider adding `compat` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 252s warning: unexpected `cfg` condition value: `io-compat` 252s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:19:7 252s | 252s 19 | #[cfg(feature = "io-compat")] 252s | ^^^^^^^^^^^^^^^^^^^^^ 252s | 252s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 252s = help: consider adding `io-compat` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 252s warning: unexpected `cfg` condition value: `io-compat` 252s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:388:11 252s | 252s 388 | #[cfg(feature = "io-compat")] 252s | ^^^^^^^^^^^^^^^^^^^^^ 252s | 252s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 252s = help: consider adding `io-compat` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 252s warning: unexpected `cfg` condition value: `io-compat` 252s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:547:11 252s | 252s 547 | #[cfg(feature = "io-compat")] 252s | ^^^^^^^^^^^^^^^^^^^^^ 252s | 252s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 252s = help: consider adding `io-compat` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 254s warning: `futures-util` (lib) generated 13 warnings (1 duplicate) 254s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_PORTABLE_ATOMIC=1 CARGO_FEATURE_SERDE=1 CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.VZj2ffjNYt/target/debug/deps:/tmp/tmp.VZj2ffjNYt/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/heapless-89294599186927b0/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.VZj2ffjNYt/target/debug/build/heapless-87d3077d770e26f5/build-script-build` 254s Compiling deranged v0.3.11 254s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=deranged CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/deranged-0.3.11 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/deranged-0.3.11/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='Ranged integers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deranged CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/deranged' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/deranged-0.3.11 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name deranged --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/deranged-0.3.11/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="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=c779b43b900c7ae3 -C extra-filename=-c779b43b900c7ae3 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern powerfmt=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libpowerfmt-fafbfb32d3be10d7.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 254s warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==` 254s --> /usr/share/cargo/registry/deranged-0.3.11/src/lib.rs:9:5 254s | 254s 9 | illegal_floating_point_literal_pattern, 254s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 254s | 254s = note: `#[warn(renamed_and_removed_lints)]` on by default 254s 254s warning: unexpected `cfg` condition name: `docs_rs` 254s --> /usr/share/cargo/registry/deranged-0.3.11/src/lib.rs:1:13 254s | 254s 1 | #![cfg_attr(docs_rs, feature(doc_auto_cfg))] 254s | ^^^^^^^ help: there is a config with a similar name: `docsrs` 254s | 254s = help: consider using a Cargo feature instead 254s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 254s [lints.rust] 254s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } 254s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` 254s = note: see for more information about checking conditional configuration 254s = note: `#[warn(unexpected_cfgs)]` on by default 254s 254s warning: `serde` (lib) generated 1 warning (1 duplicate) 254s Compiling anstream v0.6.15 254s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/anstream-0.6.15/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstream CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/anstream-0.6.15 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/anstream-0.6.15/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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test"))' -C metadata=6538a9779fbfa2ba -C extra-filename=-6538a9779fbfa2ba --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern anstyle=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bf42d2790f2028b8.rmeta --extern anstyle_parse=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-ae0d80c25dd2d9d8.rmeta --extern anstyle_query=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-9c5e51bb31b1b148.rmeta --extern colorchoice=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-89cf5d12a9fe03dd.rmeta --extern utf8parse=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-7081218f12e06a2e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 254s | 254s 48 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s = note: `#[warn(unexpected_cfgs)]` on by default 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 254s | 254s 53 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 254s | 254s 4 | #[cfg(not(all(windows, feature = "wincon")))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 254s | 254s 8 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 254s | 254s 46 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 254s | 254s 58 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 254s | 254s 5 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 254s | 254s 27 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 254s | 254s 137 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 254s | 254s 143 | #[cfg(not(all(windows, feature = "wincon")))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 254s | 254s 155 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 254s | 254s 166 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 254s | 254s 180 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 254s | 254s 225 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 254s | 254s 243 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 254s | 254s 260 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 254s | 254s 269 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 254s | 254s 279 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 254s | 254s 288 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: unexpected `cfg` condition value: `wincon` 254s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 254s | 254s 298 | #[cfg(all(windows, feature = "wincon"))] 254s | ^^^^^^^^^^^^^^^^^^ 254s | 254s = note: expected values for `feature` are: `auto`, `default`, and `test` 254s = help: consider adding `wincon` as a feature in `Cargo.toml` 254s = note: see for more information about checking conditional configuration 254s 254s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 254s Compiling regex v1.11.1 254s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 254s finite automata and guarantees linear time matching on all inputs. 254s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/regex-1.11.1 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/regex-1.11.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="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=f23fd44db9a98d22 -C extra-filename=-f23fd44db9a98d22 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern aho_corasick=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-2bcce03042626be9.rmeta --extern memchr=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern regex_automata=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libregex_automata-7c5e7acc605227e3.rmeta --extern regex_syntax=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-ee84c8006f047bec.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: `deranged` (lib) generated 3 warnings (1 duplicate) 255s Compiling uuid v1.10.0 255s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=uuid CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/uuid-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/uuid-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Ashley Mannix:Dylan DPC:Hunar Roop Kahlon' CARGO_PKG_DESCRIPTION='A library to generate and parse UUIDs.' CARGO_PKG_HOMEPAGE='https://github.com/uuid-rs/uuid' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=uuid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/uuid-rs/uuid' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/uuid-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name uuid --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/uuid-1.10.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=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="fast-rng"' --cfg 'feature="rng"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "bytemuck", "default", "fast-rng", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=84977dca52bbaf7b -C extra-filename=-84977dca52bbaf7b --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern getrandom=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-54cf000b490cc2db.rmeta --extern rand=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/librand-e8149766e9596af6.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: `uuid` (lib) generated 1 warning (1 duplicate) 255s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=portable_atomic CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 255s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/portable-atomic-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/portable-atomic-cd80266702042c71/out rustc --crate-name portable_atomic --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/portable-atomic-1.10.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 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=ee0a9d3afcca0808 -C extra-filename=-ee0a9d3afcca0808 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg portable_atomic_no_asm --check-cfg 'cfg(target_feature,values("experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'` 255s warning: `regex` (lib) generated 1 warning (1 duplicate) 255s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.VZj2ffjNYt/target/debug/deps:/tmp/tmp.VZj2ffjNYt/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/error-chain-0e13d081d35e3bc3/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.VZj2ffjNYt/target/debug/build/error-chain-f00fe17e8e73c064/build-script-build` 255s [error-chain 0.12.4] cargo:rustc-cfg=has_error_source 255s [error-chain 0.12.4] cargo:rustc-cfg=has_error_description_deprecated 255s [error-chain 0.12.4] cargo:rustc-cfg=build="debug" 255s Compiling cc-traits v2.0.0 255s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cc_traits CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/cc-traits-2.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/cc-traits-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='Common collection traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/cc-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/cc-traits-2.0.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name cc_traits --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/cc-traits-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-impls", "alloc", "default", "serde_json", "slab", "smallvec", "std"))' -C metadata=88c3a8a7a6b83caf -C extra-filename=-88c3a8a7a6b83caf --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern slab=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: unexpected `cfg` condition value: `nightly` 255s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:115:13 255s | 255s 115 | #![cfg_attr(feature = "nightly", feature(trait_alias))] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 255s = help: consider adding `nightly` as a feature in `Cargo.toml` 255s = note: see for more information about checking conditional configuration 255s = note: `#[warn(unexpected_cfgs)]` on by default 255s 255s warning: unexpected `cfg` condition value: `nightly` 255s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:124:7 255s | 255s 124 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 255s = help: consider adding `nightly` as a feature in `Cargo.toml` 255s = note: see for more information about checking conditional configuration 255s 255s warning: unexpected `cfg` condition value: `nightly` 255s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:126:7 255s | 255s 126 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 255s = help: consider adding `nightly` as a feature in `Cargo.toml` 255s = note: see for more information about checking conditional configuration 255s 255s warning: unexpected `cfg` condition value: `nightly` 255s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:129:11 255s | 255s 129 | #[cfg(not(feature = "nightly"))] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 255s = help: consider adding `nightly` as a feature in `Cargo.toml` 255s = note: see for more information about checking conditional configuration 255s 255s warning: unexpected `cfg` condition value: `nightly` 255s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:131:11 255s | 255s 131 | #[cfg(not(feature = "nightly"))] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 255s = help: consider adding `nightly` as a feature in `Cargo.toml` 255s = note: see for more information about checking conditional configuration 255s 255s warning: unexpected `cfg` condition value: `ijson` 255s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/impls/mod.rs:16:7 255s | 255s 16 | #[cfg(feature = "ijson")] 255s | ^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 255s = help: consider adding `ijson` as a feature in `Cargo.toml` 255s = note: see for more information about checking conditional configuration 255s 255s warning: `cc-traits` (lib) generated 7 warnings (1 duplicate) 255s Compiling hash32 v0.3.1 255s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=hash32 CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/hash32-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/hash32-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='32-bit hashing algorithms' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hash32 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/japaric/hash32' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/hash32-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name hash32 --edition=2015 /tmp/tmp.VZj2ffjNYt/registry/hash32-0.3.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=0994659813a4c1ff -C extra-filename=-0994659813a4c1ff --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern byteorder=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-afb5df9a057f9db9.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: `hash32` (lib) generated 1 warning (1 duplicate) 255s Compiling num_cpus v1.16.0 255s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/num_cpus-1.16.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.16.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/num_cpus-1.16.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name num_cpus --edition=2015 /tmp/tmp.VZj2ffjNYt/registry/num_cpus-1.16.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=b5c98706f86311fb -C extra-filename=-b5c98706f86311fb --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern libc=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: unexpected `cfg` condition value: `nacl` 255s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:355:5 255s | 255s 355 | target_os = "nacl", 255s | ^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 255s = note: see for more information about checking conditional configuration 255s = note: `#[warn(unexpected_cfgs)]` on by default 255s 255s warning: unexpected `cfg` condition value: `nacl` 255s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:437:5 255s | 255s 437 | target_os = "nacl", 255s | ^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 255s = note: see for more information about checking conditional configuration 255s 255s warning: `portable-atomic` (lib) generated 1 warning (1 duplicate) 255s Compiling time-core v0.1.2 255s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/time-core-0.1.2 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/time-core-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/time-core-0.1.2 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name time_core --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/time-core-0.1.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())' -C metadata=3174ccb5e4dbeb5b -C extra-filename=-3174ccb5e4dbeb5b --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: `time-core` (lib) generated 1 warning (1 duplicate) 255s Compiling num_threads v0.1.7 255s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_threads CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/num_threads-0.1.7 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/num_threads-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='A minimal library that determines the number of running threads for the current process.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_threads CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num_threads' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/num_threads-0.1.7 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name num_threads --edition=2015 /tmp/tmp.VZj2ffjNYt/registry/num_threads-0.1.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())' -C metadata=170c5fce082ed666 -C extra-filename=-170c5fce082ed666 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: `num_threads` (lib) generated 1 warning (1 duplicate) 255s Compiling match_cfg v0.1.0 255s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=match_cfg CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/match_cfg-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/match_cfg-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='gnzlbg ' CARGO_PKG_DESCRIPTION='A convenience macro to ergonomically define an item depending on a large number 255s of `#[cfg]` parameters. Structured like match statement, the first matching 255s branch is the item that gets emitted. 255s ' CARGO_PKG_HOMEPAGE='https://github.com/gnzlbg/match_cfg' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=match_cfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gnzlbg/match_cfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/match_cfg-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name match_cfg --edition=2015 /tmp/tmp.VZj2ffjNYt/registry/match_cfg-0.1.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 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=e1e4918779f0396d -C extra-filename=-e1e4918779f0396d --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: `match_cfg` (lib) generated 1 warning (1 duplicate) 255s Compiling num-conv v0.1.0 255s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/num-conv-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/num-conv-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides 255s better certainty when refactoring, makes the exact behavior of code more explicit, and allows using 255s turbofish syntax. 255s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/num-conv-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name num_conv --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/num-conv-0.1.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 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13aae50953aa8625 -C extra-filename=-13aae50953aa8625 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 256s warning: `num_cpus` (lib) generated 3 warnings (1 duplicate) 256s Compiling itoa v1.0.14 256s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/itoa-1.0.14/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.14 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/itoa-1.0.14 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/itoa-1.0.14/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("no-panic"))' -C metadata=38111f8a398661b9 -C extra-filename=-38111f8a398661b9 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 256s warning: `num-conv` (lib) generated 1 warning (1 duplicate) 256s Compiling smallvec v1.13.2 256s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/smallvec-1.13.2 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/smallvec-1.13.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("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=ff4fe5f20ad0b3f7 -C extra-filename=-ff4fe5f20ad0b3f7 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 256s warning: `itoa` (lib) generated 1 warning (1 duplicate) 256s Compiling stable_deref_trait v1.2.0 256s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/stable_deref_trait-1.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/stable_deref_trait-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. 256s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/stable_deref_trait-1.2.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name stable_deref_trait --edition=2015 /tmp/tmp.VZj2ffjNYt/registry/stable_deref_trait-1.2.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("alloc", "default", "std"))' -C metadata=49cd8e7257847624 -C extra-filename=-49cd8e7257847624 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 256s warning: `stable_deref_trait` (lib) generated 1 warning (1 duplicate) 256s Compiling heck v0.4.1 256s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/heck-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/heck-0.4.1 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/heck-0.4.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=8b811c1d95735796 -C extra-filename=-8b811c1d95735796 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --cap-lints warn` 256s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 256s Compiling virtio-bindings v0.2.4 256s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtio_bindings CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/virtio-bindings-0.2.4 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/virtio-bindings-0.2.4/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust FFI bindings to virtio generated using bindgen.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-3-Clause OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtio-bindings CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-virtio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/virtio-bindings-0.2.4 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name virtio_bindings --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/virtio-bindings-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("virtio-v4_14_0", "virtio-v5_0_0"))' -C metadata=6c0ddddd2a2c3c8c -C extra-filename=-6c0ddddd2a2c3c8c --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 256s Compiling clap_lex v0.7.4 256s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/clap_lex-0.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/clap_lex-0.7.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/clap_lex-0.7.4 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name clap_lex --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/clap_lex-0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba52c9e5339a899f -C extra-filename=-ba52c9e5339a899f --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 256s warning: `clap_lex` (lib) generated 1 warning (1 duplicate) 256s Compiling strsim v0.11.1 256s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/strsim-0.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, 256s OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. 256s ' CARGO_PKG_HOMEPAGE='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/strsim-0.11.1 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name strsim --edition=2015 /tmp/tmp.VZj2ffjNYt/registry/strsim-0.11.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=d5368992782b2e16 -C extra-filename=-d5368992782b2e16 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 256s warning: `virtio-bindings` (lib) generated 1 warning (1 duplicate) 256s Compiling capng v0.2.3 256s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/capng-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/capng-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24d33080dfaf3ea0 -C extra-filename=-24d33080dfaf3ea0 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/build/capng-24d33080dfaf3ea0 -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --cap-lints warn` 256s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.VZj2ffjNYt/target/debug/deps:/tmp/tmp.VZj2ffjNYt/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/capng-995b7c26601b4d50/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.VZj2ffjNYt/target/debug/build/capng-24d33080dfaf3ea0/build-script-build` 256s [capng 0.2.3] cargo:rerun-if-changed=build.rs 256s [capng 0.2.3] cargo:rerun-if-env-changed=LIBCAPNG_LIB_PATH 256s [capng 0.2.3] cargo:rerun-if-env-changed=LIBCAPNG_LINK_TYPE 256s [capng 0.2.3] cargo:rustc-link-lib=dylib=cap-ng 256s Compiling clap_builder v4.5.23 256s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/clap_builder-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/clap_builder-4.5.23/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.23 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/clap_builder-4.5.23 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name clap_builder --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/clap_builder-4.5.23/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=440268bc247595cc -C extra-filename=-440268bc247595cc --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern anstream=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libanstream-6538a9779fbfa2ba.rmeta --extern anstyle=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bf42d2790f2028b8.rmeta --extern clap_lex=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libclap_lex-ba52c9e5339a899f.rmeta --extern strsim=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libstrsim-d5368992782b2e16.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 256s warning: `strsim` (lib) generated 1 warning (1 duplicate) 256s Compiling virtio-queue v0.14.0 256s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtio_queue CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/virtio-queue-0.14.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/virtio-queue-0.14.0/Cargo.toml CARGO_PKG_AUTHORS='The Chromium OS Authors' CARGO_PKG_DESCRIPTION='virtio queue implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtio-queue CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-virtio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/virtio-queue-0.14.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name virtio_queue --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/virtio-queue-0.14.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("test-utils"))' -C metadata=fa007de8aebcf245 -C extra-filename=-fa007de8aebcf245 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern log=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern virtio_bindings=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rmeta --extern vm_memory=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-8565c5e2467cff4e.rmeta --extern vmm_sys_util=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 257s warning: `virtio-queue` (lib) generated 1 warning (1 duplicate) 257s Compiling clap_derive v4.5.18 257s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/clap_derive-4.5.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.18 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/clap_derive-4.5.18 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name clap_derive --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/clap_derive-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=2ba868b3503952b6 -C extra-filename=-2ba868b3503952b6 --out-dir /tmp/tmp.VZj2ffjNYt/target/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern heck=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libheck-8b811c1d95735796.rlib --extern proc_macro2=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 259s Compiling btree-slab v0.6.1 259s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=btree_slab CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/btree-slab-0.6.1 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/btree-slab-0.6.1/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='A memory compact Slab-based B-tree implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=btree-slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/btree-slab' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/btree-slab-0.6.1 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name btree_slab --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/btree-slab-0.6.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="default"' --cfg 'feature="slab"' --cfg 'feature="std-slab"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dot", "slab", "std-slab"))' -C metadata=f8dadfba8557fd82 -C extra-filename=-f8dadfba8557fd82 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern cc_traits=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libcc_traits-88c3a8a7a6b83caf.rmeta --extern slab=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.rmeta --extern smallvec=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-ff4fe5f20ad0b3f7.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 259s warning: `btree-slab` (lib) generated 1 warning (1 duplicate) 259s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=heapless CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/heapless-0.8.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/heapless-89294599186927b0/out rustc --crate-name heapless --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/heapless-0.8.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 --cfg 'feature="portable-atomic"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=e2c04cdf49b10941 -C extra-filename=-e2c04cdf49b10941 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern hash32=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libhash32-0994659813a4c1ff.rmeta --extern portable_atomic=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libportable_atomic-ee0a9d3afcca0808.rmeta --extern serde=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rmeta --extern stable_deref_trait=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libstable_deref_trait-49cd8e7257847624.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 260s warning: unexpected `cfg` condition name: `arm_llsc` 260s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:47:9 260s | 260s 47 | any(arm_llsc, target_arch = "x86"), 260s | ^^^^^^^^ 260s | 260s = 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` 260s = help: consider using a Cargo feature instead 260s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 260s [lints.rust] 260s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 260s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 260s = note: see for more information about checking conditional configuration 260s note: the lint level is defined here 260s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:85:9 260s | 260s 85 | #![deny(warnings)] 260s | ^^^^^^^^ 260s = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` 260s 260s warning: unexpected `cfg` condition name: `arm_llsc` 260s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:51:9 260s | 260s 51 | any(arm_llsc, target_arch = "x86"), 260s | ^^^^^^^^ 260s | 260s = help: consider using a Cargo feature instead 260s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 260s [lints.rust] 260s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 260s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 260s = note: see for more information about checking conditional configuration 260s 260s warning: unexpected `cfg` condition name: `arm_llsc` 260s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:59:9 260s | 260s 59 | any(arm_llsc, target_arch = "x86"), 260s | ^^^^^^^^ 260s | 260s = help: consider using a Cargo feature instead 260s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 260s [lints.rust] 260s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 260s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 260s = note: see for more information about checking conditional configuration 260s 260s warning: unexpected `cfg` condition name: `arm_llsc` 260s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:128:11 260s | 260s 128 | #[cfg(any(arm_llsc, target_arch = "x86"))] 260s | ^^^^^^^^ 260s | 260s = help: consider using a Cargo feature instead 260s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 260s [lints.rust] 260s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 260s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 260s = note: see for more information about checking conditional configuration 260s 260s warning: unexpected `cfg` condition name: `has_atomic_load_store` 260s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:138:5 260s | 260s 138 | has_atomic_load_store 260s | ^^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic_load_store` 260s | 260s = help: expected values for `target_has_atomic_load_store` are: `128`, `16`, `32`, `64`, `8`, and `ptr` 260s = help: consider using a Cargo feature instead 260s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 260s [lints.rust] 260s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomic_load_store)'] } 260s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomic_load_store)");` to the top of the `build.rs` 260s = note: see for more information about checking conditional configuration 260s 260s warning: `heapless` (lib) generated 6 warnings (1 duplicate) 260s Compiling time v0.3.37 260s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/time-0.3.37 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/time-0.3.37/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.1 CARGO_PKG_VERSION=0.3.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/time-0.3.37 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name time --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/time-0.3.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=cd5357a1c1aa3b32 -C extra-filename=-cd5357a1c1aa3b32 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern deranged=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libderanged-c779b43b900c7ae3.rmeta --extern itoa=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libitoa-38111f8a398661b9.rmeta --extern libc=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern num_conv=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libnum_conv-13aae50953aa8625.rmeta --extern num_threads=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libnum_threads-170c5fce082ed666.rmeta --extern powerfmt=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libpowerfmt-fafbfb32d3be10d7.rmeta --extern time_core=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libtime_core-3174ccb5e4dbeb5b.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 260s warning[E0602]: unknown lint: `dangling_pointers_from_temporaries` 260s | 260s = note: requested on the command line with `-D dangling_pointers_from_temporaries` 260s = note: `#[warn(unknown_lints)]` on by default 260s 261s warning: `clap_builder` (lib) generated 1 warning (1 duplicate) 261s Compiling hostname v0.3.1 261s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=hostname CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/hostname-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/hostname-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='fengcen :svartalf ' CARGO_PKG_DESCRIPTION='Cross-platform system'\''s host name functions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hostname CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/svartalf/hostname' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/hostname-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name hostname --edition=2015 /tmp/tmp.VZj2ffjNYt/registry/hostname-0.3.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=c6296f37f7c78797 -C extra-filename=-c6296f37f7c78797 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern libc=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern match_cfg=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libmatch_cfg-e1e4918779f0396d.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 261s warning: `hostname` (lib) generated 1 warning (1 duplicate) 261s Compiling futures-executor v0.3.31 261s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_executor CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-executor-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/futures-executor-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Executors for asynchronous tasks based on the futures-rs library. 261s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-executor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-executor-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name futures_executor --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/futures-executor-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="num_cpus"' --cfg 'feature="std"' --cfg 'feature="thread-pool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=ae1e5c1384a32d11 -C extra-filename=-ae1e5c1384a32d11 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern futures_core=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_task=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern futures_util=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-9a8b19196485ea69.rmeta --extern num_cpus=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libnum_cpus-b5c98706f86311fb.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 261s warning: `futures-executor` (lib) generated 1 warning (1 duplicate) 261s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=error_chain CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/error-chain-0.12.4 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/error-chain-0e13d081d35e3bc3/out rustc --crate-name error_chain --edition=2015 /tmp/tmp.VZj2ffjNYt/registry/error-chain-0.12.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "example_generated"))' -C metadata=04658e4bd55e42e3 -C extra-filename=-04658e4bd55e42e3 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_error_source --cfg has_error_description_deprecated --cfg 'build="debug"'` 261s warning: unexpected `cfg` condition name: `has_error_source` 261s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:3:11 261s | 261s 3 | #[cfg(not(has_error_source))] 261s | ^^^^^^^^^^^^^^^^ 261s | 261s = 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` 261s = help: consider using a Cargo feature instead 261s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 261s [lints.rust] 261s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 261s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 261s = note: see for more information about checking conditional configuration 261s = note: `#[warn(unexpected_cfgs)]` on by default 261s 261s warning: unexpected `cfg` condition name: `has_error_source` 261s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:36:7 261s | 261s 36 | #[cfg(has_error_source)] 261s | ^^^^^^^^^^^^^^^^ 261s | 261s = help: consider using a Cargo feature instead 261s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 261s [lints.rust] 261s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 261s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 261s = note: see for more information about checking conditional configuration 261s 261s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 261s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:73:7 261s | 261s 73 | #[cfg(has_error_description_deprecated)] 261s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 261s | 261s = help: consider using a Cargo feature instead 261s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 261s [lints.rust] 261s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] } 261s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 261s = note: see for more information about checking conditional configuration 261s 261s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 261s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:82:11 261s | 261s 82 | #[cfg(not(has_error_description_deprecated))] 261s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 261s | 261s = help: consider using a Cargo feature instead 261s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 261s [lints.rust] 261s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] } 261s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 261s = note: see for more information about checking conditional configuration 261s 261s warning: unexpected `cfg` condition name: `has_error_source` 261s --> /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:581:31 261s | 261s 581 | #[cfg(not(has_error_source))] 261s | ^^^^^^^^^^^^^^^^ 261s | 261s = help: consider using a Cargo feature instead 261s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 261s [lints.rust] 261s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 261s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 261s = note: see for more information about checking conditional configuration 261s 261s warning: unexpected `cfg` condition name: `has_error_source` 261s --> /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:583:27 261s | 261s 583 | #[cfg(has_error_source)] 261s | ^^^^^^^^^^^^^^^^ 261s | 261s = help: consider using a Cargo feature instead 261s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 261s [lints.rust] 261s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 261s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 261s = note: see for more information about checking conditional configuration 261s 261s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 261s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:323:23 261s | 261s 323 | #[cfg(not(has_error_description_deprecated))] 261s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 261s | 261s ::: /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:823:5 261s | 261s 823 | error_chain! {} 261s | --------------- in this macro invocation 261s | 261s = help: consider using a Cargo feature instead 261s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 261s [lints.rust] 261s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] } 261s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 261s = note: see for more information about checking conditional configuration 261s = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info) 261s 261s warning: `error-chain` (lib) generated 8 warnings (1 duplicate) 261s Compiling vhost v0.13.0 261s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vhost CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/vhost-0.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/vhost-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='Liu Jiang ' CARGO_PKG_DESCRIPTION='a pure rust library for vdpa, vhost and vhost-user' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vhost CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vhost' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/vhost-0.13.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name vhost --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/vhost-0.13.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 --cfg 'feature="default"' --cfg 'feature="vhost-user"' --cfg 'feature="vhost-user-backend"' --cfg 'feature="xen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "postcopy", "test-utils", "vhost-kern", "vhost-net", "vhost-user", "vhost-user-backend", "vhost-user-frontend", "vhost-vdpa", "vhost-vsock", "xen"))' -C metadata=da13f7eac088695d -C extra-filename=-da13f7eac088695d --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern bitflags=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-2dd210d93a4438b9.rmeta --extern libc=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern uuid=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libuuid-84977dca52bbaf7b.rmeta --extern vm_memory=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-8565c5e2467cff4e.rmeta --extern vmm_sys_util=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 262s For more information about this error, try `rustc --explain E0602`. 262s warning: `time` (lib) generated 2 warnings (1 duplicate) 262s Compiling env_filter v0.1.3 262s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=env_filter CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/env_filter-0.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/env_filter-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Filter log events using environment variables 262s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_filter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/env_filter-0.1.3 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name env_filter --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/env_filter-0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=dbfe81d631cf1cbc -C extra-filename=-dbfe81d631cf1cbc --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern log=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern regex=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libregex-f23fd44db9a98d22.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 262s warning: `env_filter` (lib) generated 1 warning (1 duplicate) 262s Compiling humantime v2.1.0 262s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/humantime-2.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/humantime-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime} 262s ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/humantime-2.1.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name humantime --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/humantime-2.1.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=90a2faad0bf6a215 -C extra-filename=-90a2faad0bf6a215 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 262s warning: unexpected `cfg` condition value: `cloudabi` 262s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:6:7 262s | 262s 6 | #[cfg(target_os="cloudabi")] 262s | ^^^^^^^^^^^^^^^^^^^^ 262s | 262s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 262s = note: see for more information about checking conditional configuration 262s = note: `#[warn(unexpected_cfgs)]` on by default 262s 262s warning: unexpected `cfg` condition value: `cloudabi` 262s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:14:9 262s | 262s 14 | not(target_os="cloudabi"), 262s | ^^^^^^^^^^^^^^^^^^^^ 262s | 262s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 262s = note: see for more information about checking conditional configuration 262s 262s warning: `humantime` (lib) generated 3 warnings (1 duplicate) 262s Compiling embedded-io v0.6.1 262s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=embedded_io CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/embedded-io-0.6.1 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/embedded-io-0.6.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Embedded IO traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=embedded-io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/embedded-hal' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/embedded-io-0.6.1 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name embedded_io --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/embedded-io-0.6.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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "defmt-03", "std"))' -C metadata=7d2e68ada9b3bccc -C extra-filename=-7d2e68ada9b3bccc --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 262s warning: `vhost` (lib) generated 1 warning (1 duplicate) 262s Compiling range-traits v0.3.2 262s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=range_traits CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/range-traits-0.3.2 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/range-traits-0.3.2/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='Ranges related traits.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=range-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/range-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/range-traits-0.3.2 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name range_traits --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/range-traits-0.3.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("ordered-float"))' -C metadata=8e84a96939fa870e -C extra-filename=-8e84a96939fa870e --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 262s warning: unexpected `cfg` condition value: `8` 262s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:113:7 262s | 262s 113 | #[cfg(target_pointer_width = "8")] 262s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 262s | 262s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 262s = note: see for more information about checking conditional configuration 262s = note: `#[warn(unexpected_cfgs)]` on by default 262s 262s warning: unexpected `cfg` condition value: `8` 262s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:115:7 262s | 262s 115 | #[cfg(target_pointer_width = "8")] 262s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 262s | 262s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 262s = note: see for more information about checking conditional configuration 262s 262s warning: unexpected `cfg` condition value: `8` 262s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:117:7 262s | 262s 117 | #[cfg(target_pointer_width = "8")] 262s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 262s | 262s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 262s = note: see for more information about checking conditional configuration 262s 262s warning: unexpected `cfg` condition value: `8` 262s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:119:7 262s | 262s 119 | #[cfg(target_pointer_width = "8")] 262s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 262s | 262s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 262s = note: see for more information about checking conditional configuration 262s 262s warning: unexpected `cfg` condition value: `8` 262s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:121:7 262s | 262s 121 | #[cfg(target_pointer_width = "8")] 262s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 262s | 262s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 262s = note: see for more information about checking conditional configuration 262s 262s warning: unexpected `cfg` condition value: `8` 262s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:123:7 262s | 262s 123 | #[cfg(target_pointer_width = "8")] 262s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 262s | 262s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 262s = note: see for more information about checking conditional configuration 262s 262s warning: unexpected `cfg` condition value: `8` 262s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:125:7 262s | 262s 125 | #[cfg(target_pointer_width = "8")] 262s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 262s | 262s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 262s = note: see for more information about checking conditional configuration 262s 262s warning: unexpected `cfg` condition value: `8` 262s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:127:7 262s | 262s 127 | #[cfg(target_pointer_width = "8")] 262s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 262s | 262s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 262s = note: see for more information about checking conditional configuration 262s 262s warning: unexpected `cfg` condition value: `8` 262s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:129:7 262s | 262s 129 | #[cfg(target_pointer_width = "8")] 262s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 262s | 262s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 262s = note: see for more information about checking conditional configuration 262s 262s warning: `embedded-io` (lib) generated 1 warning (1 duplicate) 262s Compiling cobs v0.2.3 262s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cobs CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/cobs-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/cobs-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Allen Welkie <>:James Munns ' CARGO_PKG_DESCRIPTION=' This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm. 262s COBS is an algorithm for transforming a message into an encoding where a specific value 262s (the "sentinel" value) is not used. This value can then be used to mark frame boundaries 262s in a serial communication channel. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cobs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jamesmunns/cobs.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/cobs-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name cobs --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/cobs-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d43267365972767a -C extra-filename=-d43267365972767a --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 263s warning: `cobs` (lib) generated 1 warning (1 duplicate) 263s Compiling postcard v1.0.10 263s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=postcard CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/postcard-1.0.10 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/postcard-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='James Munns ' CARGO_PKG_DESCRIPTION='A no_std + serde compatible message library for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=postcard CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jamesmunns/postcard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/postcard-1.0.10 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name postcard --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/postcard-1.0.10/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="embedded-io"' --cfg 'feature="heapless"' --cfg 'feature="heapless-cas"' --cfg 'feature="use-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "heapless", "heapless-cas", "paste", "use-crc", "use-defmt", "use-std"))' -C metadata=8a20f159e15dd174 -C extra-filename=-8a20f159e15dd174 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern cobs=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libcobs-d43267365972767a.rmeta --extern embedded_io=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libembedded_io-7d2e68ada9b3bccc.rmeta --extern heapless=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libheapless-e2c04cdf49b10941.rmeta --extern serde=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 263s warning: `range-traits` (lib) generated 10 warnings (1 duplicate) 263s Compiling btree-range-map v0.7.2 263s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=btree_range_map CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/btree-range-map-0.7.2 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/btree-range-map-0.7.2/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='B-tree range map implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=btree-range-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/btree-range-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/btree-range-map-0.7.2 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name btree_range_map --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/btree-range-map-0.7.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("ordered-float", "serde"))' -C metadata=35b9710341ec7e31 -C extra-filename=-35b9710341ec7e31 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern btree_slab=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libbtree_slab-f8dadfba8557fd82.rmeta --extern cc_traits=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libcc_traits-88c3a8a7a6b83caf.rmeta --extern range_traits=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/librange_traits-8e84a96939fa870e.rmeta --extern slab=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 263s warning: unexpected `cfg` condition value: `experimental-derive` 263s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:20:7 263s | 263s 20 | #[cfg(feature = "experimental-derive")] 263s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 263s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s = note: `#[warn(unexpected_cfgs)]` on by default 263s 263s warning: unexpected `cfg` condition value: `experimental-derive` 263s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:65:11 263s | 263s 65 | #[cfg(feature = "experimental-derive")] 263s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 263s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: unexpected `cfg` condition value: `experimental-derive` 263s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:77:11 263s | 263s 77 | #[cfg(feature = "experimental-derive")] 263s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 263s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: `postcard` (lib) generated 4 warnings (1 duplicate) 263s Compiling env_logger v0.11.5 263s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/env_logger-0.11.5 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/env_logger-0.11.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment 263s variable. 263s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.11.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/env_logger-0.11.5 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name env_logger --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/env_logger-0.11.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=529e16bac540d90a -C extra-filename=-529e16bac540d90a --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern env_filter=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libenv_filter-dbfe81d631cf1cbc.rmeta --extern humantime=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libhumantime-90a2faad0bf6a215.rmeta --extern log=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 263s warning: `btree-range-map` (lib) generated 1 warning (1 duplicate) 263s Compiling vhost-user-backend v0.17.0 263s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vhost_user_backend CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/vhost-user-backend-0.17.0 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/vhost-user-backend-0.17.0/Cargo.toml CARGO_PKG_AUTHORS='The Cloud Hypervisor Authors' CARGO_PKG_DESCRIPTION='A framework to build vhost-user backend service daemon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vhost-user-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vhost' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/vhost-user-backend-0.17.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name vhost_user_backend --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/vhost-user-backend-0.17.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 --cfg 'feature="xen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("xen"))' -C metadata=fdde246fd5d9e2f9 -C extra-filename=-fdde246fd5d9e2f9 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern libc=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern log=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern vhost=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvhost-da13f7eac088695d.rmeta --extern virtio_bindings=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rmeta --extern virtio_queue=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-fa007de8aebcf245.rmeta --extern vm_memory=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-8565c5e2467cff4e.rmeta --extern vmm_sys_util=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 263s warning: unexpected `cfg` condition value: `postcopy` 263s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/lib.rs:42:11 263s | 263s 42 | #[cfg(all(feature = "postcopy", feature = "xen"))] 263s | ^^^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `xen` 263s = help: consider adding `postcopy` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s = note: `#[warn(unexpected_cfgs)]` on by default 263s 263s warning: unexpected `cfg` condition value: `postcopy` 263s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:10:7 263s | 263s 10 | #[cfg(feature = "postcopy")] 263s | ^^^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `xen` 263s = help: consider adding `postcopy` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: unexpected `cfg` condition value: `postcopy` 263s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:17:7 263s | 263s 17 | #[cfg(feature = "postcopy")] 263s | ^^^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `xen` 263s = help: consider adding `postcopy` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: unexpected `cfg` condition value: `postcopy` 263s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:86:11 263s | 263s 86 | #[cfg(feature = "postcopy")] 263s | ^^^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `xen` 263s = help: consider adding `postcopy` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: unexpected `cfg` condition value: `postcopy` 263s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:106:11 263s | 263s 106 | #[cfg(feature = "postcopy")] 263s | ^^^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `xen` 263s = help: consider adding `postcopy` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: unexpected `cfg` condition value: `postcopy` 263s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:167:19 263s | 263s 167 | #[cfg(feature = "postcopy")] 263s | ^^^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `xen` 263s = help: consider adding `postcopy` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: unexpected `cfg` condition value: `postcopy` 263s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:683:11 263s | 263s 683 | #[cfg(feature = "postcopy")] 263s | ^^^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `xen` 263s = help: consider adding `postcopy` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: unexpected `cfg` condition value: `postcopy` 263s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:717:11 263s | 263s 717 | #[cfg(feature = "postcopy")] 263s | ^^^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `xen` 263s = help: consider adding `postcopy` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: unexpected `cfg` condition value: `postcopy` 263s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:739:11 263s | 263s 739 | #[cfg(feature = "postcopy")] 263s | ^^^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `xen` 263s = help: consider adding `postcopy` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: unexpected `cfg` condition value: `postcopy` 263s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:327:23 263s | 263s 327 | #[cfg(feature = "postcopy")] 263s | ^^^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `xen` 263s = help: consider adding `postcopy` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: unexpected `cfg` condition value: `postcopy` 263s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:615:19 263s | 263s 615 | #[cfg(feature = "postcopy")] 263s | ^^^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `xen` 263s = help: consider adding `postcopy` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: type alias `StyledValue` is never used 263s --> /usr/share/cargo/registry/env_logger-0.11.5/src/fmt/mod.rs:300:6 263s | 263s 300 | type StyledValue = T; 263s | ^^^^^^^^^^^ 263s | 263s = note: `#[warn(dead_code)]` on by default 263s 263s warning: `env_logger` (lib) generated 2 warnings (1 duplicate) 263s Compiling syslog v6.0.1 263s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=syslog CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/syslog-6.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/syslog-6.0.1/Cargo.toml CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='Send log messages to syslog' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syslog CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/rust-syslog' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=6.0.1 CARGO_PKG_VERSION_MAJOR=6 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/syslog-6.0.1 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name syslog --edition=2015 /tmp/tmp.VZj2ffjNYt/registry/syslog-6.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=a88aff0603513316 -C extra-filename=-a88aff0603513316 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern error_chain=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liberror_chain-04658e4bd55e42e3.rmeta --extern hostname=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libhostname-c6296f37f7c78797.rmeta --extern libc=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern log=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern time=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libtime-cd5357a1c1aa3b32.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 263s warning: `vhost-user-backend` (lib) generated 12 warnings (1 duplicate) 263s Compiling futures v0.3.30 263s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-0.3.30 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/futures-0.3.30/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='An implementation of futures and streams featuring zero allocations, 263s composability, and iterator-like interfaces. 263s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/futures-0.3.30 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name futures --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/futures-0.3.30/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="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --cfg 'feature="thread-pool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "default", "executor", "futures-executor", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=9cc2bb5e07eecdae -C extra-filename=-9cc2bb5e07eecdae --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern futures_channel=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-4aafb9b7bc7bb4a2.rmeta --extern futures_core=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_executor=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_executor-ae1e5c1384a32d11.rmeta --extern futures_io=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_io-6788f648763ee870.rmeta --extern futures_sink=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.rmeta --extern futures_task=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern futures_util=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-9a8b19196485ea69.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 263s warning: unexpected `cfg` condition value: `compat` 263s --> /usr/share/cargo/registry/futures-0.3.30/src/lib.rs:206:7 263s | 263s 206 | #[cfg(feature = "compat")] 263s | ^^^^^^^^^^^^^^^^^^ 263s | 263s = note: expected values for `feature` are: `alloc`, `async-await`, `bilock`, `default`, `executor`, `futures-executor`, `std`, `thread-pool`, `unstable`, and `write-all-vectored` 263s = help: consider adding `compat` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s = note: `#[warn(unexpected_cfgs)]` on by default 263s 263s warning: `futures` (lib) generated 2 warnings (1 duplicate) 263s Compiling clap v4.5.23 263s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/clap-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/clap-4.5.23/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.23 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/clap-4.5.23 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name clap --edition=2021 /tmp/tmp.VZj2ffjNYt/registry/clap-4.5.23/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-ext", "unstable-styles", "usage", "wrap_help"))' -C metadata=7a7268c1ffac164a -C extra-filename=-7a7268c1ffac164a --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern clap_builder=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libclap_builder-440268bc247595cc.rmeta --extern clap_derive=/tmp/tmp.VZj2ffjNYt/target/debug/deps/libclap_derive-2ba868b3503952b6.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 263s warning: unexpected `cfg` condition value: `unstable-doc` 263s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:93:7 263s | 263s 93 | #[cfg(feature = "unstable-doc")] 263s | ^^^^^^^^^^-------------- 263s | | 263s | help: there is a expected value with a similar name: `"unstable-ext"` 263s | 263s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 263s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s = note: `#[warn(unexpected_cfgs)]` on by default 263s 263s warning: unexpected `cfg` condition value: `unstable-doc` 263s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:95:7 263s | 263s 95 | #[cfg(feature = "unstable-doc")] 263s | ^^^^^^^^^^-------------- 263s | | 263s | help: there is a expected value with a similar name: `"unstable-ext"` 263s | 263s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 263s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: unexpected `cfg` condition value: `unstable-doc` 263s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:97:7 263s | 263s 97 | #[cfg(feature = "unstable-doc")] 263s | ^^^^^^^^^^-------------- 263s | | 263s | help: there is a expected value with a similar name: `"unstable-ext"` 263s | 263s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 263s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: unexpected `cfg` condition value: `unstable-doc` 263s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:99:7 263s | 263s 99 | #[cfg(feature = "unstable-doc")] 263s | ^^^^^^^^^^-------------- 263s | | 263s | help: there is a expected value with a similar name: `"unstable-ext"` 263s | 263s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 263s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: unexpected `cfg` condition value: `unstable-doc` 263s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:101:7 263s | 263s 101 | #[cfg(feature = "unstable-doc")] 263s | ^^^^^^^^^^-------------- 263s | | 263s | help: there is a expected value with a similar name: `"unstable-ext"` 263s | 263s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 263s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 263s = note: see for more information about checking conditional configuration 263s 263s warning: `clap` (lib) generated 6 warnings (1 duplicate) 263s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=capng CARGO_MANIFEST_DIR=/tmp/tmp.VZj2ffjNYt/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.VZj2ffjNYt/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.VZj2ffjNYt/registry/capng-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps OUT_DIR=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/build/capng-995b7c26601b4d50/out rustc --crate-name capng --edition=2018 /tmp/tmp.VZj2ffjNYt/registry/capng-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a76d0dc152abe6d2 -C extra-filename=-a76d0dc152abe6d2 --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern bitflags=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rmeta --extern libc=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l dylib=cap-ng` 263s warning: `capng` (lib) generated 1 warning (1 duplicate) 264s warning: `syslog` (lib) generated 1 warning (1 duplicate) 264s Compiling virtiofsd v1.13.0 (/usr/share/cargo/registry/virtiofsd-1.13.0) 264s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtiofsd CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 LD_LIBRARY_PATH=/tmp/tmp.VZj2ffjNYt/target/debug/deps rustc --crate-name virtiofsd --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="xen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "seccomp", "xen"))' -C metadata=e5664ad8d7858f0c -C extra-filename=-e5664ad8d7858f0c --out-dir /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.VZj2ffjNYt/target/debug/deps --extern bitflags=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rlib --extern btree_range_map=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libbtree_range_map-35b9710341ec7e31.rlib --extern capng=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libcapng-a76d0dc152abe6d2.rlib --extern clap=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libclap-7a7268c1ffac164a.rlib --extern env_logger=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-529e16bac540d90a.rlib --extern futures=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libfutures-9cc2bb5e07eecdae.rlib --extern libc=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rlib --extern log=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rlib --extern postcard=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libpostcard-8a20f159e15dd174.rlib --extern serde=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rlib --extern syslog=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libsyslog-a88aff0603513316.rlib --extern vhost=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvhost-da13f7eac088695d.rlib --extern vhost_user_backend=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvhost_user_backend-fdde246fd5d9e2f9.rlib --extern virtio_bindings=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rlib --extern virtio_queue=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-fa007de8aebcf245.rlib --extern vm_memory=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-8565c5e2467cff4e.rlib --extern vmm_sys_util=/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.VZj2ffjNYt/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 264s warning: unexpected `cfg` condition name: `debian_test` 264s --> src/descriptor_utils.rs:441:7 264s | 264s 441 | #[cfg(debian_test)] 264s | ^^^^^^^^^^^ 264s | 264s = 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` 264s = help: consider using a Cargo feature instead 264s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 264s [lints.rust] 264s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debian_test)'] } 264s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debian_test)");` to the top of the `build.rs` 264s = note: see for more information about checking conditional configuration 264s = note: `#[warn(unexpected_cfgs)]` on by default 264s 266s warning: `virtiofsd` (lib test) generated 2 warnings (1 duplicate) 266s Finished `test` profile [unoptimized + debuginfo] target(s) in 31.01s 266s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.VZj2ffjNYt/target/s390x-unknown-linux-gnu/debug/deps/virtiofsd-e5664ad8d7858f0c` 266s 266s running 21 tests 266s test passthrough::xattrmap::tests::test_parser_can_parse_multiple_valid_rules ... ok 266s test passthrough::xattrmap::tests::test_parser_can_parse_rules_separated_by_whitespace ... ok 266s test passthrough::xattrmap::tests::test_parser_can_parse_rules_with_different_delimiters ... ok 266s test passthrough::xattrmap::tests::test_parser_can_parse_single_rule ... ok 266s test passthrough::xattrmap::tests::test_parser_emits_error_when_invalid_scope_is_used ... ok 266s test passthrough::xattrmap::tests::test_parser_emits_error_when_invalid_type_is_used ... ok 266s test passthrough::xattrmap::tests::test_parser_emits_error_when_multiple_map_rules_exist ... ok 266s test passthrough::xattrmap::tests::test_parser_emits_error_when_no_rules_are_provided ... ok 266s test passthrough::xattrmap::tests::test_parser_emits_incomplete_rule_error ... ok 266s test passthrough::xattrmap::tests::test_parser_expands_map_rule_with_empty_key ... ok 266s test passthrough::xattrmap::tests::test_parser_expands_map_rule_with_key_and_prepend ... ok 266s test passthrough::xattrmap::tests::test_rule_bad_denies_the_client_request ... ok 266s test passthrough::xattrmap::tests::test_rule_bad_hides_xattr_names_from_client ... ok 266s test passthrough::xattrmap::tests::test_rule_ok_all ... ok 266s test passthrough::xattrmap::tests::test_rule_ok_allows_xattr_names_to_pass_through_unchanged ... ok 266s test passthrough::xattrmap::tests::test_rule_prefix_prepends_xattr_names_from_client ... ok 266s test passthrough::xattrmap::tests::test_rule_prefix_strips_prefixes_from_server ... ok 266s test passthrough::xattrmap::tests::test_rule_unsupported_hides_xattr_names_from_client ... ok 266s test passthrough::xattrmap::tests::test_rule_unsupported_not_support_the_client_request ... ok 266s test read_dir::test::padded_cstrings ... ok 266s test read_dir::test::no_nul_byte - should panic ... ok 266s 266s test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s 266s 266s /tmp/autopkgtest.moXOp2/wrapper.sh: checking for leaked background processes... 266s /tmp/autopkgtest.moXOp2/wrapper.sh: waiting for tee/cat subprocesses... 266s /tmp/autopkgtest.moXOp2/wrapper.sh: cleaning up... 266s /tmp/autopkgtest.moXOp2/wrapper.sh: Exit status: 0 266s autopkgtest: DBG: testbed command exited with code 0 266s autopkgtest [23:28:36]: test librust-virtiofsd-dev:xen: -----------------------] 266s autopkgtest: DBG: testbed executing test finished with exit status 0 266s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3Axen-stdout /tmp/autopkgtest-work.8v097am7/out/librust-virtiofsd-dev%3Axen-stdout 267s autopkgtest: DBG: got reply from testbed: ok 267s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3Axen-stderr /tmp/autopkgtest-work.8v097am7/out/librust-virtiofsd-dev%3Axen-stderr 267s autopkgtest: DBG: got reply from testbed: ok 267s autopkgtest [23:28:37]: test librust-virtiofsd-dev:xen: - - - - - - - - - - results - - - - - - - - - - 267s librust-virtiofsd-dev:xen PASS 267s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3Axen-artifacts/ /tmp/autopkgtest-work.8v097am7/out/artifacts/ 267s autopkgtest: DBG: got reply from testbed: ok 267s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:xen-artifacts', '/tmp/autopkgtest.moXOp2/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 267s autopkgtest: DBG: testbed command exited with code 0 267s autopkgtest [23:28:37]: test librust-virtiofsd-dev:: preparing testbed 267s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'], deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 267s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 267s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-virtiofsd-dev', 'virtiofsd'] 267s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 31), rustc, librust-virtiofsd-dev, virtiofsd 267s autopkgtest: DBG: can use apt-get on testbed: True 267s 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 (>= 31), rustc, librust-virtiofsd-dev, virtiofsd'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 268s Reading package lists... 268s Building dependency tree... 268s Reading state information... 268s Starting pkgProblemResolver with broken count: 0 268s Starting 2 pkgProblemResolver with broken count: 0 268s Done 268s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 268s autopkgtest: DBG: testbed command exited with code 0 268s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-virtiofsd-dev'], kind short, sout pipe, serr pipe, env [] 268s autopkgtest: DBG: testbed command exited with code 0 268s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'virtiofsd'], kind short, sout pipe, serr pipe, env [] 269s autopkgtest: DBG: testbed command exited with code 0 269s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:-packages.all"], kind short, sout raw, serr pipe, env [] 269s autopkgtest: DBG: testbed command exited with code 0 269s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3A-packages.all /tmp/autopkgtest-work.8v097am7/out/librust-virtiofsd-dev%3A-packages.all 270s autopkgtest: DBG: got reply from testbed: ok 270s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.moXOp2/build.KSq/src'], kind short, sout raw, serr raw, env [] 270s autopkgtest: DBG: testbed command exited with code 0 270s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.moXOp2/build.KSq/src already exists 270s autopkgtest [23:28:40]: test librust-virtiofsd-dev:: /usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features 270s autopkgtest [23:28:40]: test librust-virtiofsd-dev:: [----------------------- 270s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.moXOp2/wrapper.sh --debug --artifacts=/tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:-artifacts --chdir=/tmp/autopkgtest.moXOp2/build.KSq/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.moXOp2/librust-virtiofsd-dev:-stderr --stdout=/tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:-stdout --tmp=/tmp/autopkgtest.moXOp2/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=rust-virtiofsd/1.13.0-5 -- bash -ec '/usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features'"], kind test, sout raw, serr raw, env [] 270s /tmp/autopkgtest.moXOp2/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:-artifacts 270s /tmp/autopkgtest.moXOp2/wrapper.sh: changing to directory: /tmp/autopkgtest.moXOp2/build.KSq/src 270s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 270s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 270s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 270s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 270s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: LANG=C.UTF-8 270s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LANGUAGE 270s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_ADDRESS 270s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_ALL 270s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_COLLATE 270s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_CTYPE 270s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_IDENTIFICATION 270s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MEASUREMENT 270s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MESSAGES 270s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_MONETARY 270s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_NAME 270s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_NUMERIC 270s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_PAPER 270s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_TELEPHONE 270s /tmp/autopkgtest.moXOp2/wrapper.sh: unsetting environment: LC_TIME 270s /tmp/autopkgtest.moXOp2/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 270s /tmp/autopkgtest.moXOp2/wrapper.sh: pretending to be a login shell 270s /tmp/autopkgtest.moXOp2/wrapper.sh: will write standard error to /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:-stderr 270s /tmp/autopkgtest.moXOp2/wrapper.sh: will write stdout to /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:-stdout 270s /tmp/autopkgtest.moXOp2/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.moXOp2/autopkgtest_tmp 270s /tmp/autopkgtest.moXOp2/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-virtiofsd/1.13.0-5 270s /tmp/autopkgtest.moXOp2/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test virtiofsd 1.13.0 --all-targets --no-default-features 270s /tmp/autopkgtest.moXOp2/wrapper.sh: copying /tmp/tmp.1JbwXxRVPv/out to stdout and file: /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:-stdout 270s /tmp/autopkgtest.moXOp2/wrapper.sh: copying /tmp/tmp.1JbwXxRVPv/err to standard error and file: /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:-stdout 270s /tmp/autopkgtest.moXOp2/wrapper.sh: writing script pid 9733 to /tmp/autopkgtest_script_pid 270s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 270s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 270s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 270s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.iY8nISFQ4M/registry/ 270s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 270s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 270s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 270s 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'],) {} 270s Compiling proc-macro2 v1.0.92 270s Compiling unicode-ident v1.0.13 270s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/proc-macro2-1.0.92 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=2d75c9a654688144 -C extra-filename=-2d75c9a654688144 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/build/proc-macro2-2d75c9a654688144 -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --cap-lints warn` 270s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/unicode-ident-1.0.13 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b60f1917d0b7f16f -C extra-filename=-b60f1917d0b7f16f --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --cap-lints warn` 270s Compiling libc v0.2.169 270s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 270s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=c7b3561a7edc004d -C extra-filename=-c7b3561a7edc004d --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/build/libc-c7b3561a7edc004d -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --cap-lints warn` 271s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.iY8nISFQ4M/target/debug/deps:/tmp/tmp.iY8nISFQ4M/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/debug/build/proc-macro2-d599727364712bee/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.iY8nISFQ4M/target/debug/build/proc-macro2-2d75c9a654688144/build-script-build` 271s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 271s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 271s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 271s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 271s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 271s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 271s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 271s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 271s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 271s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 271s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 271s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 271s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 271s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 271s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 271s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 271s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/proc-macro2-1.0.92 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/debug/build/proc-macro2-d599727364712bee/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ff92515e6d04de91 -C extra-filename=-ff92515e6d04de91 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern unicode_ident=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libunicode_ident-b60f1917d0b7f16f.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 271s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 271s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.iY8nISFQ4M/target/debug/deps:/tmp/tmp.iY8nISFQ4M/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/libc-53dab5cca2858c68/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.iY8nISFQ4M/target/debug/build/libc-c7b3561a7edc004d/build-script-build` 271s [libc 0.2.169] cargo:rerun-if-changed=build.rs 271s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 271s [libc 0.2.169] cargo:rustc-cfg=freebsd11 271s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 271s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 271s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 271s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/libc-0.2.169 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/libc-53dab5cca2858c68/out rustc --crate-name libc --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=4fcc35c1a3dcd472 -C extra-filename=-4fcc35c1a3dcd472 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_time64_abi)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` 271s warning: unused import: `crate::ntptimeval` 271s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 271s | 271s 5 | use crate::ntptimeval; 271s | ^^^^^^^^^^^^^^^^^ 271s | 271s = note: `#[warn(unused_imports)]` on by default 271s 271s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 271s | 271s = note: this feature is not stably supported; its behavior can change in the future 271s 271s warning: `libc` (lib) generated 2 warnings 271s Compiling quote v1.0.37 271s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/quote-1.0.37 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=baec9bd5986d1c55 -C extra-filename=-baec9bd5986d1c55 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern proc_macro2=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libproc_macro2-ff92515e6d04de91.rmeta --cap-lints warn` 272s Compiling byteorder v1.5.0 272s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/byteorder-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/byteorder-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION=1.60 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/byteorder-1.5.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name byteorder --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/byteorder-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("default", "i128", "std"))' -C metadata=afb5df9a057f9db9 -C extra-filename=-afb5df9a057f9db9 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 272s warning: `byteorder` (lib) generated 1 warning (1 duplicate) 272s Compiling syn v2.0.96 272s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/syn-2.0.96 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"))' -C metadata=06e9eb0587e935d6 -C extra-filename=-06e9eb0587e935d6 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern proc_macro2=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libproc_macro2-ff92515e6d04de91.rmeta --extern quote=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libquote-baec9bd5986d1c55.rmeta --extern unicode_ident=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libunicode_ident-b60f1917d0b7f16f.rmeta --cap-lints warn` 272s Compiling autocfg v1.1.0 272s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/autocfg-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/autocfg-1.1.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.iY8nISFQ4M/registry/autocfg-1.1.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=6f27a56c0b5979c7 -C extra-filename=-6f27a56c0b5979c7 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --cap-lints warn` 272s Compiling slab v0.4.9 272s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/slab-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1b10bbe6721213b1 -C extra-filename=-1b10bbe6721213b1 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/build/slab-1b10bbe6721213b1 -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern autocfg=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libautocfg-6f27a56c0b5979c7.rlib --cap-lints warn` 272s Compiling memchr v2.7.4 272s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/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 272s 1, 2 or 3 byte search and single substring search. 272s ' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/memchr-2.7.4 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.iY8nISFQ4M/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="default"' --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=d88af7c2308bc9ee -C extra-filename=-d88af7c2308bc9ee --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 273s warning: `memchr` (lib) generated 1 warning (1 duplicate) 273s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.iY8nISFQ4M/target/debug/deps:/tmp/tmp.iY8nISFQ4M/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/slab-2d27be4c1ac5bbfd/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.iY8nISFQ4M/target/debug/build/slab-1b10bbe6721213b1/build-script-build` 273s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 273s [slab 0.4.9] | 273s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 273s [slab 0.4.9] 273s [slab 0.4.9] warning: 1 warning emitted 273s [slab 0.4.9] 273s Compiling cfg-if v1.0.0 273s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] 273s parameters. Structured like an if-else chain, the first matching branch is the 273s item that gets emitted. 273s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/cfg-if-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core"))' -C metadata=741ad0425e17df63 -C extra-filename=-741ad0425e17df63 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 273s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 273s Compiling getrandom v0.2.15 273s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/getrandom-0.2.15/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/getrandom-0.2.15 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/getrandom-0.2.15/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("compiler_builtins", "core", "custom", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser"))' -C metadata=54cf000b490cc2db -C extra-filename=-54cf000b490cc2db --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern cfg_if=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-741ad0425e17df63.rmeta --extern libc=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 273s warning: unexpected `cfg` condition value: `js` 273s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 273s | 273s 334 | } else if #[cfg(all(feature = "js", 273s | ^^^^^^^^^^^^^^ 273s | 273s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 273s = help: consider adding `js` as a feature in `Cargo.toml` 273s = note: see for more information about checking conditional configuration 273s = note: `#[warn(unexpected_cfgs)]` on by default 273s 273s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 273s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/slab-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/slab-2d27be4c1ac5bbfd/out rustc --crate-name slab --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/slab-0.4.9/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ae2b949e6d148640 -C extra-filename=-ae2b949e6d148640 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 273s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 273s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 273s | 273s 250 | #[cfg(not(slab_no_const_vec_new))] 273s | ^^^^^^^^^^^^^^^^^^^^^ 273s | 273s = 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` 273s = help: consider using a Cargo feature instead 273s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 273s [lints.rust] 273s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 273s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 273s = note: see for more information about checking conditional configuration 273s = note: `#[warn(unexpected_cfgs)]` on by default 273s 273s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 273s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 273s | 273s 264 | #[cfg(slab_no_const_vec_new)] 273s | ^^^^^^^^^^^^^^^^^^^^^ 273s | 273s = help: consider using a Cargo feature instead 273s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 273s [lints.rust] 273s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 273s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 273s = note: see for more information about checking conditional configuration 273s 273s warning: unexpected `cfg` condition name: `slab_no_track_caller` 273s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 273s | 273s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 273s | ^^^^^^^^^^^^^^^^^^^^ 273s | 273s = help: consider using a Cargo feature instead 273s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 273s [lints.rust] 273s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 273s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 273s = note: see for more information about checking conditional configuration 273s 273s warning: unexpected `cfg` condition name: `slab_no_track_caller` 273s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 273s | 273s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 273s | ^^^^^^^^^^^^^^^^^^^^ 273s | 273s = help: consider using a Cargo feature instead 273s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 273s [lints.rust] 273s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 273s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 273s = note: see for more information about checking conditional configuration 273s 273s warning: unexpected `cfg` condition name: `slab_no_track_caller` 273s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 273s | 273s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 273s | ^^^^^^^^^^^^^^^^^^^^ 273s | 273s = help: consider using a Cargo feature instead 273s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 273s [lints.rust] 273s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 273s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 273s = note: see for more information about checking conditional configuration 273s 273s warning: unexpected `cfg` condition name: `slab_no_track_caller` 273s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 273s | 273s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 273s | ^^^^^^^^^^^^^^^^^^^^ 273s | 273s = help: consider using a Cargo feature instead 273s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 273s [lints.rust] 273s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 273s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 273s = note: see for more information about checking conditional configuration 273s 273s warning: `slab` (lib) generated 7 warnings (1 duplicate) 273s Compiling thiserror v1.0.69 273s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/thiserror-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=398577176776ca6b -C extra-filename=-398577176776ca6b --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/build/thiserror-398577176776ca6b -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --cap-lints warn` 273s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.iY8nISFQ4M/target/debug/deps:/tmp/tmp.iY8nISFQ4M/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/thiserror-fa42a338d55061dc/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.iY8nISFQ4M/target/debug/build/thiserror-398577176776ca6b/build-script-build` 273s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 273s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 273s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 273s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 273s Compiling rand_core v0.6.4 273s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/rand_core-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation. 273s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/rand_core-0.6.4 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/rand_core-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="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=4e3e0fe0b28cc3d1 -C extra-filename=-4e3e0fe0b28cc3d1 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern getrandom=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-54cf000b490cc2db.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 273s warning: unexpected `cfg` condition name: `doc_cfg` 273s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:38:13 273s | 273s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 273s | ^^^^^^^ 273s | 273s = 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` 273s = help: consider using a Cargo feature instead 273s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 273s [lints.rust] 273s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 273s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 273s = note: see for more information about checking conditional configuration 273s = note: `#[warn(unexpected_cfgs)]` on by default 273s 273s warning: unexpected `cfg` condition name: `doc_cfg` 273s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:50:16 273s | 273s 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 273s | ^^^^^^^ 273s | 273s = help: consider using a Cargo feature instead 273s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 273s [lints.rust] 273s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 273s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 273s = note: see for more information about checking conditional configuration 273s 273s warning: unexpected `cfg` condition name: `doc_cfg` 273s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:64:16 273s | 273s 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 273s | ^^^^^^^ 273s | 273s = help: consider using a Cargo feature instead 273s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 273s [lints.rust] 273s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 273s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 273s = note: see for more information about checking conditional configuration 273s 273s warning: unexpected `cfg` condition name: `doc_cfg` 273s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:75:16 273s | 273s 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 273s | ^^^^^^^ 273s | 273s = help: consider using a Cargo feature instead 273s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 273s [lints.rust] 273s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 273s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 273s = note: see for more information about checking conditional configuration 273s 273s warning: unexpected `cfg` condition name: `doc_cfg` 273s --> /usr/share/cargo/registry/rand_core-0.6.4/src/os.rs:46:12 273s | 273s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 273s | ^^^^^^^ 273s | 273s = help: consider using a Cargo feature instead 273s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 273s [lints.rust] 273s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 273s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 273s = note: see for more information about checking conditional configuration 273s 273s warning: unexpected `cfg` condition name: `doc_cfg` 273s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:411:16 273s | 273s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 273s | ^^^^^^^ 273s | 273s = help: consider using a Cargo feature instead 273s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 273s [lints.rust] 273s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 273s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 273s = note: see for more information about checking conditional configuration 273s 273s warning: `rand_core` (lib) generated 7 warnings (1 duplicate) 273s Compiling bitflags v1.3.2 273s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/bitflags-1.3.2 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/bitflags-1.3.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 273s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/bitflags-1.3.2 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name bitflags --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/bitflags-1.3.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=986ea5246d1bde4b -C extra-filename=-986ea5246d1bde4b --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 274s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 274s Compiling log v0.4.22 274s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/log-0.4.22 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust 274s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/log-0.4.22 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name log --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/log-0.4.22/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("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=5771a53463867bfb -C extra-filename=-5771a53463867bfb --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 274s warning: `log` (lib) generated 1 warning (1 duplicate) 274s Compiling aho-corasick v1.1.3 274s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/aho-corasick-1.1.3 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name aho_corasick --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/aho-corasick-1.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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=2bcce03042626be9 -C extra-filename=-2bcce03042626be9 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern memchr=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 274s warning: method `cmpeq` is never used 274s --> /usr/share/cargo/registry/aho-corasick-1.1.3/src/packed/vector.rs:74:15 274s | 274s 28 | pub(crate) trait Vector: 274s | ------ method in this trait 274s ... 274s 74 | unsafe fn cmpeq(self, vector2: Self) -> Self; 274s | ^^^^^ 274s | 274s = note: `#[warn(dead_code)]` on by default 274s 275s warning: `aho-corasick` (lib) generated 2 warnings (1 duplicate) 275s Compiling portable-atomic v1.10.0 275s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 275s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/portable-atomic-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/portable-atomic-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=6e3bd4f4c006b233 -C extra-filename=-6e3bd4f4c006b233 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/build/portable-atomic-6e3bd4f4c006b233 -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --cap-lints warn` 276s Compiling version_check v0.9.5 276s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/version_check-0.9.5 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/version_check-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/version_check-0.9.5 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name version_check --edition=2015 /tmp/tmp.iY8nISFQ4M/registry/version_check-0.9.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())' -C metadata=aa35b04adf26b055 -C extra-filename=-aa35b04adf26b055 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --cap-lints warn` 276s Compiling serde v1.0.217 276s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/serde-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=816e356155c8e78e -C extra-filename=-816e356155c8e78e --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/build/serde-816e356155c8e78e -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --cap-lints warn` 276s Compiling zerocopy-derive v0.7.34 276s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/zerocopy-derive-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/zerocopy-derive-0.7.34/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Custom derive for traits from the zerocopy crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy-derive CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/zerocopy-derive-0.7.34 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name zerocopy_derive --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/zerocopy-derive-0.7.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=113aa28ae736394e -C extra-filename=-113aa28ae736394e --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern proc_macro2=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 277s Compiling thiserror-impl v1.0.69 277s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/thiserror-impl-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85a314ae0bf3e0d8 -C extra-filename=-85a314ae0bf3e0d8 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern proc_macro2=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 278s Compiling zerocopy v0.7.34 278s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/zerocopy-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/zerocopy-0.7.34/Cargo.toml CARGO_PKG_AUTHORS='Joshua Liebow-Feeser ' CARGO_PKG_DESCRIPTION='Utilities for zero-copy parsing and serialization' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-2-Clause OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=zerocopy CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/google/zerocopy' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.7.34 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=34 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/zerocopy-0.7.34 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name zerocopy --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/zerocopy-0.7.34/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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=c32c505c14a96b41 -C extra-filename=-c32c505c14a96b41 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern byteorder=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-afb5df9a057f9db9.rmeta --extern zerocopy_derive=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libzerocopy_derive-113aa28ae736394e.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/util.rs:597:32 278s | 278s 597 | let remainder = t.addr() % mem::align_of::(); 278s | ^^^^^^^^^^^^^^^^^^ 278s | 278s note: the lint level is defined here 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:174:5 278s | 278s 174 | unused_qualifications, 278s | ^^^^^^^^^^^^^^^^^^^^^ 278s help: remove the unnecessary path segments 278s | 278s 597 - let remainder = t.addr() % mem::align_of::(); 278s 597 + let remainder = t.addr() % align_of::(); 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:333:35 278s | 278s 333 | const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 278s | ^^^^^^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 333 - const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 278s 333 + const POINTER_WIDTH_BITS: usize = size_of::() * 8; 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:488:44 278s | 278s 488 | align: match NonZeroUsize::new(mem::align_of::()) { 278s | ^^^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 488 - align: match NonZeroUsize::new(mem::align_of::()) { 278s 488 + align: match NonZeroUsize::new(align_of::()) { 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:492:49 278s | 278s 492 | size_info: SizeInfo::Sized { _size: mem::size_of::() }, 278s | ^^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 492 - size_info: SizeInfo::Sized { _size: mem::size_of::() }, 278s 492 + size_info: SizeInfo::Sized { _size: size_of::() }, 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:511:44 278s | 278s 511 | align: match NonZeroUsize::new(mem::align_of::()) { 278s | ^^^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 511 - align: match NonZeroUsize::new(mem::align_of::()) { 278s 511 + align: match NonZeroUsize::new(align_of::()) { 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:517:29 278s | 278s 517 | _elem_size: mem::size_of::(), 278s | ^^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 517 - _elem_size: mem::size_of::(), 278s 517 + _elem_size: size_of::(), 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:1418:19 278s | 278s 1418 | let len = mem::size_of_val(self); 278s | ^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 1418 - let len = mem::size_of_val(self); 278s 1418 + let len = size_of_val(self); 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2714:19 278s | 278s 2714 | let len = mem::size_of_val(self); 278s | ^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 2714 - let len = mem::size_of_val(self); 278s 2714 + let len = size_of_val(self); 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2789:19 278s | 278s 2789 | let len = mem::size_of_val(self); 278s | ^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 2789 - let len = mem::size_of_val(self); 278s 2789 + let len = size_of_val(self); 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2863:27 278s | 278s 2863 | if bytes.len() != mem::size_of_val(self) { 278s | ^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 2863 - if bytes.len() != mem::size_of_val(self) { 278s 2863 + if bytes.len() != size_of_val(self) { 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2920:20 278s | 278s 2920 | let size = mem::size_of_val(self); 278s | ^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 2920 - let size = mem::size_of_val(self); 278s 2920 + let size = size_of_val(self); 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2981:45 278s | 278s 2981 | let start = bytes.len().checked_sub(mem::size_of_val(self))?; 278s | ^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 2981 - let start = bytes.len().checked_sub(mem::size_of_val(self))?; 278s 2981 + let start = bytes.len().checked_sub(size_of_val(self))?; 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4161:27 278s | 278s 4161 | if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 278s | ^^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 4161 - if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 278s 4161 + if bytes.len() != size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4176:26 278s | 278s 4176 | if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 278s | ^^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 4176 - if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 278s 4176 + if bytes.len() < size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4179:46 278s | 278s 4179 | let (bytes, suffix) = bytes.split_at(mem::size_of::()); 278s | ^^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 4179 - let (bytes, suffix) = bytes.split_at(mem::size_of::()); 278s 4179 + let (bytes, suffix) = bytes.split_at(size_of::()); 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4194:46 278s | 278s 4194 | let split_at = bytes_len.checked_sub(mem::size_of::())?; 278s | ^^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 4194 - let split_at = bytes_len.checked_sub(mem::size_of::())?; 278s 4194 + let split_at = bytes_len.checked_sub(size_of::())?; 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4221:26 278s | 278s 4221 | .checked_rem(mem::size_of::()) 278s | ^^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 4221 - .checked_rem(mem::size_of::()) 278s 4221 + .checked_rem(size_of::()) 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4243:34 278s | 278s 4243 | let expected_len = match mem::size_of::().checked_mul(count) { 278s | ^^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 4243 - let expected_len = match mem::size_of::().checked_mul(count) { 278s 4243 + let expected_len = match size_of::().checked_mul(count) { 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4268:34 278s | 278s 4268 | let expected_len = match mem::size_of::().checked_mul(count) { 278s | ^^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 4268 - let expected_len = match mem::size_of::().checked_mul(count) { 278s 4268 + let expected_len = match size_of::().checked_mul(count) { 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4795:25 278s | 278s 4795 | let elem_size = mem::size_of::(); 278s | ^^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 4795 - let elem_size = mem::size_of::(); 278s 4795 + let elem_size = size_of::(); 278s | 278s 278s warning: unnecessary qualification 278s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4825:25 278s | 278s 4825 | let elem_size = mem::size_of::(); 278s | ^^^^^^^^^^^^^^^^^ 278s | 278s help: remove the unnecessary path segments 278s | 278s 4825 - let elem_size = mem::size_of::(); 278s 4825 + let elem_size = size_of::(); 278s | 278s 278s warning: `zerocopy` (lib) generated 22 warnings (1 duplicate) 278s Compiling ppv-lite86 v0.2.20 278s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/ppv-lite86-0.2.20/Cargo.toml CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.2.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/ppv-lite86-0.2.20 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name ppv_lite86 --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/ppv-lite86-0.2.20/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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=8793fcb688dbf433 -C extra-filename=-8793fcb688dbf433 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern zerocopy=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libzerocopy-c32c505c14a96b41.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 278s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/thiserror-1.0.69 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/thiserror-fa42a338d55061dc/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4dcd096416e86a0 -C extra-filename=-b4dcd096416e86a0 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern thiserror_impl=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libthiserror_impl-85a314ae0bf3e0d8.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 278s warning: `ppv-lite86` (lib) generated 1 warning (1 duplicate) 278s Compiling rand_chacha v0.3.1 278s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/rand_chacha-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='ChaCha random number generator 278s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_chacha CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/rand_chacha-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name rand_chacha --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/rand_chacha-0.3.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("default", "serde", "serde1", "simd", "std"))' -C metadata=b3f95d84bd0cdf07 -C extra-filename=-b3f95d84bd0cdf07 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern ppv_lite86=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libppv_lite86-8793fcb688dbf433.rmeta --extern rand_core=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/librand_core-4e3e0fe0b28cc3d1.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 278s warning: `thiserror` (lib) generated 1 warning (1 duplicate) 278s Compiling futures-core v0.3.31 278s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 278s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-core-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/futures-core-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=2134c5b836c19dbf -C extra-filename=-2134c5b836c19dbf --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 278s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 278s Compiling futures-sink v0.3.31 278s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_sink CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-sink-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/futures-sink-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The asynchronous `Sink` trait for the futures-rs library. 279s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-sink CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-sink-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name futures_sink --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/futures-sink-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2bb87e6e77d12a0e -C extra-filename=-2bb87e6e77d12a0e --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 279s warning: `futures-sink` (lib) generated 1 warning (1 duplicate) 279s Compiling regex-syntax v0.8.5 279s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/regex-syntax-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/regex-syntax-0.8.5 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/regex-syntax-0.8.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=ee84c8006f047bec -C extra-filename=-ee84c8006f047bec --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 279s warning: `rand_chacha` (lib) generated 1 warning (1 duplicate) 279s Compiling arc-swap v1.7.1 279s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=arc_swap CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/arc-swap-1.7.1 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/arc-swap-1.7.1/Cargo.toml CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner ' CARGO_PKG_DESCRIPTION='Atomically swappable Arc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arc-swap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/vorner/arc-swap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.7.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/arc-swap-1.7.1 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name arc_swap --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/arc-swap-1.7.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("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=15aac0f9e7b1cfab -C extra-filename=-15aac0f9e7b1cfab --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 279s warning: `arc-swap` (lib) generated 1 warning (1 duplicate) 279s Compiling utf8parse v0.2.1 279s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/utf8parse-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Joe Wilm :Christian Duerr ' CARGO_PKG_DESCRIPTION='Table-driven UTF-8 parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=utf8parse CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/alacritty/vte' 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/utf8parse-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/utf8parse-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=7081218f12e06a2e -C extra-filename=-7081218f12e06a2e --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 279s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 279s Compiling anstyle-parse v0.2.1 279s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/anstyle-parse-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse ANSI Style Escapes' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-parse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.64.0 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='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/anstyle-parse-0.2.1 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/anstyle-parse-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="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=ae0d80c25dd2d9d8 -C extra-filename=-ae0d80c25dd2d9d8 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern utf8parse=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-7081218f12e06a2e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 279s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 279s Compiling vm-memory v0.16.1 279s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vm_memory CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/vm-memory-0.16.1 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/vm-memory-0.16.1/Cargo.toml CARGO_PKG_AUTHORS='Liu Jiang ' CARGO_PKG_DESCRIPTION='Safe abstractions for accessing the VM physical memory' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vm-memory CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-memory' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.16.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/vm-memory-0.16.1 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name vm_memory --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/vm-memory-0.16.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="arc-swap"' --cfg 'feature="backend-atomic"' --cfg 'feature="backend-bitmap"' --cfg 'feature="backend-mmap"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc-swap", "backend-atomic", "backend-bitmap", "backend-mmap", "bitflags", "default", "vmm-sys-util", "xen"))' -C metadata=e9ae59b1f0e77f65 -C extra-filename=-e9ae59b1f0e77f65 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern arc_swap=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libarc_swap-15aac0f9e7b1cfab.rmeta --extern libc=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern thiserror=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-b4dcd096416e86a0.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 280s warning: `vm-memory` (lib) generated 1 warning (1 duplicate) 280s Compiling regex-automata v0.4.9 280s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/regex-automata-0.4.9 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/regex-automata-0.4.9/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="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=7c5e7acc605227e3 -C extra-filename=-7c5e7acc605227e3 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern aho_corasick=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-2bcce03042626be9.rmeta --extern memchr=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern regex_syntax=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-ee84c8006f047bec.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 281s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 281s Compiling rand v0.8.5 281s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/rand-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality. 281s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/rand-0.8.5 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/rand-0.8.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=e8149766e9596af6 -C extra-filename=-e8149766e9596af6 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern libc=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern rand_chacha=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-b3f95d84bd0cdf07.rmeta --extern rand_core=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/librand_core-4e3e0fe0b28cc3d1.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:52:13 281s | 281s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s = note: `#[warn(unexpected_cfgs)]` on by default 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:53:13 281s | 281s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 281s | ^^^^^^^ 281s | 281s = 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` 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:181:12 281s | 281s 181 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/mod.rs:116:12 281s | 281s 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `features` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 281s | 281s 162 | #[cfg(features = "nightly")] 281s | ^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: see for more information about checking conditional configuration 281s help: there is a config with a similar name and value 281s | 281s 162 | #[cfg(feature = "nightly")] 281s | ~~~~~~~ 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:15:7 281s | 281s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:156:7 281s | 281s 156 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:158:7 281s | 281s 158 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:160:7 281s | 281s 160 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:162:7 281s | 281s 162 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:165:7 281s | 281s 165 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:167:7 281s | 281s 167 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:169:7 281s | 281s 169 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:13:32 281s | 281s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:15:35 281s | 281s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:19:7 281s | 281s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:112:7 281s | 281s 112 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:142:7 281s | 281s 142 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:144:7 281s | 281s 144 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:146:7 281s | 281s 146 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:148:7 281s | 281s 148 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:150:7 281s | 281s 150 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:152:7 281s | 281s 152 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:155:5 281s | 281s 155 | feature = "simd_support", 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:11:7 281s | 281s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:144:7 281s | 281s 144 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `std` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:235:11 281s | 281s 235 | #[cfg(not(std))] 281s | ^^^ help: found config with similar value: `feature = "std"` 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:363:7 281s | 281s 363 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:423:7 281s | 281s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 281s | ^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:424:7 281s | 281s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 281s | ^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:425:7 281s | 281s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 281s | ^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:426:7 281s | 281s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 281s | ^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:427:7 281s | 281s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 281s | ^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:428:7 281s | 281s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 281s | ^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:429:7 281s | 281s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 281s | ^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `std` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 281s | 281s 291 | #[cfg(not(std))] 281s | ^^^ help: found config with similar value: `feature = "std"` 281s ... 281s 359 | scalar_float_impl!(f32, u32); 281s | ---------------------------- in this macro invocation 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 281s 281s warning: unexpected `cfg` condition name: `std` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 281s | 281s 291 | #[cfg(not(std))] 281s | ^^^ help: found config with similar value: `feature = "std"` 281s ... 281s 360 | scalar_float_impl!(f64, u64); 281s | ---------------------------- in this macro invocation 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:80:12 281s | 281s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:429:12 281s | 281s 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 281s | 281s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 281s | 281s 572 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 281s | 281s 679 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 281s | 281s 687 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 281s | 281s 696 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 281s | 281s 706 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 281s | 281s 1001 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 281s | 281s 1003 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 281s | 281s 1005 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 281s | 281s 1007 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 281s | 281s 1010 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 281s | 281s 1012 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `simd_support` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 281s | 281s 1014 | #[cfg(feature = "simd_support")] 281s | ^^^^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 281s = help: consider adding `simd_support` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/rng.rs:395:12 281s | 281s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:99:12 281s | 281s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:118:12 281s | 281s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/std.rs:32:12 281s | 281s 32 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std_rng")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/thread.rs:60:12 281s | 281s 60 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/thread.rs:87:12 281s | 281s 87 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", feature = "std_rng"))))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:29:12 281s | 281s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:623:12 281s | 281s 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/index.rs:276:12 281s | 281s 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:114:16 281s | 281s 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:142:16 281s | 281s 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:170:16 281s | 281s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:219:16 281s | 281s 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition name: `doc_cfg` 281s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:465:16 281s | 281s 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 281s | ^^^^^^^ 281s | 281s = help: consider using a Cargo feature instead 281s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 281s [lints.rust] 281s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s 281s warning: trait `Float` is never used 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:238:18 281s | 281s 238 | pub(crate) trait Float: Sized { 281s | ^^^^^ 281s | 281s = note: `#[warn(dead_code)]` on by default 281s 281s warning: associated items `lanes`, `extract`, and `replace` are never used 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:247:8 281s | 281s 245 | pub(crate) trait FloatAsSIMD: Sized { 281s | ----------- associated items in this trait 281s 246 | #[inline(always)] 281s 247 | fn lanes() -> usize { 281s | ^^^^^ 281s ... 281s 255 | fn extract(self, index: usize) -> Self { 281s | ^^^^^^^ 281s ... 281s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 281s | ^^^^^^^ 281s 281s warning: method `all` is never used 281s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:268:8 281s | 281s 266 | pub(crate) trait BoolAsSIMD: Sized { 281s | ---------- method in this trait 281s 267 | fn any(self) -> bool; 281s 268 | fn all(self) -> bool; 281s | ^^^ 281s 282s warning: `rand` (lib) generated 70 warnings (1 duplicate) 282s Compiling futures-channel v0.3.31 282s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. 282s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-channel-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/futures-channel-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=4aafb9b7bc7bb4a2 -C extra-filename=-4aafb9b7bc7bb4a2 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern futures_core=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_sink=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 282s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.iY8nISFQ4M/target/debug/deps:/tmp/tmp.iY8nISFQ4M/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/serde-b0fa5c18367e4328/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.iY8nISFQ4M/target/debug/build/serde-816e356155c8e78e/build-script-build` 282s [serde 1.0.217] cargo:rerun-if-changed=build.rs 282s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 282s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 282s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 282s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 282s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 282s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 282s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 282s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 282s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 282s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 282s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 282s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 282s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 282s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 282s Compiling serde_derive v1.0.217 282s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/serde_derive-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/serde_derive-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/serde_derive-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name serde_derive --edition=2015 /tmp/tmp.iY8nISFQ4M/registry/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=277609d74627e533 -C extra-filename=-277609d74627e533 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern proc_macro2=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 284s warning: `regex-automata` (lib) generated 1 warning (1 duplicate) 284s Compiling futures-macro v0.3.31 284s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 284s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-macro-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e3308265abdf740 -C extra-filename=-0e3308265abdf740 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern proc_macro2=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 285s Compiling error-chain v0.12.4 285s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/error-chain-0.12.4 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name build_script_build --edition=2015 /tmp/tmp.iY8nISFQ4M/registry/error-chain-0.12.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "example_generated"))' -C metadata=f00fe17e8e73c064 -C extra-filename=-f00fe17e8e73c064 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/build/error-chain-f00fe17e8e73c064 -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern version_check=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libversion_check-aa35b04adf26b055.rlib --cap-lints warn` 285s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FALLBACK=1 CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 285s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.iY8nISFQ4M/target/debug/deps:/tmp/tmp.iY8nISFQ4M/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/portable-atomic-cd80266702042c71/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.iY8nISFQ4M/target/debug/build/portable-atomic-6e3bd4f4c006b233/build-script-build` 285s [portable-atomic 1.10.0] cargo:rerun-if-changed=build.rs 285s [portable-atomic 1.10.0] cargo:rerun-if-changed=no_atomic.rs 285s [portable-atomic 1.10.0] cargo:rerun-if-changed=version.rs 285s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(target_feature,values("experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3")) 285s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute) 285s [portable-atomic 1.10.0] cargo:rustc-check-cfg=cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha")) 285s [portable-atomic 1.10.0] cargo:rustc-cfg=portable_atomic_no_asm 285s Compiling vmm-sys-util v0.12.1 285s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vmm_sys_util CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/vmm-sys-util-0.12.1 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/vmm-sys-util-0.12.1/Cargo.toml CARGO_PKG_AUTHORS='Intel Virtualization Team ' CARGO_PKG_DESCRIPTION='A system utility set' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vmm-sys-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vmm-sys-util' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/vmm-sys-util-0.12.1 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name vmm_sys_util --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/vmm-sys-util-0.12.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("serde", "serde_derive", "with-serde"))' -C metadata=9c7a8ea78bd58733 -C extra-filename=-9c7a8ea78bd58733 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern bitflags=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rmeta --extern libc=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 285s warning: unexpected `cfg` condition value: `cargo-clippy` 285s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:102:5 285s | 285s 102 | feature = "cargo-clippy", 285s | ^^^^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 285s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s = note: `#[warn(unexpected_cfgs)]` on by default 285s 285s warning: unexpected `cfg` condition value: `cargo-clippy` 285s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:206:12 285s | 285s 206 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::unnecessary_cast))] 285s | ^^^^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 285s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s warning: unexpected `cfg` condition value: `cargo-clippy` 285s --> /usr/share/cargo/registry/vmm-sys-util-0.12.1/src/linux/sock_ctrl_msg.rs:451:16 285s | 285s 451 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::useless_asref))] 285s | ^^^^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `serde`, `serde_derive`, and `with-serde` 285s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 286s warning: `vmm-sys-util` (lib) generated 4 warnings (1 duplicate) 286s Compiling colorchoice v1.0.0 286s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/colorchoice-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Global override of color control' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=colorchoice CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.64.0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/colorchoice-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89cf5d12a9fe03dd -C extra-filename=-89cf5d12a9fe03dd --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 286s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 286s Compiling pin-project-lite v0.2.13 286s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/pin-project-lite-0.2.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. 286s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/pin-project-lite-0.2.13 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de76c4ee48d4abc2 -C extra-filename=-de76c4ee48d4abc2 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 286s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 286s Compiling pin-utils v0.1.0 286s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 286s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/pin-utils-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/pin-utils-0.1.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=ad8429c20206ce97 -C extra-filename=-ad8429c20206ce97 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 286s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 286s Compiling heapless v0.8.0 286s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/heapless-0.8.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="portable-atomic"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=87d3077d770e26f5 -C extra-filename=-87d3077d770e26f5 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/build/heapless-87d3077d770e26f5 -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --cap-lints warn` 286s Compiling anstyle v1.0.8 286s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/anstyle-1.0.8/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='ANSI text styling' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=1.0.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/anstyle-1.0.8 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/anstyle-1.0.8/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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bf42d2790f2028b8 -C extra-filename=-bf42d2790f2028b8 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 286s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 286s Compiling powerfmt v0.2.0 286s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=powerfmt CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/powerfmt-0.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/powerfmt-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION=' `powerfmt` is a library that provides utilities for formatting values. This crate makes it 286s significantly easier to support filling to a minimum width with alignment, avoid heap 286s allocation, and avoid repetitive calculations. 286s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=powerfmt CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/powerfmt' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/powerfmt-0.2.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name powerfmt --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/powerfmt-0.2.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("alloc", "default", "macros", "std"))' -C metadata=fafbfb32d3be10d7 -C extra-filename=-fafbfb32d3be10d7 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 286s warning: unexpected `cfg` condition name: `__powerfmt_docs` 286s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/lib.rs:6:13 286s | 286s 6 | #![cfg_attr(__powerfmt_docs, feature(doc_auto_cfg, rustc_attrs))] 286s | ^^^^^^^^^^^^^^^ 286s | 286s = 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` 286s = help: consider using a Cargo feature instead 286s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 286s [lints.rust] 286s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 286s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 286s = note: see for more information about checking conditional configuration 286s = note: `#[warn(unexpected_cfgs)]` on by default 286s 286s warning: unexpected `cfg` condition name: `__powerfmt_docs` 286s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/lib.rs:7:13 286s | 286s 7 | #![cfg_attr(__powerfmt_docs, allow(internal_features))] 286s | ^^^^^^^^^^^^^^^ 286s | 286s = help: consider using a Cargo feature instead 286s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 286s [lints.rust] 286s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 286s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 286s = note: see for more information about checking conditional configuration 286s 286s warning: unexpected `cfg` condition name: `__powerfmt_docs` 286s --> /usr/share/cargo/registry/powerfmt-0.2.0/src/smart_display.rs:629:12 286s | 286s 629 | #[cfg_attr(__powerfmt_docs, rustc_must_implement_one_of(fmt, fmt_with_metadata))] 286s | ^^^^^^^^^^^^^^^ 286s | 286s = help: consider using a Cargo feature instead 286s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 286s [lints.rust] 286s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__powerfmt_docs)'] } 286s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__powerfmt_docs)");` to the top of the `build.rs` 286s = note: see for more information about checking conditional configuration 286s 286s Compiling anstyle-query v1.0.0 286s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/anstyle-query-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Look up colored console capabilities' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstyle-query CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/anstyle-query-1.0.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c5e51bb31b1b148 -C extra-filename=-9c5e51bb31b1b148 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 286s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 286s Compiling futures-task v0.3.31 286s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 286s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-task-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/futures-task-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=c1a7c716e83896aa -C extra-filename=-c1a7c716e83896aa --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 286s warning: `powerfmt` (lib) generated 4 warnings (1 duplicate) 286s Compiling futures-io v0.3.31 286s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_io CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-io-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/futures-io-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. 286s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-io-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name futures_io --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/futures-io-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=6788f648763ee870 -C extra-filename=-6788f648763ee870 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 286s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 286s Compiling deranged v0.3.11 286s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=deranged CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/deranged-0.3.11 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/deranged-0.3.11/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='Ranged integers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=deranged CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/deranged' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.3.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/deranged-0.3.11 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name deranged --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/deranged-0.3.11/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="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=c779b43b900c7ae3 -C extra-filename=-c779b43b900c7ae3 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern powerfmt=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libpowerfmt-fafbfb32d3be10d7.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 286s warning: `futures-io` (lib) generated 1 warning (1 duplicate) 286s Compiling futures-util v0.3.31 286s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 286s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-util-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/futures-util-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std", "unstable", "write-all-vectored"))' -C metadata=9a8b19196485ea69 -C extra-filename=-9a8b19196485ea69 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern futures_channel=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-4aafb9b7bc7bb4a2.rmeta --extern futures_core=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_io=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_io-6788f648763ee870.rmeta --extern futures_macro=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libfutures_macro-0e3308265abdf740.so --extern futures_sink=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.rmeta --extern futures_task=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern memchr=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern pin_project_lite=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-de76c4ee48d4abc2.rmeta --extern pin_utils=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-ad8429c20206ce97.rmeta --extern slab=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 286s warning: lint `illegal_floating_point_literal_pattern` has been removed: no longer a warning, float patterns behave the same as `==` 286s --> /usr/share/cargo/registry/deranged-0.3.11/src/lib.rs:9:5 286s | 286s 9 | illegal_floating_point_literal_pattern, 286s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 286s | 286s = note: `#[warn(renamed_and_removed_lints)]` on by default 286s 286s warning: unexpected `cfg` condition name: `docs_rs` 286s --> /usr/share/cargo/registry/deranged-0.3.11/src/lib.rs:1:13 286s | 286s 1 | #![cfg_attr(docs_rs, feature(doc_auto_cfg))] 286s | ^^^^^^^ help: there is a config with a similar name: `docsrs` 286s | 286s = help: consider using a Cargo feature instead 286s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 286s [lints.rust] 286s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } 286s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` 286s = note: see for more information about checking conditional configuration 286s = note: `#[warn(unexpected_cfgs)]` on by default 286s 287s warning: unexpected `cfg` condition value: `compat` 287s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 287s | 287s 308 | #[cfg(feature = "compat")] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 287s = help: consider adding `compat` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s = note: requested on the command line with `-W unexpected-cfgs` 287s 287s warning: unexpected `cfg` condition value: `compat` 287s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 287s | 287s 6 | #[cfg(feature = "compat")] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 287s = help: consider adding `compat` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `compat` 287s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 287s | 287s 580 | #[cfg(feature = "compat")] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 287s = help: consider adding `compat` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `compat` 287s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 287s | 287s 6 | #[cfg(feature = "compat")] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 287s = help: consider adding `compat` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `compat` 287s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 287s | 287s 1154 | #[cfg(feature = "compat")] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 287s = help: consider adding `compat` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `compat` 287s --> /usr/share/cargo/registry/futures-util-0.3.31/src/sink/mod.rs:15:7 287s | 287s 15 | #[cfg(feature = "compat")] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 287s = help: consider adding `compat` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `compat` 287s --> /usr/share/cargo/registry/futures-util-0.3.31/src/sink/mod.rs:291:11 287s | 287s 291 | #[cfg(feature = "compat")] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 287s = help: consider adding `compat` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `compat` 287s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 287s | 287s 3 | #[cfg(feature = "compat")] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 287s = help: consider adding `compat` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `compat` 287s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 287s | 287s 92 | #[cfg(feature = "compat")] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 287s = help: consider adding `compat` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `io-compat` 287s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:19:7 287s | 287s 19 | #[cfg(feature = "io-compat")] 287s | ^^^^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 287s = help: consider adding `io-compat` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `io-compat` 287s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:388:11 287s | 287s 388 | #[cfg(feature = "io-compat")] 287s | ^^^^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 287s = help: consider adding `io-compat` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `io-compat` 287s --> /usr/share/cargo/registry/futures-util-0.3.31/src/io/mod.rs:547:11 287s | 287s 547 | #[cfg(feature = "io-compat")] 287s | ^^^^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 287s = help: consider adding `io-compat` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: `deranged` (lib) generated 3 warnings (1 duplicate) 287s Compiling anstream v0.6.15 287s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/anstream-0.6.15/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.' CARGO_PKG_HOMEPAGE='https://github.com/rust-cli/anstyle' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anstream CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/anstyle.git' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/anstream-0.6.15 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/anstream-0.6.15/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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test"))' -C metadata=6538a9779fbfa2ba -C extra-filename=-6538a9779fbfa2ba --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern anstyle=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bf42d2790f2028b8.rmeta --extern anstyle_parse=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-ae0d80c25dd2d9d8.rmeta --extern anstyle_query=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-9c5e51bb31b1b148.rmeta --extern colorchoice=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-89cf5d12a9fe03dd.rmeta --extern utf8parse=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-7081218f12e06a2e.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 287s | 287s 48 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s = note: `#[warn(unexpected_cfgs)]` on by default 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 287s | 287s 53 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 287s | 287s 4 | #[cfg(not(all(windows, feature = "wincon")))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 287s | 287s 8 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 287s | 287s 46 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 287s | 287s 58 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 287s | 287s 5 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 287s | 287s 27 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 287s | 287s 137 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 287s | 287s 143 | #[cfg(not(all(windows, feature = "wincon")))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 287s | 287s 155 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 287s | 287s 166 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 287s | 287s 180 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 287s | 287s 225 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 287s | 287s 243 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 287s | 287s 260 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 287s | 287s 269 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 287s | 287s 279 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 287s | 287s 288 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 287s | 287s 298 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 287s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_PORTABLE_ATOMIC=1 CARGO_FEATURE_SERDE=1 CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.iY8nISFQ4M/target/debug/deps:/tmp/tmp.iY8nISFQ4M/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/heapless-89294599186927b0/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.iY8nISFQ4M/target/debug/build/heapless-87d3077d770e26f5/build-script-build` 287s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/serde-1.0.217 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/serde-b0fa5c18367e4328/out rustc --crate-name serde --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/serde-1.0.217/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=679a03bdbf7636df -C extra-filename=-679a03bdbf7636df --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern serde_derive=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libserde_derive-277609d74627e533.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` 289s warning: `futures-util` (lib) generated 13 warnings (1 duplicate) 289s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=portable_atomic CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/portable-atomic-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/portable-atomic-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Portable atomic types including support for 128-bit atomics, atomic float, etc. 289s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=portable-atomic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/portable-atomic' CARGO_PKG_RUST_VERSION=1.34 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/portable-atomic-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/portable-atomic-cd80266702042c71/out rustc --crate-name portable_atomic --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/portable-atomic-1.10.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 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=ee0a9d3afcca0808 -C extra-filename=-ee0a9d3afcca0808 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg portable_atomic_no_asm --check-cfg 'cfg(target_feature,values("experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'` 289s warning: `portable-atomic` (lib) generated 1 warning (1 duplicate) 289s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.iY8nISFQ4M/target/debug/deps:/tmp/tmp.iY8nISFQ4M/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/error-chain-0e13d081d35e3bc3/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.iY8nISFQ4M/target/debug/build/error-chain-f00fe17e8e73c064/build-script-build` 289s [error-chain 0.12.4] cargo:rustc-cfg=has_error_source 289s [error-chain 0.12.4] cargo:rustc-cfg=has_error_description_deprecated 289s [error-chain 0.12.4] cargo:rustc-cfg=build="debug" 289s Compiling uuid v1.10.0 289s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=uuid CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/uuid-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/uuid-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Ashley Mannix:Dylan DPC:Hunar Roop Kahlon' CARGO_PKG_DESCRIPTION='A library to generate and parse UUIDs.' CARGO_PKG_HOMEPAGE='https://github.com/uuid-rs/uuid' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=uuid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/uuid-rs/uuid' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/uuid-1.10.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name uuid --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/uuid-1.10.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=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="fast-rng"' --cfg 'feature="rng"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "bytemuck", "default", "fast-rng", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=84977dca52bbaf7b -C extra-filename=-84977dca52bbaf7b --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern getrandom=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-54cf000b490cc2db.rmeta --extern rand=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/librand-e8149766e9596af6.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 289s warning: `uuid` (lib) generated 1 warning (1 duplicate) 289s Compiling regex v1.11.1 290s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 290s finite automata and guarantees linear time matching on all inputs. 290s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/regex-1.11.1 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/regex-1.11.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="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=f23fd44db9a98d22 -C extra-filename=-f23fd44db9a98d22 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern aho_corasick=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-2bcce03042626be9.rmeta --extern memchr=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-d88af7c2308bc9ee.rmeta --extern regex_automata=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libregex_automata-7c5e7acc605227e3.rmeta --extern regex_syntax=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-ee84c8006f047bec.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s warning: `serde` (lib) generated 1 warning (1 duplicate) 290s Compiling cc-traits v2.0.0 290s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cc_traits CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/cc-traits-2.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/cc-traits-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='Common collection traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/cc-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/cc-traits-2.0.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name cc_traits --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/cc-traits-2.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-impls", "alloc", "default", "serde_json", "slab", "smallvec", "std"))' -C metadata=88c3a8a7a6b83caf -C extra-filename=-88c3a8a7a6b83caf --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern slab=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s warning: unexpected `cfg` condition value: `nightly` 290s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:115:13 290s | 290s 115 | #![cfg_attr(feature = "nightly", feature(trait_alias))] 290s | ^^^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 290s = help: consider adding `nightly` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s = note: `#[warn(unexpected_cfgs)]` on by default 290s 290s warning: unexpected `cfg` condition value: `nightly` 290s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:124:7 290s | 290s 124 | #[cfg(feature = "nightly")] 290s | ^^^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 290s = help: consider adding `nightly` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s 290s warning: unexpected `cfg` condition value: `nightly` 290s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:126:7 290s | 290s 126 | #[cfg(feature = "nightly")] 290s | ^^^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 290s = help: consider adding `nightly` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s 290s warning: unexpected `cfg` condition value: `nightly` 290s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:129:11 290s | 290s 129 | #[cfg(not(feature = "nightly"))] 290s | ^^^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 290s = help: consider adding `nightly` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s 290s warning: unexpected `cfg` condition value: `nightly` 290s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/lib.rs:131:11 290s | 290s 131 | #[cfg(not(feature = "nightly"))] 290s | ^^^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 290s = help: consider adding `nightly` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s 290s warning: unexpected `cfg` condition value: `ijson` 290s --> /usr/share/cargo/registry/cc-traits-2.0.0/src/impls/mod.rs:16:7 290s | 290s 16 | #[cfg(feature = "ijson")] 290s | ^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `all-impls`, `alloc`, `default`, `serde_json`, `slab`, `smallvec`, and `std` 290s = help: consider adding `ijson` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s 290s warning: `cc-traits` (lib) generated 7 warnings (1 duplicate) 290s Compiling hash32 v0.3.1 290s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=hash32 CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/hash32-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/hash32-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='32-bit hashing algorithms' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hash32 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/japaric/hash32' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/hash32-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name hash32 --edition=2015 /tmp/tmp.iY8nISFQ4M/registry/hash32-0.3.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=0994659813a4c1ff -C extra-filename=-0994659813a4c1ff --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern byteorder=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-afb5df9a057f9db9.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s warning: `hash32` (lib) generated 1 warning (1 duplicate) 290s Compiling num_cpus v1.16.0 290s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/num_cpus-1.16.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.16.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=16 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/num_cpus-1.16.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name num_cpus --edition=2015 /tmp/tmp.iY8nISFQ4M/registry/num_cpus-1.16.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=b5c98706f86311fb -C extra-filename=-b5c98706f86311fb --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern libc=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s warning: unexpected `cfg` condition value: `nacl` 290s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:355:5 290s | 290s 355 | target_os = "nacl", 290s | ^^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 290s = note: see for more information about checking conditional configuration 290s = note: `#[warn(unexpected_cfgs)]` on by default 290s 290s warning: unexpected `cfg` condition value: `nacl` 290s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:437:5 290s | 290s 437 | target_os = "nacl", 290s | ^^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 290s = note: see for more information about checking conditional configuration 290s 290s warning: `regex` (lib) generated 1 warning (1 duplicate) 290s Compiling num-conv v0.1.0 290s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_conv CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/num-conv-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/num-conv-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='`num_conv` is a crate to convert between integer types without using `as` casts. This provides 290s better certainty when refactoring, makes the exact behavior of code more explicit, and allows using 290s turbofish syntax. 290s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-conv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num-conv' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/num-conv-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name num_conv --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/num-conv-0.1.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 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13aae50953aa8625 -C extra-filename=-13aae50953aa8625 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s warning: `num-conv` (lib) generated 1 warning (1 duplicate) 290s Compiling smallvec v1.13.2 290s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/smallvec-1.13.2 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/smallvec-1.13.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("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=ff4fe5f20ad0b3f7 -C extra-filename=-ff4fe5f20ad0b3f7 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 290s Compiling match_cfg v0.1.0 290s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=match_cfg CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/match_cfg-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/match_cfg-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='gnzlbg ' CARGO_PKG_DESCRIPTION='A convenience macro to ergonomically define an item depending on a large number 290s of `#[cfg]` parameters. Structured like match statement, the first matching 290s branch is the item that gets emitted. 290s ' CARGO_PKG_HOMEPAGE='https://github.com/gnzlbg/match_cfg' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=match_cfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gnzlbg/match_cfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/match_cfg-0.1.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name match_cfg --edition=2015 /tmp/tmp.iY8nISFQ4M/registry/match_cfg-0.1.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 --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=e1e4918779f0396d -C extra-filename=-e1e4918779f0396d --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s warning: `match_cfg` (lib) generated 1 warning (1 duplicate) 290s Compiling time-core v0.1.2 290s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=time_core CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/time-core-0.1.2 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/time-core-0.1.2/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='This crate is an implementation detail and should not be relied upon directly.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/time-core-0.1.2 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name time_core --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/time-core-0.1.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())' -C metadata=3174ccb5e4dbeb5b -C extra-filename=-3174ccb5e4dbeb5b --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s warning: `num_cpus` (lib) generated 3 warnings (1 duplicate) 290s Compiling bitflags v2.6.0 290s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/bitflags-2.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 290s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/bitflags-2.6.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/bitflags-2.6.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("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=2dd210d93a4438b9 -C extra-filename=-2dd210d93a4438b9 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s warning: `time-core` (lib) generated 1 warning (1 duplicate) 290s Compiling num_threads v0.1.7 290s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=num_threads CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/num_threads-0.1.7 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/num_threads-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='A minimal library that determines the number of running threads for the current process.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_threads CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num_threads' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/num_threads-0.1.7 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name num_threads --edition=2015 /tmp/tmp.iY8nISFQ4M/registry/num_threads-0.1.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())' -C metadata=170c5fce082ed666 -C extra-filename=-170c5fce082ed666 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 290s Compiling itoa v1.0.14 290s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/itoa-1.0.14/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.14 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/itoa-1.0.14 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/itoa-1.0.14/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("no-panic"))' -C metadata=38111f8a398661b9 -C extra-filename=-38111f8a398661b9 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s warning: `num_threads` (lib) generated 1 warning (1 duplicate) 290s Compiling clap_lex v0.7.4 290s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/clap_lex-0.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/clap_lex-0.7.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/clap_lex-0.7.4 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name clap_lex --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/clap_lex-0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba52c9e5339a899f -C extra-filename=-ba52c9e5339a899f --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s warning: `itoa` (lib) generated 1 warning (1 duplicate) 290s Compiling stable_deref_trait v1.2.0 290s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/stable_deref_trait-1.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/stable_deref_trait-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. 290s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/stable_deref_trait-1.2.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name stable_deref_trait --edition=2015 /tmp/tmp.iY8nISFQ4M/registry/stable_deref_trait-1.2.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("alloc", "default", "std"))' -C metadata=49cd8e7257847624 -C extra-filename=-49cd8e7257847624 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s warning: `stable_deref_trait` (lib) generated 1 warning (1 duplicate) 290s Compiling strsim v0.11.1 290s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/strsim-0.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, 290s OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. 290s ' CARGO_PKG_HOMEPAGE='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rapidfuzz/strsim-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/strsim-0.11.1 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name strsim --edition=2015 /tmp/tmp.iY8nISFQ4M/registry/strsim-0.11.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=d5368992782b2e16 -C extra-filename=-d5368992782b2e16 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 291s warning: `clap_lex` (lib) generated 1 warning (1 duplicate) 291s Compiling heck v0.4.1 291s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/heck-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/heck-0.4.1 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/heck-0.4.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=8b811c1d95735796 -C extra-filename=-8b811c1d95735796 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --cap-lints warn` 291s Compiling capng v0.2.3 291s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/capng-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/capng-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=24d33080dfaf3ea0 -C extra-filename=-24d33080dfaf3ea0 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/build/capng-24d33080dfaf3ea0 -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --cap-lints warn` 291s warning: `strsim` (lib) generated 1 warning (1 duplicate) 291s Compiling virtio-bindings v0.2.4 291s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtio_bindings CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/virtio-bindings-0.2.4 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/virtio-bindings-0.2.4/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust FFI bindings to virtio generated using bindgen.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='BSD-3-Clause OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtio-bindings CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-virtio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/virtio-bindings-0.2.4 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name virtio_bindings --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/virtio-bindings-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("virtio-v4_14_0", "virtio-v5_0_0"))' -C metadata=6c0ddddd2a2c3c8c -C extra-filename=-6c0ddddd2a2c3c8c --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 291s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0--remap-path-prefix/tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.iY8nISFQ4M/target/debug/deps:/tmp/tmp.iY8nISFQ4M/target/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/capng-995b7c26601b4d50/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.iY8nISFQ4M/target/debug/build/capng-24d33080dfaf3ea0/build-script-build` 291s [capng 0.2.3] cargo:rerun-if-changed=build.rs 291s [capng 0.2.3] cargo:rerun-if-env-changed=LIBCAPNG_LIB_PATH 291s [capng 0.2.3] cargo:rerun-if-env-changed=LIBCAPNG_LINK_TYPE 291s [capng 0.2.3] cargo:rustc-link-lib=dylib=cap-ng 291s Compiling clap_derive v4.5.18 291s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/clap_derive-4.5.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_derive CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.18 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/clap_derive-4.5.18 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name clap_derive --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/clap_derive-4.5.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=2ba868b3503952b6 -C extra-filename=-2ba868b3503952b6 --out-dir /tmp/tmp.iY8nISFQ4M/target/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern heck=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libheck-8b811c1d95735796.rlib --extern proc_macro2=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libproc_macro2-ff92515e6d04de91.rlib --extern quote=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libquote-baec9bd5986d1c55.rlib --extern syn=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libsyn-06e9eb0587e935d6.rlib --extern proc_macro --cap-lints warn` 291s warning: `virtio-bindings` (lib) generated 1 warning (1 duplicate) 291s Compiling virtio-queue v0.14.0 291s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtio_queue CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/virtio-queue-0.14.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/virtio-queue-0.14.0/Cargo.toml CARGO_PKG_AUTHORS='The Chromium OS Authors' CARGO_PKG_DESCRIPTION='virtio queue implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtio-queue CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vm-virtio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/virtio-queue-0.14.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name virtio_queue --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/virtio-queue-0.14.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("test-utils"))' -C metadata=f146a98671642bb1 -C extra-filename=-f146a98671642bb1 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern log=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern virtio_bindings=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rmeta --extern vm_memory=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rmeta --extern vmm_sys_util=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 291s warning: `virtio-queue` (lib) generated 1 warning (1 duplicate) 291s Compiling clap_builder v4.5.23 291s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/clap_builder-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/clap_builder-4.5.23/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_builder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.23 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/clap_builder-4.5.23 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name clap_builder --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/clap_builder-4.5.23/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=440268bc247595cc -C extra-filename=-440268bc247595cc --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern anstream=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libanstream-6538a9779fbfa2ba.rmeta --extern anstyle=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bf42d2790f2028b8.rmeta --extern clap_lex=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libclap_lex-ba52c9e5339a899f.rmeta --extern strsim=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libstrsim-d5368992782b2e16.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 293s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=heapless CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/heapless-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/heapless-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio :Per Lindgren :Emil Fresk ' CARGO_PKG_DESCRIPTION='`static` friendly data structures that don'\''t require dynamic memory allocation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heapless CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/heapless' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/heapless-0.8.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/heapless-89294599186927b0/out rustc --crate-name heapless --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/heapless-0.8.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 --cfg 'feature="portable-atomic"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=e2c04cdf49b10941 -C extra-filename=-e2c04cdf49b10941 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern hash32=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libhash32-0994659813a4c1ff.rmeta --extern portable_atomic=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libportable_atomic-ee0a9d3afcca0808.rmeta --extern serde=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rmeta --extern stable_deref_trait=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libstable_deref_trait-49cd8e7257847624.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 293s warning: unexpected `cfg` condition name: `arm_llsc` 293s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:47:9 293s | 293s 47 | any(arm_llsc, target_arch = "x86"), 293s | ^^^^^^^^ 293s | 293s = 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` 293s = help: consider using a Cargo feature instead 293s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 293s [lints.rust] 293s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 293s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 293s = note: see for more information about checking conditional configuration 293s note: the lint level is defined here 293s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:85:9 293s | 293s 85 | #![deny(warnings)] 293s | ^^^^^^^^ 293s = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` 293s 293s warning: unexpected `cfg` condition name: `arm_llsc` 293s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:51:9 293s | 293s 51 | any(arm_llsc, target_arch = "x86"), 293s | ^^^^^^^^ 293s | 293s = help: consider using a Cargo feature instead 293s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 293s [lints.rust] 293s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 293s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 293s = note: see for more information about checking conditional configuration 293s 293s warning: unexpected `cfg` condition name: `arm_llsc` 293s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:59:9 293s | 293s 59 | any(arm_llsc, target_arch = "x86"), 293s | ^^^^^^^^ 293s | 293s = help: consider using a Cargo feature instead 293s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 293s [lints.rust] 293s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 293s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 293s = note: see for more information about checking conditional configuration 293s 293s warning: unexpected `cfg` condition name: `arm_llsc` 293s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:128:11 293s | 293s 128 | #[cfg(any(arm_llsc, target_arch = "x86"))] 293s | ^^^^^^^^ 293s | 293s = help: consider using a Cargo feature instead 293s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 293s [lints.rust] 293s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(arm_llsc)'] } 293s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(arm_llsc)");` to the top of the `build.rs` 293s = note: see for more information about checking conditional configuration 293s 293s warning: unexpected `cfg` condition name: `has_atomic_load_store` 293s --> /usr/share/cargo/registry/heapless-0.8.0/src/lib.rs:138:5 293s | 293s 138 | has_atomic_load_store 293s | ^^^^^^^^^^^^^^^^^^^^^ help: there is a config with a similar name: `target_has_atomic_load_store` 293s | 293s = help: expected values for `target_has_atomic_load_store` are: `128`, `16`, `32`, `64`, `8`, and `ptr` 293s = help: consider using a Cargo feature instead 293s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 293s [lints.rust] 293s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_atomic_load_store)'] } 293s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_atomic_load_store)");` to the top of the `build.rs` 293s = note: see for more information about checking conditional configuration 293s 294s warning: `heapless` (lib) generated 6 warnings (1 duplicate) 294s Compiling time v0.3.37 294s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/time-0.3.37 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/time-0.3.37/Cargo.toml CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.67.1 CARGO_PKG_VERSION=0.3.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/time-0.3.37 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name time --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/time-0.3.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=cd5357a1c1aa3b32 -C extra-filename=-cd5357a1c1aa3b32 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern deranged=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libderanged-c779b43b900c7ae3.rmeta --extern itoa=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libitoa-38111f8a398661b9.rmeta --extern libc=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern num_conv=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libnum_conv-13aae50953aa8625.rmeta --extern num_threads=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libnum_threads-170c5fce082ed666.rmeta --extern powerfmt=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libpowerfmt-fafbfb32d3be10d7.rmeta --extern time_core=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libtime_core-3174ccb5e4dbeb5b.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 294s warning[E0602]: unknown lint: `dangling_pointers_from_temporaries` 294s | 294s = note: requested on the command line with `-D dangling_pointers_from_temporaries` 294s = note: `#[warn(unknown_lints)]` on by default 294s 296s For more information about this error, try `rustc --explain E0602`. 296s warning: `time` (lib) generated 2 warnings (1 duplicate) 296s Compiling vhost v0.13.0 296s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vhost CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/vhost-0.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/vhost-0.13.0/Cargo.toml CARGO_PKG_AUTHORS='Liu Jiang ' CARGO_PKG_DESCRIPTION='a pure rust library for vdpa, vhost and vhost-user' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vhost CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vhost' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/vhost-0.13.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name vhost --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/vhost-0.13.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 --cfg 'feature="default"' --cfg 'feature="vhost-user"' --cfg 'feature="vhost-user-backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "postcopy", "test-utils", "vhost-kern", "vhost-net", "vhost-user", "vhost-user-backend", "vhost-user-frontend", "vhost-vdpa", "vhost-vsock", "xen"))' -C metadata=889f3e093bb22b68 -C extra-filename=-889f3e093bb22b68 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern bitflags=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-2dd210d93a4438b9.rmeta --extern libc=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern uuid=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libuuid-84977dca52bbaf7b.rmeta --extern vm_memory=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rmeta --extern vmm_sys_util=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 296s warning: `clap_builder` (lib) generated 1 warning (1 duplicate) 296s Compiling hostname v0.3.1 296s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=hostname CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/hostname-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/hostname-0.3.1/Cargo.toml CARGO_PKG_AUTHORS='fengcen :svartalf ' CARGO_PKG_DESCRIPTION='Cross-platform system'\''s host name functions' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hostname CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/svartalf/hostname' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/hostname-0.3.1 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name hostname --edition=2015 /tmp/tmp.iY8nISFQ4M/registry/hostname-0.3.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=c6296f37f7c78797 -C extra-filename=-c6296f37f7c78797 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern libc=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern match_cfg=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libmatch_cfg-e1e4918779f0396d.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 296s warning: `hostname` (lib) generated 1 warning (1 duplicate) 296s Compiling btree-slab v0.6.1 296s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=btree_slab CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/btree-slab-0.6.1 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/btree-slab-0.6.1/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='A memory compact Slab-based B-tree implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=btree-slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/btree-slab' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/btree-slab-0.6.1 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name btree_slab --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/btree-slab-0.6.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="default"' --cfg 'feature="slab"' --cfg 'feature="std-slab"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dot", "slab", "std-slab"))' -C metadata=f8dadfba8557fd82 -C extra-filename=-f8dadfba8557fd82 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern cc_traits=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libcc_traits-88c3a8a7a6b83caf.rmeta --extern slab=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.rmeta --extern smallvec=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-ff4fe5f20ad0b3f7.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 296s warning: `btree-slab` (lib) generated 1 warning (1 duplicate) 296s Compiling futures-executor v0.3.31 296s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures_executor CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-executor-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/futures-executor-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Executors for asynchronous tasks based on the futures-rs library. 296s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-executor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-executor-0.3.31 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name futures_executor --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/futures-executor-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="num_cpus"' --cfg 'feature="std"' --cfg 'feature="thread-pool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=ae1e5c1384a32d11 -C extra-filename=-ae1e5c1384a32d11 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern futures_core=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_task=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern futures_util=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-9a8b19196485ea69.rmeta --extern num_cpus=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libnum_cpus-b5c98706f86311fb.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 297s warning: `futures-executor` (lib) generated 1 warning (1 duplicate) 297s Compiling env_filter v0.1.3 297s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=env_filter CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/env_filter-0.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/env_filter-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Filter log events using environment variables 297s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_filter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/env_filter-0.1.3 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name env_filter --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/env_filter-0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=dbfe81d631cf1cbc -C extra-filename=-dbfe81d631cf1cbc --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern log=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern regex=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libregex-f23fd44db9a98d22.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 297s warning: `vhost` (lib) generated 1 warning (1 duplicate) 297s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=error_chain CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/error-chain-0.12.4 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/error-chain-0.12.4/Cargo.toml CARGO_PKG_AUTHORS='Brian Anderson :Paul Colomiets :Colin Kiegel :Yamakaky :Andrew Gauger ' CARGO_PKG_DESCRIPTION='Yet another error boilerplate library.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=error-chain CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/error-chain' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/error-chain-0.12.4 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/error-chain-0e13d081d35e3bc3/out rustc --crate-name error_chain --edition=2015 /tmp/tmp.iY8nISFQ4M/registry/error-chain-0.12.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "example_generated"))' -C metadata=04658e4bd55e42e3 -C extra-filename=-04658e4bd55e42e3 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_error_source --cfg has_error_description_deprecated --cfg 'build="debug"'` 297s warning: unexpected `cfg` condition name: `has_error_source` 297s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:3:11 297s | 297s 3 | #[cfg(not(has_error_source))] 297s | ^^^^^^^^^^^^^^^^ 297s | 297s = 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` 297s = help: consider using a Cargo feature instead 297s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 297s [lints.rust] 297s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 297s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 297s = note: see for more information about checking conditional configuration 297s = note: `#[warn(unexpected_cfgs)]` on by default 297s 297s warning: unexpected `cfg` condition name: `has_error_source` 297s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:36:7 297s | 297s 36 | #[cfg(has_error_source)] 297s | ^^^^^^^^^^^^^^^^ 297s | 297s = help: consider using a Cargo feature instead 297s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 297s [lints.rust] 297s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 297s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 297s = note: see for more information about checking conditional configuration 297s 297s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 297s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:73:7 297s | 297s 73 | #[cfg(has_error_description_deprecated)] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s = help: consider using a Cargo feature instead 297s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 297s [lints.rust] 297s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] } 297s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 297s = note: see for more information about checking conditional configuration 297s 297s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 297s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:82:11 297s | 297s 82 | #[cfg(not(has_error_description_deprecated))] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s = help: consider using a Cargo feature instead 297s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 297s [lints.rust] 297s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] } 297s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 297s = note: see for more information about checking conditional configuration 297s 297s warning: unexpected `cfg` condition name: `has_error_source` 297s --> /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:581:31 297s | 297s 581 | #[cfg(not(has_error_source))] 297s | ^^^^^^^^^^^^^^^^ 297s | 297s = help: consider using a Cargo feature instead 297s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 297s [lints.rust] 297s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 297s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 297s = note: see for more information about checking conditional configuration 297s 297s warning: unexpected `cfg` condition name: `has_error_source` 297s --> /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:583:27 297s | 297s 583 | #[cfg(has_error_source)] 297s | ^^^^^^^^^^^^^^^^ 297s | 297s = help: consider using a Cargo feature instead 297s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 297s [lints.rust] 297s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_source)'] } 297s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_source)");` to the top of the `build.rs` 297s = note: see for more information about checking conditional configuration 297s 297s warning: unexpected `cfg` condition name: `has_error_description_deprecated` 297s --> /usr/share/cargo/registry/error-chain-0.12.4/src/error_chain.rs:323:23 297s | 297s 323 | #[cfg(not(has_error_description_deprecated))] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s ::: /usr/share/cargo/registry/error-chain-0.12.4/src/lib.rs:823:5 297s | 297s 823 | error_chain! {} 297s | --------------- in this macro invocation 297s | 297s = help: consider using a Cargo feature instead 297s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 297s [lints.rust] 297s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] } 297s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_error_description_deprecated)");` to the top of the `build.rs` 297s = note: see for more information about checking conditional configuration 297s = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info) 297s 297s warning: `error-chain` (lib) generated 8 warnings (1 duplicate) 297s Compiling humantime v2.1.0 297s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/humantime-2.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/humantime-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime} 297s ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/humantime-2.1.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name humantime --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/humantime-2.1.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=90a2faad0bf6a215 -C extra-filename=-90a2faad0bf6a215 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 297s warning: unexpected `cfg` condition value: `cloudabi` 297s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:6:7 297s | 297s 6 | #[cfg(target_os="cloudabi")] 297s | ^^^^^^^^^^^^^^^^^^^^ 297s | 297s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 297s = note: see for more information about checking conditional configuration 297s = note: `#[warn(unexpected_cfgs)]` on by default 297s 297s warning: unexpected `cfg` condition value: `cloudabi` 297s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:14:9 297s | 297s 14 | not(target_os="cloudabi"), 297s | ^^^^^^^^^^^^^^^^^^^^ 297s | 297s = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more 297s = note: see for more information about checking conditional configuration 297s 297s warning: `env_filter` (lib) generated 1 warning (1 duplicate) 297s Compiling cobs v0.2.3 297s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=cobs CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/cobs-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/cobs-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Allen Welkie <>:James Munns ' CARGO_PKG_DESCRIPTION=' This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm. 297s COBS is an algorithm for transforming a message into an encoding where a specific value 297s (the "sentinel" value) is not used. This value can then be used to mark frame boundaries 297s in a serial communication channel. ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cobs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jamesmunns/cobs.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/cobs-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name cobs --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/cobs-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d43267365972767a -C extra-filename=-d43267365972767a --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 297s warning: `humantime` (lib) generated 3 warnings (1 duplicate) 297s Compiling embedded-io v0.6.1 297s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=embedded_io CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/embedded-io-0.6.1 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/embedded-io-0.6.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Embedded IO traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=embedded-io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-embedded/embedded-hal' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/embedded-io-0.6.1 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name embedded_io --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/embedded-io-0.6.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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "defmt-03", "std"))' -C metadata=7d2e68ada9b3bccc -C extra-filename=-7d2e68ada9b3bccc --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 297s warning: `cobs` (lib) generated 1 warning (1 duplicate) 297s Compiling range-traits v0.3.2 297s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=range_traits CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/range-traits-0.3.2 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/range-traits-0.3.2/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='Ranges related traits.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=range-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/range-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/range-traits-0.3.2 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name range_traits --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/range-traits-0.3.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("ordered-float"))' -C metadata=8e84a96939fa870e -C extra-filename=-8e84a96939fa870e --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 297s warning: `embedded-io` (lib) generated 1 warning (1 duplicate) 297s Compiling postcard v1.0.10 297s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=postcard CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/postcard-1.0.10 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/postcard-1.0.10/Cargo.toml CARGO_PKG_AUTHORS='James Munns ' CARGO_PKG_DESCRIPTION='A no_std + serde compatible message library for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=postcard CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jamesmunns/postcard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.10 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/postcard-1.0.10 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name postcard --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/postcard-1.0.10/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="embedded-io"' --cfg 'feature="heapless"' --cfg 'feature="heapless-cas"' --cfg 'feature="use-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "heapless", "heapless-cas", "paste", "use-crc", "use-defmt", "use-std"))' -C metadata=8a20f159e15dd174 -C extra-filename=-8a20f159e15dd174 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern cobs=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libcobs-d43267365972767a.rmeta --extern embedded_io=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libembedded_io-7d2e68ada9b3bccc.rmeta --extern heapless=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libheapless-e2c04cdf49b10941.rmeta --extern serde=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 297s warning: unexpected `cfg` condition value: `8` 297s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:113:7 297s | 297s 113 | #[cfg(target_pointer_width = "8")] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 297s = note: see for more information about checking conditional configuration 297s = note: `#[warn(unexpected_cfgs)]` on by default 297s 297s warning: unexpected `cfg` condition value: `8` 297s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:115:7 297s | 297s 115 | #[cfg(target_pointer_width = "8")] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 297s = note: see for more information about checking conditional configuration 297s 297s warning: unexpected `cfg` condition value: `8` 297s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:117:7 297s | 297s 117 | #[cfg(target_pointer_width = "8")] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 297s = note: see for more information about checking conditional configuration 297s 297s warning: unexpected `cfg` condition value: `8` 297s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:119:7 297s | 297s 119 | #[cfg(target_pointer_width = "8")] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 297s = note: see for more information about checking conditional configuration 297s 297s warning: unexpected `cfg` condition value: `8` 297s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:121:7 297s | 297s 121 | #[cfg(target_pointer_width = "8")] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 297s = note: see for more information about checking conditional configuration 297s 297s warning: unexpected `cfg` condition value: `8` 297s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:123:7 297s | 297s 123 | #[cfg(target_pointer_width = "8")] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 297s = note: see for more information about checking conditional configuration 297s 297s warning: unexpected `cfg` condition value: `8` 297s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:125:7 297s | 297s 125 | #[cfg(target_pointer_width = "8")] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 297s = note: see for more information about checking conditional configuration 297s 297s warning: unexpected `cfg` condition value: `8` 297s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:127:7 297s | 297s 127 | #[cfg(target_pointer_width = "8")] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 297s = note: see for more information about checking conditional configuration 297s 297s warning: unexpected `cfg` condition value: `8` 297s --> /usr/share/cargo/registry/range-traits-0.3.2/src/measure.rs:129:7 297s | 297s 129 | #[cfg(target_pointer_width = "8")] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` 297s = note: see for more information about checking conditional configuration 297s 297s warning: unexpected `cfg` condition value: `experimental-derive` 297s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:20:7 297s | 297s 20 | #[cfg(feature = "experimental-derive")] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 297s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 297s = note: see for more information about checking conditional configuration 297s = note: `#[warn(unexpected_cfgs)]` on by default 297s 297s warning: unexpected `cfg` condition value: `experimental-derive` 297s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:65:11 297s | 297s 65 | #[cfg(feature = "experimental-derive")] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 297s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 297s = note: see for more information about checking conditional configuration 297s 297s warning: unexpected `cfg` condition value: `experimental-derive` 297s --> /usr/share/cargo/registry/postcard-1.0.10/src/lib.rs:77:11 297s | 297s 77 | #[cfg(feature = "experimental-derive")] 297s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 297s | 297s = note: expected values for `feature` are: `alloc`, `crc`, `default`, `defmt`, `embedded-io`, `heapless`, `heapless-cas`, `paste`, `use-crc`, `use-defmt`, and `use-std` 297s = help: consider adding `experimental-derive` as a feature in `Cargo.toml` 297s = note: see for more information about checking conditional configuration 297s 297s warning: `range-traits` (lib) generated 10 warnings (1 duplicate) 297s Compiling btree-range-map v0.7.2 297s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=btree_range_map CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/btree-range-map-0.7.2 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/btree-range-map-0.7.2/Cargo.toml CARGO_PKG_AUTHORS='Timothée Haudebourg ' CARGO_PKG_DESCRIPTION='B-tree range map implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=btree-range-map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/timothee-haudebourg/btree-range-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/btree-range-map-0.7.2 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name btree_range_map --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/btree-range-map-0.7.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("ordered-float", "serde"))' -C metadata=35b9710341ec7e31 -C extra-filename=-35b9710341ec7e31 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern btree_slab=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libbtree_slab-f8dadfba8557fd82.rmeta --extern cc_traits=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libcc_traits-88c3a8a7a6b83caf.rmeta --extern range_traits=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/librange_traits-8e84a96939fa870e.rmeta --extern slab=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libslab-ae2b949e6d148640.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 297s warning: `postcard` (lib) generated 4 warnings (1 duplicate) 297s Compiling env_logger v0.11.5 297s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/env_logger-0.11.5 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/env_logger-0.11.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment 297s variable. 297s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.11.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/env_logger-0.11.5 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name env_logger --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/env_logger-0.11.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=529e16bac540d90a -C extra-filename=-529e16bac540d90a --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern env_filter=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libenv_filter-dbfe81d631cf1cbc.rmeta --extern humantime=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libhumantime-90a2faad0bf6a215.rmeta --extern log=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 298s warning: type alias `StyledValue` is never used 298s --> /usr/share/cargo/registry/env_logger-0.11.5/src/fmt/mod.rs:300:6 298s | 298s 300 | type StyledValue = T; 298s | ^^^^^^^^^^^ 298s | 298s = note: `#[warn(dead_code)]` on by default 298s 298s warning: `btree-range-map` (lib) generated 1 warning (1 duplicate) 298s Compiling syslog v6.0.1 298s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=syslog CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/syslog-6.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/syslog-6.0.1/Cargo.toml CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='Send log messages to syslog' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syslog CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/rust-syslog' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=6.0.1 CARGO_PKG_VERSION_MAJOR=6 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/syslog-6.0.1 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name syslog --edition=2015 /tmp/tmp.iY8nISFQ4M/registry/syslog-6.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=a88aff0603513316 -C extra-filename=-a88aff0603513316 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern error_chain=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liberror_chain-04658e4bd55e42e3.rmeta --extern hostname=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libhostname-c6296f37f7c78797.rmeta --extern libc=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern log=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern time=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libtime-cd5357a1c1aa3b32.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 298s warning: `env_logger` (lib) generated 2 warnings (1 duplicate) 298s Compiling futures v0.3.30 298s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=futures CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-0.3.30 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/futures-0.3.30/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='An implementation of futures and streams featuring zero allocations, 298s composability, and iterator-like interfaces. 298s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.30 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=30 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/futures-0.3.30 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name futures --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/futures-0.3.30/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="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --cfg 'feature="thread-pool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "default", "executor", "futures-executor", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=9cc2bb5e07eecdae -C extra-filename=-9cc2bb5e07eecdae --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern futures_channel=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-4aafb9b7bc7bb4a2.rmeta --extern futures_core=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-2134c5b836c19dbf.rmeta --extern futures_executor=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_executor-ae1e5c1384a32d11.rmeta --extern futures_io=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_io-6788f648763ee870.rmeta --extern futures_sink=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_sink-2bb87e6e77d12a0e.rmeta --extern futures_task=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-c1a7c716e83896aa.rmeta --extern futures_util=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-9a8b19196485ea69.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 298s warning: unexpected `cfg` condition value: `compat` 298s --> /usr/share/cargo/registry/futures-0.3.30/src/lib.rs:206:7 298s | 298s 206 | #[cfg(feature = "compat")] 298s | ^^^^^^^^^^^^^^^^^^ 298s | 298s = note: expected values for `feature` are: `alloc`, `async-await`, `bilock`, `default`, `executor`, `futures-executor`, `std`, `thread-pool`, `unstable`, and `write-all-vectored` 298s = help: consider adding `compat` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s = note: `#[warn(unexpected_cfgs)]` on by default 298s 298s warning: `futures` (lib) generated 2 warnings (1 duplicate) 298s Compiling vhost-user-backend v0.17.0 298s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=vhost_user_backend CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/vhost-user-backend-0.17.0 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/vhost-user-backend-0.17.0/Cargo.toml CARGO_PKG_AUTHORS='The Cloud Hypervisor Authors' CARGO_PKG_DESCRIPTION='A framework to build vhost-user backend service daemon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vhost-user-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-vmm/vhost' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/vhost-user-backend-0.17.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name vhost_user_backend --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/vhost-user-backend-0.17.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("xen"))' -C metadata=a7668a6f0c2c15b3 -C extra-filename=-a7668a6f0c2c15b3 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern libc=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rmeta --extern log=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rmeta --extern vhost=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvhost-889f3e093bb22b68.rmeta --extern virtio_bindings=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rmeta --extern virtio_queue=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-f146a98671642bb1.rmeta --extern vm_memory=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rmeta --extern vmm_sys_util=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 298s warning: unexpected `cfg` condition value: `postcopy` 298s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/lib.rs:42:11 298s | 298s 42 | #[cfg(all(feature = "postcopy", feature = "xen"))] 298s | ^^^^^^^^^^^^^^^^^^^^ 298s | 298s = note: expected values for `feature` are: `xen` 298s = help: consider adding `postcopy` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s = note: `#[warn(unexpected_cfgs)]` on by default 298s 298s warning: unexpected `cfg` condition value: `postcopy` 298s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:10:7 298s | 298s 10 | #[cfg(feature = "postcopy")] 298s | ^^^^^^^^^^^^^^^^^^^^ 298s | 298s = note: expected values for `feature` are: `xen` 298s = help: consider adding `postcopy` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s 298s warning: unexpected `cfg` condition value: `postcopy` 298s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:17:7 298s | 298s 17 | #[cfg(feature = "postcopy")] 298s | ^^^^^^^^^^^^^^^^^^^^ 298s | 298s = note: expected values for `feature` are: `xen` 298s = help: consider adding `postcopy` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s 298s warning: unexpected `cfg` condition value: `postcopy` 298s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:86:11 298s | 298s 86 | #[cfg(feature = "postcopy")] 298s | ^^^^^^^^^^^^^^^^^^^^ 298s | 298s = note: expected values for `feature` are: `xen` 298s = help: consider adding `postcopy` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s 298s warning: unexpected `cfg` condition value: `postcopy` 298s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:106:11 298s | 298s 106 | #[cfg(feature = "postcopy")] 298s | ^^^^^^^^^^^^^^^^^^^^ 298s | 298s = note: expected values for `feature` are: `xen` 298s = help: consider adding `postcopy` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s 298s warning: unexpected `cfg` condition value: `postcopy` 298s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:167:19 298s | 298s 167 | #[cfg(feature = "postcopy")] 298s | ^^^^^^^^^^^^^^^^^^^^ 298s | 298s = note: expected values for `feature` are: `xen` 298s = help: consider adding `postcopy` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s 298s warning: unexpected `cfg` condition value: `postcopy` 298s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:683:11 298s | 298s 683 | #[cfg(feature = "postcopy")] 298s | ^^^^^^^^^^^^^^^^^^^^ 298s | 298s = note: expected values for `feature` are: `xen` 298s = help: consider adding `postcopy` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s 298s warning: unexpected `cfg` condition value: `postcopy` 298s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:717:11 298s | 298s 717 | #[cfg(feature = "postcopy")] 298s | ^^^^^^^^^^^^^^^^^^^^ 298s | 298s = note: expected values for `feature` are: `xen` 298s = help: consider adding `postcopy` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s 298s warning: unexpected `cfg` condition value: `postcopy` 298s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:739:11 298s | 298s 739 | #[cfg(feature = "postcopy")] 298s | ^^^^^^^^^^^^^^^^^^^^ 298s | 298s = note: expected values for `feature` are: `xen` 298s = help: consider adding `postcopy` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s 298s warning: unexpected `cfg` condition value: `postcopy` 298s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:327:23 298s | 298s 327 | #[cfg(feature = "postcopy")] 298s | ^^^^^^^^^^^^^^^^^^^^ 298s | 298s = note: expected values for `feature` are: `xen` 298s = help: consider adding `postcopy` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s 298s warning: unexpected `cfg` condition value: `postcopy` 298s --> /usr/share/cargo/registry/vhost-user-backend-0.17.0/src/handler.rs:615:19 298s | 298s 615 | #[cfg(feature = "postcopy")] 298s | ^^^^^^^^^^^^^^^^^^^^ 298s | 298s = note: expected values for `feature` are: `xen` 298s = help: consider adding `postcopy` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s 298s warning: `syslog` (lib) generated 1 warning (1 duplicate) 298s Compiling clap v4.5.23 298s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/clap-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/clap-4.5.23/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.74 CARGO_PKG_VERSION=4.5.23 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/clap-4.5.23 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name clap --edition=2021 /tmp/tmp.iY8nISFQ4M/registry/clap-4.5.23/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-ext", "unstable-styles", "usage", "wrap_help"))' -C metadata=7a7268c1ffac164a -C extra-filename=-7a7268c1ffac164a --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern clap_builder=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libclap_builder-440268bc247595cc.rmeta --extern clap_derive=/tmp/tmp.iY8nISFQ4M/target/debug/deps/libclap_derive-2ba868b3503952b6.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 298s warning: unexpected `cfg` condition value: `unstable-doc` 298s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:93:7 298s | 298s 93 | #[cfg(feature = "unstable-doc")] 298s | ^^^^^^^^^^-------------- 298s | | 298s | help: there is a expected value with a similar name: `"unstable-ext"` 298s | 298s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 298s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s = note: `#[warn(unexpected_cfgs)]` on by default 298s 298s warning: unexpected `cfg` condition value: `unstable-doc` 298s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:95:7 298s | 298s 95 | #[cfg(feature = "unstable-doc")] 298s | ^^^^^^^^^^-------------- 298s | | 298s | help: there is a expected value with a similar name: `"unstable-ext"` 298s | 298s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 298s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s 298s warning: unexpected `cfg` condition value: `unstable-doc` 298s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:97:7 298s | 298s 97 | #[cfg(feature = "unstable-doc")] 298s | ^^^^^^^^^^-------------- 298s | | 298s | help: there is a expected value with a similar name: `"unstable-ext"` 298s | 298s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 298s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s 298s warning: unexpected `cfg` condition value: `unstable-doc` 298s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:99:7 298s | 298s 99 | #[cfg(feature = "unstable-doc")] 298s | ^^^^^^^^^^-------------- 298s | | 298s | help: there is a expected value with a similar name: `"unstable-ext"` 298s | 298s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 298s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s 298s warning: unexpected `cfg` condition value: `unstable-doc` 298s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:101:7 298s | 298s 101 | #[cfg(feature = "unstable-doc")] 298s | ^^^^^^^^^^-------------- 298s | | 298s | help: there is a expected value with a similar name: `"unstable-ext"` 298s | 298s = note: expected values for `feature` are: `cargo`, `color`, `debug`, `default`, `deprecated`, `derive`, `env`, `error-context`, `help`, `std`, `string`, `suggestions`, `unicode`, `unstable-derive-ui-tests`, `unstable-ext`, `unstable-styles`, `usage`, and `wrap_help` 298s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 298s = note: see for more information about checking conditional configuration 298s 298s warning: `vhost-user-backend` (lib) generated 12 warnings (1 duplicate) 298s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=capng CARGO_MANIFEST_DIR=/tmp/tmp.iY8nISFQ4M/registry/capng-0.2.3 CARGO_MANIFEST_PATH=/tmp/tmp.iY8nISFQ4M/registry/capng-0.2.3/Cargo.toml CARGO_PKG_AUTHORS='Sergio Lopez ' CARGO_PKG_DESCRIPTION='Rust wrapper for libcap-ng' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=capng CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/slp/capng' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/tmp/tmp.iY8nISFQ4M/registry/capng-0.2.3 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps OUT_DIR=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/build/capng-995b7c26601b4d50/out rustc --crate-name capng --edition=2018 /tmp/tmp.iY8nISFQ4M/registry/capng-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a76d0dc152abe6d2 -C extra-filename=-a76d0dc152abe6d2 --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern bitflags=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rmeta --extern libc=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l dylib=cap-ng` 298s warning: `clap` (lib) generated 6 warnings (1 duplicate) 298s warning: `capng` (lib) generated 1 warning (1 duplicate) 298s Compiling virtiofsd v1.13.0 (/usr/share/cargo/registry/virtiofsd-1.13.0) 298s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_CRATE_NAME=virtiofsd CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 LD_LIBRARY_PATH=/tmp/tmp.iY8nISFQ4M/target/debug/deps rustc --crate-name virtiofsd --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("default", "seccomp", "xen"))' -C metadata=becb2610bcdaf48d -C extra-filename=-becb2610bcdaf48d --out-dir /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.iY8nISFQ4M/target/debug/deps --extern bitflags=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-986ea5246d1bde4b.rlib --extern btree_range_map=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libbtree_range_map-35b9710341ec7e31.rlib --extern capng=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libcapng-a76d0dc152abe6d2.rlib --extern clap=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libclap-7a7268c1ffac164a.rlib --extern env_logger=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-529e16bac540d90a.rlib --extern futures=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libfutures-9cc2bb5e07eecdae.rlib --extern libc=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblibc-4fcc35c1a3dcd472.rlib --extern log=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/liblog-5771a53463867bfb.rlib --extern postcard=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libpostcard-8a20f159e15dd174.rlib --extern serde=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libserde-679a03bdbf7636df.rlib --extern syslog=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libsyslog-a88aff0603513316.rlib --extern vhost=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvhost-889f3e093bb22b68.rlib --extern vhost_user_backend=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvhost_user_backend-a7668a6f0c2c15b3.rlib --extern virtio_bindings=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_bindings-6c0ddddd2a2c3c8c.rlib --extern virtio_queue=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvirtio_queue-f146a98671642bb1.rlib --extern vm_memory=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvm_memory-e9ae59b1f0e77f65.rlib --extern vmm_sys_util=/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/libvmm_sys_util-9c7a8ea78bd58733.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/virtiofsd-1.13.0=/usr/share/cargo/registry/virtiofsd-1.13.0 --remap-path-prefix /tmp/tmp.iY8nISFQ4M/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 299s warning: unexpected `cfg` condition name: `debian_test` 299s --> src/descriptor_utils.rs:441:7 299s | 299s 441 | #[cfg(debian_test)] 299s | ^^^^^^^^^^^ 299s | 299s = 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` 299s = help: consider using a Cargo feature instead 299s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 299s [lints.rust] 299s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debian_test)'] } 299s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debian_test)");` to the top of the `build.rs` 299s = note: see for more information about checking conditional configuration 299s = note: `#[warn(unexpected_cfgs)]` on by default 299s 301s warning: `virtiofsd` (lib test) generated 2 warnings (1 duplicate) 301s Finished `test` profile [unoptimized + debuginfo] target(s) in 30.67s 301s Running `CARGO=/usr/lib/rust-1.83/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/virtiofsd-1.13.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/virtiofsd-1.13.0/Cargo.toml CARGO_PKG_AUTHORS='The Virtiofs Project Developers' CARGO_PKG_DESCRIPTION='A virtio-fs vhost-user device daemon' CARGO_PKG_HOMEPAGE='https://virtio-fs.gitlab.io/' CARGO_PKG_LICENSE='Apache-2.0 AND BSD-3-Clause' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=virtiofsd CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/virtio-fs/virtiofsd' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.83/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.iY8nISFQ4M/target/s390x-unknown-linux-gnu/debug/deps/virtiofsd-becb2610bcdaf48d` 301s 301s running 21 tests 301s test passthrough::xattrmap::tests::test_parser_can_parse_multiple_valid_rules ... ok 301s test passthrough::xattrmap::tests::test_parser_can_parse_rules_with_different_delimiters ... ok 301s test passthrough::xattrmap::tests::test_parser_can_parse_rules_separated_by_whitespace ... ok 301s test passthrough::xattrmap::tests::test_parser_can_parse_single_rule ... ok 301s test passthrough::xattrmap::tests::test_parser_emits_error_when_invalid_scope_is_used ... ok 301s test passthrough::xattrmap::tests::test_parser_emits_error_when_invalid_type_is_used ... ok 301s test passthrough::xattrmap::tests::test_parser_emits_error_when_multiple_map_rules_exist ... ok 301s test passthrough::xattrmap::tests::test_parser_emits_error_when_no_rules_are_provided ... ok 301s test passthrough::xattrmap::tests::test_parser_emits_incomplete_rule_error ... ok 301s test passthrough::xattrmap::tests::test_parser_expands_map_rule_with_empty_key ... ok 301s test passthrough::xattrmap::tests::test_parser_expands_map_rule_with_key_and_prepend ... ok 301s test passthrough::xattrmap::tests::test_rule_bad_denies_the_client_request ... ok 301s test passthrough::xattrmap::tests::test_rule_bad_hides_xattr_names_from_client ... ok 301s test passthrough::xattrmap::tests::test_rule_ok_all ... ok 301s test passthrough::xattrmap::tests::test_rule_ok_allows_xattr_names_to_pass_through_unchanged ... ok 301s test passthrough::xattrmap::tests::test_rule_prefix_prepends_xattr_names_from_client ... ok 301s test passthrough::xattrmap::tests::test_rule_prefix_strips_prefixes_from_server ... ok 301s test passthrough::xattrmap::tests::test_rule_unsupported_hides_xattr_names_from_client ... ok 301s test passthrough::xattrmap::tests::test_rule_unsupported_not_support_the_client_request ... ok 301s test read_dir::test::padded_cstrings ... ok 301s test read_dir::test::no_nul_byte - should panic ... ok 301s 301s test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s 301s 301s /tmp/autopkgtest.moXOp2/wrapper.sh: checking for leaked background processes... 301s /tmp/autopkgtest.moXOp2/wrapper.sh: waiting for tee/cat subprocesses... 301s /tmp/autopkgtest.moXOp2/wrapper.sh: cleaning up... 301s /tmp/autopkgtest.moXOp2/wrapper.sh: Exit status: 0 301s autopkgtest: DBG: testbed command exited with code 0 301s autopkgtest [23:29:11]: test librust-virtiofsd-dev:: -----------------------] 301s autopkgtest: DBG: testbed executing test finished with exit status 0 301s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3A-stdout /tmp/autopkgtest-work.8v097am7/out/librust-virtiofsd-dev%3A-stdout 302s autopkgtest: DBG: got reply from testbed: ok 302s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3A-stderr /tmp/autopkgtest-work.8v097am7/out/librust-virtiofsd-dev%3A-stderr 302s autopkgtest: DBG: got reply from testbed: ok 302s autopkgtest [23:29:12]: test librust-virtiofsd-dev:: - - - - - - - - - - results - - - - - - - - - - 302s librust-virtiofsd-dev: PASS 302s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.moXOp2/librust-virtiofsd-dev%3A-artifacts/ /tmp/autopkgtest-work.8v097am7/out/artifacts/ 302s autopkgtest: DBG: got reply from testbed: ok 302s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.moXOp2/librust-virtiofsd-dev:-artifacts', '/tmp/autopkgtest.moXOp2/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 302s autopkgtest: DBG: testbed command exited with code 0 302s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 302s autopkgtest [23:29:12]: @@@@@@@@@@@@@@@@@@@@ summary 302s hint-testsuite-triggers SKIP unknown restriction hint-testsuite-triggers 302s mkosi SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 302s hint-testsuite-triggers SKIP unknown restriction hint-testsuite-triggers 302s mkosi SKIP Test lists explicitly supported architectures, but the current architecture s390x isn't listed. 302s rust-virtiofsd:@ PASS 302s librust-virtiofsd-dev:default PASS 302s librust-virtiofsd-dev:seccomp PASS 302s librust-virtiofsd-dev:xen PASS 302s librust-virtiofsd-dev: PASS 302s autopkgtest: DBG: testbed stop 302s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.moXOp2 302s autopkgtest: DBG: sending command to testbed: close 321s autopkgtest: DBG: got reply from testbed: ok 321s autopkgtest: DBG: sending command to testbed: quit 321s nova [W] Using flock in prodstack6-s390x 321s Creating nova instance adt-plucky-s390x-rust-virtiofsd-20250204-232410-juju-7f2275-prod-proposed-migration-environment-15-e902dd4f-0d52-4a7a-a9ea-56c84fa633b2 from image adt/ubuntu-plucky-s390x-server-20250204.img (UUID b610bdba-63b6-447b-9fbe-39d30818b347)... 321s nova [W] Timed out waiting for 42e52ced-44dc-409a-b11e-40c96120e9ed to get deleted.