0s autopkgtest: DBG: testbed init 0s autopkgtest [08:38:18]: starting date and time: 2025-02-15 08:38:18+0000 0s autopkgtest [08:38:18]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [08:38:18]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.g9cd8txd/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:rust-defaults,src:libgit2,src:rustc-1.84 --apt-upgrade rust-toml-edit --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-24.secgroup --name adt-plucky-s390x-rust-toml-edit-20250215-083818-juju-7f2275-prod-proposed-migration-environment-15-5e234701-22ba-4075-92e2-530c4a856f48 --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 117s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.v3WgVq 117s autopkgtest: DBG: sending command to testbed: print-execute-command 117s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.g6_jmxmu/runcmd 117s autopkgtest: DBG: sending command to testbed: capabilities 117s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu revert-full-system reboot revert isolation-machine root-on-testbed 117s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'revert-full-system', 'reboot', 'revert', 'isolation-machine', 'root-on-testbed', 'has_internet'] 117s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.v3WgVq'], kind short, sout raw, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.v3WgVq/wrapper.sh 117s autopkgtest: DBG: got reply from testbed: ok 117s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.v3WgVq/wrapper.sh'], kind short, sout raw, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest [08:40:15]: testbed dpkg architecture: s390x 117s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest [08:40:15]: testbed apt version: 2.9.28 117s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: testbed has eatmydata 118s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest [08:40:16]: @@@@@@@@@@@@@@@@@@@@ test bed setup 118s 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 [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest [08:40:16]: testbed release detected to be: None 118s 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 [] 118s autopkgtest: DBG: testbed command exited with code 0 118s 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 [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: adding APT source: Types: deb deb-src 118s URIs: http://ftpmaster.internal/ubuntu/ 118s Suites: plucky-proposed 118s Components: main restricted universe multiverse 118s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 118s 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 [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 118s Package: * 118s Pin: release plucky-proposed 118s Pin-Priority: 500 118s 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 [] 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest [08:40:17]: updating testbed package index (apt update) 119s 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'] 119s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 119s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 119s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 119s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 119s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [66.4 kB] 119s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.5 kB] 119s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 119s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [864 kB] 120s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [80.4 kB] 120s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 120s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [806 kB] 120s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4016 B] 120s Fetched 1949 kB in 1s (2042 kB/s) 120s Reading package lists... 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 120s Package: * 120s Pin: release plucky-proposed 120s Pin-Priority: 100 120s 120s Package: src:rust-defaults:any src:libgit2:any src:rustc-1.84:any 120s Pin: release plucky-proposed 120s Pin-Priority: 995 120s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-plucky-proposed.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 100\n\nPackage: src:rust-defaults:any src:libgit2:any src:rustc-1.84:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 121s autopkgtest: DBG: testbed command exited with code 0 121s 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.v3WgVq/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 121s autopkgtest: DBG: testbed command exited with code 0 121s 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'] 121s + lsb_release --codename --short 121s + RELEASE=plucky 121s + cat 121s + [ plucky != trusty ] 121s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 121s Reading package lists... 121s Building dependency tree... 121s Reading state information... 121s Calculating upgrade... 121s The following packages were automatically installed and are no longer required: 121s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 121s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 121s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 121s linux-tools-6.11.0-8-generic 121s Use 'sudo apt autoremove' to remove them. 121s The following packages will be upgraded: 121s gcc-14-base libatomic1 libgcc-s1 libstdc++6 121s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 121s Need to get 995 kB of archives. 121s After this operation, 0 B of additional disk space will be used. 121s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libatomic1 s390x 14.2.0-17ubuntu1 [9430 B] 121s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-base s390x 14.2.0-17ubuntu1 [53.5 kB] 122s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++6 s390x 14.2.0-17ubuntu1 [896 kB] 122s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-s1 s390x 14.2.0-17ubuntu1 [35.9 kB] 122s Fetched 995 kB in 1s (1840 kB/s) 122s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 122s Preparing to unpack .../libatomic1_14.2.0-17ubuntu1_s390x.deb ... 122s Unpacking libatomic1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 122s Preparing to unpack .../gcc-14-base_14.2.0-17ubuntu1_s390x.deb ... 122s Unpacking gcc-14-base:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 122s Setting up gcc-14-base:s390x (14.2.0-17ubuntu1) ... 122s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 122s Preparing to unpack .../libstdc++6_14.2.0-17ubuntu1_s390x.deb ... 122s Unpacking libstdc++6:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 122s Setting up libstdc++6:s390x (14.2.0-17ubuntu1) ... 122s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 122s Preparing to unpack .../libgcc-s1_14.2.0-17ubuntu1_s390x.deb ... 122s Unpacking libgcc-s1:s390x (14.2.0-17ubuntu1) over (14.2.0-16ubuntu1) ... 122s Setting up libgcc-s1:s390x (14.2.0-17ubuntu1) ... 122s Setting up libatomic1:s390x (14.2.0-17ubuntu1) ... 122s Processing triggers for libc-bin (2.40-4ubuntu1) ... 123s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 123s + /usr/lib/apt/apt-helper analyze-pattern ?true 123s + uname -r 123s + sed s/\./\\./g 123s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 123s + apt list ?obsolete 123s + tail -n+2 123s + cut -d/ -f1 123s + grep -v ^linux-.*6\.12\.0-15-generic.* 123s + true 123s + obsolete_pkgs= 123s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 123s Reading package lists... 123s Building dependency tree... 123s Reading state information... 123s The following packages will be REMOVED: 123s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 123s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 123s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 123s linux-tools-6.11.0-8-generic* 123s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 123s After this operation, 167 MB disk space will be freed. 123s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80969 files and directories currently installed.) 123s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 123s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 123s Removing libpython3.12t64:s390x (3.12.9-1) ... 123s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 123s Removing libnsl2:s390x (1.3.0-3build3) ... 123s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 123s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 123s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 124s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 124s Processing triggers for libc-bin (2.40-4ubuntu1) ... 124s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55869 files and directories currently installed.) 124s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 124s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 124s + grep -q trusty /etc/lsb-release 124s + [ ! -d /usr/share/doc/unattended-upgrades ] 124s + [ ! -d /usr/share/doc/lxd ] 124s + [ ! -d /usr/share/doc/lxd-client ] 124s + [ ! -d /usr/share/doc/snapd ] 124s + type iptables 124s + cat 124s + chmod 755 /etc/rc.local 124s + . /etc/rc.local 124s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 124s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 124s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 124s + uname -m 124s + [ s390x = ppc64le ] 124s + [ -d /run/systemd/system ] 124s + systemd-detect-virt --quiet --vm 124s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 124s + cat 124s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 124s + echo COMPRESS=lz4 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest [08:40:22]: upgrading testbed (apt dist-upgrade and autopurge) 124s 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'] 125s Reading package lists... 125s Building dependency tree... 125s Reading state information... 125s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 125s Starting 2 pkgProblemResolver with broken count: 0 125s Done 125s Entering ResolveByKeep 125s 125s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 125s autopkgtest: DBG: testbed command exited with code 0 125s 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'] 126s Reading package lists... 126s Building dependency tree... 126s Reading state information... 126s Starting pkgProblemResolver with broken count: 0 126s Starting 2 pkgProblemResolver with broken count: 0 126s Done 126s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 126s autopkgtest: DBG: testbed command exited with code 0 126s 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.v3WgVq/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 126s autopkgtest: DBG: testbed command exited with code 1 126s autopkgtest [08:40:24]: rebooting testbed after setup commands that affected boot 126s autopkgtest: DBG: sending command to testbed: reboot 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 143s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.v3WgVq'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.v3WgVq/autopkgtest-reboot 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.v3WgVq/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.v3WgVq/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.v3WgVq/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.v3WgVq'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.v3WgVq/autopkgtest-reboot-prepare 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.v3WgVq/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.v3WgVq/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest [08:40:43]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 145s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.v3WgVq/testbed-packages"], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/testbed-packages /tmp/autopkgtest-work.g9cd8txd/out/testbed-packages 145s autopkgtest: DBG: got reply from testbed: ok 145s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 145s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.v3WgVq'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.v3WgVq/autopkgtest-reboot 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.v3WgVq/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.v3WgVq/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.v3WgVq/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.v3WgVq'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.v3WgVq/autopkgtest-reboot-prepare 147s autopkgtest: DBG: got reply from testbed: ok 147s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.v3WgVq/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.v3WgVq/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: Binaries: initialising 147s autopkgtest [08:40:45]: @@@@@@@@@@@@@@@@@@@@ apt-source rust-toml-edit 147s autopkgtest: DBG: blame += rust-toml-edit 147s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 147s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'rust-toml-edit'], kind short, sout pipe, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^librust-toml-edit-dev$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'librust-toml-edit-dev=0.22.20-1'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: install_deps: deps_new=[] 148s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s 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.v3WgVq/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source rust-toml-edit=0.22.20-1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x rust-toml-edit_*.dsc src >/dev/null; chmod -R a+rX .; cd [a-z0-9]*/.; pwd >&3; sed -n "1 {s/).*//; s/ (/\\n/; p}" debian/changelog >&3\''], kind build, sout pipe, serr raw, env ['ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1'] 148s + cd / 148s + mktemp -d /tmp/autopkgtest.v3WgVq/build.XXX 148s + builddir=/tmp/autopkgtest.v3WgVq/build.oMt 148s + cd /tmp/autopkgtest.v3WgVq/build.oMt 148s + apt-get source -d -q --only-source rust-toml-edit=0.22.20-1 149s + OUT=Reading package lists... 149s NOTICE: 'rust-toml-edit' packaging is maintained in the 'Git' version control system at: 149s https://salsa.debian.org/rust-team/debcargo-conf.git [src/toml-edit] 149s Please use: 149s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/toml-edit] 149s to retrieve the latest (possibly unreleased) updates to the package. 149s Need to get 114 kB of source archives. 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-toml-edit 0.22.20-1 (dsc) [2554 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-toml-edit 0.22.20-1 (tar) [107 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-toml-edit 0.22.20-1 (diff) [4572 B] 149s Fetched 114 kB in 0s (279 kB/s) 149s Download complete and in download only mode 149s + [ -n ] 149s + echo Reading package lists... 149s NOTICE: 'rust-toml-edit' packaging is maintained in the 'Git' version control system at: 149s https://salsa.debian.org/rust-team/debcargo-conf.git [src/toml-edit] 149s Please use: 149s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/toml-edit] 149s to retrieve the latest (possibly unreleased) updates to the package. 149s Need to get 114 kB of source archives. 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-toml-edit 0.22.20-1 (dsc) [2554 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-toml-edit 0.22.20-1 (tar) [107 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-toml-edit 0.22.20-1 (diff) [4572 B] 149s Fetched 114 kB in 0s (279 kB/s) 149s Download complete and in download only mode 149s + grep ^Get: 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-toml-edit 0.22.20-1 (dsc) [2554 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-toml-edit 0.22.20-1 (tar) [107 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-toml-edit 0.22.20-1 (diff) [4572 B] 149s + dpkg-source -x rust-toml-edit_0.22.20-1.dsc src 149s gpgv: Signature made Sun Sep 8 08:33:52 2024 UTC 149s gpgv: using RSA key 5340D001360CA656E3497EB70C48EA2A7A8FFD7B 149s gpgv: issuer "plugwash@debian.org" 149s gpgv: Can't check signature: No public key 149s dpkg-source: warning: cannot verify inline signature for ./rust-toml-edit_0.22.20-1.dsc: no acceptable signature found 149s + chmod -R a+rX . 149s + cd src/. 149s + pwd 149s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest [08:40:47]: testing package rust-toml-edit version 0.22.20-1 149s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/build.oMt/src/debian/ /tmp/autopkgtest-work.g9cd8txd/out/pkg/debian/ 149s autopkgtest: DBG: got reply from testbed: ok 149s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 149s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 149s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 149s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 149s autopkgtest: DBG: processing dependency @ 149s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 149s autopkgtest: DBG: Test defined: name rust-toml-edit:@ path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --all-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=rust-toml-edit:@'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 149s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 149s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 149s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 149s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 149s autopkgtest: DBG: processing dependency @ 149s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 149s autopkgtest: DBG: Test defined: name librust-toml-edit-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-toml-edit-dev:default'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 149s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 149s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 149s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 149s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 149s autopkgtest: DBG: processing dependency @ 149s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 149s autopkgtest: DBG: Test defined: name librust-toml-edit-dev:display path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features display" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-toml-edit-dev:display'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 149s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 149s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 149s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 149s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 149s autopkgtest: DBG: processing dependency @ 149s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 149s autopkgtest: DBG: Test defined: name librust-toml-edit-dev:parse path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features parse" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-toml-edit-dev:parse'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 149s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 149s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 149s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 149s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 149s autopkgtest: DBG: processing dependency @ 149s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 149s autopkgtest: DBG: Test defined: name librust-toml-edit-dev:perf path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features perf" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-toml-edit-dev:perf'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 149s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 149s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 149s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 149s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 149s autopkgtest: DBG: processing dependency @ 149s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 149s autopkgtest: DBG: Test defined: name librust-toml-edit-dev:serde path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features serde" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-toml-edit-dev:serde'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 149s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 149s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 149s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 149s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 149s autopkgtest: DBG: processing dependency @ 149s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 149s autopkgtest: DBG: Test defined: name librust-toml-edit-dev:unbounded path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features unbounded" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-toml-edit-dev:unbounded'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 149s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 149s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 149s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 149s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 149s autopkgtest: DBG: processing dependency @ 149s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 149s autopkgtest: DBG: Test defined: name librust-toml-edit-dev: path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-toml-edit-dev:'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 149s autopkgtest [08:40:47]: build not needed 149s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/build.oMt/src/ /tmp/autopkgtest-work.g9cd8txd/out/tests-tree/ 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 150s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 150s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 150s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 150s autopkgtest: DBG: processing dependency @ 150s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 150s autopkgtest: DBG: Test defined: name rust-toml-edit:@ path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --all-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=rust-toml-edit:@'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 150s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 150s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 150s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 150s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 150s autopkgtest: DBG: processing dependency @ 150s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 150s autopkgtest: DBG: Test defined: name librust-toml-edit-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-toml-edit-dev:default'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 150s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 150s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 150s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 150s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 150s autopkgtest: DBG: processing dependency @ 150s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 150s autopkgtest: DBG: Test defined: name librust-toml-edit-dev:display path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features display" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-toml-edit-dev:display'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 150s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 150s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 150s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 150s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 150s autopkgtest: DBG: processing dependency @ 150s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 150s autopkgtest: DBG: Test defined: name librust-toml-edit-dev:parse path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features parse" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-toml-edit-dev:parse'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 150s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 150s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 150s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 150s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 150s autopkgtest: DBG: processing dependency @ 150s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 150s autopkgtest: DBG: Test defined: name librust-toml-edit-dev:perf path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features perf" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-toml-edit-dev:perf'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 150s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 150s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 150s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 150s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 150s autopkgtest: DBG: processing dependency @ 150s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 150s autopkgtest: DBG: Test defined: name librust-toml-edit-dev:serde path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features serde" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-toml-edit-dev:serde'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 150s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 150s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 150s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 150s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 150s autopkgtest: DBG: processing dependency @ 150s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 150s autopkgtest: DBG: Test defined: name librust-toml-edit-dev:unbounded path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features unbounded" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-toml-edit-dev:unbounded'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 150s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 150s autopkgtest: DBG: processing dependency librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~) 150s autopkgtest: DBG: processing dependency librust-proptest-1+default-dev (>= 1.5.0-~~) 150s autopkgtest: DBG: processing dependency librust-serde-json-1+default-dev (>= 1.0.116-~~) 150s autopkgtest: DBG: processing dependency @ 150s autopkgtest: DBG: synthesised dependency librust-toml-edit-dev 150s autopkgtest: DBG: Test defined: name librust-toml-edit-dev: path None command "/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-toml-edit-dev:'] depends ['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 150s autopkgtest [08:40:48]: test rust-toml-edit:@: preparing testbed 150s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 150s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 150s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 150s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev 150s autopkgtest: DBG: can use apt-get on testbed: True 150s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 151s Reading package lists... 151s Building dependency tree... 151s Reading state information... 151s Starting pkgProblemResolver with broken count: 0 151s Starting 2 pkgProblemResolver with broken count: 0 151s Done 151s The following NEW packages will be installed: 151s autoconf automake autopoint autotools-dev cargo cargo-1.84 cpp cpp-14 151s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 151s dh-cargo dh-cargo-tools dh-strip-nondeterminism dwz gcc gcc-14 151s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gettext intltool-debian 151s libarchive-zip-perl libasan8 libcc1-0 libdebhelper-perl 151s libfile-stripnondeterminism-perl libgcc-14-dev libgit2-1.9 libgomp1 libisl23 151s libitm1 libmpc3 libpkgconf3 librust-addr2line-dev librust-adler-dev 151s librust-ahash-dev librust-allocator-api2-dev librust-anstream-dev 151s librust-anstyle-dev librust-anstyle-parse-dev librust-anstyle-query-dev 151s librust-arbitrary-dev librust-arrayvec-dev librust-autocfg-dev 151s librust-backtrace-dev librust-bit-set-dev librust-bit-vec-dev 151s librust-bitflags-dev librust-blobby-dev librust-block-buffer-dev 151s librust-bytemuck-derive-dev librust-bytemuck-dev librust-byteorder-dev 151s librust-cfg-if-dev librust-clap-builder-dev librust-clap-derive-dev 151s librust-clap-dev librust-clap-lex-dev librust-colorchoice-dev 151s librust-compiler-builtins+core-dev 151s librust-compiler-builtins+rustc-dep-of-std-dev librust-compiler-builtins-dev 151s librust-const-oid-dev librust-const-random-dev 151s librust-const-random-macro-dev librust-cpp-demangle-dev 151s librust-crc32fast-dev librust-critical-section-dev 151s librust-crossbeam-deque-dev librust-crossbeam-epoch+std-dev 151s librust-crossbeam-epoch-dev librust-crossbeam-utils-dev librust-crunchy-dev 151s librust-crypto-common-dev librust-derive-arbitrary-dev librust-digest-dev 151s librust-either-dev librust-equivalent-dev librust-erased-serde-dev 151s librust-errno-dev librust-escape8259-dev librust-fallible-iterator-dev 151s librust-fastrand-dev librust-flate2-dev librust-fnv-dev 151s librust-generic-array-dev librust-getrandom-dev librust-gimli-dev 151s librust-hashbrown-dev librust-heck-dev librust-indexmap-dev librust-itoa-dev 151s librust-kstring-dev librust-lazy-static-dev librust-libc-dev 151s librust-libm-dev librust-libtest-mimic-dev librust-libz-sys-dev 151s librust-linux-raw-sys-dev librust-lock-api-dev librust-log-dev 151s librust-memchr-dev librust-memmap2-dev librust-miniz-oxide-dev 151s librust-no-panic-dev librust-num-cpus-dev librust-num-traits-dev 151s librust-object-dev librust-once-cell-dev librust-owning-ref-dev 151s librust-parking-lot-core-dev librust-pkg-config-dev 151s librust-portable-atomic-dev librust-ppv-lite86-dev librust-proc-macro2-dev 151s librust-proptest-dev librust-quick-error-dev librust-quote-dev 151s librust-rand-chacha-dev librust-rand-core+getrandom-dev 151s librust-rand-core+serde-dev librust-rand-core+std-dev librust-rand-core-dev 151s librust-rand-dev librust-rand-xorshift-dev librust-rayon-core-dev 151s librust-rayon-dev librust-regex-syntax-dev librust-rustc-demangle-dev 151s librust-rustc-std-workspace-core-dev librust-rustix-dev 151s librust-rusty-fork+wait-timeout-dev librust-rusty-fork-dev 151s librust-ruzstd-dev librust-ryu-dev librust-scopeguard-dev 151s librust-serde-derive-dev librust-serde-dev librust-serde-fmt-dev 151s librust-serde-json-dev librust-serde-spanned-dev librust-serde-test-dev 151s librust-smallvec-dev librust-spin-dev librust-stable-deref-trait-dev 151s librust-static-assertions-dev librust-strsim-dev librust-subtle-dev 151s librust-sval-buffer-dev librust-sval-derive-dev librust-sval-dev 151s librust-sval-dynamic-dev librust-sval-fmt-dev librust-sval-ref-dev 151s librust-sval-serde-dev librust-syn-dev librust-tempfile-dev 151s librust-termcolor-dev librust-terminal-size-dev librust-threadpool-dev 151s librust-tiny-keccak-dev librust-toml-datetime-dev librust-toml-edit-dev 151s librust-twox-hash-dev librust-typed-arena-dev librust-typenum-dev 151s librust-unarray-dev librust-unicase-dev librust-unicode-ident-dev 151s librust-unicode-segmentation-dev librust-unicode-width-dev 151s librust-utf8parse-dev librust-value-bag-dev librust-value-bag-serde1-dev 151s librust-value-bag-sval2-dev librust-version-check-dev 151s librust-wait-timeout-dev librust-winapi-dev 151s librust-winapi-i686-pc-windows-gnu-dev librust-winapi-util-dev 151s librust-winapi-x86-64-pc-windows-gnu-dev librust-winnow-dev 151s librust-zerocopy-derive-dev librust-zerocopy-dev librust-zeroize-derive-dev 151s librust-zeroize-dev libstd-rust-1.84 libstd-rust-1.84-dev libtool libubsan1 151s m4 pkgconf pkgconf-bin po-debconf rustc rustc-1.84 zlib1g-dev 151s 0 upgraded, 199 newly installed, 0 to remove and 0 not upgraded. 151s Need to get 141 MB of archives. 151s After this operation, 564 MB of additional disk space will be used. 151s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 152s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 152s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 152s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 152s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 152s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libgit2-1.9 s390x 1.9.0~ds-0ubuntu1 [601 kB] 152s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libstd-rust-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [29.9 MB] 153s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libstd-rust-1.84-dev s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [47.9 MB] 154s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 154s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 154s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 154s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 154s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 154s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 154s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-17ubuntu1 [50.7 kB] 154s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-17ubuntu1 [151 kB] 154s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-17ubuntu1 [30.9 kB] 154s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-17ubuntu1 [2964 kB] 154s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-17ubuntu1 [1184 kB] 154s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 154s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 155s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 155s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 155s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 155s Get:25 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x rustc-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [6414 kB] 155s Get:26 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x cargo-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [7497 kB] 155s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 155s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 155s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 155s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 155s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 155s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 155s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 155s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 155s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 155s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 155s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 155s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 155s Get:39 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x rustc s390x 1.84.0ubuntu1 [2830 B] 155s Get:40 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x cargo s390x 1.84.0ubuntu1 [2240 B] 155s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo-tools all 31ubuntu4 [5834 B] 155s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo all 31ubuntu4 [8668 B] 155s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 155s Get:44 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cfg-if-dev s390x 1.0.0-1 [10.5 kB] 155s Get:45 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cpp-demangle-dev s390x 0.4.0-1 [66.1 kB] 155s Get:46 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-fallible-iterator-dev s390x 0.3.0-2 [20.3 kB] 155s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-ident-dev s390x 1.0.13-1 [38.5 kB] 155s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro2-dev s390x 1.0.92-1 [46.1 kB] 155s Get:49 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quote-dev s390x 1.0.37-1 [29.5 kB] 155s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-syn-dev s390x 2.0.96-2 [227 kB] 155s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-derive-arbitrary-dev s390x 1.4.1-1 [13.5 kB] 155s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arbitrary-dev s390x 1.4.1-1 [36.9 kB] 155s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-equivalent-dev s390x 1.0.1-1 [8240 B] 155s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-critical-section-dev s390x 1.2.0-1 [21.0 kB] 155s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-derive-dev s390x 1.0.217-1 [51.2 kB] 155s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-dev s390x 1.0.217-1 [67.2 kB] 155s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-portable-atomic-dev s390x 1.10.0-3 [128 kB] 155s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-std-workspace-core-dev s390x 1.0.0-1 [3020 B] 155s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libc-dev s390x 0.2.169-1 [382 kB] 155s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-getrandom-dev s390x 0.2.15-1 [37.8 kB] 155s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-smallvec-dev s390x 1.13.2-1 [35.5 kB] 155s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-parking-lot-core-dev s390x 0.9.10-1 [32.6 kB] 155s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-once-cell-dev s390x 1.20.2-1 [31.9 kB] 155s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crunchy-dev s390x 0.2.2-1 [5340 B] 155s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tiny-keccak-dev s390x 2.0.2-1 [20.9 kB] 155s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-macro-dev s390x 0.1.16-2 [10.5 kB] 155s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-dev s390x 0.1.17-2 [8590 B] 155s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-version-check-dev s390x 0.9.5-1 [16.9 kB] 155s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-byteorder-dev s390x 1.5.0-1 [22.4 kB] 155s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-derive-dev s390x 0.7.34-1 [30.3 kB] 155s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-dev s390x 0.7.34-1 [117 kB] 155s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ahash-dev all 0.8.11-9 [38.1 kB] 156s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-allocator-api2-dev s390x 0.2.16-1 [54.8 kB] 156s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins-dev s390x 0.1.139-1 [178 kB] 156s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-either-dev s390x 1.13.0-1 [20.2 kB] 156s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-utils-dev s390x 0.8.19-1 [41.1 kB] 156s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch-dev s390x 0.9.18-1 [42.3 kB] 156s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch+std-dev s390x 0.9.18-1 [1128 B] 156s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-deque-dev s390x 0.8.5-1 [22.4 kB] 156s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-core-dev s390x 1.12.1-1 [63.7 kB] 156s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-dev s390x 1.10.0-1 [149 kB] 156s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hashbrown-dev s390x 0.14.5-5 [110 kB] 156s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-indexmap-dev s390x 2.7.0-1 [69.4 kB] 156s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-stable-deref-trait-dev s390x 1.2.0-1 [9794 B] 156s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gimli-dev s390x 0.31.1-2 [216 kB] 156s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memmap2-dev s390x 0.9.5-1 [31.6 kB] 156s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc32fast-dev s390x 1.4.2-1 [39.8 kB] 156s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 156s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 156s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pkg-config-dev s390x 0.3.31-1 [23.5 kB] 156s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 156s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libz-sys-dev s390x 1.1.20-1 [19.7 kB] 156s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-adler-dev s390x 1.0.2-2 [15.3 kB] 156s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-miniz-oxide-dev s390x 0.7.1-1 [51.5 kB] 156s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-flate2-dev s390x 1.0.34-1 [94.5 kB] 156s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-derive-dev s390x 2.6.1-2 [11.0 kB] 156s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dev s390x 2.6.1-2 [28.0 kB] 156s Get:98 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-ref-dev s390x 2.6.1-1 [8942 B] 156s Get:99 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-erased-serde-dev s390x 0.3.31-1 [22.7 kB] 156s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-fmt-dev all 1.0.3-4 [7202 B] 156s Get:101 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-no-panic-dev s390x 0.1.32-1 [14.6 kB] 156s Get:102 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-itoa-dev s390x 1.0.14-1 [13.5 kB] 156s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ryu-dev s390x 1.0.19-1 [43.1 kB] 156s Get:104 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-json-dev s390x 1.0.133-1 [130 kB] 156s Get:105 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-test-dev s390x 1.0.171-1 [20.6 kB] 156s Get:106 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-serde1-dev s390x 1.9.0-1 [7820 B] 156s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-buffer-dev s390x 2.6.1-1 [16.8 kB] 156s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dynamic-dev s390x 2.6.1-1 [9542 B] 156s Get:109 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-fmt-dev s390x 2.6.1-1 [12.0 kB] 156s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-serde-dev s390x 2.6.1-1 [13.2 kB] 156s Get:111 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-sval2-dev s390x 1.9.0-1 [7862 B] 156s Get:112 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-dev s390x 1.9.0-1 [37.6 kB] 156s Get:113 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-log-dev s390x 0.4.22-1 [43.0 kB] 156s Get:114 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memchr-dev s390x 2.7.4-1 [71.8 kB] 157s Get:115 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-blobby-dev s390x 0.3.1-1 [11.3 kB] 157s Get:116 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-typenum-dev s390x 1.17.0-2 [41.2 kB] 157s Get:117 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-derive-dev s390x 1.4.2-1 [12.7 kB] 157s Get:118 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-dev s390x 1.8.1-1 [21.6 kB] 157s Get:119 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-generic-array-dev s390x 0.14.7-1 [16.9 kB] 157s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-block-buffer-dev s390x 0.10.2-2 [12.2 kB] 157s Get:121 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-oid-dev s390x 0.9.6-1 [41.5 kB] 157s Get:122 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core-dev s390x 0.6.4-2 [23.8 kB] 157s Get:123 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+getrandom-dev s390x 0.6.4-2 [1054 B] 157s Get:124 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crypto-common-dev s390x 0.1.6-1 [10.5 kB] 157s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-subtle-dev s390x 2.6.1-1 [16.1 kB] 157s Get:126 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-digest-dev s390x 0.10.7-2 [20.9 kB] 157s Get:127 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ppv-lite86-dev s390x 0.2.20-1 [22.2 kB] 157s Get:128 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-chacha-dev s390x 0.3.1-2 [16.9 kB] 157s Get:129 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+serde-dev s390x 0.6.4-2 [1108 B] 157s Get:130 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+std-dev s390x 0.6.4-2 [1052 B] 157s Get:131 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-dev s390x 0.8.5-1 [77.5 kB] 157s Get:132 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-static-assertions-dev s390x 1.1.0-1 [19.0 kB] 157s Get:133 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-twox-hash-dev s390x 1.6.3-1 [21.6 kB] 157s Get:134 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ruzstd-dev s390x 0.7.3-2 [57.7 kB] 157s Get:135 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-object-dev s390x 0.36.5-2 [259 kB] 157s Get:136 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-demangle-dev s390x 0.1.24-1 [28.9 kB] 157s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-typed-arena-dev s390x 2.0.2-1 [13.9 kB] 157s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-addr2line-dev s390x 0.24.2-2 [34.8 kB] 157s Get:139 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-dev s390x 1.0.8-1 [16.7 kB] 157s Get:140 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arrayvec-dev s390x 0.7.6-1 [31.7 kB] 157s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-utf8parse-dev s390x 0.2.1-1 [15.0 kB] 157s Get:142 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-parse-dev s390x 0.2.1-1 [17.1 kB] 157s Get:143 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-query-dev s390x 1.0.0-1 [9768 B] 157s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-colorchoice-dev s390x 1.0.0-1 [8338 B] 157s Get:145 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstream-dev s390x 0.6.15-1 [25.7 kB] 157s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-autocfg-dev s390x 1.1.0-1 [15.2 kB] 157s Get:147 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-backtrace-dev s390x 0.3.74-3 [79.8 kB] 157s Get:148 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bit-vec-dev s390x 0.8.0-1 [25.2 kB] 157s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bit-set-dev s390x 0.8.0-1 [17.9 kB] 157s Get:150 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-derive-dev s390x 1.5.0-2 [18.7 kB] 157s Get:151 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-dev s390x 1.21.0-1 [48.9 kB] 157s Get:152 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bitflags-dev s390x 2.8.0-1 [43.5 kB] 157s Get:153 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-lex-dev s390x 0.7.4-1 [14.7 kB] 157s Get:154 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-strsim-dev s390x 0.11.1-1 [15.9 kB] 157s Get:155 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins+core-dev s390x 0.1.139-1 [1096 B] 157s Get:156 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins+rustc-dep-of-std-dev s390x 0.1.139-1 [1106 B] 157s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-errno-dev s390x 0.3.8-1 [13.0 kB] 157s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-linux-raw-sys-dev s390x 0.4.14-1 [138 kB] 157s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustix-dev s390x 0.38.37-1 [272 kB] 157s Get:160 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-terminal-size-dev s390x 0.3.0-2 [12.6 kB] 157s Get:161 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicase-dev s390x 2.8.0-1 [19.3 kB] 157s Get:162 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-width-dev s390x 0.2.0-1 [194 kB] 157s Get:163 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-builder-dev s390x 4.5.23-1 [136 kB] 157s Get:164 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-segmentation-dev s390x 1.12.0-1 [77.3 kB] 157s Get:165 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-heck-dev s390x 0.4.1-1 [13.3 kB] 157s Get:166 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-derive-dev s390x 4.5.18-1 [29.5 kB] 157s Get:167 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-dev s390x 4.5.23-1 [53.7 kB] 157s Get:168 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-escape8259-dev s390x 0.5.3-1 [6570 B] 157s Get:169 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-fastrand-dev s390x 2.1.1-1 [17.8 kB] 157s Get:170 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-fnv-dev s390x 1.0.7-1 [12.8 kB] 157s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-kstring-dev s390x 2.0.0-1 [17.7 kB] 157s Get:172 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-owning-ref-dev s390x 0.4.1-1 [13.7 kB] 157s Get:173 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-scopeguard-dev s390x 1.2.0-1 [13.3 kB] 157s Get:174 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-lock-api-dev s390x 0.4.12-1 [22.9 kB] 157s Get:175 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-spin-dev s390x 0.9.8-4 [33.4 kB] 157s Get:176 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-lazy-static-dev s390x 1.5.0-1 [14.2 kB] 157s Get:177 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libm-dev s390x 0.2.8-1 [101 kB] 157s Get:178 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-i686-pc-windows-gnu-dev s390x 0.4.0-1 [3652 B] 157s Get:179 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-x86-64-pc-windows-gnu-dev s390x 0.4.0-1 [3660 B] 157s Get:180 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-dev s390x 0.3.9-1 [953 kB] 157s Get:181 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-util-dev s390x 0.1.6-1 [14.0 kB] 157s Get:182 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-termcolor-dev s390x 1.4.1-1 [19.7 kB] 157s Get:183 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-num-cpus-dev s390x 1.16.0-1 [18.1 kB] 157s Get:184 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-threadpool-dev s390x 1.8.1-1 [15.7 kB] 157s Get:185 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libtest-mimic-dev s390x 0.7.3-1 [25.9 kB] 157s Get:186 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-num-traits-dev s390x 0.2.19-2 [46.2 kB] 157s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-xorshift-dev s390x 0.3.0-2 [10.9 kB] 157s Get:188 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-syntax-dev s390x 0.8.5-1 [203 kB] 157s Get:189 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quick-error-dev s390x 2.0.1-1 [15.6 kB] 158s Get:190 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tempfile-dev s390x 3.15.0-1 [36.0 kB] 158s Get:191 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rusty-fork-dev s390x 0.3.0-1 [20.4 kB] 158s Get:192 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wait-timeout-dev s390x 0.2.0-1 [14.1 kB] 158s Get:193 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rusty-fork+wait-timeout-dev s390x 0.3.0-1 [1136 B] 158s Get:194 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unarray-dev s390x 0.1.4-1 [14.6 kB] 158s Get:195 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proptest-dev s390x 1.6.0-1 [173 kB] 158s Get:196 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-spanned-dev s390x 0.6.7-1 [10.7 kB] 158s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-toml-datetime-dev s390x 0.6.8-1 [13.3 kB] 158s Get:198 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winnow-dev s390x 0.6.18-1 [127 kB] 158s Get:199 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-toml-edit-dev s390x 0.22.20-1 [94.1 kB] 158s Fetched 141 MB in 6s (22.0 MB/s) 158s Selecting previously unselected package m4. 158s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55867 files and directories currently installed.) 158s Preparing to unpack .../000-m4_1.4.19-5_s390x.deb ... 158s Unpacking m4 (1.4.19-5) ... 158s Selecting previously unselected package autoconf. 158s Preparing to unpack .../001-autoconf_2.72-3_all.deb ... 158s Unpacking autoconf (2.72-3) ... 158s Selecting previously unselected package autotools-dev. 158s Preparing to unpack .../002-autotools-dev_20220109.1_all.deb ... 158s Unpacking autotools-dev (20220109.1) ... 158s Selecting previously unselected package automake. 158s Preparing to unpack .../003-automake_1%3a1.17-3_all.deb ... 158s Unpacking automake (1:1.17-3) ... 158s Selecting previously unselected package autopoint. 158s Preparing to unpack .../004-autopoint_0.23.1-1_all.deb ... 158s Unpacking autopoint (0.23.1-1) ... 158s Selecting previously unselected package libgit2-1.9:s390x. 158s Preparing to unpack .../005-libgit2-1.9_1.9.0~ds-0ubuntu1_s390x.deb ... 158s Unpacking libgit2-1.9:s390x (1.9.0~ds-0ubuntu1) ... 158s Selecting previously unselected package libstd-rust-1.84:s390x. 158s Preparing to unpack .../006-libstd-rust-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 158s Unpacking libstd-rust-1.84:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 159s Selecting previously unselected package libstd-rust-1.84-dev:s390x. 159s Preparing to unpack .../007-libstd-rust-1.84-dev_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 159s Unpacking libstd-rust-1.84-dev:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 160s Selecting previously unselected package libisl23:s390x. 160s Preparing to unpack .../008-libisl23_0.27-1_s390x.deb ... 160s Unpacking libisl23:s390x (0.27-1) ... 160s Selecting previously unselected package libmpc3:s390x. 160s Preparing to unpack .../009-libmpc3_1.3.1-1build2_s390x.deb ... 160s Unpacking libmpc3:s390x (1.3.1-1build2) ... 160s Selecting previously unselected package cpp-14-s390x-linux-gnu. 160s Preparing to unpack .../010-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package cpp-14. 160s Preparing to unpack .../011-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package cpp-s390x-linux-gnu. 160s Preparing to unpack .../012-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 160s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 160s Selecting previously unselected package cpp. 160s Preparing to unpack .../013-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 160s Unpacking cpp (4:14.2.0-1ubuntu1) ... 160s Selecting previously unselected package libcc1-0:s390x. 160s Preparing to unpack .../014-libcc1-0_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking libcc1-0:s390x (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package libgomp1:s390x. 160s Preparing to unpack .../015-libgomp1_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking libgomp1:s390x (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package libitm1:s390x. 160s Preparing to unpack .../016-libitm1_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking libitm1:s390x (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package libasan8:s390x. 160s Preparing to unpack .../017-libasan8_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking libasan8:s390x (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package libubsan1:s390x. 160s Preparing to unpack .../018-libubsan1_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking libubsan1:s390x (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package libgcc-14-dev:s390x. 160s Preparing to unpack .../019-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package gcc-14-s390x-linux-gnu. 160s Preparing to unpack .../020-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package gcc-14. 160s Preparing to unpack .../021-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package gcc-s390x-linux-gnu. 160s Preparing to unpack .../022-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 160s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 160s Selecting previously unselected package gcc. 160s Preparing to unpack .../023-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 160s Unpacking gcc (4:14.2.0-1ubuntu1) ... 160s Selecting previously unselected package rustc-1.84. 160s Preparing to unpack .../024-rustc-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 160s Unpacking rustc-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 161s Selecting previously unselected package cargo-1.84. 161s Preparing to unpack .../025-cargo-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 161s Unpacking cargo-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 161s Selecting previously unselected package libdebhelper-perl. 161s Preparing to unpack .../026-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 161s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 161s Selecting previously unselected package libtool. 161s Preparing to unpack .../027-libtool_2.5.4-3build1_all.deb ... 161s Unpacking libtool (2.5.4-3build1) ... 161s Selecting previously unselected package dh-autoreconf. 161s Preparing to unpack .../028-dh-autoreconf_20_all.deb ... 161s Unpacking dh-autoreconf (20) ... 161s Selecting previously unselected package libarchive-zip-perl. 161s Preparing to unpack .../029-libarchive-zip-perl_1.68-1_all.deb ... 161s Unpacking libarchive-zip-perl (1.68-1) ... 161s Selecting previously unselected package libfile-stripnondeterminism-perl. 161s Preparing to unpack .../030-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 161s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 161s Selecting previously unselected package dh-strip-nondeterminism. 161s Preparing to unpack .../031-dh-strip-nondeterminism_1.14.1-2_all.deb ... 161s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 161s Selecting previously unselected package debugedit. 161s Preparing to unpack .../032-debugedit_1%3a5.1-2_s390x.deb ... 161s Unpacking debugedit (1:5.1-2) ... 161s Selecting previously unselected package dwz. 161s Preparing to unpack .../033-dwz_0.15-1build6_s390x.deb ... 161s Unpacking dwz (0.15-1build6) ... 161s Selecting previously unselected package gettext. 161s Preparing to unpack .../034-gettext_0.23.1-1_s390x.deb ... 161s Unpacking gettext (0.23.1-1) ... 161s Selecting previously unselected package intltool-debian. 161s Preparing to unpack .../035-intltool-debian_0.35.0+20060710.6_all.deb ... 161s Unpacking intltool-debian (0.35.0+20060710.6) ... 161s Selecting previously unselected package po-debconf. 161s Preparing to unpack .../036-po-debconf_1.0.21+nmu1_all.deb ... 161s Unpacking po-debconf (1.0.21+nmu1) ... 161s Selecting previously unselected package debhelper. 161s Preparing to unpack .../037-debhelper_13.24.1ubuntu2_all.deb ... 161s Unpacking debhelper (13.24.1ubuntu2) ... 161s Selecting previously unselected package rustc. 161s Preparing to unpack .../038-rustc_1.84.0ubuntu1_s390x.deb ... 161s Unpacking rustc (1.84.0ubuntu1) ... 161s Selecting previously unselected package cargo. 161s Preparing to unpack .../039-cargo_1.84.0ubuntu1_s390x.deb ... 161s Unpacking cargo (1.84.0ubuntu1) ... 161s Selecting previously unselected package dh-cargo-tools. 161s Preparing to unpack .../040-dh-cargo-tools_31ubuntu4_all.deb ... 161s Unpacking dh-cargo-tools (31ubuntu4) ... 161s Selecting previously unselected package dh-cargo. 161s Preparing to unpack .../041-dh-cargo_31ubuntu4_all.deb ... 161s Unpacking dh-cargo (31ubuntu4) ... 161s Selecting previously unselected package libpkgconf3:s390x. 161s Preparing to unpack .../042-libpkgconf3_1.8.1-4_s390x.deb ... 161s Unpacking libpkgconf3:s390x (1.8.1-4) ... 161s Selecting previously unselected package librust-cfg-if-dev:s390x. 161s Preparing to unpack .../043-librust-cfg-if-dev_1.0.0-1_s390x.deb ... 161s Unpacking librust-cfg-if-dev:s390x (1.0.0-1) ... 161s Selecting previously unselected package librust-cpp-demangle-dev:s390x. 161s Preparing to unpack .../044-librust-cpp-demangle-dev_0.4.0-1_s390x.deb ... 161s Unpacking librust-cpp-demangle-dev:s390x (0.4.0-1) ... 161s Selecting previously unselected package librust-fallible-iterator-dev:s390x. 161s Preparing to unpack .../045-librust-fallible-iterator-dev_0.3.0-2_s390x.deb ... 161s Unpacking librust-fallible-iterator-dev:s390x (0.3.0-2) ... 161s Selecting previously unselected package librust-unicode-ident-dev:s390x. 161s Preparing to unpack .../046-librust-unicode-ident-dev_1.0.13-1_s390x.deb ... 161s Unpacking librust-unicode-ident-dev:s390x (1.0.13-1) ... 161s Selecting previously unselected package librust-proc-macro2-dev:s390x. 161s Preparing to unpack .../047-librust-proc-macro2-dev_1.0.92-1_s390x.deb ... 161s Unpacking librust-proc-macro2-dev:s390x (1.0.92-1) ... 161s Selecting previously unselected package librust-quote-dev:s390x. 161s Preparing to unpack .../048-librust-quote-dev_1.0.37-1_s390x.deb ... 161s Unpacking librust-quote-dev:s390x (1.0.37-1) ... 161s Selecting previously unselected package librust-syn-dev:s390x. 161s Preparing to unpack .../049-librust-syn-dev_2.0.96-2_s390x.deb ... 161s Unpacking librust-syn-dev:s390x (2.0.96-2) ... 161s Selecting previously unselected package librust-derive-arbitrary-dev:s390x. 161s Preparing to unpack .../050-librust-derive-arbitrary-dev_1.4.1-1_s390x.deb ... 161s Unpacking librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 161s Selecting previously unselected package librust-arbitrary-dev:s390x. 161s Preparing to unpack .../051-librust-arbitrary-dev_1.4.1-1_s390x.deb ... 161s Unpacking librust-arbitrary-dev:s390x (1.4.1-1) ... 161s Selecting previously unselected package librust-equivalent-dev:s390x. 161s Preparing to unpack .../052-librust-equivalent-dev_1.0.1-1_s390x.deb ... 161s Unpacking librust-equivalent-dev:s390x (1.0.1-1) ... 161s Selecting previously unselected package librust-critical-section-dev:s390x. 161s Preparing to unpack .../053-librust-critical-section-dev_1.2.0-1_s390x.deb ... 161s Unpacking librust-critical-section-dev:s390x (1.2.0-1) ... 161s Selecting previously unselected package librust-serde-derive-dev:s390x. 161s Preparing to unpack .../054-librust-serde-derive-dev_1.0.217-1_s390x.deb ... 161s Unpacking librust-serde-derive-dev:s390x (1.0.217-1) ... 161s Selecting previously unselected package librust-serde-dev:s390x. 161s Preparing to unpack .../055-librust-serde-dev_1.0.217-1_s390x.deb ... 161s Unpacking librust-serde-dev:s390x (1.0.217-1) ... 161s Selecting previously unselected package librust-portable-atomic-dev:s390x. 161s Preparing to unpack .../056-librust-portable-atomic-dev_1.10.0-3_s390x.deb ... 161s Unpacking librust-portable-atomic-dev:s390x (1.10.0-3) ... 161s Selecting previously unselected package librust-rustc-std-workspace-core-dev:s390x. 161s Preparing to unpack .../057-librust-rustc-std-workspace-core-dev_1.0.0-1_s390x.deb ... 161s Unpacking librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 161s Selecting previously unselected package librust-libc-dev:s390x. 161s Preparing to unpack .../058-librust-libc-dev_0.2.169-1_s390x.deb ... 161s Unpacking librust-libc-dev:s390x (0.2.169-1) ... 161s Selecting previously unselected package librust-getrandom-dev:s390x. 161s Preparing to unpack .../059-librust-getrandom-dev_0.2.15-1_s390x.deb ... 161s Unpacking librust-getrandom-dev:s390x (0.2.15-1) ... 161s Selecting previously unselected package librust-smallvec-dev:s390x. 161s Preparing to unpack .../060-librust-smallvec-dev_1.13.2-1_s390x.deb ... 161s Unpacking librust-smallvec-dev:s390x (1.13.2-1) ... 161s Selecting previously unselected package librust-parking-lot-core-dev:s390x. 161s Preparing to unpack .../061-librust-parking-lot-core-dev_0.9.10-1_s390x.deb ... 161s Unpacking librust-parking-lot-core-dev:s390x (0.9.10-1) ... 161s Selecting previously unselected package librust-once-cell-dev:s390x. 161s Preparing to unpack .../062-librust-once-cell-dev_1.20.2-1_s390x.deb ... 161s Unpacking librust-once-cell-dev:s390x (1.20.2-1) ... 161s Selecting previously unselected package librust-crunchy-dev:s390x. 161s Preparing to unpack .../063-librust-crunchy-dev_0.2.2-1_s390x.deb ... 161s Unpacking librust-crunchy-dev:s390x (0.2.2-1) ... 161s Selecting previously unselected package librust-tiny-keccak-dev:s390x. 161s Preparing to unpack .../064-librust-tiny-keccak-dev_2.0.2-1_s390x.deb ... 161s Unpacking librust-tiny-keccak-dev:s390x (2.0.2-1) ... 161s Selecting previously unselected package librust-const-random-macro-dev:s390x. 161s Preparing to unpack .../065-librust-const-random-macro-dev_0.1.16-2_s390x.deb ... 161s Unpacking librust-const-random-macro-dev:s390x (0.1.16-2) ... 161s Selecting previously unselected package librust-const-random-dev:s390x. 161s Preparing to unpack .../066-librust-const-random-dev_0.1.17-2_s390x.deb ... 161s Unpacking librust-const-random-dev:s390x (0.1.17-2) ... 161s Selecting previously unselected package librust-version-check-dev:s390x. 161s Preparing to unpack .../067-librust-version-check-dev_0.9.5-1_s390x.deb ... 161s Unpacking librust-version-check-dev:s390x (0.9.5-1) ... 161s Selecting previously unselected package librust-byteorder-dev:s390x. 161s Preparing to unpack .../068-librust-byteorder-dev_1.5.0-1_s390x.deb ... 161s Unpacking librust-byteorder-dev:s390x (1.5.0-1) ... 161s Selecting previously unselected package librust-zerocopy-derive-dev:s390x. 161s Preparing to unpack .../069-librust-zerocopy-derive-dev_0.7.34-1_s390x.deb ... 161s Unpacking librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 161s Selecting previously unselected package librust-zerocopy-dev:s390x. 161s Preparing to unpack .../070-librust-zerocopy-dev_0.7.34-1_s390x.deb ... 161s Unpacking librust-zerocopy-dev:s390x (0.7.34-1) ... 161s Selecting previously unselected package librust-ahash-dev. 161s Preparing to unpack .../071-librust-ahash-dev_0.8.11-9_all.deb ... 161s Unpacking librust-ahash-dev (0.8.11-9) ... 161s Selecting previously unselected package librust-allocator-api2-dev:s390x. 161s Preparing to unpack .../072-librust-allocator-api2-dev_0.2.16-1_s390x.deb ... 161s Unpacking librust-allocator-api2-dev:s390x (0.2.16-1) ... 161s Selecting previously unselected package librust-compiler-builtins-dev:s390x. 161s Preparing to unpack .../073-librust-compiler-builtins-dev_0.1.139-1_s390x.deb ... 161s Unpacking librust-compiler-builtins-dev:s390x (0.1.139-1) ... 161s Selecting previously unselected package librust-either-dev:s390x. 161s Preparing to unpack .../074-librust-either-dev_1.13.0-1_s390x.deb ... 161s Unpacking librust-either-dev:s390x (1.13.0-1) ... 161s Selecting previously unselected package librust-crossbeam-utils-dev:s390x. 161s Preparing to unpack .../075-librust-crossbeam-utils-dev_0.8.19-1_s390x.deb ... 161s Unpacking librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 161s Selecting previously unselected package librust-crossbeam-epoch-dev:s390x. 161s Preparing to unpack .../076-librust-crossbeam-epoch-dev_0.9.18-1_s390x.deb ... 161s Unpacking librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 161s Selecting previously unselected package librust-crossbeam-epoch+std-dev:s390x. 161s Preparing to unpack .../077-librust-crossbeam-epoch+std-dev_0.9.18-1_s390x.deb ... 161s Unpacking librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 161s Selecting previously unselected package librust-crossbeam-deque-dev:s390x. 161s Preparing to unpack .../078-librust-crossbeam-deque-dev_0.8.5-1_s390x.deb ... 161s Unpacking librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 161s Selecting previously unselected package librust-rayon-core-dev:s390x. 161s Preparing to unpack .../079-librust-rayon-core-dev_1.12.1-1_s390x.deb ... 161s Unpacking librust-rayon-core-dev:s390x (1.12.1-1) ... 161s Selecting previously unselected package librust-rayon-dev:s390x. 161s Preparing to unpack .../080-librust-rayon-dev_1.10.0-1_s390x.deb ... 161s Unpacking librust-rayon-dev:s390x (1.10.0-1) ... 161s Selecting previously unselected package librust-hashbrown-dev:s390x. 161s Preparing to unpack .../081-librust-hashbrown-dev_0.14.5-5_s390x.deb ... 161s Unpacking librust-hashbrown-dev:s390x (0.14.5-5) ... 161s Selecting previously unselected package librust-indexmap-dev:s390x. 161s Preparing to unpack .../082-librust-indexmap-dev_2.7.0-1_s390x.deb ... 161s Unpacking librust-indexmap-dev:s390x (2.7.0-1) ... 161s Selecting previously unselected package librust-stable-deref-trait-dev:s390x. 161s Preparing to unpack .../083-librust-stable-deref-trait-dev_1.2.0-1_s390x.deb ... 161s Unpacking librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 161s Selecting previously unselected package librust-gimli-dev:s390x. 161s Preparing to unpack .../084-librust-gimli-dev_0.31.1-2_s390x.deb ... 161s Unpacking librust-gimli-dev:s390x (0.31.1-2) ... 162s Selecting previously unselected package librust-memmap2-dev:s390x. 162s Preparing to unpack .../085-librust-memmap2-dev_0.9.5-1_s390x.deb ... 162s Unpacking librust-memmap2-dev:s390x (0.9.5-1) ... 162s Selecting previously unselected package librust-crc32fast-dev:s390x. 162s Preparing to unpack .../086-librust-crc32fast-dev_1.4.2-1_s390x.deb ... 162s Unpacking librust-crc32fast-dev:s390x (1.4.2-1) ... 162s Selecting previously unselected package pkgconf-bin. 162s Preparing to unpack .../087-pkgconf-bin_1.8.1-4_s390x.deb ... 162s Unpacking pkgconf-bin (1.8.1-4) ... 162s Selecting previously unselected package pkgconf:s390x. 162s Preparing to unpack .../088-pkgconf_1.8.1-4_s390x.deb ... 162s Unpacking pkgconf:s390x (1.8.1-4) ... 162s Selecting previously unselected package librust-pkg-config-dev:s390x. 162s Preparing to unpack .../089-librust-pkg-config-dev_0.3.31-1_s390x.deb ... 162s Unpacking librust-pkg-config-dev:s390x (0.3.31-1) ... 162s Selecting previously unselected package zlib1g-dev:s390x. 162s Preparing to unpack .../090-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 162s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 162s Selecting previously unselected package librust-libz-sys-dev:s390x. 162s Preparing to unpack .../091-librust-libz-sys-dev_1.1.20-1_s390x.deb ... 162s Unpacking librust-libz-sys-dev:s390x (1.1.20-1) ... 162s Selecting previously unselected package librust-adler-dev:s390x. 162s Preparing to unpack .../092-librust-adler-dev_1.0.2-2_s390x.deb ... 162s Unpacking librust-adler-dev:s390x (1.0.2-2) ... 162s Selecting previously unselected package librust-miniz-oxide-dev:s390x. 162s Preparing to unpack .../093-librust-miniz-oxide-dev_0.7.1-1_s390x.deb ... 162s Unpacking librust-miniz-oxide-dev:s390x (0.7.1-1) ... 162s Selecting previously unselected package librust-flate2-dev:s390x. 162s Preparing to unpack .../094-librust-flate2-dev_1.0.34-1_s390x.deb ... 162s Unpacking librust-flate2-dev:s390x (1.0.34-1) ... 162s Selecting previously unselected package librust-sval-derive-dev:s390x. 162s Preparing to unpack .../095-librust-sval-derive-dev_2.6.1-2_s390x.deb ... 162s Unpacking librust-sval-derive-dev:s390x (2.6.1-2) ... 162s Selecting previously unselected package librust-sval-dev:s390x. 162s Preparing to unpack .../096-librust-sval-dev_2.6.1-2_s390x.deb ... 162s Unpacking librust-sval-dev:s390x (2.6.1-2) ... 162s Selecting previously unselected package librust-sval-ref-dev:s390x. 162s Preparing to unpack .../097-librust-sval-ref-dev_2.6.1-1_s390x.deb ... 162s Unpacking librust-sval-ref-dev:s390x (2.6.1-1) ... 162s Selecting previously unselected package librust-erased-serde-dev:s390x. 162s Preparing to unpack .../098-librust-erased-serde-dev_0.3.31-1_s390x.deb ... 162s Unpacking librust-erased-serde-dev:s390x (0.3.31-1) ... 162s Selecting previously unselected package librust-serde-fmt-dev. 162s Preparing to unpack .../099-librust-serde-fmt-dev_1.0.3-4_all.deb ... 162s Unpacking librust-serde-fmt-dev (1.0.3-4) ... 162s Selecting previously unselected package librust-no-panic-dev:s390x. 162s Preparing to unpack .../100-librust-no-panic-dev_0.1.32-1_s390x.deb ... 162s Unpacking librust-no-panic-dev:s390x (0.1.32-1) ... 162s Selecting previously unselected package librust-itoa-dev:s390x. 162s Preparing to unpack .../101-librust-itoa-dev_1.0.14-1_s390x.deb ... 162s Unpacking librust-itoa-dev:s390x (1.0.14-1) ... 162s Selecting previously unselected package librust-ryu-dev:s390x. 162s Preparing to unpack .../102-librust-ryu-dev_1.0.19-1_s390x.deb ... 162s Unpacking librust-ryu-dev:s390x (1.0.19-1) ... 162s Selecting previously unselected package librust-serde-json-dev:s390x. 162s Preparing to unpack .../103-librust-serde-json-dev_1.0.133-1_s390x.deb ... 162s Unpacking librust-serde-json-dev:s390x (1.0.133-1) ... 162s Selecting previously unselected package librust-serde-test-dev:s390x. 162s Preparing to unpack .../104-librust-serde-test-dev_1.0.171-1_s390x.deb ... 162s Unpacking librust-serde-test-dev:s390x (1.0.171-1) ... 162s Selecting previously unselected package librust-value-bag-serde1-dev:s390x. 162s Preparing to unpack .../105-librust-value-bag-serde1-dev_1.9.0-1_s390x.deb ... 162s Unpacking librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 162s Selecting previously unselected package librust-sval-buffer-dev:s390x. 162s Preparing to unpack .../106-librust-sval-buffer-dev_2.6.1-1_s390x.deb ... 162s Unpacking librust-sval-buffer-dev:s390x (2.6.1-1) ... 162s Selecting previously unselected package librust-sval-dynamic-dev:s390x. 162s Preparing to unpack .../107-librust-sval-dynamic-dev_2.6.1-1_s390x.deb ... 162s Unpacking librust-sval-dynamic-dev:s390x (2.6.1-1) ... 162s Selecting previously unselected package librust-sval-fmt-dev:s390x. 162s Preparing to unpack .../108-librust-sval-fmt-dev_2.6.1-1_s390x.deb ... 162s Unpacking librust-sval-fmt-dev:s390x (2.6.1-1) ... 162s Selecting previously unselected package librust-sval-serde-dev:s390x. 162s Preparing to unpack .../109-librust-sval-serde-dev_2.6.1-1_s390x.deb ... 162s Unpacking librust-sval-serde-dev:s390x (2.6.1-1) ... 162s Selecting previously unselected package librust-value-bag-sval2-dev:s390x. 162s Preparing to unpack .../110-librust-value-bag-sval2-dev_1.9.0-1_s390x.deb ... 162s Unpacking librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 162s Selecting previously unselected package librust-value-bag-dev:s390x. 162s Preparing to unpack .../111-librust-value-bag-dev_1.9.0-1_s390x.deb ... 162s Unpacking librust-value-bag-dev:s390x (1.9.0-1) ... 162s Selecting previously unselected package librust-log-dev:s390x. 162s Preparing to unpack .../112-librust-log-dev_0.4.22-1_s390x.deb ... 162s Unpacking librust-log-dev:s390x (0.4.22-1) ... 162s Selecting previously unselected package librust-memchr-dev:s390x. 162s Preparing to unpack .../113-librust-memchr-dev_2.7.4-1_s390x.deb ... 162s Unpacking librust-memchr-dev:s390x (2.7.4-1) ... 162s Selecting previously unselected package librust-blobby-dev:s390x. 162s Preparing to unpack .../114-librust-blobby-dev_0.3.1-1_s390x.deb ... 162s Unpacking librust-blobby-dev:s390x (0.3.1-1) ... 162s Selecting previously unselected package librust-typenum-dev:s390x. 162s Preparing to unpack .../115-librust-typenum-dev_1.17.0-2_s390x.deb ... 162s Unpacking librust-typenum-dev:s390x (1.17.0-2) ... 162s Selecting previously unselected package librust-zeroize-derive-dev:s390x. 162s Preparing to unpack .../116-librust-zeroize-derive-dev_1.4.2-1_s390x.deb ... 162s Unpacking librust-zeroize-derive-dev:s390x (1.4.2-1) ... 162s Selecting previously unselected package librust-zeroize-dev:s390x. 162s Preparing to unpack .../117-librust-zeroize-dev_1.8.1-1_s390x.deb ... 162s Unpacking librust-zeroize-dev:s390x (1.8.1-1) ... 162s Selecting previously unselected package librust-generic-array-dev:s390x. 162s Preparing to unpack .../118-librust-generic-array-dev_0.14.7-1_s390x.deb ... 162s Unpacking librust-generic-array-dev:s390x (0.14.7-1) ... 162s Selecting previously unselected package librust-block-buffer-dev:s390x. 162s Preparing to unpack .../119-librust-block-buffer-dev_0.10.2-2_s390x.deb ... 162s Unpacking librust-block-buffer-dev:s390x (0.10.2-2) ... 162s Selecting previously unselected package librust-const-oid-dev:s390x. 162s Preparing to unpack .../120-librust-const-oid-dev_0.9.6-1_s390x.deb ... 162s Unpacking librust-const-oid-dev:s390x (0.9.6-1) ... 162s Selecting previously unselected package librust-rand-core-dev:s390x. 162s Preparing to unpack .../121-librust-rand-core-dev_0.6.4-2_s390x.deb ... 162s Unpacking librust-rand-core-dev:s390x (0.6.4-2) ... 162s Selecting previously unselected package librust-rand-core+getrandom-dev:s390x. 162s Preparing to unpack .../122-librust-rand-core+getrandom-dev_0.6.4-2_s390x.deb ... 162s Unpacking librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 162s Selecting previously unselected package librust-crypto-common-dev:s390x. 162s Preparing to unpack .../123-librust-crypto-common-dev_0.1.6-1_s390x.deb ... 162s Unpacking librust-crypto-common-dev:s390x (0.1.6-1) ... 162s Selecting previously unselected package librust-subtle-dev:s390x. 162s Preparing to unpack .../124-librust-subtle-dev_2.6.1-1_s390x.deb ... 162s Unpacking librust-subtle-dev:s390x (2.6.1-1) ... 162s Selecting previously unselected package librust-digest-dev:s390x. 162s Preparing to unpack .../125-librust-digest-dev_0.10.7-2_s390x.deb ... 162s Unpacking librust-digest-dev:s390x (0.10.7-2) ... 162s Selecting previously unselected package librust-ppv-lite86-dev:s390x. 162s Preparing to unpack .../126-librust-ppv-lite86-dev_0.2.20-1_s390x.deb ... 162s Unpacking librust-ppv-lite86-dev:s390x (0.2.20-1) ... 162s Selecting previously unselected package librust-rand-chacha-dev:s390x. 162s Preparing to unpack .../127-librust-rand-chacha-dev_0.3.1-2_s390x.deb ... 162s Unpacking librust-rand-chacha-dev:s390x (0.3.1-2) ... 162s Selecting previously unselected package librust-rand-core+serde-dev:s390x. 162s Preparing to unpack .../128-librust-rand-core+serde-dev_0.6.4-2_s390x.deb ... 162s Unpacking librust-rand-core+serde-dev:s390x (0.6.4-2) ... 162s Selecting previously unselected package librust-rand-core+std-dev:s390x. 162s Preparing to unpack .../129-librust-rand-core+std-dev_0.6.4-2_s390x.deb ... 162s Unpacking librust-rand-core+std-dev:s390x (0.6.4-2) ... 162s Selecting previously unselected package librust-rand-dev:s390x. 162s Preparing to unpack .../130-librust-rand-dev_0.8.5-1_s390x.deb ... 162s Unpacking librust-rand-dev:s390x (0.8.5-1) ... 162s Selecting previously unselected package librust-static-assertions-dev:s390x. 162s Preparing to unpack .../131-librust-static-assertions-dev_1.1.0-1_s390x.deb ... 162s Unpacking librust-static-assertions-dev:s390x (1.1.0-1) ... 162s Selecting previously unselected package librust-twox-hash-dev:s390x. 162s Preparing to unpack .../132-librust-twox-hash-dev_1.6.3-1_s390x.deb ... 162s Unpacking librust-twox-hash-dev:s390x (1.6.3-1) ... 162s Selecting previously unselected package librust-ruzstd-dev:s390x. 162s Preparing to unpack .../133-librust-ruzstd-dev_0.7.3-2_s390x.deb ... 162s Unpacking librust-ruzstd-dev:s390x (0.7.3-2) ... 162s Selecting previously unselected package librust-object-dev:s390x. 162s Preparing to unpack .../134-librust-object-dev_0.36.5-2_s390x.deb ... 162s Unpacking librust-object-dev:s390x (0.36.5-2) ... 162s Selecting previously unselected package librust-rustc-demangle-dev:s390x. 162s Preparing to unpack .../135-librust-rustc-demangle-dev_0.1.24-1_s390x.deb ... 162s Unpacking librust-rustc-demangle-dev:s390x (0.1.24-1) ... 162s Selecting previously unselected package librust-typed-arena-dev:s390x. 162s Preparing to unpack .../136-librust-typed-arena-dev_2.0.2-1_s390x.deb ... 162s Unpacking librust-typed-arena-dev:s390x (2.0.2-1) ... 162s Selecting previously unselected package librust-addr2line-dev:s390x. 162s Preparing to unpack .../137-librust-addr2line-dev_0.24.2-2_s390x.deb ... 162s Unpacking librust-addr2line-dev:s390x (0.24.2-2) ... 162s Selecting previously unselected package librust-anstyle-dev:s390x. 162s Preparing to unpack .../138-librust-anstyle-dev_1.0.8-1_s390x.deb ... 162s Unpacking librust-anstyle-dev:s390x (1.0.8-1) ... 162s Selecting previously unselected package librust-arrayvec-dev:s390x. 162s Preparing to unpack .../139-librust-arrayvec-dev_0.7.6-1_s390x.deb ... 162s Unpacking librust-arrayvec-dev:s390x (0.7.6-1) ... 162s Selecting previously unselected package librust-utf8parse-dev:s390x. 162s Preparing to unpack .../140-librust-utf8parse-dev_0.2.1-1_s390x.deb ... 162s Unpacking librust-utf8parse-dev:s390x (0.2.1-1) ... 162s Selecting previously unselected package librust-anstyle-parse-dev:s390x. 162s Preparing to unpack .../141-librust-anstyle-parse-dev_0.2.1-1_s390x.deb ... 162s Unpacking librust-anstyle-parse-dev:s390x (0.2.1-1) ... 162s Selecting previously unselected package librust-anstyle-query-dev:s390x. 162s Preparing to unpack .../142-librust-anstyle-query-dev_1.0.0-1_s390x.deb ... 162s Unpacking librust-anstyle-query-dev:s390x (1.0.0-1) ... 162s Selecting previously unselected package librust-colorchoice-dev:s390x. 162s Preparing to unpack .../143-librust-colorchoice-dev_1.0.0-1_s390x.deb ... 162s Unpacking librust-colorchoice-dev:s390x (1.0.0-1) ... 162s Selecting previously unselected package librust-anstream-dev:s390x. 162s Preparing to unpack .../144-librust-anstream-dev_0.6.15-1_s390x.deb ... 162s Unpacking librust-anstream-dev:s390x (0.6.15-1) ... 162s Selecting previously unselected package librust-autocfg-dev:s390x. 162s Preparing to unpack .../145-librust-autocfg-dev_1.1.0-1_s390x.deb ... 162s Unpacking librust-autocfg-dev:s390x (1.1.0-1) ... 162s Selecting previously unselected package librust-backtrace-dev:s390x. 162s Preparing to unpack .../146-librust-backtrace-dev_0.3.74-3_s390x.deb ... 162s Unpacking librust-backtrace-dev:s390x (0.3.74-3) ... 162s Selecting previously unselected package librust-bit-vec-dev:s390x. 162s Preparing to unpack .../147-librust-bit-vec-dev_0.8.0-1_s390x.deb ... 162s Unpacking librust-bit-vec-dev:s390x (0.8.0-1) ... 162s Selecting previously unselected package librust-bit-set-dev:s390x. 162s Preparing to unpack .../148-librust-bit-set-dev_0.8.0-1_s390x.deb ... 162s Unpacking librust-bit-set-dev:s390x (0.8.0-1) ... 162s Selecting previously unselected package librust-bytemuck-derive-dev:s390x. 162s Preparing to unpack .../149-librust-bytemuck-derive-dev_1.5.0-2_s390x.deb ... 162s Unpacking librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 162s Selecting previously unselected package librust-bytemuck-dev:s390x. 162s Preparing to unpack .../150-librust-bytemuck-dev_1.21.0-1_s390x.deb ... 162s Unpacking librust-bytemuck-dev:s390x (1.21.0-1) ... 162s Selecting previously unselected package librust-bitflags-dev:s390x. 162s Preparing to unpack .../151-librust-bitflags-dev_2.8.0-1_s390x.deb ... 162s Unpacking librust-bitflags-dev:s390x (2.8.0-1) ... 162s Selecting previously unselected package librust-clap-lex-dev:s390x. 162s Preparing to unpack .../152-librust-clap-lex-dev_0.7.4-1_s390x.deb ... 162s Unpacking librust-clap-lex-dev:s390x (0.7.4-1) ... 162s Selecting previously unselected package librust-strsim-dev:s390x. 162s Preparing to unpack .../153-librust-strsim-dev_0.11.1-1_s390x.deb ... 162s Unpacking librust-strsim-dev:s390x (0.11.1-1) ... 162s Selecting previously unselected package librust-compiler-builtins+core-dev:s390x. 162s Preparing to unpack .../154-librust-compiler-builtins+core-dev_0.1.139-1_s390x.deb ... 162s Unpacking librust-compiler-builtins+core-dev:s390x (0.1.139-1) ... 162s Selecting previously unselected package librust-compiler-builtins+rustc-dep-of-std-dev:s390x. 162s Preparing to unpack .../155-librust-compiler-builtins+rustc-dep-of-std-dev_0.1.139-1_s390x.deb ... 162s Unpacking librust-compiler-builtins+rustc-dep-of-std-dev:s390x (0.1.139-1) ... 162s Selecting previously unselected package librust-errno-dev:s390x. 162s Preparing to unpack .../156-librust-errno-dev_0.3.8-1_s390x.deb ... 162s Unpacking librust-errno-dev:s390x (0.3.8-1) ... 162s Selecting previously unselected package librust-linux-raw-sys-dev:s390x. 162s Preparing to unpack .../157-librust-linux-raw-sys-dev_0.4.14-1_s390x.deb ... 162s Unpacking librust-linux-raw-sys-dev:s390x (0.4.14-1) ... 162s Selecting previously unselected package librust-rustix-dev:s390x. 162s Preparing to unpack .../158-librust-rustix-dev_0.38.37-1_s390x.deb ... 162s Unpacking librust-rustix-dev:s390x (0.38.37-1) ... 162s Selecting previously unselected package librust-terminal-size-dev:s390x. 162s Preparing to unpack .../159-librust-terminal-size-dev_0.3.0-2_s390x.deb ... 162s Unpacking librust-terminal-size-dev:s390x (0.3.0-2) ... 162s Selecting previously unselected package librust-unicase-dev:s390x. 162s Preparing to unpack .../160-librust-unicase-dev_2.8.0-1_s390x.deb ... 163s Unpacking librust-unicase-dev:s390x (2.8.0-1) ... 163s Selecting previously unselected package librust-unicode-width-dev:s390x. 163s Preparing to unpack .../161-librust-unicode-width-dev_0.2.0-1_s390x.deb ... 163s Unpacking librust-unicode-width-dev:s390x (0.2.0-1) ... 163s Selecting previously unselected package librust-clap-builder-dev:s390x. 163s Preparing to unpack .../162-librust-clap-builder-dev_4.5.23-1_s390x.deb ... 163s Unpacking librust-clap-builder-dev:s390x (4.5.23-1) ... 163s Selecting previously unselected package librust-unicode-segmentation-dev:s390x. 163s Preparing to unpack .../163-librust-unicode-segmentation-dev_1.12.0-1_s390x.deb ... 163s Unpacking librust-unicode-segmentation-dev:s390x (1.12.0-1) ... 163s Selecting previously unselected package librust-heck-dev:s390x. 163s Preparing to unpack .../164-librust-heck-dev_0.4.1-1_s390x.deb ... 163s Unpacking librust-heck-dev:s390x (0.4.1-1) ... 163s Selecting previously unselected package librust-clap-derive-dev:s390x. 163s Preparing to unpack .../165-librust-clap-derive-dev_4.5.18-1_s390x.deb ... 163s Unpacking librust-clap-derive-dev:s390x (4.5.18-1) ... 163s Selecting previously unselected package librust-clap-dev:s390x. 163s Preparing to unpack .../166-librust-clap-dev_4.5.23-1_s390x.deb ... 163s Unpacking librust-clap-dev:s390x (4.5.23-1) ... 163s Selecting previously unselected package librust-escape8259-dev:s390x. 163s Preparing to unpack .../167-librust-escape8259-dev_0.5.3-1_s390x.deb ... 163s Unpacking librust-escape8259-dev:s390x (0.5.3-1) ... 163s Selecting previously unselected package librust-fastrand-dev:s390x. 163s Preparing to unpack .../168-librust-fastrand-dev_2.1.1-1_s390x.deb ... 163s Unpacking librust-fastrand-dev:s390x (2.1.1-1) ... 163s Selecting previously unselected package librust-fnv-dev:s390x. 163s Preparing to unpack .../169-librust-fnv-dev_1.0.7-1_s390x.deb ... 163s Unpacking librust-fnv-dev:s390x (1.0.7-1) ... 163s Selecting previously unselected package librust-kstring-dev:s390x. 163s Preparing to unpack .../170-librust-kstring-dev_2.0.0-1_s390x.deb ... 163s Unpacking librust-kstring-dev:s390x (2.0.0-1) ... 163s Selecting previously unselected package librust-owning-ref-dev:s390x. 163s Preparing to unpack .../171-librust-owning-ref-dev_0.4.1-1_s390x.deb ... 163s Unpacking librust-owning-ref-dev:s390x (0.4.1-1) ... 163s Selecting previously unselected package librust-scopeguard-dev:s390x. 163s Preparing to unpack .../172-librust-scopeguard-dev_1.2.0-1_s390x.deb ... 163s Unpacking librust-scopeguard-dev:s390x (1.2.0-1) ... 163s Selecting previously unselected package librust-lock-api-dev:s390x. 163s Preparing to unpack .../173-librust-lock-api-dev_0.4.12-1_s390x.deb ... 163s Unpacking librust-lock-api-dev:s390x (0.4.12-1) ... 163s Selecting previously unselected package librust-spin-dev:s390x. 163s Preparing to unpack .../174-librust-spin-dev_0.9.8-4_s390x.deb ... 163s Unpacking librust-spin-dev:s390x (0.9.8-4) ... 163s Selecting previously unselected package librust-lazy-static-dev:s390x. 163s Preparing to unpack .../175-librust-lazy-static-dev_1.5.0-1_s390x.deb ... 163s Unpacking librust-lazy-static-dev:s390x (1.5.0-1) ... 163s Selecting previously unselected package librust-libm-dev:s390x. 163s Preparing to unpack .../176-librust-libm-dev_0.2.8-1_s390x.deb ... 163s Unpacking librust-libm-dev:s390x (0.2.8-1) ... 163s Selecting previously unselected package librust-winapi-i686-pc-windows-gnu-dev:s390x. 163s Preparing to unpack .../177-librust-winapi-i686-pc-windows-gnu-dev_0.4.0-1_s390x.deb ... 163s Unpacking librust-winapi-i686-pc-windows-gnu-dev:s390x (0.4.0-1) ... 163s Selecting previously unselected package librust-winapi-x86-64-pc-windows-gnu-dev:s390x. 163s Preparing to unpack .../178-librust-winapi-x86-64-pc-windows-gnu-dev_0.4.0-1_s390x.deb ... 163s Unpacking librust-winapi-x86-64-pc-windows-gnu-dev:s390x (0.4.0-1) ... 163s Selecting previously unselected package librust-winapi-dev:s390x. 163s Preparing to unpack .../179-librust-winapi-dev_0.3.9-1_s390x.deb ... 163s Unpacking librust-winapi-dev:s390x (0.3.9-1) ... 163s Selecting previously unselected package librust-winapi-util-dev:s390x. 163s Preparing to unpack .../180-librust-winapi-util-dev_0.1.6-1_s390x.deb ... 163s Unpacking librust-winapi-util-dev:s390x (0.1.6-1) ... 163s Selecting previously unselected package librust-termcolor-dev:s390x. 163s Preparing to unpack .../181-librust-termcolor-dev_1.4.1-1_s390x.deb ... 163s Unpacking librust-termcolor-dev:s390x (1.4.1-1) ... 163s Selecting previously unselected package librust-num-cpus-dev:s390x. 163s Preparing to unpack .../182-librust-num-cpus-dev_1.16.0-1_s390x.deb ... 163s Unpacking librust-num-cpus-dev:s390x (1.16.0-1) ... 163s Selecting previously unselected package librust-threadpool-dev:s390x. 163s Preparing to unpack .../183-librust-threadpool-dev_1.8.1-1_s390x.deb ... 163s Unpacking librust-threadpool-dev:s390x (1.8.1-1) ... 163s Selecting previously unselected package librust-libtest-mimic-dev:s390x. 163s Preparing to unpack .../184-librust-libtest-mimic-dev_0.7.3-1_s390x.deb ... 163s Unpacking librust-libtest-mimic-dev:s390x (0.7.3-1) ... 163s Selecting previously unselected package librust-num-traits-dev:s390x. 163s Preparing to unpack .../185-librust-num-traits-dev_0.2.19-2_s390x.deb ... 163s Unpacking librust-num-traits-dev:s390x (0.2.19-2) ... 163s Selecting previously unselected package librust-rand-xorshift-dev:s390x. 163s Preparing to unpack .../186-librust-rand-xorshift-dev_0.3.0-2_s390x.deb ... 163s Unpacking librust-rand-xorshift-dev:s390x (0.3.0-2) ... 163s Selecting previously unselected package librust-regex-syntax-dev:s390x. 163s Preparing to unpack .../187-librust-regex-syntax-dev_0.8.5-1_s390x.deb ... 163s Unpacking librust-regex-syntax-dev:s390x (0.8.5-1) ... 163s Selecting previously unselected package librust-quick-error-dev:s390x. 163s Preparing to unpack .../188-librust-quick-error-dev_2.0.1-1_s390x.deb ... 163s Unpacking librust-quick-error-dev:s390x (2.0.1-1) ... 163s Selecting previously unselected package librust-tempfile-dev:s390x. 163s Preparing to unpack .../189-librust-tempfile-dev_3.15.0-1_s390x.deb ... 163s Unpacking librust-tempfile-dev:s390x (3.15.0-1) ... 163s Selecting previously unselected package librust-rusty-fork-dev:s390x. 163s Preparing to unpack .../190-librust-rusty-fork-dev_0.3.0-1_s390x.deb ... 163s Unpacking librust-rusty-fork-dev:s390x (0.3.0-1) ... 163s Selecting previously unselected package librust-wait-timeout-dev:s390x. 163s Preparing to unpack .../191-librust-wait-timeout-dev_0.2.0-1_s390x.deb ... 163s Unpacking librust-wait-timeout-dev:s390x (0.2.0-1) ... 163s Selecting previously unselected package librust-rusty-fork+wait-timeout-dev:s390x. 163s Preparing to unpack .../192-librust-rusty-fork+wait-timeout-dev_0.3.0-1_s390x.deb ... 163s Unpacking librust-rusty-fork+wait-timeout-dev:s390x (0.3.0-1) ... 163s Selecting previously unselected package librust-unarray-dev:s390x. 163s Preparing to unpack .../193-librust-unarray-dev_0.1.4-1_s390x.deb ... 163s Unpacking librust-unarray-dev:s390x (0.1.4-1) ... 163s Selecting previously unselected package librust-proptest-dev:s390x. 163s Preparing to unpack .../194-librust-proptest-dev_1.6.0-1_s390x.deb ... 163s Unpacking librust-proptest-dev:s390x (1.6.0-1) ... 163s Selecting previously unselected package librust-serde-spanned-dev:s390x. 163s Preparing to unpack .../195-librust-serde-spanned-dev_0.6.7-1_s390x.deb ... 163s Unpacking librust-serde-spanned-dev:s390x (0.6.7-1) ... 163s Selecting previously unselected package librust-toml-datetime-dev:s390x. 163s Preparing to unpack .../196-librust-toml-datetime-dev_0.6.8-1_s390x.deb ... 163s Unpacking librust-toml-datetime-dev:s390x (0.6.8-1) ... 163s Selecting previously unselected package librust-winnow-dev:s390x. 163s Preparing to unpack .../197-librust-winnow-dev_0.6.18-1_s390x.deb ... 163s Unpacking librust-winnow-dev:s390x (0.6.18-1) ... 163s Selecting previously unselected package librust-toml-edit-dev:s390x. 163s Preparing to unpack .../198-librust-toml-edit-dev_0.22.20-1_s390x.deb ... 163s Unpacking librust-toml-edit-dev:s390x (0.22.20-1) ... 163s Setting up librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 163s Setting up librust-fnv-dev:s390x (1.0.7-1) ... 163s Setting up librust-quick-error-dev:s390x (2.0.1-1) ... 163s Setting up librust-either-dev:s390x (1.13.0-1) ... 163s Setting up librust-adler-dev:s390x (1.0.2-2) ... 163s Setting up dh-cargo-tools (31ubuntu4) ... 163s Setting up librust-version-check-dev:s390x (0.9.5-1) ... 163s Setting up librust-anstyle-dev:s390x (1.0.8-1) ... 163s Setting up librust-winapi-i686-pc-windows-gnu-dev:s390x (0.4.0-1) ... 163s Setting up libarchive-zip-perl (1.68-1) ... 163s Setting up librust-colorchoice-dev:s390x (1.0.0-1) ... 163s Setting up librust-fastrand-dev:s390x (2.1.1-1) ... 163s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 163s Setting up librust-libm-dev:s390x (0.2.8-1) ... 163s Setting up librust-typed-arena-dev:s390x (2.0.2-1) ... 163s Setting up librust-strsim-dev:s390x (0.11.1-1) ... 163s Setting up m4 (1.4.19-5) ... 163s Setting up librust-rustc-demangle-dev:s390x (0.1.24-1) ... 163s Setting up librust-fallible-iterator-dev:s390x (0.3.0-2) ... 163s Setting up librust-ryu-dev:s390x (1.0.19-1) ... 163s Setting up librust-anstyle-query-dev:s390x (1.0.0-1) ... 163s Setting up libgomp1:s390x (14.2.0-17ubuntu1) ... 163s Setting up librust-subtle-dev:s390x (2.6.1-1) ... 163s Setting up librust-miniz-oxide-dev:s390x (0.7.1-1) ... 163s Setting up librust-unicode-segmentation-dev:s390x (1.12.0-1) ... 163s Setting up librust-compiler-builtins-dev:s390x (0.1.139-1) ... 163s Setting up librust-utf8parse-dev:s390x (0.2.1-1) ... 163s Setting up librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 163s Setting up autotools-dev (20220109.1) ... 163s Setting up libpkgconf3:s390x (1.8.1-4) ... 163s Setting up librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 163s Setting up librust-typenum-dev:s390x (1.17.0-2) ... 163s Setting up librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 163s Setting up librust-critical-section-dev:s390x (1.2.0-1) ... 163s Setting up librust-scopeguard-dev:s390x (1.2.0-1) ... 163s Setting up libmpc3:s390x (1.3.1-1build2) ... 163s Setting up librust-rand-core-dev:s390x (0.6.4-2) ... 163s Setting up autopoint (0.23.1-1) ... 163s Setting up librust-escape8259-dev:s390x (0.5.3-1) ... 163s Setting up pkgconf-bin (1.8.1-4) ... 163s Setting up librust-crunchy-dev:s390x (0.2.2-1) ... 163s Setting up libgit2-1.9:s390x (1.9.0~ds-0ubuntu1) ... 163s Setting up librust-unicase-dev:s390x (2.8.0-1) ... 163s Setting up librust-unicode-width-dev:s390x (0.2.0-1) ... 163s Setting up autoconf (2.72-3) ... 163s Setting up libstd-rust-1.84:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 163s Setting up libubsan1:s390x (14.2.0-17ubuntu1) ... 163s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 163s Setting up librust-unicode-ident-dev:s390x (1.0.13-1) ... 163s Setting up librust-equivalent-dev:s390x (1.0.1-1) ... 163s Setting up dwz (0.15-1build6) ... 163s Setting up libasan8:s390x (14.2.0-17ubuntu1) ... 163s Setting up libstd-rust-1.84-dev:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 163s Setting up librust-cfg-if-dev:s390x (1.0.0-1) ... 163s Setting up debugedit (1:5.1-2) ... 163s Setting up librust-blobby-dev:s390x (0.3.1-1) ... 163s Setting up librust-byteorder-dev:s390x (1.5.0-1) ... 163s Setting up librust-static-assertions-dev:s390x (1.1.0-1) ... 163s Setting up librust-compiler-builtins+core-dev:s390x (0.1.139-1) ... 163s Setting up librust-autocfg-dev:s390x (1.1.0-1) ... 163s Setting up libisl23:s390x (0.27-1) ... 163s Setting up librust-cpp-demangle-dev:s390x (0.4.0-1) ... 163s Setting up librust-winapi-x86-64-pc-windows-gnu-dev:s390x (0.4.0-1) ... 163s Setting up libcc1-0:s390x (14.2.0-17ubuntu1) ... 163s Setting up libitm1:s390x (14.2.0-17ubuntu1) ... 163s Setting up librust-clap-lex-dev:s390x (0.7.4-1) ... 163s Setting up librust-unarray-dev:s390x (0.1.4-1) ... 163s Setting up librust-heck-dev:s390x (0.4.1-1) ... 163s Setting up automake (1:1.17-3) ... 163s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 163s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 163s Setting up librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 163s Setting up librust-libc-dev:s390x (0.2.169-1) ... 163s Setting up gettext (0.23.1-1) ... 163s Setting up librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 163s Setting up librust-tiny-keccak-dev:s390x (2.0.2-1) ... 163s Setting up librust-linux-raw-sys-dev:s390x (0.4.14-1) ... 163s Setting up librust-getrandom-dev:s390x (0.2.15-1) ... 163s Setting up librust-memmap2-dev:s390x (0.9.5-1) ... 163s Setting up librust-owning-ref-dev:s390x (0.4.1-1) ... 163s Setting up librust-num-cpus-dev:s390x (1.16.0-1) ... 163s Setting up librust-proc-macro2-dev:s390x (1.0.92-1) ... 163s Setting up librust-compiler-builtins+rustc-dep-of-std-dev:s390x (0.1.139-1) ... 163s Setting up librust-rayon-core-dev:s390x (1.12.1-1) ... 163s Setting up librust-winapi-dev:s390x (0.3.9-1) ... 163s Setting up pkgconf:s390x (1.8.1-4) ... 163s Setting up intltool-debian (0.35.0+20060710.6) ... 163s Setting up librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 163s Setting up librust-rand-xorshift-dev:s390x (0.3.0-2) ... 163s Setting up librust-errno-dev:s390x (0.3.8-1) ... 163s Setting up librust-threadpool-dev:s390x (1.8.1-1) ... 163s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 163s Setting up cpp-14 (14.2.0-17ubuntu1) ... 163s Setting up dh-strip-nondeterminism (1.14.1-2) ... 163s Setting up librust-crc32fast-dev:s390x (1.4.2-1) ... 163s Setting up librust-num-traits-dev:s390x (0.2.19-2) ... 163s Setting up librust-winapi-util-dev:s390x (0.1.6-1) ... 163s Setting up librust-wait-timeout-dev:s390x (0.2.0-1) ... 163s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 163s Setting up librust-rayon-dev:s390x (1.10.0-1) ... 163s Setting up librust-termcolor-dev:s390x (1.4.1-1) ... 163s Setting up librust-pkg-config-dev:s390x (0.3.31-1) ... 163s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 163s Setting up po-debconf (1.0.21+nmu1) ... 163s Setting up librust-quote-dev:s390x (1.0.37-1) ... 163s Setting up librust-libz-sys-dev:s390x (1.1.20-1) ... 163s Setting up librust-syn-dev:s390x (2.0.96-2) ... 163s Setting up librust-rand-core+std-dev:s390x (0.6.4-2) ... 163s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 163s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 163s Setting up librust-sval-derive-dev:s390x (2.6.1-2) ... 163s Setting up librust-zeroize-derive-dev:s390x (1.4.2-1) ... 163s Setting up librust-clap-derive-dev:s390x (4.5.18-1) ... 163s Setting up librust-no-panic-dev:s390x (0.1.32-1) ... 163s Setting up cpp (4:14.2.0-1ubuntu1) ... 163s Setting up librust-serde-derive-dev:s390x (1.0.217-1) ... 163s Setting up librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 163s Setting up librust-serde-dev:s390x (1.0.217-1) ... 163s Setting up librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 163s Setting up librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 163s Setting up librust-allocator-api2-dev:s390x (0.2.16-1) ... 163s Setting up librust-serde-fmt-dev (1.0.3-4) ... 163s Setting up librust-toml-datetime-dev:s390x (0.6.8-1) ... 163s Setting up librust-portable-atomic-dev:s390x (1.10.0-3) ... 163s Setting up librust-flate2-dev:s390x (1.0.34-1) ... 163s Setting up librust-lock-api-dev:s390x (0.4.12-1) ... 163s Setting up librust-sval-dev:s390x (2.6.1-2) ... 163s Setting up librust-itoa-dev:s390x (1.0.14-1) ... 163s Setting up gcc-14 (14.2.0-17ubuntu1) ... 163s Setting up librust-rand-core+serde-dev:s390x (0.6.4-2) ... 163s Setting up librust-sval-ref-dev:s390x (2.6.1-1) ... 163s Setting up librust-zerocopy-dev:s390x (0.7.34-1) ... 163s Setting up librust-bytemuck-dev:s390x (1.21.0-1) ... 163s Setting up librust-bit-vec-dev:s390x (0.8.0-1) ... 163s Setting up librust-zeroize-dev:s390x (1.8.1-1) ... 163s Setting up librust-serde-spanned-dev:s390x (0.6.7-1) ... 163s Setting up librust-arbitrary-dev:s390x (1.4.1-1) ... 163s Setting up librust-serde-test-dev:s390x (1.0.171-1) ... 163s Setting up librust-bit-set-dev:s390x (0.8.0-1) ... 163s Setting up librust-erased-serde-dev:s390x (0.3.31-1) ... 163s Setting up librust-kstring-dev:s390x (2.0.0-1) ... 163s Setting up librust-generic-array-dev:s390x (0.14.7-1) ... 163s Setting up librust-ppv-lite86-dev:s390x (0.2.20-1) ... 163s Setting up librust-rand-chacha-dev:s390x (0.3.1-2) ... 163s Setting up librust-spin-dev:s390x (0.9.8-4) ... 163s Setting up librust-sval-dynamic-dev:s390x (2.6.1-1) ... 163s Setting up librust-crypto-common-dev:s390x (0.1.6-1) ... 163s Setting up librust-lazy-static-dev:s390x (1.5.0-1) ... 163s Setting up libtool (2.5.4-3build1) ... 163s Setting up librust-sval-buffer-dev:s390x (2.6.1-1) ... 163s Setting up librust-arrayvec-dev:s390x (0.7.6-1) ... 163s Setting up librust-smallvec-dev:s390x (1.13.2-1) ... 163s Setting up librust-sval-fmt-dev:s390x (2.6.1-1) ... 163s Setting up librust-const-oid-dev:s390x (0.9.6-1) ... 163s Setting up gcc (4:14.2.0-1ubuntu1) ... 163s Setting up librust-anstyle-parse-dev:s390x (0.2.1-1) ... 163s Setting up dh-autoreconf (20) ... 163s Setting up librust-block-buffer-dev:s390x (0.10.2-2) ... 163s Setting up librust-anstream-dev:s390x (0.6.15-1) ... 163s Setting up librust-bitflags-dev:s390x (2.8.0-1) ... 163s Setting up rustc-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 163s Setting up librust-regex-syntax-dev:s390x (0.8.5-1) ... 163s Setting up rustc (1.84.0ubuntu1) ... 163s Setting up librust-parking-lot-core-dev:s390x (0.9.10-1) ... 163s Setting up librust-once-cell-dev:s390x (1.20.2-1) ... 163s Setting up librust-digest-dev:s390x (0.10.7-2) ... 163s Setting up librust-sval-serde-dev:s390x (2.6.1-1) ... 163s Setting up cargo-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 163s Setting up librust-const-random-macro-dev:s390x (0.1.16-2) ... 163s Setting up librust-const-random-dev:s390x (0.1.17-2) ... 163s Setting up debhelper (13.24.1ubuntu2) ... 163s Setting up librust-ahash-dev (0.8.11-9) ... 163s Setting up cargo (1.84.0ubuntu1) ... 163s Setting up dh-cargo (31ubuntu4) ... 163s Setting up librust-rustix-dev:s390x (0.38.37-1) ... 163s Setting up librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 163s Setting up librust-tempfile-dev:s390x (3.15.0-1) ... 163s Setting up librust-rusty-fork-dev:s390x (0.3.0-1) ... 163s Setting up librust-hashbrown-dev:s390x (0.14.5-5) ... 163s Setting up librust-rusty-fork+wait-timeout-dev:s390x (0.3.0-1) ... 163s Setting up librust-terminal-size-dev:s390x (0.3.0-2) ... 163s Setting up librust-indexmap-dev:s390x (2.7.0-1) ... 163s Setting up librust-gimli-dev:s390x (0.31.1-2) ... 163s Setting up librust-memchr-dev:s390x (2.7.4-1) ... 163s Setting up librust-serde-json-dev:s390x (1.0.133-1) ... 163s Setting up librust-winnow-dev:s390x (0.6.18-1) ... 163s Setting up librust-toml-edit-dev:s390x (0.22.20-1) ... 163s Setting up librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 163s Setting up librust-value-bag-dev:s390x (1.9.0-1) ... 163s Setting up librust-log-dev:s390x (0.4.22-1) ... 163s Setting up librust-rand-dev:s390x (0.8.5-1) ... 163s Setting up librust-twox-hash-dev:s390x (1.6.3-1) ... 163s Setting up librust-proptest-dev:s390x (1.6.0-1) ... 163s Setting up librust-ruzstd-dev:s390x (0.7.3-2) ... 163s Setting up librust-object-dev:s390x (0.36.5-2) ... 163s Setting up librust-addr2line-dev:s390x (0.24.2-2) ... 163s Setting up librust-backtrace-dev:s390x (0.3.74-3) ... 163s Setting up librust-clap-builder-dev:s390x (4.5.23-1) ... 163s Setting up librust-clap-dev:s390x (4.5.23-1) ... 163s Setting up librust-libtest-mimic-dev:s390x (0.7.3-1) ... 163s Processing triggers for libc-bin (2.40-4ubuntu1) ... 163s Processing triggers for man-db (2.13.0-1) ... 164s Processing triggers for install-info (7.1.1-1) ... 164s autopkgtest: DBG: testbed command exited with code 0 164s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-toml-edit-dev'], kind short, sout pipe, serr pipe, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.v3WgVq/rust-toml-edit:@-packages.all"], kind short, sout raw, serr pipe, env [] 165s autopkgtest: DBG: testbed command exited with code 0 165s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/rust-toml-edit%3A%40-packages.all /tmp/autopkgtest-work.g9cd8txd/out/rust-toml-edit%3A%40-packages.all 165s autopkgtest: DBG: got reply from testbed: ok 165s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.v3WgVq/build.oMt/src'], kind short, sout raw, serr raw, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.v3WgVq/build.oMt/src already exists 166s autopkgtest [08:41:04]: test rust-toml-edit:@: /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --all-features 166s autopkgtest [08:41:04]: test rust-toml-edit:@: [----------------------- 166s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.v3WgVq/wrapper.sh --debug --artifacts=/tmp/autopkgtest.v3WgVq/rust-toml-edit:@-artifacts --chdir=/tmp/autopkgtest.v3WgVq/build.oMt/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.v3WgVq/rust-toml-edit:@-stderr --stdout=/tmp/autopkgtest.v3WgVq/rust-toml-edit:@-stdout --tmp=/tmp/autopkgtest.v3WgVq/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- bash -ec '/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --all-features'"], kind test, sout raw, serr raw, env [] 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.v3WgVq/rust-toml-edit:@-artifacts 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: changing to directory: /tmp/autopkgtest.v3WgVq/build.oMt/src 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: LANG=C.UTF-8 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LANGUAGE 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ADDRESS 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ALL 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_COLLATE 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_CTYPE 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_IDENTIFICATION 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MEASUREMENT 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MESSAGES 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MONETARY 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NAME 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NUMERIC 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_PAPER 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TELEPHONE 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TIME 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: pretending to be a login shell 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write standard error to /tmp/autopkgtest.v3WgVq/rust-toml-edit:@-stderr 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write stdout to /tmp/autopkgtest.v3WgVq/rust-toml-edit:@-stdout 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.v3WgVq/autopkgtest_tmp 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --all-features 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.wdrXvzlwWu/out to stdout and file: /tmp/autopkgtest.v3WgVq/rust-toml-edit:@-stdout 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.wdrXvzlwWu/err to standard error and file: /tmp/autopkgtest.v3WgVq/rust-toml-edit:@-stdout 166s /tmp/autopkgtest.v3WgVq/wrapper.sh: writing script pid 3213 to /tmp/autopkgtest_script_pid 166s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 166s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 166s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 166s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.PW8Jd9mN2z/registry/ 166s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 166s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 166s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 166s debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j2', '--target', 's390x-unknown-linux-gnu', '--all-targets', '--all-features'],) {} 166s Compiling libc v0.2.169 166s Compiling proc-macro2 v1.0.92 166s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3832f39696f3f5db -C extra-filename=-3832f39696f3f5db --out-dir /tmp/tmp.PW8Jd9mN2z/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --cap-lints warn` 166s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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. 166s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.PW8Jd9mN2z/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="extra_traits"' --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=dc781cb7c1ee5a21 -C extra-filename=-dc781cb7c1ee5a21 --out-dir /tmp/tmp.PW8Jd9mN2z/target/debug/build/libc-dc781cb7c1ee5a21 -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --cap-lints warn` 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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.PW8Jd9mN2z/target/debug/deps:/tmp/tmp.PW8Jd9mN2z/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.PW8Jd9mN2z/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.PW8Jd9mN2z/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 167s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 167s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 167s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 167s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 167s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 167s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 167s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 167s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 167s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 167s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 167s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 167s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 167s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 167s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 167s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 167s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 167s Compiling unicode-ident v1.0.13 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.PW8Jd9mN2z/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d182fe9243248fe -C extra-filename=-5d182fe9243248fe --out-dir /tmp/tmp.PW8Jd9mN2z/target/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --cap-lints warn` 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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. 167s ' 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.PW8Jd9mN2z/target/debug/deps:/tmp/tmp.PW8Jd9mN2z/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.PW8Jd9mN2z/target/debug/build/libc-dc781cb7c1ee5a21/build-script-build` 167s [libc 0.2.169] cargo:rerun-if-changed=build.rs 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps OUT_DIR=/tmp/tmp.PW8Jd9mN2z/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccebc93d1de6cfe5 -C extra-filename=-ccebc93d1de6cfe5 --out-dir /tmp/tmp.PW8Jd9mN2z/target/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern unicode_ident=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 167s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 167s [libc 0.2.169] cargo:rustc-cfg=freebsd11 167s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 167s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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. 167s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps OUT_DIR=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out rustc --crate-name libc --edition=2021 /tmp/tmp.PW8Jd9mN2z/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="extra_traits"' --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=cf2521928ac070dc -C extra-filename=-cf2521928ac070dc --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/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"))'` 167s warning: unused import: `crate::ntptimeval` 167s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 167s | 167s 5 | use crate::ntptimeval; 167s | ^^^^^^^^^^^^^^^^^ 167s | 167s = note: `#[warn(unused_imports)]` on by default 167s 167s Compiling quote v1.0.37 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.PW8Jd9mN2z/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dc92c6f25ee0f0c6 -C extra-filename=-dc92c6f25ee0f0c6 --out-dir /tmp/tmp.PW8Jd9mN2z/target/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern proc_macro2=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 168s Compiling syn v2.0.96 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.PW8Jd9mN2z/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=0a09462095438540 -C extra-filename=-0a09462095438540 --out-dir /tmp/tmp.PW8Jd9mN2z/target/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern proc_macro2=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 168s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 168s | 168s = note: this feature is not stably supported; its behavior can change in the future 168s 168s warning: `libc` (lib) generated 2 warnings 168s Compiling cfg-if v1.0.0 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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] 168s parameters. Structured like an if-else chain, the first matching branch is the 168s item that gets emitted. 168s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.PW8Jd9mN2z/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=ff3ff84a061de73f -C extra-filename=-ff3ff84a061de73f --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 168s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 168s Compiling getrandom v0.2.15 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.PW8Jd9mN2z/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=ed47f71499f7e17d -C extra-filename=-ed47f71499f7e17d --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern cfg_if=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 168s warning: unexpected `cfg` condition value: `js` 168s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 168s | 168s 334 | } else if #[cfg(all(feature = "js", 168s | ^^^^^^^^^^^^^^ 168s | 168s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 168s = help: consider adding `js` as a feature in `Cargo.toml` 168s = note: see for more information about checking conditional configuration 168s = note: `#[warn(unexpected_cfgs)]` on by default 168s 169s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 169s Compiling serde v1.0.217 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.PW8Jd9mN2z/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2b32d4e029565da2 -C extra-filename=-2b32d4e029565da2 --out-dir /tmp/tmp.PW8Jd9mN2z/target/debug/build/serde-2b32d4e029565da2 -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --cap-lints warn` 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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.PW8Jd9mN2z/target/debug/deps:/tmp/tmp.PW8Jd9mN2z/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/build/serde-73ad5bb6f6912daf/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.PW8Jd9mN2z/target/debug/build/serde-2b32d4e029565da2/build-script-build` 169s [serde 1.0.217] cargo:rerun-if-changed=build.rs 169s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 169s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 169s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 169s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 169s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 169s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 169s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 169s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 169s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 169s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 169s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 169s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 169s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 169s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 169s Compiling rustix v0.38.37 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/rustix-0.38.37/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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=81772580b4c03ea1 -C extra-filename=-81772580b4c03ea1 --out-dir /tmp/tmp.PW8Jd9mN2z/target/debug/build/rustix-81772580b4c03ea1 -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --cap-lints warn` 169s Compiling byteorder v1.5.0 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/byteorder-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name byteorder --edition=2021 /tmp/tmp.PW8Jd9mN2z/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=89ebf31d1f97ee77 -C extra-filename=-89ebf31d1f97ee77 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 170s warning: `byteorder` (lib) generated 1 warning (1 duplicate) 170s Compiling utf8parse v0.2.1 170s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.PW8Jd9mN2z/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=4894bf36b6529b81 -C extra-filename=-4894bf36b6529b81 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 170s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 170s Compiling anstyle-parse v0.2.1 170s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.PW8Jd9mN2z/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=d0c73c4af772649f -C extra-filename=-d0c73c4af772649f --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern utf8parse=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 170s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 170s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.PW8Jd9mN2z/target/debug/deps:/tmp/tmp.PW8Jd9mN2z/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.PW8Jd9mN2z/target/debug/build/rustix-81772580b4c03ea1/build-script-build` 170s [rustix 0.38.37] cargo:rerun-if-changed=build.rs 170s [rustix 0.38.37] cargo:rustc-cfg=static_assertions 170s [rustix 0.38.37] cargo:rustc-cfg=libc 170s [rustix 0.38.37] cargo:rustc-cfg=linux_like 170s [rustix 0.38.37] cargo:rustc-cfg=linux_kernel 170s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM 170s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC 170s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC 170s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD 170s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_MIRI 170s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps OUT_DIR=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/build/serde-73ad5bb6f6912daf/out rustc --crate-name serde --edition=2018 /tmp/tmp.PW8Jd9mN2z/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=4f149dc9ede08d82 -C extra-filename=-4f149dc9ede08d82 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/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)'` 173s warning: `serde` (lib) generated 1 warning (1 duplicate) 173s Compiling rand_core v0.6.4 173s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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. 173s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.PW8Jd9mN2z/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=3c7246ca3f419bbc -C extra-filename=-3c7246ca3f419bbc --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern getrandom=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 173s warning: unexpected `cfg` condition name: `doc_cfg` 173s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:38:13 173s | 173s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 173s | ^^^^^^^ 173s | 173s = 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` 173s = help: consider using a Cargo feature instead 173s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 173s [lints.rust] 173s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 173s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 173s = note: see for more information about checking conditional configuration 173s = note: `#[warn(unexpected_cfgs)]` on by default 173s 173s warning: unexpected `cfg` condition name: `doc_cfg` 173s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:50:16 173s | 173s 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 173s | ^^^^^^^ 173s | 173s = help: consider using a Cargo feature instead 173s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 173s [lints.rust] 173s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 173s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 173s = note: see for more information about checking conditional configuration 173s 173s warning: unexpected `cfg` condition name: `doc_cfg` 173s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:64:16 173s | 173s 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 173s | ^^^^^^^ 173s | 173s = help: consider using a Cargo feature instead 173s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 173s [lints.rust] 173s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 173s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 173s = note: see for more information about checking conditional configuration 173s 173s warning: unexpected `cfg` condition name: `doc_cfg` 173s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:75:16 173s | 173s 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 173s | ^^^^^^^ 173s | 173s = help: consider using a Cargo feature instead 173s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 173s [lints.rust] 173s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 173s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 173s = note: see for more information about checking conditional configuration 173s 173s warning: unexpected `cfg` condition name: `doc_cfg` 173s --> /usr/share/cargo/registry/rand_core-0.6.4/src/os.rs:46:12 173s | 173s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 173s | ^^^^^^^ 173s | 173s = help: consider using a Cargo feature instead 173s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 173s [lints.rust] 173s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 173s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 173s = note: see for more information about checking conditional configuration 173s 173s warning: unexpected `cfg` condition name: `doc_cfg` 173s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:411:16 173s | 173s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 173s | ^^^^^^^ 173s | 173s = help: consider using a Cargo feature instead 173s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 173s [lints.rust] 173s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 173s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 173s = note: see for more information about checking conditional configuration 173s 174s warning: `rand_core` (lib) generated 7 warnings (1 duplicate) 174s Compiling errno v0.3.8 174s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/errno-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/errno-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name errno --edition=2018 /tmp/tmp.PW8Jd9mN2z/registry/errno-0.3.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a511b7e92317ca2a -C extra-filename=-a511b7e92317ca2a --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern libc=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 174s warning: unexpected `cfg` condition value: `bitrig` 174s --> /usr/share/cargo/registry/errno-0.3.8/src/unix.rs:77:13 174s | 174s 77 | target_os = "bitrig", 174s | ^^^^^^^^^^^^^^^^^^^^ 174s | 174s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 174s = note: see for more information about checking conditional configuration 174s = note: `#[warn(unexpected_cfgs)]` on by default 174s 174s warning: `errno` (lib) generated 2 warnings (1 duplicate) 174s Compiling linux-raw-sys v0.4.14 174s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=linux_raw_sys CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/linux-raw-sys-0.4.14 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/linux-raw-sys-0.4.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Generated bindings for Linux'\''s userspace API' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linux-raw-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/linux-raw-sys' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name linux_raw_sys --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/linux-raw-sys-0.4.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 --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=2bb16f6e075500a3 -C extra-filename=-2bb16f6e075500a3 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 174s Compiling zerocopy-derive v0.7.34 174s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/zerocopy-derive-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name zerocopy_derive --edition=2018 /tmp/tmp.PW8Jd9mN2z/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=b189ac5e62037dd3 -C extra-filename=-b189ac5e62037dd3 --out-dir /tmp/tmp.PW8Jd9mN2z/target/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern proc_macro2=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 174s warning: `linux-raw-sys` (lib) generated 1 warning (1 duplicate) 174s Compiling anstyle v1.0.8 174s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.PW8Jd9mN2z/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=bd63b594ac2d723a -C extra-filename=-bd63b594ac2d723a --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 175s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 175s Compiling anstyle-query v1.0.0 175s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.PW8Jd9mN2z/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=635bcba2223d27a9 -C extra-filename=-635bcba2223d27a9 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 175s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 175s Compiling colorchoice v1.0.0 175s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.PW8Jd9mN2z/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=e265feadf5f02527 -C extra-filename=-e265feadf5f02527 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 175s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 175s Compiling bitflags v2.8.0 175s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/bitflags-2.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/bitflags-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 175s ' 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.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/bitflags-2.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=65f3f529c7b65778 -C extra-filename=-65f3f529c7b65778 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 175s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 175s Compiling autocfg v1.1.0 175s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.PW8Jd9mN2z/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=9ebcd9511383083c -C extra-filename=-9ebcd9511383083c --out-dir /tmp/tmp.PW8Jd9mN2z/target/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --cap-lints warn` 175s Compiling num-traits v0.2.19 175s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/num-traits-0.2.19/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8f779d9fad25b2ca -C extra-filename=-8f779d9fad25b2ca --out-dir /tmp/tmp.PW8Jd9mN2z/target/debug/build/num-traits-8f779d9fad25b2ca -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern autocfg=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 176s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps OUT_DIR=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out rustc --crate-name rustix --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/rustix-0.38.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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=618570c61329ef4d -C extra-filename=-618570c61329ef4d --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern bitflags=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern libc_errno=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/liberrno-a511b7e92317ca2a.rmeta --extern libc=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern linux_raw_sys=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/liblinux_raw_sys-2bb16f6e075500a3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg static_assertions --cfg libc --cfg linux_like --cfg linux_kernel` 176s Compiling zerocopy v0.7.34 176s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/zerocopy-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name zerocopy --edition=2018 /tmp/tmp.PW8Jd9mN2z/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=0a1d0339be49b6e6 -C extra-filename=-0a1d0339be49b6e6 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern byteorder=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-89ebf31d1f97ee77.rmeta --extern zerocopy_derive=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libzerocopy_derive-b189ac5e62037dd3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/util.rs:597:32 176s | 176s 597 | let remainder = t.addr() % mem::align_of::(); 176s | ^^^^^^^^^^^^^^^^^^ 176s | 176s note: the lint level is defined here 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:174:5 176s | 176s 174 | unused_qualifications, 176s | ^^^^^^^^^^^^^^^^^^^^^ 176s help: remove the unnecessary path segments 176s | 176s 597 - let remainder = t.addr() % mem::align_of::(); 176s 597 + let remainder = t.addr() % align_of::(); 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:333:35 176s | 176s 333 | const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 176s | ^^^^^^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 333 - const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 176s 333 + const POINTER_WIDTH_BITS: usize = size_of::() * 8; 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:488:44 176s | 176s 488 | align: match NonZeroUsize::new(mem::align_of::()) { 176s | ^^^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 488 - align: match NonZeroUsize::new(mem::align_of::()) { 176s 488 + align: match NonZeroUsize::new(align_of::()) { 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:492:49 176s | 176s 492 | size_info: SizeInfo::Sized { _size: mem::size_of::() }, 176s | ^^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 492 - size_info: SizeInfo::Sized { _size: mem::size_of::() }, 176s 492 + size_info: SizeInfo::Sized { _size: size_of::() }, 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:511:44 176s | 176s 511 | align: match NonZeroUsize::new(mem::align_of::()) { 176s | ^^^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 511 - align: match NonZeroUsize::new(mem::align_of::()) { 176s 511 + align: match NonZeroUsize::new(align_of::()) { 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:517:29 176s | 176s 517 | _elem_size: mem::size_of::(), 176s | ^^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 517 - _elem_size: mem::size_of::(), 176s 517 + _elem_size: size_of::(), 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:1418:19 176s | 176s 1418 | let len = mem::size_of_val(self); 176s | ^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 1418 - let len = mem::size_of_val(self); 176s 1418 + let len = size_of_val(self); 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2714:19 176s | 176s 2714 | let len = mem::size_of_val(self); 176s | ^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 2714 - let len = mem::size_of_val(self); 176s 2714 + let len = size_of_val(self); 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2789:19 176s | 176s 2789 | let len = mem::size_of_val(self); 176s | ^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 2789 - let len = mem::size_of_val(self); 176s 2789 + let len = size_of_val(self); 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2863:27 176s | 176s 2863 | if bytes.len() != mem::size_of_val(self) { 176s | ^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 2863 - if bytes.len() != mem::size_of_val(self) { 176s 2863 + if bytes.len() != size_of_val(self) { 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2920:20 176s | 176s 2920 | let size = mem::size_of_val(self); 176s | ^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 2920 - let size = mem::size_of_val(self); 176s 2920 + let size = size_of_val(self); 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2981:45 176s | 176s 2981 | let start = bytes.len().checked_sub(mem::size_of_val(self))?; 176s | ^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 2981 - let start = bytes.len().checked_sub(mem::size_of_val(self))?; 176s 2981 + let start = bytes.len().checked_sub(size_of_val(self))?; 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4161:27 176s | 176s 4161 | if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 176s | ^^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 4161 - if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 176s 4161 + if bytes.len() != size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4176:26 176s | 176s 4176 | if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 176s | ^^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 4176 - if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 176s 4176 + if bytes.len() < size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4179:46 176s | 176s 4179 | let (bytes, suffix) = bytes.split_at(mem::size_of::()); 176s | ^^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 4179 - let (bytes, suffix) = bytes.split_at(mem::size_of::()); 176s 4179 + let (bytes, suffix) = bytes.split_at(size_of::()); 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4194:46 176s | 176s 4194 | let split_at = bytes_len.checked_sub(mem::size_of::())?; 176s | ^^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 4194 - let split_at = bytes_len.checked_sub(mem::size_of::())?; 176s 4194 + let split_at = bytes_len.checked_sub(size_of::())?; 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4221:26 176s | 176s 4221 | .checked_rem(mem::size_of::()) 176s | ^^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 4221 - .checked_rem(mem::size_of::()) 176s 4221 + .checked_rem(size_of::()) 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4243:34 176s | 176s 4243 | let expected_len = match mem::size_of::().checked_mul(count) { 176s | ^^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 4243 - let expected_len = match mem::size_of::().checked_mul(count) { 176s 4243 + let expected_len = match size_of::().checked_mul(count) { 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4268:34 176s | 176s 4268 | let expected_len = match mem::size_of::().checked_mul(count) { 176s | ^^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 4268 - let expected_len = match mem::size_of::().checked_mul(count) { 176s 4268 + let expected_len = match size_of::().checked_mul(count) { 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4795:25 176s | 176s 4795 | let elem_size = mem::size_of::(); 176s | ^^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 4795 - let elem_size = mem::size_of::(); 176s 4795 + let elem_size = size_of::(); 176s | 176s 176s warning: unnecessary qualification 176s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4825:25 176s | 176s 4825 | let elem_size = mem::size_of::(); 176s | ^^^^^^^^^^^^^^^^^ 176s | 176s help: remove the unnecessary path segments 176s | 176s 4825 - let elem_size = mem::size_of::(); 176s 4825 + let elem_size = size_of::(); 176s | 176s 176s warning: `zerocopy` (lib) generated 22 warnings (1 duplicate) 176s Compiling ppv-lite86 v0.2.20 176s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name ppv_lite86 --edition=2021 /tmp/tmp.PW8Jd9mN2z/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=46846b3a35f9ec97 -C extra-filename=-46846b3a35f9ec97 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern zerocopy=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libzerocopy-0a1d0339be49b6e6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 177s warning: `ppv-lite86` (lib) generated 1 warning (1 duplicate) 177s Compiling anstream v0.6.15 177s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.PW8Jd9mN2z/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=7c9e2996227bea0c -C extra-filename=-7c9e2996227bea0c --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern anstyle=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern anstyle_parse=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-d0c73c4af772649f.rmeta --extern anstyle_query=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-635bcba2223d27a9.rmeta --extern colorchoice=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-e265feadf5f02527.rmeta --extern utf8parse=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 177s | 177s 48 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s = note: `#[warn(unexpected_cfgs)]` on by default 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 177s | 177s 53 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 177s | 177s 4 | #[cfg(not(all(windows, feature = "wincon")))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 177s | 177s 8 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 177s | 177s 46 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 177s | 177s 58 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 177s | 177s 5 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 177s | 177s 27 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 177s | 177s 137 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 177s | 177s 143 | #[cfg(not(all(windows, feature = "wincon")))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 177s | 177s 155 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 177s | 177s 166 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 177s | 177s 180 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 177s | 177s 225 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 177s | 177s 243 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 177s | 177s 260 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 177s | 177s 269 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 177s | 177s 279 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 177s | 177s 288 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: unexpected `cfg` condition value: `wincon` 177s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 177s | 177s 298 | #[cfg(all(windows, feature = "wincon"))] 177s | ^^^^^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `auto`, `default`, and `test` 177s = help: consider adding `wincon` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 177s Compiling clap_lex v0.7.4 177s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/clap_lex-0.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name clap_lex --edition=2021 /tmp/tmp.PW8Jd9mN2z/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=fa2bd56e1b2ff099 -C extra-filename=-fa2bd56e1b2ff099 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 177s warning: `clap_lex` (lib) generated 1 warning (1 duplicate) 177s Compiling fastrand v2.1.1 177s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/fastrand-2.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name fastrand --edition=2018 /tmp/tmp.PW8Jd9mN2z/registry/fastrand-2.1.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"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b0f30b63d6f103db -C extra-filename=-b0f30b63d6f103db --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 177s warning: unexpected `cfg` condition value: `js` 177s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:202:5 177s | 177s 202 | feature = "js" 177s | ^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `alloc`, `default`, and `std` 177s = help: consider adding `js` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s = note: `#[warn(unexpected_cfgs)]` on by default 177s 177s warning: unexpected `cfg` condition value: `js` 177s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:214:9 177s | 177s 214 | not(feature = "js") 177s | ^^^^^^^^^^^^^^ 177s | 177s = note: expected values for `feature` are: `alloc`, `default`, and `std` 177s = help: consider adding `js` as a feature in `Cargo.toml` 177s = note: see for more information about checking conditional configuration 177s 177s warning: `fastrand` (lib) generated 3 warnings (1 duplicate) 177s Compiling strsim v0.11.1 177s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/strsim-0.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, 177s OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. 177s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name strsim --edition=2015 /tmp/tmp.PW8Jd9mN2z/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=82ccb15448986101 -C extra-filename=-82ccb15448986101 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 178s warning: `strsim` (lib) generated 1 warning (1 duplicate) 178s Compiling once_cell v1.20.2 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=10428cb1410dd925 -C extra-filename=-10428cb1410dd925 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 178s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 178s Compiling heck v0.4.1 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.PW8Jd9mN2z/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=780ed41701172964 -C extra-filename=-780ed41701172964 --out-dir /tmp/tmp.PW8Jd9mN2z/target/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --cap-lints warn` 178s Compiling clap_derive v4.5.18 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name clap_derive --edition=2021 /tmp/tmp.PW8Jd9mN2z/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=4a713c6233619637 -C extra-filename=-4a713c6233619637 --out-dir /tmp/tmp.PW8Jd9mN2z/target/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern heck=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libheck-780ed41701172964.rlib --extern proc_macro2=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 178s warning: `rustix` (lib) generated 1 warning (1 duplicate) 178s Compiling tempfile v3.15.0 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/tempfile-3.15.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/tempfile-3.15.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.15.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name tempfile --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/tempfile-3.15.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="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=5dc28daefecc49d5 -C extra-filename=-5dc28daefecc49d5 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern cfg_if=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern fastrand=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libfastrand-b0f30b63d6f103db.rmeta --extern getrandom=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.rmeta --extern once_cell=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-10428cb1410dd925.rmeta --extern rustix=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/librustix-618570c61329ef4d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 179s warning: `tempfile` (lib) generated 1 warning (1 duplicate) 179s Compiling clap_builder v4.5.23 179s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/clap_builder-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name clap_builder --edition=2021 /tmp/tmp.PW8Jd9mN2z/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=032ce5b53f6cfa87 -C extra-filename=-032ce5b53f6cfa87 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern anstream=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libanstream-7c9e2996227bea0c.rmeta --extern anstyle=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern clap_lex=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libclap_lex-fa2bd56e1b2ff099.rmeta --extern strsim=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libstrsim-82ccb15448986101.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 181s Compiling rand_chacha v0.3.1 181s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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 181s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name rand_chacha --edition=2018 /tmp/tmp.PW8Jd9mN2z/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=7246cd0addc4c9af -C extra-filename=-7246cd0addc4c9af --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern ppv_lite86=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libppv_lite86-46846b3a35f9ec97.rmeta --extern rand_core=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 181s warning: `rand_chacha` (lib) generated 1 warning (1 duplicate) 181s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.PW8Jd9mN2z/target/debug/deps:/tmp/tmp.PW8Jd9mN2z/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.PW8Jd9mN2z/target/debug/build/num-traits-8f779d9fad25b2ca/build-script-build` 181s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 181s [num-traits 0.2.19] | 181s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 181s [num-traits 0.2.19] 181s [num-traits 0.2.19] warning: 1 warning emitted 181s [num-traits 0.2.19] 181s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 181s [num-traits 0.2.19] | 181s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 181s [num-traits 0.2.19] 181s [num-traits 0.2.19] warning: 1 warning emitted 181s [num-traits 0.2.19] 181s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 181s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 181s Compiling num_cpus v1.16.0 181s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name num_cpus --edition=2015 /tmp/tmp.PW8Jd9mN2z/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=03fb9cccb91f1eb8 -C extra-filename=-03fb9cccb91f1eb8 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern libc=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 181s warning: unexpected `cfg` condition value: `nacl` 181s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:355:5 181s | 181s 355 | target_os = "nacl", 181s | ^^^^^^^^^^^^^^^^^^ 181s | 181s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 181s = note: see for more information about checking conditional configuration 181s = note: `#[warn(unexpected_cfgs)]` on by default 181s 181s warning: unexpected `cfg` condition value: `nacl` 181s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:437:5 181s | 181s 437 | target_os = "nacl", 181s | ^^^^^^^^^^^^^^^^^^ 181s | 181s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 181s = note: see for more information about checking conditional configuration 181s 182s warning: `num_cpus` (lib) generated 3 warnings (1 duplicate) 182s Compiling wait-timeout v0.2.0 182s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wait_timeout CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/wait-timeout-0.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/wait-timeout-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A crate to wait on a child process with a timeout specified across Unix and 182s Windows platforms. 182s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wait-timeout CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_RUST_VERSION='' 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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name wait_timeout --edition=2015 /tmp/tmp.PW8Jd9mN2z/registry/wait-timeout-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())' -C metadata=c8041ffbea216b96 -C extra-filename=-c8041ffbea216b96 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern libc=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 182s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 182s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:27:23 182s | 182s 27 | use std::sync::{Once, ONCE_INIT, Mutex}; 182s | ^^^^^^^^^ 182s | 182s note: the lint level is defined here 182s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/lib.rs:31:23 182s | 182s 31 | #![deny(missing_docs, warnings)] 182s | ^^^^^^^^ 182s = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` 182s 182s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 182s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:32:21 182s | 182s 32 | static INIT: Once = ONCE_INIT; 182s | ^^^^^^^^^ 182s | 182s help: replace the use of the deprecated constant 182s | 182s 32 | static INIT: Once = Once::new(); 182s | ~~~~~~~~~~~ 182s 182s warning: `wait-timeout` (lib) generated 3 warnings (1 duplicate) 182s Compiling serde_json v1.0.133 182s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/serde_json-1.0.133/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=2fa85724bf02f5ac -C extra-filename=-2fa85724bf02f5ac --out-dir /tmp/tmp.PW8Jd9mN2z/target/debug/build/serde_json-2fa85724bf02f5ac -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --cap-lints warn` 182s Compiling static_assertions v1.1.0 182s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=static_assertions CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/static_assertions-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/static_assertions-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Nikolai Vazquez' CARGO_PKG_DESCRIPTION='Compile-time assertions to ensure that invariants are met.' CARGO_PKG_HOMEPAGE='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=static_assertions CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nvzqz/static-assertions-rs' 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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name static_assertions --edition=2015 /tmp/tmp.PW8Jd9mN2z/registry/static_assertions-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("nightly"))' -C metadata=18df01cc327facaa -C extra-filename=-18df01cc327facaa --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 182s warning: `static_assertions` (lib) generated 1 warning (1 duplicate) 182s Compiling hashbrown v0.14.5 182s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=abc055366cb5e49f -C extra-filename=-abc055366cb5e49f --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:14:5 182s | 182s 14 | feature = "nightly", 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s = note: `#[warn(unexpected_cfgs)]` on by default 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:39:13 182s | 182s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:40:13 182s | 182s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:49:7 182s | 182s 49 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:59:7 182s | 182s 59 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:65:11 182s | 182s 65 | #[cfg(not(feature = "nightly"))] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 182s | 182s 53 | #[cfg(not(feature = "nightly"))] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 182s | 182s 55 | #[cfg(not(feature = "nightly"))] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 182s | 182s 57 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 182s | 182s 3549 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 182s | 182s 3661 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 182s | 182s 3678 | #[cfg(not(feature = "nightly"))] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 182s | 182s 4304 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 182s | 182s 4319 | #[cfg(not(feature = "nightly"))] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 182s | 182s 7 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 182s | 182s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 182s | 182s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 182s | 182s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `rkyv` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 182s | 182s 3 | #[cfg(feature = "rkyv")] 182s | ^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `rkyv` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:242:11 182s | 182s 242 | #[cfg(not(feature = "nightly"))] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:255:7 182s | 182s 255 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6517:11 182s | 182s 6517 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6523:11 182s | 182s 6523 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6591:11 182s | 182s 6591 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6597:11 182s | 182s 6597 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6651:11 182s | 182s 6651 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6657:11 182s | 182s 6657 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1359:11 182s | 182s 1359 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1365:11 182s | 182s 1365 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1383:11 182s | 182s 1383 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `nightly` 182s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1389:11 182s | 182s 1389 | #[cfg(feature = "nightly")] 182s | ^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 182s = help: consider adding `nightly` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 183s warning: `hashbrown` (lib) generated 32 warnings (1 duplicate) 183s Compiling quick-error v2.0.1 183s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quick_error CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/quick-error-2.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/quick-error-2.0.1/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets :Colin Kiegel ' CARGO_PKG_DESCRIPTION=' A macro which makes error types pleasant to write. 183s ' CARGO_PKG_HOMEPAGE='http://github.com/tailhook/quick-error' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-error CARGO_PKG_README='' CARGO_PKG_REPOSITORY='http://github.com/tailhook/quick-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name quick_error --edition=2018 /tmp/tmp.PW8Jd9mN2z/registry/quick-error-2.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=78f4ccd4ae208433 -C extra-filename=-78f4ccd4ae208433 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 183s warning: `quick-error` (lib) generated 1 warning (1 duplicate) 183s Compiling equivalent v1.0.1 183s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.PW8Jd9mN2z/registry/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50ee6cd9d9ded5bf -C extra-filename=-50ee6cd9d9ded5bf --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 183s warning: `equivalent` (lib) generated 1 warning (1 duplicate) 183s Compiling fnv v1.0.7 183s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/fnv-1.0.7 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name fnv --edition=2015 /tmp/tmp.PW8Jd9mN2z/registry/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a68fdaac9d04d051 -C extra-filename=-a68fdaac9d04d051 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 183s warning: `fnv` (lib) generated 1 warning (1 duplicate) 183s Compiling bit-vec v0.8.0 183s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_vec CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/bit-vec-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/bit-vec-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A vector of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-vec' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-vec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-vec' 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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name bit_vec --edition=2015 /tmp/tmp.PW8Jd9mN2z/registry/bit-vec-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=f5a472a8e3d383f4 -C extra-filename=-f5a472a8e3d383f4 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 183s warning: unexpected `cfg` condition value: `borsh` 183s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:102:7 183s | 183s 102 | #[cfg(feature = "borsh")] 183s | ^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 183s = help: consider adding `borsh` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s = note: `#[warn(unexpected_cfgs)]` on by default 183s 183s warning: unexpected `cfg` condition value: `miniserde` 183s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:104:7 183s | 183s 104 | #[cfg(feature = "miniserde")] 183s | ^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 183s = help: consider adding `miniserde` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `nanoserde` 183s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:106:7 183s | 183s 106 | #[cfg(feature = "nanoserde")] 183s | ^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 183s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `nanoserde` 183s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:108:7 183s | 183s 108 | #[cfg(feature = "nanoserde")] 183s | ^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 183s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `borsh` 183s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:238:5 183s | 183s 238 | feature = "borsh", 183s | ^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 183s = help: consider adding `borsh` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `miniserde` 183s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:242:5 183s | 183s 242 | feature = "miniserde", 183s | ^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 183s = help: consider adding `miniserde` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `nanoserde` 183s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:246:5 183s | 183s 246 | feature = "nanoserde", 183s | ^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 183s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: `bit-vec` (lib) generated 8 warnings (1 duplicate) 183s Compiling bit-set v0.8.0 183s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_set CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/bit-set-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/bit-set-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A set of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-set' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-set CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-set' 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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name bit_set --edition=2015 /tmp/tmp.PW8Jd9mN2z/registry/bit-set-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=89b3c1c57b5a03ce -C extra-filename=-89b3c1c57b5a03ce --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern bit_vec=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 183s warning: `bit-set` (lib) generated 1 warning (1 duplicate) 183s Compiling rusty-fork v0.3.0 183s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rusty_fork CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/rusty-fork-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/rusty-fork-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Cross-platform library for running Rust tests in sub-processes using a 183s fork-like interface. 183s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rusty-fork CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/altsysrq/rusty-fork' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name rusty_fork --edition=2018 /tmp/tmp.PW8Jd9mN2z/registry/rusty-fork-0.3.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="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=66f38081ff4ed394 -C extra-filename=-66f38081ff4ed394 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern fnv=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libfnv-a68fdaac9d04d051.rmeta --extern quick_error=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libquick_error-78f4ccd4ae208433.rmeta --extern tempfile=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern wait_timeout=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libwait_timeout-c8041ffbea216b96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 184s warning: `rusty-fork` (lib) generated 1 warning (1 duplicate) 184s Compiling indexmap v2.7.0 184s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=add402dbf0c10c1b -C extra-filename=-add402dbf0c10c1b --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern equivalent=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libequivalent-50ee6cd9d9ded5bf.rmeta --extern hashbrown=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libhashbrown-abc055366cb5e49f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 184s warning: unexpected `cfg` condition value: `borsh` 184s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:117:7 184s | 184s 117 | #[cfg(feature = "borsh")] 184s | ^^^^^^^^^^^^^^^^^ 184s | 184s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 184s = help: consider adding `borsh` as a feature in `Cargo.toml` 184s = note: see for more information about checking conditional configuration 184s = note: `#[warn(unexpected_cfgs)]` on by default 184s 184s warning: unexpected `cfg` condition value: `rustc-rayon` 184s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:131:7 184s | 184s 131 | #[cfg(feature = "rustc-rayon")] 184s | ^^^^^^^^^^^^^^^^^^^^^^^ 184s | 184s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 184s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 184s = note: see for more information about checking conditional configuration 184s 184s warning: unexpected `cfg` condition value: `quickcheck` 184s --> /usr/share/cargo/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 184s | 184s 38 | #[cfg(feature = "quickcheck")] 184s | ^^^^^^^^^^^^^^^^^^^^^^ 184s | 184s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 184s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 184s = note: see for more information about checking conditional configuration 184s 184s warning: unexpected `cfg` condition value: `rustc-rayon` 184s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:128:30 184s | 184s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 184s | ^^^^^^^^^^^^^^^^^^^^^^^ 184s | 184s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 184s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 184s = note: see for more information about checking conditional configuration 184s 184s warning: unexpected `cfg` condition value: `rustc-rayon` 184s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:153:30 184s | 184s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 184s | ^^^^^^^^^^^^^^^^^^^^^^^ 184s | 184s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 184s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 184s = note: see for more information about checking conditional configuration 184s 184s warning: `clap_builder` (lib) generated 1 warning (1 duplicate) 184s Compiling kstring v2.0.0 184s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=kstring CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/kstring-2.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/kstring-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='Ed Page ' CARGO_PKG_DESCRIPTION='Key String: optimized for map keys' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=kstring CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cobalt-org/kstring' 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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name kstring --edition=2018 /tmp/tmp.PW8Jd9mN2z/registry/kstring-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="default"' --cfg 'feature="max_inline"' --cfg 'feature="std"' --cfg 'feature="unsafe"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc", "default", "max_inline", "serde", "std", "unsafe", "unstable_bench_subset"))' -C metadata=6b12de32684ec81b -C extra-filename=-6b12de32684ec81b --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern static_assertions=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libstatic_assertions-18df01cc327facaa.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 184s warning: unexpected `cfg` condition value: `document-features` 184s --> /usr/share/cargo/registry/kstring-2.0.0/src/lib.rs:38:13 184s | 184s 38 | #![cfg_attr(feature = "document-features", doc = document_features::document_features!())] 184s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 184s | 184s = note: expected values for `feature` are: `arc`, `default`, `max_inline`, `serde`, `std`, `unsafe`, and `unstable_bench_subset` 184s = help: consider adding `document-features` as a feature in `Cargo.toml` 184s = note: see for more information about checking conditional configuration 184s = note: `#[warn(unexpected_cfgs)]` on by default 184s 184s warning: unexpected `cfg` condition value: `safe` 184s --> /usr/share/cargo/registry/kstring-2.0.0/src/lib.rs:39:13 184s | 184s 39 | #![cfg_attr(feature = "safe", forbid(unsafe_code))] 184s | ^^^^^^^^^^^^^^^^ 184s | 184s = note: expected values for `feature` are: `arc`, `default`, `max_inline`, `serde`, `std`, `unsafe`, and `unstable_bench_subset` 184s = help: consider adding `safe` as a feature in `Cargo.toml` 184s = note: see for more information about checking conditional configuration 184s 184s warning: `kstring` (lib) generated 3 warnings (1 duplicate) 184s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.PW8Jd9mN2z/target/debug/deps:/tmp/tmp.PW8Jd9mN2z/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.PW8Jd9mN2z/target/debug/build/serde_json-2fa85724bf02f5ac/build-script-build` 184s [serde_json 1.0.133] cargo:rerun-if-changed=build.rs 184s [serde_json 1.0.133] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) 184s [serde_json 1.0.133] cargo:rustc-cfg=fast_arithmetic="64" 184s Compiling threadpool v1.8.1 184s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=threadpool CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/threadpool-1.8.1 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/threadpool-1.8.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Corey Farwell :Stefan Schindler ' CARGO_PKG_DESCRIPTION='A thread pool for running a number of jobs on a fixed set of worker threads. 184s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=threadpool CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name threadpool --edition=2015 /tmp/tmp.PW8Jd9mN2z/registry/threadpool-1.8.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=4f7b0bed022b0d96 -C extra-filename=-4f7b0bed022b0d96 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern num_cpus=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libnum_cpus-03fb9cccb91f1eb8.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 184s warning: trait objects without an explicit `dyn` are deprecated 184s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:99:22 184s | 184s 99 | type Thunk<'a> = Box; 184s | ^^^^^^^^^^^^^^^^^ 184s | 184s = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! 184s = note: for more information, see 184s = note: `#[warn(bare_trait_objects)]` on by default 184s help: if this is a dyn-compatible trait, use `dyn` 184s | 184s 99 | type Thunk<'a> = Box; 184s | +++ 184s 184s warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead 184s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:631:42 184s | 184s 631 | self.shared_data.join_generation.compare_and_swap( 184s | ^^^^^^^^^^^^^^^^ 184s | 184s = note: `#[warn(deprecated)]` on by default 184s 184s warning: `indexmap` (lib) generated 6 warnings (1 duplicate) 184s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps OUT_DIR=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/num-traits-0.2.19/src/lib.rs --error-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", "i128", "libm", "std"))' -C metadata=0a13ea327a69f660 -C extra-filename=-0a13ea327a69f660 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 184s warning: `threadpool` (lib) generated 3 warnings (1 duplicate) 184s Compiling rand v0.8.5 184s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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. 184s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.PW8Jd9mN2z/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="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --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=b359ea3ff641bf46 -C extra-filename=-b359ea3ff641bf46 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern libc=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern rand_chacha=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_core=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 184s warning: unexpected `cfg` condition name: `has_total_cmp` 184s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 184s | 184s 2305 | #[cfg(has_total_cmp)] 184s | ^^^^^^^^^^^^^ 184s ... 184s 2325 | totalorder_impl!(f64, i64, u64, 64); 184s | ----------------------------------- in this macro invocation 184s | 184s = 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` 184s = help: consider using a Cargo feature instead 184s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 184s [lints.rust] 184s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 184s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 184s = note: see for more information about checking conditional configuration 184s = note: `#[warn(unexpected_cfgs)]` on by default 184s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 184s 184s warning: unexpected `cfg` condition name: `has_total_cmp` 184s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 184s | 184s 2311 | #[cfg(not(has_total_cmp))] 184s | ^^^^^^^^^^^^^ 184s ... 184s 2325 | totalorder_impl!(f64, i64, u64, 64); 184s | ----------------------------------- in this macro invocation 184s | 184s = help: consider using a Cargo feature instead 184s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 184s [lints.rust] 184s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 184s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 184s = note: see for more information about checking conditional configuration 184s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 184s 184s warning: unexpected `cfg` condition name: `has_total_cmp` 184s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 184s | 184s 2305 | #[cfg(has_total_cmp)] 184s | ^^^^^^^^^^^^^ 184s ... 184s 2326 | totalorder_impl!(f32, i32, u32, 32); 184s | ----------------------------------- in this macro invocation 184s | 184s = help: consider using a Cargo feature instead 184s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 184s [lints.rust] 184s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 184s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 184s = note: see for more information about checking conditional configuration 184s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 184s 184s warning: unexpected `cfg` condition name: `has_total_cmp` 184s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 184s | 184s 2311 | #[cfg(not(has_total_cmp))] 184s | ^^^^^^^^^^^^^ 184s ... 184s 2326 | totalorder_impl!(f32, i32, u32, 32); 184s | ----------------------------------- in this macro invocation 184s | 184s = help: consider using a Cargo feature instead 184s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 184s [lints.rust] 184s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 184s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 184s = note: see for more information about checking conditional configuration 184s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 184s 184s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:52:13 185s | 185s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s = note: `#[warn(unexpected_cfgs)]` on by default 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:53:13 185s | 185s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 185s | ^^^^^^^ 185s | 185s = 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` 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/mod.rs:116:12 185s | 185s 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 185s | ^^^^^^^ 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `features` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 185s | 185s 162 | #[cfg(features = "nightly")] 185s | ^^^^^^^^^^^^^^^^^^^^ 185s | 185s = note: see for more information about checking conditional configuration 185s help: there is a config with a similar name and value 185s | 185s 162 | #[cfg(feature = "nightly")] 185s | ~~~~~~~ 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:15:7 185s | 185s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:156:7 185s | 185s 156 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:158:7 185s | 185s 158 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:160:7 185s | 185s 160 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:162:7 185s | 185s 162 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:165:7 185s | 185s 165 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:167:7 185s | 185s 167 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:169:7 185s | 185s 169 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:13:32 185s | 185s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:15:35 185s | 185s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:19:7 185s | 185s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:112:7 185s | 185s 112 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:142:7 185s | 185s 142 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:144:7 185s | 185s 144 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:146:7 185s | 185s 146 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:148:7 185s | 185s 148 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:150:7 185s | 185s 150 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:152:7 185s | 185s 152 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:155:5 185s | 185s 155 | feature = "simd_support", 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:11:7 185s | 185s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:144:7 185s | 185s 144 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `std` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:235:11 185s | 185s 235 | #[cfg(not(std))] 185s | ^^^ help: found config with similar value: `feature = "std"` 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:363:7 185s | 185s 363 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:423:7 185s | 185s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 185s | ^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:424:7 185s | 185s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 185s | ^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:425:7 185s | 185s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 185s | ^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:426:7 185s | 185s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 185s | ^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:427:7 185s | 185s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 185s | ^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:428:7 185s | 185s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 185s | ^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:429:7 185s | 185s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 185s | ^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `std` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 185s | 185s 291 | #[cfg(not(std))] 185s | ^^^ help: found config with similar value: `feature = "std"` 185s ... 185s 359 | scalar_float_impl!(f32, u32); 185s | ---------------------------- in this macro invocation 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 185s 185s warning: unexpected `cfg` condition name: `std` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 185s | 185s 291 | #[cfg(not(std))] 185s | ^^^ help: found config with similar value: `feature = "std"` 185s ... 185s 360 | scalar_float_impl!(f64, u64); 185s | ---------------------------- in this macro invocation 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:80:12 185s | 185s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 185s | ^^^^^^^ 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:429:12 185s | 185s 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 185s | ^^^^^^^ 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 185s | 185s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 185s | 185s 572 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 185s | 185s 679 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 185s | 185s 687 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 185s | 185s 696 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 185s | 185s 706 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 185s | 185s 1001 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 185s | 185s 1003 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 185s | 185s 1005 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 185s | 185s 1007 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 185s | 185s 1010 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 185s | 185s 1012 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `simd_support` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 185s | 185s 1014 | #[cfg(feature = "simd_support")] 185s | ^^^^^^^^^^^^^^^^^^^^^^^^ 185s | 185s = 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` 185s = help: consider adding `simd_support` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/rng.rs:395:12 185s | 185s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 185s | ^^^^^^^ 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:99:12 185s | 185s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 185s | ^^^^^^^ 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:118:12 185s | 185s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 185s | ^^^^^^^ 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:29:12 185s | 185s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 185s | ^^^^^^^ 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:623:12 185s | 185s 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 185s | ^^^^^^^ 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/index.rs:276:12 185s | 185s 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 185s | ^^^^^^^ 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:114:16 185s | 185s 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 185s | ^^^^^^^ 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:142:16 185s | 185s 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 185s | ^^^^^^^ 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:170:16 185s | 185s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 185s | ^^^^^^^ 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:219:16 185s | 185s 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 185s | ^^^^^^^ 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition name: `doc_cfg` 185s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:465:16 185s | 185s 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 185s | ^^^^^^^ 185s | 185s = help: consider using a Cargo feature instead 185s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 185s [lints.rust] 185s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 185s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 185s = note: see for more information about checking conditional configuration 185s 185s warning: trait `Float` is never used 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:238:18 185s | 185s 238 | pub(crate) trait Float: Sized { 185s | ^^^^^ 185s | 185s = note: `#[warn(dead_code)]` on by default 185s 185s warning: associated items `lanes`, `extract`, and `replace` are never used 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:247:8 185s | 185s 245 | pub(crate) trait FloatAsSIMD: Sized { 185s | ----------- associated items in this trait 185s 246 | #[inline(always)] 185s 247 | fn lanes() -> usize { 185s | ^^^^^ 185s ... 185s 255 | fn extract(self, index: usize) -> Self { 185s | ^^^^^^^ 185s ... 185s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 185s | ^^^^^^^ 185s 185s warning: method `all` is never used 185s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:268:8 185s | 185s 266 | pub(crate) trait BoolAsSIMD: Sized { 185s | ---------- method in this trait 185s 267 | fn any(self) -> bool; 185s 268 | fn all(self) -> bool; 185s | ^^^ 185s 185s warning: `rand` (lib) generated 66 warnings (1 duplicate) 185s Compiling clap v4.5.23 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/clap-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name clap --edition=2021 /tmp/tmp.PW8Jd9mN2z/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=355e5f7a560067a6 -C extra-filename=-355e5f7a560067a6 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern clap_builder=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libclap_builder-032ce5b53f6cfa87.rmeta --extern clap_derive=/tmp/tmp.PW8Jd9mN2z/target/debug/deps/libclap_derive-4a713c6233619637.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 185s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 185s Compiling rand_xorshift v0.3.0 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_xorshift CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/rand_xorshift-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/rand_xorshift-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Xorshift random number generator 185s ' 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_xorshift CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name rand_xorshift --edition=2018 /tmp/tmp.PW8Jd9mN2z/registry/rand_xorshift-0.3.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("serde", "serde1"))' -C metadata=6f9a9169531a5b9a -C extra-filename=-6f9a9169531a5b9a --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern rand_core=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 185s warning: unexpected `cfg` condition value: `unstable-doc` 185s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:93:7 185s | 185s 93 | #[cfg(feature = "unstable-doc")] 185s | ^^^^^^^^^^-------------- 185s | | 185s | help: there is a expected value with a similar name: `"unstable-ext"` 185s | 185s = 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` 185s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s = note: `#[warn(unexpected_cfgs)]` on by default 185s 185s warning: unexpected `cfg` condition value: `unstable-doc` 185s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:95:7 185s | 185s 95 | #[cfg(feature = "unstable-doc")] 185s | ^^^^^^^^^^-------------- 185s | | 185s | help: there is a expected value with a similar name: `"unstable-ext"` 185s | 185s = 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` 185s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `unstable-doc` 185s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:97:7 185s | 185s 97 | #[cfg(feature = "unstable-doc")] 185s | ^^^^^^^^^^-------------- 185s | | 185s | help: there is a expected value with a similar name: `"unstable-ext"` 185s | 185s = 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` 185s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `unstable-doc` 185s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:99:7 185s | 185s 99 | #[cfg(feature = "unstable-doc")] 185s | ^^^^^^^^^^-------------- 185s | | 185s | help: there is a expected value with a similar name: `"unstable-ext"` 185s | 185s = 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` 185s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: unexpected `cfg` condition value: `unstable-doc` 185s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:101:7 185s | 185s 101 | #[cfg(feature = "unstable-doc")] 185s | ^^^^^^^^^^-------------- 185s | | 185s | help: there is a expected value with a similar name: `"unstable-ext"` 185s | 185s = 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` 185s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 185s = note: see for more information about checking conditional configuration 185s 185s warning: `clap` (lib) generated 6 warnings (1 duplicate) 185s Compiling toml_datetime v0.6.8 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name toml_datetime --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/toml_datetime-0.6.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=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::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' '--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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5621024bd5fdc0a6 -C extra-filename=-5621024bd5fdc0a6 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern serde=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libserde-4f149dc9ede08d82.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 185s warning: `rand_xorshift` (lib) generated 1 warning (1 duplicate) 185s Compiling serde_spanned v0.6.7 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_spanned CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/serde_spanned-0.6.7 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/serde_spanned-0.6.7/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Serde-compatible spanned Value' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_spanned CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name serde_spanned --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=50ff7b61c81740b4 -C extra-filename=-50ff7b61c81740b4 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern serde=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libserde-4f149dc9ede08d82.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 185s warning: `serde_spanned` (lib) generated 1 warning (1 duplicate) 185s Compiling lazy_static v1.5.0 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name lazy_static --edition=2015 /tmp/tmp.PW8Jd9mN2z/registry/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=fa782e2884b94cf1 -C extra-filename=-fa782e2884b94cf1 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 185s warning: elided lifetime has a name 185s --> /usr/share/cargo/registry/lazy_static-1.5.0/src/inline_lazy.rs:26:43 185s | 185s 26 | pub fn get(&'static self, f: F) -> &T 185s | ^ this elided lifetime gets resolved as `'static` 185s | 185s = note: `#[warn(elided_named_lifetimes)]` on by default 185s help: consider specifying it explicitly 185s | 185s 26 | pub fn get(&'static self, f: F) -> &'static T 185s | +++++++ 185s 185s warning: `lazy_static` (lib) generated 2 warnings (1 duplicate) 185s Compiling unarray v0.1.4 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unarray CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/unarray-0.1.4 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/unarray-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for working with uninitialized arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unarray CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cameron1024/unarray' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name unarray --edition=2018 /tmp/tmp.PW8Jd9mN2z/registry/unarray-0.1.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())' -C metadata=4bc01abf17def2c3 -C extra-filename=-4bc01abf17def2c3 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 185s warning: `toml_datetime` (lib) generated 1 warning (1 duplicate) 185s Compiling itoa v1.0.14 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.PW8Jd9mN2z/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=a82a426f214c0959 -C extra-filename=-a82a426f214c0959 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 185s warning: `unarray` (lib) generated 1 warning (1 duplicate) 185s Compiling regex-syntax v0.8.5 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.PW8Jd9mN2z/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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --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=4fc5539eea58731c -C extra-filename=-4fc5539eea58731c --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 185s warning: `itoa` (lib) generated 1 warning (1 duplicate) 185s Compiling ryu v1.0.19 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/ryu-1.0.19 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/ryu-1.0.19/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.19 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name ryu --edition=2018 /tmp/tmp.PW8Jd9mN2z/registry/ryu-1.0.19/src/lib.rs --error-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", "small"))' -C metadata=c01778dbd79acb0e -C extra-filename=-c01778dbd79acb0e --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 185s warning: `ryu` (lib) generated 1 warning (1 duplicate) 185s Compiling winnow v0.6.18 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=winnow CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/winnow-0.6.18 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/winnow-0.6.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=winnow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/winnow-rs/winnow' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name winnow --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/winnow-0.6.18/src/lib.rs --error-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' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --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::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' '--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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c88085f4478f35b6 -C extra-filename=-c88085f4478f35b6 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 186s warning: unexpected `cfg` condition value: `debug` 186s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:1:13 186s | 186s 1 | #![cfg_attr(feature = "debug", allow(clippy::std_instead_of_core))] 186s | ^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 186s = help: consider adding `debug` as a feature in `Cargo.toml` 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: `debug` 186s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:3:7 186s | 186s 3 | #[cfg(feature = "debug")] 186s | ^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 186s = help: consider adding `debug` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `debug` 186s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:37:16 186s | 186s 37 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 186s | ^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 186s = help: consider adding `debug` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `debug` 186s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:38:16 186s | 186s 38 | #[cfg_attr(not(feature = "debug"), allow(unused_mut))] 186s | ^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 186s = help: consider adding `debug` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `debug` 186s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:39:16 186s | 186s 39 | #[cfg_attr(not(feature = "debug"), inline(always))] 186s | ^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 186s = help: consider adding `debug` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `debug` 186s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:54:16 186s | 186s 54 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 186s | ^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 186s = help: consider adding `debug` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `debug` 186s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:79:7 186s | 186s 79 | #[cfg(feature = "debug")] 186s | ^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 186s = help: consider adding `debug` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `debug` 186s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:44:11 186s | 186s 44 | #[cfg(feature = "debug")] 186s | ^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 186s = help: consider adding `debug` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `debug` 186s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:48:15 186s | 186s 48 | #[cfg(not(feature = "debug"))] 186s | ^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 186s = help: consider adding `debug` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `debug` 186s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:59:11 186s | 186s 59 | #[cfg(feature = "debug")] 186s | ^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 186s = help: consider adding `debug` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 187s warning: `winnow` (lib) generated 11 warnings (1 duplicate) 187s Compiling escape8259 v0.5.3 187s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=escape8259 CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/escape8259-0.5.3 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/escape8259-0.5.3/Cargo.toml CARGO_PKG_AUTHORS='Eric Seppanen ' CARGO_PKG_DESCRIPTION='RFC8259-compliant string escaping and un-escaping' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=escape8259 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/ericseppanen/escape8259' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name escape8259 --edition=2018 /tmp/tmp.PW8Jd9mN2z/registry/escape8259-0.5.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=f476162e42fd9d7f -C extra-filename=-f476162e42fd9d7f --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 188s warning: `escape8259` (lib) generated 1 warning (1 duplicate) 188s Compiling memchr v2.7.4 188s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/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 188s 1, 2 or 3 byte search and single substring search. 188s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9dfbaa7dc96bc3ae -C extra-filename=-9dfbaa7dc96bc3ae --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 188s warning: `memchr` (lib) generated 1 warning (1 duplicate) 188s Compiling termcolor v1.4.1 188s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/termcolor-1.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/termcolor-1.4.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. 188s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name termcolor --edition=2018 /tmp/tmp.PW8Jd9mN2z/registry/termcolor-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ae72d8ae91d429e -C extra-filename=-1ae72d8ae91d429e --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 188s warning: `termcolor` (lib) generated 1 warning (1 duplicate) 188s Compiling libtest-mimic v0.7.3 188s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libtest_mimic CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/libtest-mimic-0.7.3 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/libtest-mimic-0.7.3/Cargo.toml CARGO_PKG_AUTHORS='Lukas Kalbertodt ' CARGO_PKG_DESCRIPTION='Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test` 188s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libtest-mimic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/LukasKalbertodt/libtest-mimic' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name libtest_mimic --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/libtest-mimic-0.7.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=d6b94db4ffa023fe -C extra-filename=-d6b94db4ffa023fe --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern clap=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libclap-355e5f7a560067a6.rmeta --extern escape8259=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libescape8259-f476162e42fd9d7f.rmeta --extern termcolor=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libtermcolor-1ae72d8ae91d429e.rmeta --extern threadpool=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libthreadpool-4f7b0bed022b0d96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 189s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 189s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps OUT_DIR=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out rustc --crate-name serde_json --edition=2021 /tmp/tmp.PW8Jd9mN2z/registry/serde_json-1.0.133/src/lib.rs --error-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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=487dcc5e4776b7df -C extra-filename=-487dcc5e4776b7df --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern itoa=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libitoa-a82a426f214c0959.rmeta --extern memchr=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern ryu=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libryu-c01778dbd79acb0e.rmeta --extern serde=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libserde-4f149dc9ede08d82.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` 189s warning: `libtest-mimic` (lib) generated 1 warning (1 duplicate) 189s Compiling proptest v1.6.0 189s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proptest CARGO_MANIFEST_DIR=/tmp/tmp.PW8Jd9mN2z/registry/proptest-1.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.PW8Jd9mN2z/registry/proptest-1.6.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Hypothesis-like property-based testing and shrinking. 189s ' CARGO_PKG_HOMEPAGE='https://proptest-rs.github.io/proptest/proptest/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proptest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/proptest-rs/proptest' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name proptest --edition=2018 /tmp/tmp.PW8Jd9mN2z/registry/proptest-1.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 --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "lazy_static", "no_std", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable"))' -C metadata=ed950dc73bb5efdf -C extra-filename=-ed950dc73bb5efdf --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern bit_set=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libbit_set-89b3c1c57b5a03ce.rmeta --extern bit_vec=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.rmeta --extern bitflags=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern lazy_static=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/liblazy_static-fa782e2884b94cf1.rmeta --extern num_traits=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-0a13ea327a69f660.rmeta --extern rand=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/librand-b359ea3ff641bf46.rmeta --extern rand_chacha=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_xorshift=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/librand_xorshift-6f9a9169531a5b9a.rmeta --extern regex_syntax=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-4fc5539eea58731c.rmeta --extern rusty_fork=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/librusty_fork-66f38081ff4ed394.rmeta --extern tempfile=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern unarray=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libunarray-4bc01abf17def2c3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 190s warning: unexpected `cfg` condition value: `attr-macro` 190s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:91:7 190s | 190s 91 | #[cfg(feature = "attr-macro")] 190s | ^^^^^^^^^^^^^^^^^^^^^^ 190s | 190s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 190s = help: consider adding `attr-macro` as a feature in `Cargo.toml` 190s = note: see for more information about checking conditional configuration 190s = note: `#[warn(unexpected_cfgs)]` on by default 190s 190s warning: unexpected `cfg` condition value: `attr-macro` 190s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:94:7 190s | 190s 94 | #[cfg(feature = "attr-macro")] 190s | ^^^^^^^^^^^^^^^^^^^^^^ 190s | 190s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 190s = help: consider adding `attr-macro` as a feature in `Cargo.toml` 190s = note: see for more information about checking conditional configuration 190s 190s warning: unexpected `cfg` condition value: `hardware-rng` 190s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:487:9 190s | 190s 487 | feature = "hardware-rng" 190s | ^^^^^^^^^^^^^^^^^^^^^^^^ 190s | 190s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 190s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 190s = note: see for more information about checking conditional configuration 190s 190s warning: unexpected `cfg` condition value: `hardware-rng` 190s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:456:13 190s | 190s 456 | feature = "hardware-rng" 190s | ^^^^^^^^^^^^^^^^^^^^^^^^ 190s | 190s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 190s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 190s = note: see for more information about checking conditional configuration 190s 190s warning: `serde_json` (lib) generated 1 warning (1 duplicate) 190s Compiling toml_edit v0.22.20 (/usr/share/cargo/registry/toml_edit-0.22.20) 190s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name toml_edit --edition=2021 src/lib.rs --error-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::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' '--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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="perf"' --cfg 'feature="serde"' --cfg 'feature="unbounded"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=e2100ec26982b49b -C extra-filename=-e2100ec26982b49b --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern indexmap=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rmeta --extern kstring=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libkstring-6b12de32684ec81b.rmeta --extern serde=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libserde-4f149dc9ede08d82.rmeta --extern serde_spanned=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libserde_spanned-50ff7b61c81740b4.rmeta --extern toml_datetime=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libtoml_datetime-5621024bd5fdc0a6.rmeta --extern winnow=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libwinnow-c88085f4478f35b6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 191s warning: struct `NoopFailurePersistence` is never constructed 191s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/failure_persistence/noop.rs:19:8 191s | 191s 19 | struct NoopFailurePersistence; 191s | ^^^^^^^^^^^^^^^^^^^^^^ 191s | 191s = note: `NoopFailurePersistence` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis 191s = note: `#[warn(dead_code)]` on by default 191s 194s warning: `proptest` (lib) generated 6 warnings (1 duplicate) 194s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name toml_edit --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --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::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' '--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' --test --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="perf"' --cfg 'feature="serde"' --cfg 'feature="unbounded"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=67c02d86eb534094 -C extra-filename=-67c02d86eb534094 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern indexmap=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rlib --extern kstring=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libkstring-6b12de32684ec81b.rlib --extern libtest_mimic=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/liblibtest_mimic-d6b94db4ffa023fe.rlib --extern proptest=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libproptest-ed950dc73bb5efdf.rlib --extern serde=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libserde-4f149dc9ede08d82.rlib --extern serde_json=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-487dcc5e4776b7df.rlib --extern serde_spanned=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libserde_spanned-50ff7b61c81740b4.rlib --extern toml_datetime=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libtoml_datetime-5621024bd5fdc0a6.rlib --extern winnow=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libwinnow-c88085f4478f35b6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 196s warning: `toml_edit` (lib) generated 1 warning (1 duplicate) 196s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_BIN_NAME=visit CARGO_CRATE_NAME=visit CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name visit --edition=2021 examples/visit.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,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::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' '--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' --test --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="perf"' --cfg 'feature="serde"' --cfg 'feature="unbounded"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=2471914ac85faa43 -C extra-filename=-2471914ac85faa43 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/examples --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern indexmap=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rlib --extern kstring=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libkstring-6b12de32684ec81b.rlib --extern libtest_mimic=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/liblibtest_mimic-d6b94db4ffa023fe.rlib --extern proptest=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libproptest-ed950dc73bb5efdf.rlib --extern serde=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libserde-4f149dc9ede08d82.rlib --extern serde_json=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-487dcc5e4776b7df.rlib --extern serde_spanned=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libserde_spanned-50ff7b61c81740b4.rlib --extern toml_datetime=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libtoml_datetime-5621024bd5fdc0a6.rlib --extern toml_edit=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libtoml_edit-e2100ec26982b49b.rlib --extern winnow=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libwinnow-c88085f4478f35b6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 196s warning: unused variable: `doc` 196s --> src/parser/mod.rs:226:17 196s | 196s 226 | let doc = match parsed { 196s | ^^^ help: if this is intentional, prefix it with an underscore: `_doc` 196s | 196s = note: `#[warn(unused_variables)]` on by default 196s 197s warning: `toml_edit` (example "visit" test) generated 1 warning (1 duplicate) 197s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=testsuite CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/tmp/tmp.PW8Jd9mN2z/target/debug/deps rustc --crate-name testsuite --edition=2021 tests/testsuite/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,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::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' '--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' --test --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="perf"' --cfg 'feature="serde"' --cfg 'feature="unbounded"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=14c456ec13379bb9 -C extra-filename=-14c456ec13379bb9 --out-dir /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.PW8Jd9mN2z/target/debug/deps --extern indexmap=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rlib --extern kstring=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libkstring-6b12de32684ec81b.rlib --extern libtest_mimic=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/liblibtest_mimic-d6b94db4ffa023fe.rlib --extern proptest=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libproptest-ed950dc73bb5efdf.rlib --extern serde=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libserde-4f149dc9ede08d82.rlib --extern serde_json=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-487dcc5e4776b7df.rlib --extern serde_spanned=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libserde_spanned-50ff7b61c81740b4.rlib --extern toml_datetime=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libtoml_datetime-5621024bd5fdc0a6.rlib --extern toml_edit=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libtoml_edit-e2100ec26982b49b.rlib --extern winnow=/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/libwinnow-c88085f4478f35b6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.PW8Jd9mN2z/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 197s warning: `toml_edit` (test "testsuite") generated 1 warning (1 duplicate) 199s warning: `toml_edit` (lib test) generated 2 warnings (1 duplicate) 199s Finished `test` profile [unoptimized + debuginfo] target(s) in 33.54s 199s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/toml_edit-67c02d86eb534094` 199s 199s running 37 tests 199s test document::default_roundtrip ... ok 200s test encode::test::parseable_key ... ok 200s test error::test_translate_position::after ... ok 200s test error::test_translate_position::empty ... ok 200s test error::test_translate_position::end ... ok 200s test error::test_translate_position::end_of_line ... ok 200s test error::test_translate_position::first_line ... ok 200s test error::test_translate_position::second_line ... ok 200s test error::test_translate_position::start ... ok 200s test error::test_translate_position::start_of_second_line ... ok 200s test item::string_roundtrip ... ok 200s test key::string_roundtrip ... ok 200s test parser::array::test::arrays ... ok 200s test parser::array::test::invalid_arrays ... ok 200s test parser::datetime::test::local_date ... ok 200s test parser::datetime::test::local_date_time ... ok 200s test parser::datetime::test::local_time ... ok 200s test parser::datetime::test::offset_date_time ... ok 200s test parser::datetime::test::time_fraction_truncated ... ok 200s test parser::inline_table::test::inline_tables ... ok 200s test parser::inline_table::test::invalid_inline_tables ... ok 200s test parser::key::test::keys ... ok 200s test parser::numbers::test::floats ... ok 200s test parser::numbers::test::integers ... ok 200s test parser::strings::test::basic_string ... ok 200s test parser::strings::test::literal_string ... ok 200s test parser::strings::test::ml_basic_string ... ok 200s test encode::test::parseable_string ... ok 200s test parser::strings::test::ml_basic_string_escape_ws ... ok 200s test parser::strings::test::ml_literal_string ... ok 200s test parser::test::documents ... ok 200s test parser::test::invalid_documents ... ok 200s test parser::test::documents_parse_only ... ok 200s test parser::trivia::test::trivia ... ok 200s test value::string_roundtrip ... ok 200s test value::tests::from_iter_formatting ... ok 200s test parser::value::test::values ... ok 200s 200s test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s 200s 200s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps/testsuite-14c456ec13379bb9` 200s 200s running 1 test 200s test float::test_float ... ok 200s 200s test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 200s 200s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.PW8Jd9mN2z/target/s390x-unknown-linux-gnu/debug/examples/visit-2471914ac85faa43` 200s 200s running 2 tests 200s test visit_correct ... ok 200s test visit_mut_correct ... ok 200s 200s test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 200s 200s /tmp/autopkgtest.v3WgVq/wrapper.sh: checking for leaked background processes... 200s /tmp/autopkgtest.v3WgVq/wrapper.sh: waiting for tee/cat subprocesses... 200s /tmp/autopkgtest.v3WgVq/wrapper.sh: cleaning up... 200s /tmp/autopkgtest.v3WgVq/wrapper.sh: Exit status: 0 200s autopkgtest: DBG: testbed command exited with code 0 200s autopkgtest [08:41:38]: test rust-toml-edit:@: -----------------------] 200s autopkgtest: DBG: testbed executing test finished with exit status 0 200s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/rust-toml-edit%3A%40-stdout /tmp/autopkgtest-work.g9cd8txd/out/rust-toml-edit%3A%40-stdout 200s autopkgtest: DBG: got reply from testbed: ok 200s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/rust-toml-edit%3A%40-stderr /tmp/autopkgtest-work.g9cd8txd/out/rust-toml-edit%3A%40-stderr 201s autopkgtest: DBG: got reply from testbed: ok 201s rust-toml-edit:@ PASS 201s autopkgtest [08:41:39]: test rust-toml-edit:@: - - - - - - - - - - results - - - - - - - - - - 201s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/rust-toml-edit%3A%40-artifacts/ /tmp/autopkgtest-work.g9cd8txd/out/artifacts/ 201s autopkgtest: DBG: got reply from testbed: ok 201s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.v3WgVq/rust-toml-edit:@-artifacts', '/tmp/autopkgtest.v3WgVq/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 201s autopkgtest: DBG: testbed command exited with code 0 201s autopkgtest [08:41:39]: test librust-toml-edit-dev:default: preparing testbed 201s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'], deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 201s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 201s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 201s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev 201s autopkgtest: DBG: can use apt-get on testbed: True 201s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 201s Reading package lists... 201s Building dependency tree... 201s Reading state information... 201s Starting pkgProblemResolver with broken count: 0 201s Starting 2 pkgProblemResolver with broken count: 0 201s Done 202s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 202s autopkgtest: DBG: testbed command exited with code 0 202s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-toml-edit-dev'], kind short, sout pipe, serr pipe, env [] 202s autopkgtest: DBG: testbed command exited with code 0 202s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:default-packages.all"], kind short, sout raw, serr pipe, env [] 202s autopkgtest: DBG: testbed command exited with code 0 202s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Adefault-packages.all /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Adefault-packages.all 202s autopkgtest: DBG: got reply from testbed: ok 202s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.v3WgVq/build.oMt/src'], kind short, sout raw, serr raw, env [] 202s autopkgtest: DBG: testbed command exited with code 0 202s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.v3WgVq/build.oMt/src already exists 202s autopkgtest [08:41:40]: test librust-toml-edit-dev:default: /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets 202s autopkgtest [08:41:40]: test librust-toml-edit-dev:default: [----------------------- 202s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.v3WgVq/wrapper.sh --debug --artifacts=/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:default-artifacts --chdir=/tmp/autopkgtest.v3WgVq/build.oMt/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.v3WgVq/librust-toml-edit-dev:default-stderr --stdout=/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:default-stdout --tmp=/tmp/autopkgtest.v3WgVq/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- bash -ec '/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets'"], kind test, sout raw, serr raw, env [] 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:default-artifacts 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: changing to directory: /tmp/autopkgtest.v3WgVq/build.oMt/src 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: LANG=C.UTF-8 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LANGUAGE 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ADDRESS 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ALL 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_COLLATE 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_CTYPE 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_IDENTIFICATION 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MEASUREMENT 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MESSAGES 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MONETARY 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NAME 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NUMERIC 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_PAPER 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TELEPHONE 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TIME 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: pretending to be a login shell 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write standard error to /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:default-stderr 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write stdout to /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:default-stdout 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.v3WgVq/autopkgtest_tmp 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.Hx0nmHY1XU/out to stdout and file: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:default-stdout 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.Hx0nmHY1XU/err to standard error and file: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:default-stdout 202s /tmp/autopkgtest.v3WgVq/wrapper.sh: writing script pid 4737 to /tmp/autopkgtest_script_pid 203s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 203s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 203s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 203s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.WcAfEd1Kar/registry/ 203s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 203s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 203s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 203s 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'],) {} 203s Compiling libc v0.2.169 203s Compiling proc-macro2 v1.0.92 203s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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. 203s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.WcAfEd1Kar/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="extra_traits"' --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=dc781cb7c1ee5a21 -C extra-filename=-dc781cb7c1ee5a21 --out-dir /tmp/tmp.WcAfEd1Kar/target/debug/build/libc-dc781cb7c1ee5a21 -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --cap-lints warn` 203s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3832f39696f3f5db -C extra-filename=-3832f39696f3f5db --out-dir /tmp/tmp.WcAfEd1Kar/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --cap-lints warn` 203s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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.WcAfEd1Kar/target/debug/deps:/tmp/tmp.WcAfEd1Kar/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.WcAfEd1Kar/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.WcAfEd1Kar/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 203s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 203s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 203s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 203s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 203s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 203s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 203s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 203s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 203s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 203s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 203s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 203s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 203s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 203s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 203s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 203s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 203s Compiling unicode-ident v1.0.13 203s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.WcAfEd1Kar/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d182fe9243248fe -C extra-filename=-5d182fe9243248fe --out-dir /tmp/tmp.WcAfEd1Kar/target/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --cap-lints warn` 203s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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. 203s ' 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.WcAfEd1Kar/target/debug/deps:/tmp/tmp.WcAfEd1Kar/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.WcAfEd1Kar/target/debug/build/libc-dc781cb7c1ee5a21/build-script-build` 203s [libc 0.2.169] cargo:rerun-if-changed=build.rs 203s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 203s [libc 0.2.169] cargo:rustc-cfg=freebsd11 203s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 203s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 203s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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. 203s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps OUT_DIR=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out rustc --crate-name libc --edition=2021 /tmp/tmp.WcAfEd1Kar/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="extra_traits"' --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=cf2521928ac070dc -C extra-filename=-cf2521928ac070dc --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/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"))'` 203s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps OUT_DIR=/tmp/tmp.WcAfEd1Kar/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccebc93d1de6cfe5 -C extra-filename=-ccebc93d1de6cfe5 --out-dir /tmp/tmp.WcAfEd1Kar/target/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern unicode_ident=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 203s warning: unused import: `crate::ntptimeval` 203s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 203s | 203s 5 | use crate::ntptimeval; 203s | ^^^^^^^^^^^^^^^^^ 203s | 203s = note: `#[warn(unused_imports)]` on by default 203s 204s Compiling quote v1.0.37 204s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.WcAfEd1Kar/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dc92c6f25ee0f0c6 -C extra-filename=-dc92c6f25ee0f0c6 --out-dir /tmp/tmp.WcAfEd1Kar/target/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern proc_macro2=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 204s Compiling syn v2.0.96 204s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.WcAfEd1Kar/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=0a09462095438540 -C extra-filename=-0a09462095438540 --out-dir /tmp/tmp.WcAfEd1Kar/target/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern proc_macro2=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 205s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 205s | 205s = note: this feature is not stably supported; its behavior can change in the future 205s 205s warning: `libc` (lib) generated 2 warnings 205s Compiling cfg-if v1.0.0 205s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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] 205s parameters. Structured like an if-else chain, the first matching branch is the 205s item that gets emitted. 205s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.WcAfEd1Kar/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=ff3ff84a061de73f -C extra-filename=-ff3ff84a061de73f --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 205s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 205s Compiling getrandom v0.2.15 205s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.WcAfEd1Kar/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=ed47f71499f7e17d -C extra-filename=-ed47f71499f7e17d --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern cfg_if=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 205s warning: unexpected `cfg` condition value: `js` 205s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 205s | 205s 334 | } else if #[cfg(all(feature = "js", 205s | ^^^^^^^^^^^^^^ 205s | 205s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 205s = help: consider adding `js` as a feature in `Cargo.toml` 205s = note: see for more information about checking conditional configuration 205s = note: `#[warn(unexpected_cfgs)]` on by default 205s 205s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 205s Compiling rustix v0.38.37 205s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/rustix-0.38.37/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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=81772580b4c03ea1 -C extra-filename=-81772580b4c03ea1 --out-dir /tmp/tmp.WcAfEd1Kar/target/debug/build/rustix-81772580b4c03ea1 -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --cap-lints warn` 205s Compiling utf8parse v0.2.1 205s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.WcAfEd1Kar/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=4894bf36b6529b81 -C extra-filename=-4894bf36b6529b81 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 205s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 205s Compiling byteorder v1.5.0 205s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/byteorder-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name byteorder --edition=2021 /tmp/tmp.WcAfEd1Kar/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=89ebf31d1f97ee77 -C extra-filename=-89ebf31d1f97ee77 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 205s warning: `byteorder` (lib) generated 1 warning (1 duplicate) 205s Compiling anstyle-parse v0.2.1 205s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.WcAfEd1Kar/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=d0c73c4af772649f -C extra-filename=-d0c73c4af772649f --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern utf8parse=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 206s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 206s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.WcAfEd1Kar/target/debug/deps:/tmp/tmp.WcAfEd1Kar/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.WcAfEd1Kar/target/debug/build/rustix-81772580b4c03ea1/build-script-build` 206s [rustix 0.38.37] cargo:rerun-if-changed=build.rs 206s [rustix 0.38.37] cargo:rustc-cfg=static_assertions 206s [rustix 0.38.37] cargo:rustc-cfg=libc 206s [rustix 0.38.37] cargo:rustc-cfg=linux_like 206s [rustix 0.38.37] cargo:rustc-cfg=linux_kernel 206s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM 206s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC 206s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC 206s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD 206s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_MIRI 206s Compiling rand_core v0.6.4 206s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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. 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_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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.WcAfEd1Kar/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=3c7246ca3f419bbc -C extra-filename=-3c7246ca3f419bbc --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern getrandom=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 206s warning: unexpected `cfg` condition name: `doc_cfg` 206s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:38:13 206s | 206s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 206s | ^^^^^^^ 206s | 206s = 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` 206s = help: consider using a Cargo feature instead 206s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 206s [lints.rust] 206s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 206s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 206s = note: see for more information about checking conditional configuration 206s = note: `#[warn(unexpected_cfgs)]` on by default 206s 206s warning: unexpected `cfg` condition name: `doc_cfg` 206s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:50:16 206s | 206s 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 206s | ^^^^^^^ 206s | 206s = help: consider using a Cargo feature instead 206s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 206s [lints.rust] 206s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 206s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 206s = note: see for more information about checking conditional configuration 206s 206s warning: unexpected `cfg` condition name: `doc_cfg` 206s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:64:16 206s | 206s 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 206s | ^^^^^^^ 206s | 206s = help: consider using a Cargo feature instead 206s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 206s [lints.rust] 206s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 206s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 206s = note: see for more information about checking conditional configuration 206s 206s warning: unexpected `cfg` condition name: `doc_cfg` 206s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:75:16 206s | 206s 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 206s | ^^^^^^^ 206s | 206s = help: consider using a Cargo feature instead 206s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 206s [lints.rust] 206s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 206s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 206s = note: see for more information about checking conditional configuration 206s 206s warning: unexpected `cfg` condition name: `doc_cfg` 206s --> /usr/share/cargo/registry/rand_core-0.6.4/src/os.rs:46:12 206s | 206s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 206s | ^^^^^^^ 206s | 206s = help: consider using a Cargo feature instead 206s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 206s [lints.rust] 206s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 206s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 206s = note: see for more information about checking conditional configuration 206s 206s warning: unexpected `cfg` condition name: `doc_cfg` 206s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:411:16 206s | 206s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 206s | ^^^^^^^ 206s | 206s = help: consider using a Cargo feature instead 206s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 206s [lints.rust] 206s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 206s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 206s = note: see for more information about checking conditional configuration 206s 206s warning: `rand_core` (lib) generated 7 warnings (1 duplicate) 206s Compiling errno v0.3.8 206s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/errno-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/errno-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name errno --edition=2018 /tmp/tmp.WcAfEd1Kar/registry/errno-0.3.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a511b7e92317ca2a -C extra-filename=-a511b7e92317ca2a --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern libc=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 206s warning: unexpected `cfg` condition value: `bitrig` 206s --> /usr/share/cargo/registry/errno-0.3.8/src/unix.rs:77:13 206s | 206s 77 | target_os = "bitrig", 206s | ^^^^^^^^^^^^^^^^^^^^ 206s | 206s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 206s = note: see for more information about checking conditional configuration 206s = note: `#[warn(unexpected_cfgs)]` on by default 206s 206s warning: `errno` (lib) generated 2 warnings (1 duplicate) 206s Compiling anstyle v1.0.8 206s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.WcAfEd1Kar/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=bd63b594ac2d723a -C extra-filename=-bd63b594ac2d723a --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 206s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 206s Compiling bitflags v2.8.0 206s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/bitflags-2.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/bitflags-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 206s ' 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.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/bitflags-2.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=65f3f529c7b65778 -C extra-filename=-65f3f529c7b65778 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 206s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 206s Compiling autocfg v1.1.0 206s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.WcAfEd1Kar/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=9ebcd9511383083c -C extra-filename=-9ebcd9511383083c --out-dir /tmp/tmp.WcAfEd1Kar/target/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --cap-lints warn` 207s Compiling colorchoice v1.0.0 207s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.WcAfEd1Kar/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=e265feadf5f02527 -C extra-filename=-e265feadf5f02527 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 207s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 207s Compiling linux-raw-sys v0.4.14 207s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=linux_raw_sys CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/linux-raw-sys-0.4.14 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/linux-raw-sys-0.4.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Generated bindings for Linux'\''s userspace API' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linux-raw-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/linux-raw-sys' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name linux_raw_sys --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/linux-raw-sys-0.4.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 --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=2bb16f6e075500a3 -C extra-filename=-2bb16f6e075500a3 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 207s warning: `linux-raw-sys` (lib) generated 1 warning (1 duplicate) 207s Compiling anstyle-query v1.0.0 207s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.WcAfEd1Kar/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=635bcba2223d27a9 -C extra-filename=-635bcba2223d27a9 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 207s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 207s Compiling anstream v0.6.15 207s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.WcAfEd1Kar/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=7c9e2996227bea0c -C extra-filename=-7c9e2996227bea0c --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern anstyle=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern anstyle_parse=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-d0c73c4af772649f.rmeta --extern anstyle_query=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-635bcba2223d27a9.rmeta --extern colorchoice=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-e265feadf5f02527.rmeta --extern utf8parse=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 207s | 207s 48 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` 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 value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 207s | 207s 53 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 207s | 207s 4 | #[cfg(not(all(windows, feature = "wincon")))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 207s | 207s 8 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 207s | 207s 46 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 207s | 207s 58 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 207s | 207s 5 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 207s | 207s 27 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 207s | 207s 137 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 207s | 207s 143 | #[cfg(not(all(windows, feature = "wincon")))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 207s | 207s 155 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 207s | 207s 166 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 207s | 207s 180 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 207s | 207s 225 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 207s | 207s 243 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 207s | 207s 260 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 207s | 207s 269 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 207s | 207s 279 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 207s | 207s 288 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: unexpected `cfg` condition value: `wincon` 207s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 207s | 207s 298 | #[cfg(all(windows, feature = "wincon"))] 207s | ^^^^^^^^^^^^^^^^^^ 207s | 207s = note: expected values for `feature` are: `auto`, `default`, and `test` 207s = help: consider adding `wincon` as a feature in `Cargo.toml` 207s = note: see for more information about checking conditional configuration 207s 207s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 207s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps OUT_DIR=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out rustc --crate-name rustix --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/rustix-0.38.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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=618570c61329ef4d -C extra-filename=-618570c61329ef4d --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern bitflags=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern libc_errno=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/liberrno-a511b7e92317ca2a.rmeta --extern libc=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern linux_raw_sys=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/liblinux_raw_sys-2bb16f6e075500a3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg static_assertions --cfg libc --cfg linux_like --cfg linux_kernel` 212s Compiling zerocopy-derive v0.7.34 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/zerocopy-derive-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name zerocopy_derive --edition=2018 /tmp/tmp.WcAfEd1Kar/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=b189ac5e62037dd3 -C extra-filename=-b189ac5e62037dd3 --out-dir /tmp/tmp.WcAfEd1Kar/target/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern proc_macro2=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 212s warning: `rustix` (lib) generated 1 warning (1 duplicate) 212s Compiling num-traits v0.2.19 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/num-traits-0.2.19/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8f779d9fad25b2ca -C extra-filename=-8f779d9fad25b2ca --out-dir /tmp/tmp.WcAfEd1Kar/target/debug/build/num-traits-8f779d9fad25b2ca -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern autocfg=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 212s Compiling fastrand v2.1.1 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/fastrand-2.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name fastrand --edition=2018 /tmp/tmp.WcAfEd1Kar/registry/fastrand-2.1.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"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b0f30b63d6f103db -C extra-filename=-b0f30b63d6f103db --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 212s warning: unexpected `cfg` condition value: `js` 212s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:202:5 212s | 212s 202 | feature = "js" 212s | ^^^^^^^^^^^^^^ 212s | 212s = note: expected values for `feature` are: `alloc`, `default`, and `std` 212s = help: consider adding `js` as a feature in `Cargo.toml` 212s = note: see for more information about checking conditional configuration 212s = note: `#[warn(unexpected_cfgs)]` on by default 212s 212s warning: unexpected `cfg` condition value: `js` 212s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:214:9 212s | 212s 214 | not(feature = "js") 212s | ^^^^^^^^^^^^^^ 212s | 212s = note: expected values for `feature` are: `alloc`, `default`, and `std` 212s = help: consider adding `js` as a feature in `Cargo.toml` 212s = note: see for more information about checking conditional configuration 212s 212s warning: `fastrand` (lib) generated 3 warnings (1 duplicate) 212s Compiling heck v0.4.1 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.WcAfEd1Kar/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=780ed41701172964 -C extra-filename=-780ed41701172964 --out-dir /tmp/tmp.WcAfEd1Kar/target/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --cap-lints warn` 212s Compiling clap_lex v0.7.4 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/clap_lex-0.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name clap_lex --edition=2021 /tmp/tmp.WcAfEd1Kar/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=fa2bd56e1b2ff099 -C extra-filename=-fa2bd56e1b2ff099 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 212s warning: `clap_lex` (lib) generated 1 warning (1 duplicate) 212s Compiling serde v1.0.217 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.WcAfEd1Kar/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=38632fcebcd2e122 -C extra-filename=-38632fcebcd2e122 --out-dir /tmp/tmp.WcAfEd1Kar/target/debug/build/serde-38632fcebcd2e122 -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --cap-lints warn` 212s Compiling strsim v0.11.1 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/strsim-0.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, 212s OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. 212s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name strsim --edition=2015 /tmp/tmp.WcAfEd1Kar/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=82ccb15448986101 -C extra-filename=-82ccb15448986101 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 212s Compiling zerocopy v0.7.34 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/zerocopy-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name zerocopy --edition=2018 /tmp/tmp.WcAfEd1Kar/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=0a1d0339be49b6e6 -C extra-filename=-0a1d0339be49b6e6 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern byteorder=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-89ebf31d1f97ee77.rmeta --extern zerocopy_derive=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libzerocopy_derive-b189ac5e62037dd3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/util.rs:597:32 212s | 212s 597 | let remainder = t.addr() % mem::align_of::(); 212s | ^^^^^^^^^^^^^^^^^^ 212s | 212s note: the lint level is defined here 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:174:5 212s | 212s 174 | unused_qualifications, 212s | ^^^^^^^^^^^^^^^^^^^^^ 212s help: remove the unnecessary path segments 212s | 212s 597 - let remainder = t.addr() % mem::align_of::(); 212s 597 + let remainder = t.addr() % align_of::(); 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:333:35 212s | 212s 333 | const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 212s | ^^^^^^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 333 - const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 212s 333 + const POINTER_WIDTH_BITS: usize = size_of::() * 8; 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:488:44 212s | 212s 488 | align: match NonZeroUsize::new(mem::align_of::()) { 212s | ^^^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 488 - align: match NonZeroUsize::new(mem::align_of::()) { 212s 488 + align: match NonZeroUsize::new(align_of::()) { 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:492:49 212s | 212s 492 | size_info: SizeInfo::Sized { _size: mem::size_of::() }, 212s | ^^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 492 - size_info: SizeInfo::Sized { _size: mem::size_of::() }, 212s 492 + size_info: SizeInfo::Sized { _size: size_of::() }, 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:511:44 212s | 212s 511 | align: match NonZeroUsize::new(mem::align_of::()) { 212s | ^^^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 511 - align: match NonZeroUsize::new(mem::align_of::()) { 212s 511 + align: match NonZeroUsize::new(align_of::()) { 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:517:29 212s | 212s 517 | _elem_size: mem::size_of::(), 212s | ^^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 517 - _elem_size: mem::size_of::(), 212s 517 + _elem_size: size_of::(), 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:1418:19 212s | 212s 1418 | let len = mem::size_of_val(self); 212s | ^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 1418 - let len = mem::size_of_val(self); 212s 1418 + let len = size_of_val(self); 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2714:19 212s | 212s 2714 | let len = mem::size_of_val(self); 212s | ^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 2714 - let len = mem::size_of_val(self); 212s 2714 + let len = size_of_val(self); 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2789:19 212s | 212s 2789 | let len = mem::size_of_val(self); 212s | ^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 2789 - let len = mem::size_of_val(self); 212s 2789 + let len = size_of_val(self); 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2863:27 212s | 212s 2863 | if bytes.len() != mem::size_of_val(self) { 212s | ^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 2863 - if bytes.len() != mem::size_of_val(self) { 212s 2863 + if bytes.len() != size_of_val(self) { 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2920:20 212s | 212s 2920 | let size = mem::size_of_val(self); 212s | ^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 2920 - let size = mem::size_of_val(self); 212s 2920 + let size = size_of_val(self); 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2981:45 212s | 212s 2981 | let start = bytes.len().checked_sub(mem::size_of_val(self))?; 212s | ^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 2981 - let start = bytes.len().checked_sub(mem::size_of_val(self))?; 212s 2981 + let start = bytes.len().checked_sub(size_of_val(self))?; 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4161:27 212s | 212s 4161 | if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 212s | ^^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 4161 - if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 212s 4161 + if bytes.len() != size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4176:26 212s | 212s 4176 | if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 212s | ^^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 4176 - if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 212s 4176 + if bytes.len() < size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4179:46 212s | 212s 4179 | let (bytes, suffix) = bytes.split_at(mem::size_of::()); 212s | ^^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 4179 - let (bytes, suffix) = bytes.split_at(mem::size_of::()); 212s 4179 + let (bytes, suffix) = bytes.split_at(size_of::()); 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4194:46 212s | 212s 4194 | let split_at = bytes_len.checked_sub(mem::size_of::())?; 212s | ^^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 4194 - let split_at = bytes_len.checked_sub(mem::size_of::())?; 212s 4194 + let split_at = bytes_len.checked_sub(size_of::())?; 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4221:26 212s | 212s 4221 | .checked_rem(mem::size_of::()) 212s | ^^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 4221 - .checked_rem(mem::size_of::()) 212s 4221 + .checked_rem(size_of::()) 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4243:34 212s | 212s 4243 | let expected_len = match mem::size_of::().checked_mul(count) { 212s | ^^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 4243 - let expected_len = match mem::size_of::().checked_mul(count) { 212s 4243 + let expected_len = match size_of::().checked_mul(count) { 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4268:34 212s | 212s 4268 | let expected_len = match mem::size_of::().checked_mul(count) { 212s | ^^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 4268 - let expected_len = match mem::size_of::().checked_mul(count) { 212s 4268 + let expected_len = match size_of::().checked_mul(count) { 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4795:25 212s | 212s 4795 | let elem_size = mem::size_of::(); 212s | ^^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 4795 - let elem_size = mem::size_of::(); 212s 4795 + let elem_size = size_of::(); 212s | 212s 212s warning: unnecessary qualification 212s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4825:25 212s | 212s 4825 | let elem_size = mem::size_of::(); 212s | ^^^^^^^^^^^^^^^^^ 212s | 212s help: remove the unnecessary path segments 212s | 212s 4825 - let elem_size = mem::size_of::(); 212s 4825 + let elem_size = size_of::(); 212s | 212s 212s warning: `strsim` (lib) generated 1 warning (1 duplicate) 212s Compiling once_cell v1.20.2 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=10428cb1410dd925 -C extra-filename=-10428cb1410dd925 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 212s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 212s Compiling tempfile v3.15.0 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/tempfile-3.15.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/tempfile-3.15.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.15.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name tempfile --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/tempfile-3.15.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="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=5dc28daefecc49d5 -C extra-filename=-5dc28daefecc49d5 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern cfg_if=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern fastrand=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libfastrand-b0f30b63d6f103db.rmeta --extern getrandom=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.rmeta --extern once_cell=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-10428cb1410dd925.rmeta --extern rustix=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/librustix-618570c61329ef4d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 212s warning: `zerocopy` (lib) generated 22 warnings (1 duplicate) 212s Compiling ppv-lite86 v0.2.20 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name ppv_lite86 --edition=2021 /tmp/tmp.WcAfEd1Kar/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=46846b3a35f9ec97 -C extra-filename=-46846b3a35f9ec97 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern zerocopy=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libzerocopy-0a1d0339be49b6e6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 212s warning: `ppv-lite86` (lib) generated 1 warning (1 duplicate) 212s Compiling rand_chacha v0.3.1 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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 212s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name rand_chacha --edition=2018 /tmp/tmp.WcAfEd1Kar/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=7246cd0addc4c9af -C extra-filename=-7246cd0addc4c9af --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern ppv_lite86=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libppv_lite86-46846b3a35f9ec97.rmeta --extern rand_core=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 212s warning: `tempfile` (lib) generated 1 warning (1 duplicate) 212s Compiling clap_builder v4.5.23 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/clap_builder-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name clap_builder --edition=2021 /tmp/tmp.WcAfEd1Kar/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=032ce5b53f6cfa87 -C extra-filename=-032ce5b53f6cfa87 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern anstream=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libanstream-7c9e2996227bea0c.rmeta --extern anstyle=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern clap_lex=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libclap_lex-fa2bd56e1b2ff099.rmeta --extern strsim=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libstrsim-82ccb15448986101.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 212s warning: `rand_chacha` (lib) generated 1 warning (1 duplicate) 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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.WcAfEd1Kar/target/debug/deps:/tmp/tmp.WcAfEd1Kar/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/build/serde-025b4691b550faf6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.WcAfEd1Kar/target/debug/build/serde-38632fcebcd2e122/build-script-build` 212s [serde 1.0.217] cargo:rerun-if-changed=build.rs 212s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 212s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 212s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 212s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 212s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 212s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 212s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 212s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 212s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 212s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 212s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 212s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 212s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 212s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 212s Compiling clap_derive v4.5.18 212s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name clap_derive --edition=2021 /tmp/tmp.WcAfEd1Kar/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=4a713c6233619637 -C extra-filename=-4a713c6233619637 --out-dir /tmp/tmp.WcAfEd1Kar/target/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern heck=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libheck-780ed41701172964.rlib --extern proc_macro2=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 215s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.WcAfEd1Kar/target/debug/deps:/tmp/tmp.WcAfEd1Kar/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.WcAfEd1Kar/target/debug/build/num-traits-8f779d9fad25b2ca/build-script-build` 215s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 215s [num-traits 0.2.19] | 215s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 215s [num-traits 0.2.19] 215s [num-traits 0.2.19] warning: 1 warning emitted 215s [num-traits 0.2.19] 215s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 215s [num-traits 0.2.19] | 215s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 215s [num-traits 0.2.19] 215s [num-traits 0.2.19] warning: 1 warning emitted 215s [num-traits 0.2.19] 215s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 215s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 215s Compiling wait-timeout v0.2.0 215s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wait_timeout CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/wait-timeout-0.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/wait-timeout-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A crate to wait on a child process with a timeout specified across Unix and 215s Windows platforms. 215s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wait-timeout CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_RUST_VERSION='' 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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name wait_timeout --edition=2015 /tmp/tmp.WcAfEd1Kar/registry/wait-timeout-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())' -C metadata=c8041ffbea216b96 -C extra-filename=-c8041ffbea216b96 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern libc=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 215s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 215s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:27:23 215s | 215s 27 | use std::sync::{Once, ONCE_INIT, Mutex}; 215s | ^^^^^^^^^ 215s | 215s note: the lint level is defined here 215s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/lib.rs:31:23 215s | 215s 31 | #![deny(missing_docs, warnings)] 215s | ^^^^^^^^ 215s = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` 215s 215s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 215s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:32:21 215s | 215s 32 | static INIT: Once = ONCE_INIT; 215s | ^^^^^^^^^ 215s | 215s help: replace the use of the deprecated constant 215s | 215s 32 | static INIT: Once = Once::new(); 215s | ~~~~~~~~~~~ 215s 215s warning: `wait-timeout` (lib) generated 3 warnings (1 duplicate) 215s Compiling num_cpus v1.16.0 215s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name num_cpus --edition=2015 /tmp/tmp.WcAfEd1Kar/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=03fb9cccb91f1eb8 -C extra-filename=-03fb9cccb91f1eb8 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern libc=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 215s warning: unexpected `cfg` condition value: `nacl` 215s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:355:5 215s | 215s 355 | target_os = "nacl", 215s | ^^^^^^^^^^^^^^^^^^ 215s | 215s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 215s = note: see for more information about checking conditional configuration 215s = note: `#[warn(unexpected_cfgs)]` on by default 215s 215s warning: unexpected `cfg` condition value: `nacl` 215s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:437:5 215s | 215s 437 | target_os = "nacl", 215s | ^^^^^^^^^^^^^^^^^^ 215s | 215s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 215s = note: see for more information about checking conditional configuration 215s 216s warning: `num_cpus` (lib) generated 3 warnings (1 duplicate) 216s Compiling hashbrown v0.14.5 216s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=abc055366cb5e49f -C extra-filename=-abc055366cb5e49f --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:14:5 216s | 216s 14 | feature = "nightly", 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s = note: `#[warn(unexpected_cfgs)]` on by default 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:39:13 216s | 216s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:40:13 216s | 216s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:49:7 216s | 216s 49 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:59:7 216s | 216s 59 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:65:11 216s | 216s 65 | #[cfg(not(feature = "nightly"))] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 216s | 216s 53 | #[cfg(not(feature = "nightly"))] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 216s | 216s 55 | #[cfg(not(feature = "nightly"))] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 216s | 216s 57 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 216s | 216s 3549 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 216s | 216s 3661 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 216s | 216s 3678 | #[cfg(not(feature = "nightly"))] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 216s | 216s 4304 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 216s | 216s 4319 | #[cfg(not(feature = "nightly"))] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 216s | 216s 7 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 216s | 216s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 216s | 216s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 216s | 216s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `rkyv` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 216s | 216s 3 | #[cfg(feature = "rkyv")] 216s | ^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `rkyv` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:242:11 216s | 216s 242 | #[cfg(not(feature = "nightly"))] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:255:7 216s | 216s 255 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6517:11 216s | 216s 6517 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6523:11 216s | 216s 6523 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6591:11 216s | 216s 6591 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6597:11 216s | 216s 6597 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6651:11 216s | 216s 6651 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6657:11 216s | 216s 6657 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1359:11 216s | 216s 1359 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1365:11 216s | 216s 1365 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1383:11 216s | 216s 1383 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nightly` 216s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1389:11 216s | 216s 1389 | #[cfg(feature = "nightly")] 216s | ^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 216s = help: consider adding `nightly` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: `hashbrown` (lib) generated 32 warnings (1 duplicate) 216s Compiling equivalent v1.0.1 216s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.WcAfEd1Kar/registry/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50ee6cd9d9ded5bf -C extra-filename=-50ee6cd9d9ded5bf --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 216s warning: `equivalent` (lib) generated 1 warning (1 duplicate) 216s Compiling fnv v1.0.7 216s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/fnv-1.0.7 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name fnv --edition=2015 /tmp/tmp.WcAfEd1Kar/registry/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a68fdaac9d04d051 -C extra-filename=-a68fdaac9d04d051 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 216s warning: `fnv` (lib) generated 1 warning (1 duplicate) 216s Compiling quick-error v2.0.1 216s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quick_error CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/quick-error-2.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/quick-error-2.0.1/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets :Colin Kiegel ' CARGO_PKG_DESCRIPTION=' A macro which makes error types pleasant to write. 216s ' CARGO_PKG_HOMEPAGE='http://github.com/tailhook/quick-error' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-error CARGO_PKG_README='' CARGO_PKG_REPOSITORY='http://github.com/tailhook/quick-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name quick_error --edition=2018 /tmp/tmp.WcAfEd1Kar/registry/quick-error-2.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=78f4ccd4ae208433 -C extra-filename=-78f4ccd4ae208433 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 216s warning: `quick-error` (lib) generated 1 warning (1 duplicate) 216s Compiling bit-vec v0.8.0 216s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_vec CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/bit-vec-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/bit-vec-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A vector of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-vec' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-vec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-vec' 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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name bit_vec --edition=2015 /tmp/tmp.WcAfEd1Kar/registry/bit-vec-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=f5a472a8e3d383f4 -C extra-filename=-f5a472a8e3d383f4 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 216s warning: unexpected `cfg` condition value: `borsh` 216s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:102:7 216s | 216s 102 | #[cfg(feature = "borsh")] 216s | ^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 216s = help: consider adding `borsh` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s = note: `#[warn(unexpected_cfgs)]` on by default 216s 216s warning: unexpected `cfg` condition value: `miniserde` 216s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:104:7 216s | 216s 104 | #[cfg(feature = "miniserde")] 216s | ^^^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 216s = help: consider adding `miniserde` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nanoserde` 216s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:106:7 216s | 216s 106 | #[cfg(feature = "nanoserde")] 216s | ^^^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 216s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nanoserde` 216s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:108:7 216s | 216s 108 | #[cfg(feature = "nanoserde")] 216s | ^^^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 216s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `borsh` 216s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:238:5 216s | 216s 238 | feature = "borsh", 216s | ^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 216s = help: consider adding `borsh` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `miniserde` 216s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:242:5 216s | 216s 242 | feature = "miniserde", 216s | ^^^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 216s = help: consider adding `miniserde` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: unexpected `cfg` condition value: `nanoserde` 216s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:246:5 216s | 216s 246 | feature = "nanoserde", 216s | ^^^^^^^^^^^^^^^^^^^^^ 216s | 216s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 216s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 216s = note: see for more information about checking conditional configuration 216s 216s warning: `bit-vec` (lib) generated 8 warnings (1 duplicate) 216s Compiling serde_json v1.0.133 216s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/serde_json-1.0.133/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=2fa85724bf02f5ac -C extra-filename=-2fa85724bf02f5ac --out-dir /tmp/tmp.WcAfEd1Kar/target/debug/build/serde_json-2fa85724bf02f5ac -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --cap-lints warn` 217s warning: `clap_builder` (lib) generated 1 warning (1 duplicate) 217s Compiling bit-set v0.8.0 217s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_set CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/bit-set-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/bit-set-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A set of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-set' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-set CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-set' 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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name bit_set --edition=2015 /tmp/tmp.WcAfEd1Kar/registry/bit-set-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=89b3c1c57b5a03ce -C extra-filename=-89b3c1c57b5a03ce --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern bit_vec=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.WcAfEd1Kar/target/debug/deps:/tmp/tmp.WcAfEd1Kar/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.WcAfEd1Kar/target/debug/build/serde_json-2fa85724bf02f5ac/build-script-build` 217s [serde_json 1.0.133] cargo:rerun-if-changed=build.rs 217s [serde_json 1.0.133] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) 217s [serde_json 1.0.133] cargo:rustc-cfg=fast_arithmetic="64" 217s Compiling rusty-fork v0.3.0 217s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rusty_fork CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/rusty-fork-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/rusty-fork-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Cross-platform library for running Rust tests in sub-processes using a 217s fork-like interface. 217s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rusty-fork CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/altsysrq/rusty-fork' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name rusty_fork --edition=2018 /tmp/tmp.WcAfEd1Kar/registry/rusty-fork-0.3.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="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=66f38081ff4ed394 -C extra-filename=-66f38081ff4ed394 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern fnv=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libfnv-a68fdaac9d04d051.rmeta --extern quick_error=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libquick_error-78f4ccd4ae208433.rmeta --extern tempfile=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern wait_timeout=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libwait_timeout-c8041ffbea216b96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: `bit-set` (lib) generated 1 warning (1 duplicate) 217s Compiling indexmap v2.7.0 217s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=add402dbf0c10c1b -C extra-filename=-add402dbf0c10c1b --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern equivalent=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libequivalent-50ee6cd9d9ded5bf.rmeta --extern hashbrown=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libhashbrown-abc055366cb5e49f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: unexpected `cfg` condition value: `borsh` 217s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:117:7 217s | 217s 117 | #[cfg(feature = "borsh")] 217s | ^^^^^^^^^^^^^^^^^ 217s | 217s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 217s = help: consider adding `borsh` 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: `rustc-rayon` 217s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:131:7 217s | 217s 131 | #[cfg(feature = "rustc-rayon")] 217s | ^^^^^^^^^^^^^^^^^^^^^^^ 217s | 217s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 217s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 217s = note: see for more information about checking conditional configuration 217s 217s warning: unexpected `cfg` condition value: `quickcheck` 217s --> /usr/share/cargo/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 217s | 217s 38 | #[cfg(feature = "quickcheck")] 217s | ^^^^^^^^^^^^^^^^^^^^^^ 217s | 217s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 217s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 217s = note: see for more information about checking conditional configuration 217s 217s warning: unexpected `cfg` condition value: `rustc-rayon` 217s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:128:30 217s | 217s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 217s | ^^^^^^^^^^^^^^^^^^^^^^^ 217s | 217s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 217s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 217s = note: see for more information about checking conditional configuration 217s 217s warning: unexpected `cfg` condition value: `rustc-rayon` 217s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:153:30 217s | 217s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 217s | ^^^^^^^^^^^^^^^^^^^^^^^ 217s | 217s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 217s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 217s = note: see for more information about checking conditional configuration 217s 217s warning: `rusty-fork` (lib) generated 1 warning (1 duplicate) 217s Compiling threadpool v1.8.1 217s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=threadpool CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/threadpool-1.8.1 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/threadpool-1.8.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Corey Farwell :Stefan Schindler ' CARGO_PKG_DESCRIPTION='A thread pool for running a number of jobs on a fixed set of worker threads. 217s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=threadpool CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name threadpool --edition=2015 /tmp/tmp.WcAfEd1Kar/registry/threadpool-1.8.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=4f7b0bed022b0d96 -C extra-filename=-4f7b0bed022b0d96 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern num_cpus=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libnum_cpus-03fb9cccb91f1eb8.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: trait objects without an explicit `dyn` are deprecated 217s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:99:22 217s | 217s 99 | type Thunk<'a> = Box; 217s | ^^^^^^^^^^^^^^^^^ 217s | 217s = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! 217s = note: for more information, see 217s = note: `#[warn(bare_trait_objects)]` on by default 217s help: if this is a dyn-compatible trait, use `dyn` 217s | 217s 99 | type Thunk<'a> = Box; 217s | +++ 217s 217s warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead 217s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:631:42 217s | 217s 631 | self.shared_data.join_generation.compare_and_swap( 217s | ^^^^^^^^^^^^^^^^ 217s | 217s = note: `#[warn(deprecated)]` on by default 217s 217s warning: `indexmap` (lib) generated 6 warnings (1 duplicate) 217s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps OUT_DIR=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/num-traits-0.2.19/src/lib.rs --error-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", "i128", "libm", "std"))' -C metadata=0a13ea327a69f660 -C extra-filename=-0a13ea327a69f660 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 218s warning: unexpected `cfg` condition name: `has_total_cmp` 218s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 218s | 218s 2305 | #[cfg(has_total_cmp)] 218s | ^^^^^^^^^^^^^ 218s ... 218s 2325 | totalorder_impl!(f64, i64, u64, 64); 218s | ----------------------------------- in this macro invocation 218s | 218s = 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` 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s = note: `#[warn(unexpected_cfgs)]` on by default 218s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 218s 218s warning: unexpected `cfg` condition name: `has_total_cmp` 218s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 218s | 218s 2311 | #[cfg(not(has_total_cmp))] 218s | ^^^^^^^^^^^^^ 218s ... 218s 2325 | totalorder_impl!(f64, i64, u64, 64); 218s | ----------------------------------- in this macro invocation 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 218s 218s warning: unexpected `cfg` condition name: `has_total_cmp` 218s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 218s | 218s 2305 | #[cfg(has_total_cmp)] 218s | ^^^^^^^^^^^^^ 218s ... 218s 2326 | totalorder_impl!(f32, i32, u32, 32); 218s | ----------------------------------- in this macro invocation 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 218s 218s warning: unexpected `cfg` condition name: `has_total_cmp` 218s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 218s | 218s 2311 | #[cfg(not(has_total_cmp))] 218s | ^^^^^^^^^^^^^ 218s ... 218s 2326 | totalorder_impl!(f32, i32, u32, 32); 218s | ----------------------------------- in this macro invocation 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 218s 218s warning: `threadpool` (lib) generated 3 warnings (1 duplicate) 218s Compiling clap v4.5.23 218s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/clap-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name clap --edition=2021 /tmp/tmp.WcAfEd1Kar/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=355e5f7a560067a6 -C extra-filename=-355e5f7a560067a6 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern clap_builder=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libclap_builder-032ce5b53f6cfa87.rmeta --extern clap_derive=/tmp/tmp.WcAfEd1Kar/target/debug/deps/libclap_derive-4a713c6233619637.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 218s warning: unexpected `cfg` condition value: `unstable-doc` 218s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:93:7 218s | 218s 93 | #[cfg(feature = "unstable-doc")] 218s | ^^^^^^^^^^-------------- 218s | | 218s | help: there is a expected value with a similar name: `"unstable-ext"` 218s | 218s = 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` 218s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s = note: `#[warn(unexpected_cfgs)]` on by default 218s 218s warning: unexpected `cfg` condition value: `unstable-doc` 218s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:95:7 218s | 218s 95 | #[cfg(feature = "unstable-doc")] 218s | ^^^^^^^^^^-------------- 218s | | 218s | help: there is a expected value with a similar name: `"unstable-ext"` 218s | 218s = 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` 218s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `unstable-doc` 218s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:97:7 218s | 218s 97 | #[cfg(feature = "unstable-doc")] 218s | ^^^^^^^^^^-------------- 218s | | 218s | help: there is a expected value with a similar name: `"unstable-ext"` 218s | 218s = 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` 218s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `unstable-doc` 218s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:99:7 218s | 218s 99 | #[cfg(feature = "unstable-doc")] 218s | ^^^^^^^^^^-------------- 218s | | 218s | help: there is a expected value with a similar name: `"unstable-ext"` 218s | 218s = 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` 218s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `unstable-doc` 218s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:101:7 218s | 218s 101 | #[cfg(feature = "unstable-doc")] 218s | ^^^^^^^^^^-------------- 218s | | 218s | help: there is a expected value with a similar name: `"unstable-ext"` 218s | 218s = 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` 218s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: `clap` (lib) generated 6 warnings (1 duplicate) 218s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps OUT_DIR=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/build/serde-025b4691b550faf6/out rustc --crate-name serde --edition=2018 /tmp/tmp.WcAfEd1Kar/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=6514dc5edea52c62 -C extra-filename=-6514dc5edea52c62 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/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)'` 218s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 218s Compiling rand v0.8.5 218s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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. 218s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.WcAfEd1Kar/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="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --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=b359ea3ff641bf46 -C extra-filename=-b359ea3ff641bf46 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern libc=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern rand_chacha=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_core=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:52:13 218s | 218s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s = note: `#[warn(unexpected_cfgs)]` on by default 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:53:13 218s | 218s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 218s | ^^^^^^^ 218s | 218s = 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` 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/mod.rs:116:12 218s | 218s 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 218s | ^^^^^^^ 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `features` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 218s | 218s 162 | #[cfg(features = "nightly")] 218s | ^^^^^^^^^^^^^^^^^^^^ 218s | 218s = note: see for more information about checking conditional configuration 218s help: there is a config with a similar name and value 218s | 218s 162 | #[cfg(feature = "nightly")] 218s | ~~~~~~~ 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:15:7 218s | 218s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:156:7 218s | 218s 156 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:158:7 218s | 218s 158 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:160:7 218s | 218s 160 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:162:7 218s | 218s 162 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:165:7 218s | 218s 165 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:167:7 218s | 218s 167 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:169:7 218s | 218s 169 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:13:32 218s | 218s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:15:35 218s | 218s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:19:7 218s | 218s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:112:7 218s | 218s 112 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:142:7 218s | 218s 142 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:144:7 218s | 218s 144 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:146:7 218s | 218s 146 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:148:7 218s | 218s 148 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:150:7 218s | 218s 150 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:152:7 218s | 218s 152 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:155:5 218s | 218s 155 | feature = "simd_support", 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:11:7 218s | 218s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:144:7 218s | 218s 144 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `std` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:235:11 218s | 218s 235 | #[cfg(not(std))] 218s | ^^^ help: found config with similar value: `feature = "std"` 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:363:7 218s | 218s 363 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:423:7 218s | 218s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 218s | ^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:424:7 218s | 218s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 218s | ^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:425:7 218s | 218s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 218s | ^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:426:7 218s | 218s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 218s | ^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:427:7 218s | 218s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 218s | ^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:428:7 218s | 218s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 218s | ^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:429:7 218s | 218s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 218s | ^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `std` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 218s | 218s 291 | #[cfg(not(std))] 218s | ^^^ help: found config with similar value: `feature = "std"` 218s ... 218s 359 | scalar_float_impl!(f32, u32); 218s | ---------------------------- in this macro invocation 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 218s 218s warning: unexpected `cfg` condition name: `std` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 218s | 218s 291 | #[cfg(not(std))] 218s | ^^^ help: found config with similar value: `feature = "std"` 218s ... 218s 360 | scalar_float_impl!(f64, u64); 218s | ---------------------------- in this macro invocation 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:80:12 218s | 218s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 218s | ^^^^^^^ 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:429:12 218s | 218s 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 218s | ^^^^^^^ 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 218s | 218s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 218s | 218s 572 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 218s | 218s 679 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 218s | 218s 687 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 218s | 218s 696 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 218s | 218s 706 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 218s | 218s 1001 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 218s | 218s 1003 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 218s | 218s 1005 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 218s | 218s 1007 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 218s | 218s 1010 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 218s | 218s 1012 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition value: `simd_support` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 218s | 218s 1014 | #[cfg(feature = "simd_support")] 218s | ^^^^^^^^^^^^^^^^^^^^^^^^ 218s | 218s = 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` 218s = help: consider adding `simd_support` as a feature in `Cargo.toml` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/rng.rs:395:12 218s | 218s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 218s | ^^^^^^^ 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:99:12 218s | 218s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 218s | ^^^^^^^ 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:118:12 218s | 218s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 218s | ^^^^^^^ 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:29:12 218s | 218s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 218s | ^^^^^^^ 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:623:12 218s | 218s 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 218s | ^^^^^^^ 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/index.rs:276:12 218s | 218s 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 218s | ^^^^^^^ 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:114:16 218s | 218s 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 218s | ^^^^^^^ 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:142:16 218s | 218s 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 218s | ^^^^^^^ 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:170:16 218s | 218s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 218s | ^^^^^^^ 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:219:16 218s | 218s 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 218s | ^^^^^^^ 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 218s warning: unexpected `cfg` condition name: `doc_cfg` 218s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:465:16 218s | 218s 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 218s | ^^^^^^^ 218s | 218s = help: consider using a Cargo feature instead 218s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 218s [lints.rust] 218s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 218s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 218s = note: see for more information about checking conditional configuration 218s 219s warning: trait `Float` is never used 219s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:238:18 219s | 219s 238 | pub(crate) trait Float: Sized { 219s | ^^^^^ 219s | 219s = note: `#[warn(dead_code)]` on by default 219s 219s warning: associated items `lanes`, `extract`, and `replace` are never used 219s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:247:8 219s | 219s 245 | pub(crate) trait FloatAsSIMD: Sized { 219s | ----------- associated items in this trait 219s 246 | #[inline(always)] 219s 247 | fn lanes() -> usize { 219s | ^^^^^ 219s ... 219s 255 | fn extract(self, index: usize) -> Self { 219s | ^^^^^^^ 219s ... 219s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 219s | ^^^^^^^ 219s 219s warning: method `all` is never used 219s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:268:8 219s | 219s 266 | pub(crate) trait BoolAsSIMD: Sized { 219s | ---------- method in this trait 219s 267 | fn any(self) -> bool; 219s 268 | fn all(self) -> bool; 219s | ^^^ 219s 219s warning: `rand` (lib) generated 66 warnings (1 duplicate) 219s Compiling rand_xorshift v0.3.0 219s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_xorshift CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/rand_xorshift-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/rand_xorshift-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Xorshift random number generator 219s ' 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_xorshift CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name rand_xorshift --edition=2018 /tmp/tmp.WcAfEd1Kar/registry/rand_xorshift-0.3.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("serde", "serde1"))' -C metadata=6f9a9169531a5b9a -C extra-filename=-6f9a9169531a5b9a --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern rand_core=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 219s warning: `rand_xorshift` (lib) generated 1 warning (1 duplicate) 219s Compiling winnow v0.6.18 219s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=winnow CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/winnow-0.6.18 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/winnow-0.6.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=winnow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/winnow-rs/winnow' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name winnow --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/winnow-0.6.18/src/lib.rs --error-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' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --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::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' '--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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c88085f4478f35b6 -C extra-filename=-c88085f4478f35b6 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 219s warning: unexpected `cfg` condition value: `debug` 219s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:1:13 219s | 219s 1 | #![cfg_attr(feature = "debug", allow(clippy::std_instead_of_core))] 219s | ^^^^^^^^^^^^^^^^^ 219s | 219s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 219s = help: consider adding `debug` as a feature in `Cargo.toml` 219s = note: see for more information about checking conditional configuration 219s = note: `#[warn(unexpected_cfgs)]` on by default 219s 219s warning: unexpected `cfg` condition value: `debug` 219s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:3:7 219s | 219s 3 | #[cfg(feature = "debug")] 219s | ^^^^^^^^^^^^^^^^^ 219s | 219s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 219s = help: consider adding `debug` as a feature in `Cargo.toml` 219s = note: see for more information about checking conditional configuration 219s 219s warning: unexpected `cfg` condition value: `debug` 219s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:37:16 219s | 219s 37 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 219s | ^^^^^^^^^^^^^^^^^ 219s | 219s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 219s = help: consider adding `debug` as a feature in `Cargo.toml` 219s = note: see for more information about checking conditional configuration 219s 219s warning: unexpected `cfg` condition value: `debug` 219s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:38:16 219s | 219s 38 | #[cfg_attr(not(feature = "debug"), allow(unused_mut))] 219s | ^^^^^^^^^^^^^^^^^ 219s | 219s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 219s = help: consider adding `debug` as a feature in `Cargo.toml` 219s = note: see for more information about checking conditional configuration 219s 219s warning: unexpected `cfg` condition value: `debug` 219s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:39:16 219s | 219s 39 | #[cfg_attr(not(feature = "debug"), inline(always))] 219s | ^^^^^^^^^^^^^^^^^ 219s | 219s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 219s = help: consider adding `debug` as a feature in `Cargo.toml` 219s = note: see for more information about checking conditional configuration 219s 219s warning: unexpected `cfg` condition value: `debug` 219s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:54:16 219s | 219s 54 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 219s | ^^^^^^^^^^^^^^^^^ 219s | 219s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 219s = help: consider adding `debug` as a feature in `Cargo.toml` 219s = note: see for more information about checking conditional configuration 219s 219s warning: unexpected `cfg` condition value: `debug` 219s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:79:7 219s | 219s 79 | #[cfg(feature = "debug")] 219s | ^^^^^^^^^^^^^^^^^ 219s | 219s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 219s = help: consider adding `debug` as a feature in `Cargo.toml` 219s = note: see for more information about checking conditional configuration 219s 219s warning: unexpected `cfg` condition value: `debug` 219s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:44:11 219s | 219s 44 | #[cfg(feature = "debug")] 219s | ^^^^^^^^^^^^^^^^^ 219s | 219s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 219s = help: consider adding `debug` as a feature in `Cargo.toml` 219s = note: see for more information about checking conditional configuration 219s 219s warning: unexpected `cfg` condition value: `debug` 219s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:48:15 219s | 219s 48 | #[cfg(not(feature = "debug"))] 219s | ^^^^^^^^^^^^^^^^^ 219s | 219s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 219s = help: consider adding `debug` as a feature in `Cargo.toml` 219s = note: see for more information about checking conditional configuration 219s 219s warning: unexpected `cfg` condition value: `debug` 219s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:59:11 219s | 219s 59 | #[cfg(feature = "debug")] 219s | ^^^^^^^^^^^^^^^^^ 219s | 219s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 219s = help: consider adding `debug` as a feature in `Cargo.toml` 219s = note: see for more information about checking conditional configuration 219s 220s warning: `serde` (lib) generated 1 warning (1 duplicate) 220s Compiling unarray v0.1.4 220s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unarray CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/unarray-0.1.4 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/unarray-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for working with uninitialized arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unarray CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cameron1024/unarray' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name unarray --edition=2018 /tmp/tmp.WcAfEd1Kar/registry/unarray-0.1.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())' -C metadata=4bc01abf17def2c3 -C extra-filename=-4bc01abf17def2c3 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 220s warning: `unarray` (lib) generated 1 warning (1 duplicate) 220s Compiling termcolor v1.4.1 220s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/termcolor-1.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/termcolor-1.4.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. 220s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name termcolor --edition=2018 /tmp/tmp.WcAfEd1Kar/registry/termcolor-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ae72d8ae91d429e -C extra-filename=-1ae72d8ae91d429e --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 221s warning: `winnow` (lib) generated 11 warnings (1 duplicate) 221s Compiling itoa v1.0.14 221s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.WcAfEd1Kar/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=a82a426f214c0959 -C extra-filename=-a82a426f214c0959 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 221s warning: `itoa` (lib) generated 1 warning (1 duplicate) 221s Compiling lazy_static v1.5.0 221s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name lazy_static --edition=2015 /tmp/tmp.WcAfEd1Kar/registry/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=fa782e2884b94cf1 -C extra-filename=-fa782e2884b94cf1 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 221s warning: elided lifetime has a name 221s --> /usr/share/cargo/registry/lazy_static-1.5.0/src/inline_lazy.rs:26:43 221s | 221s 26 | pub fn get(&'static self, f: F) -> &T 221s | ^ this elided lifetime gets resolved as `'static` 221s | 221s = note: `#[warn(elided_named_lifetimes)]` on by default 221s help: consider specifying it explicitly 221s | 221s 26 | pub fn get(&'static self, f: F) -> &'static T 221s | +++++++ 221s 221s warning: `lazy_static` (lib) generated 2 warnings (1 duplicate) 221s Compiling escape8259 v0.5.3 221s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=escape8259 CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/escape8259-0.5.3 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/escape8259-0.5.3/Cargo.toml CARGO_PKG_AUTHORS='Eric Seppanen ' CARGO_PKG_DESCRIPTION='RFC8259-compliant string escaping and un-escaping' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=escape8259 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/ericseppanen/escape8259' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name escape8259 --edition=2018 /tmp/tmp.WcAfEd1Kar/registry/escape8259-0.5.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=f476162e42fd9d7f -C extra-filename=-f476162e42fd9d7f --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 221s warning: `termcolor` (lib) generated 1 warning (1 duplicate) 221s Compiling toml_datetime v0.6.8 221s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name toml_datetime --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/toml_datetime-0.6.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=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::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' '--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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b05c75224d924c01 -C extra-filename=-b05c75224d924c01 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 221s warning: `escape8259` (lib) generated 1 warning (1 duplicate) 221s Compiling regex-syntax v0.8.5 221s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.WcAfEd1Kar/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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --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=4fc5539eea58731c -C extra-filename=-4fc5539eea58731c --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 221s warning: `toml_datetime` (lib) generated 1 warning (1 duplicate) 221s Compiling ryu v1.0.19 221s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/ryu-1.0.19 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/ryu-1.0.19/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.19 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name ryu --edition=2018 /tmp/tmp.WcAfEd1Kar/registry/ryu-1.0.19/src/lib.rs --error-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", "small"))' -C metadata=c01778dbd79acb0e -C extra-filename=-c01778dbd79acb0e --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 221s warning: `ryu` (lib) generated 1 warning (1 duplicate) 221s Compiling memchr v2.7.4 221s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/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 221s 1, 2 or 3 byte search and single substring search. 221s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9dfbaa7dc96bc3ae -C extra-filename=-9dfbaa7dc96bc3ae --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 222s warning: `memchr` (lib) generated 1 warning (1 duplicate) 222s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps OUT_DIR=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out rustc --crate-name serde_json --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/serde_json-1.0.133/src/lib.rs --error-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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ef11c4b3f48fb83f -C extra-filename=-ef11c4b3f48fb83f --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern itoa=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libitoa-a82a426f214c0959.rmeta --extern memchr=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern ryu=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libryu-c01778dbd79acb0e.rmeta --extern serde=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libserde-6514dc5edea52c62.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` 223s warning: `serde_json` (lib) generated 1 warning (1 duplicate) 223s Compiling proptest v1.6.0 223s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proptest CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/proptest-1.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/proptest-1.6.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Hypothesis-like property-based testing and shrinking. 223s ' CARGO_PKG_HOMEPAGE='https://proptest-rs.github.io/proptest/proptest/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proptest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/proptest-rs/proptest' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name proptest --edition=2018 /tmp/tmp.WcAfEd1Kar/registry/proptest-1.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 --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "lazy_static", "no_std", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable"))' -C metadata=ed950dc73bb5efdf -C extra-filename=-ed950dc73bb5efdf --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern bit_set=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libbit_set-89b3c1c57b5a03ce.rmeta --extern bit_vec=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.rmeta --extern bitflags=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern lazy_static=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/liblazy_static-fa782e2884b94cf1.rmeta --extern num_traits=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-0a13ea327a69f660.rmeta --extern rand=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/librand-b359ea3ff641bf46.rmeta --extern rand_chacha=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_xorshift=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/librand_xorshift-6f9a9169531a5b9a.rmeta --extern regex_syntax=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-4fc5539eea58731c.rmeta --extern rusty_fork=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/librusty_fork-66f38081ff4ed394.rmeta --extern tempfile=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern unarray=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libunarray-4bc01abf17def2c3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 224s warning: unexpected `cfg` condition value: `attr-macro` 224s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:91:7 224s | 224s 91 | #[cfg(feature = "attr-macro")] 224s | ^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 224s = help: consider adding `attr-macro` 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: `attr-macro` 224s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:94:7 224s | 224s 94 | #[cfg(feature = "attr-macro")] 224s | ^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 224s = help: consider adding `attr-macro` as a feature in `Cargo.toml` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition value: `hardware-rng` 224s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:487:9 224s | 224s 487 | feature = "hardware-rng" 224s | ^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 224s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 224s = note: see for more information about checking conditional configuration 224s 224s warning: unexpected `cfg` condition value: `hardware-rng` 224s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:456:13 224s | 224s 456 | feature = "hardware-rng" 224s | ^^^^^^^^^^^^^^^^^^^^^^^^ 224s | 224s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 224s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 224s = note: see for more information about checking conditional configuration 224s 225s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 225s Compiling libtest-mimic v0.7.3 225s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libtest_mimic CARGO_MANIFEST_DIR=/tmp/tmp.WcAfEd1Kar/registry/libtest-mimic-0.7.3 CARGO_MANIFEST_PATH=/tmp/tmp.WcAfEd1Kar/registry/libtest-mimic-0.7.3/Cargo.toml CARGO_PKG_AUTHORS='Lukas Kalbertodt ' CARGO_PKG_DESCRIPTION='Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test` 225s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libtest-mimic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/LukasKalbertodt/libtest-mimic' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name libtest_mimic --edition=2021 /tmp/tmp.WcAfEd1Kar/registry/libtest-mimic-0.7.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=d6b94db4ffa023fe -C extra-filename=-d6b94db4ffa023fe --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern clap=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libclap-355e5f7a560067a6.rmeta --extern escape8259=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libescape8259-f476162e42fd9d7f.rmeta --extern termcolor=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libtermcolor-1ae72d8ae91d429e.rmeta --extern threadpool=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libthreadpool-4f7b0bed022b0d96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 226s warning: struct `NoopFailurePersistence` is never constructed 226s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/failure_persistence/noop.rs:19:8 226s | 226s 19 | struct NoopFailurePersistence; 226s | ^^^^^^^^^^^^^^^^^^^^^^ 226s | 226s = note: `NoopFailurePersistence` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis 226s = note: `#[warn(dead_code)]` on by default 226s 226s warning: `libtest-mimic` (lib) generated 1 warning (1 duplicate) 226s Compiling toml_edit v0.22.20 (/usr/share/cargo/registry/toml_edit-0.22.20) 226s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name toml_edit --edition=2021 src/lib.rs --error-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::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' '--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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=409d74d619dbe44e -C extra-filename=-409d74d619dbe44e --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern indexmap=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rmeta --extern toml_datetime=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libtoml_datetime-b05c75224d924c01.rmeta --extern winnow=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libwinnow-c88085f4478f35b6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 229s warning: `proptest` (lib) generated 6 warnings (1 duplicate) 229s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name toml_edit --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --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::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' '--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' --test --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=5b7ee6fbf33283b7 -C extra-filename=-5b7ee6fbf33283b7 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern indexmap=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rlib --extern libtest_mimic=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/liblibtest_mimic-d6b94db4ffa023fe.rlib --extern proptest=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libproptest-ed950dc73bb5efdf.rlib --extern serde_json=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-ef11c4b3f48fb83f.rlib --extern toml_datetime=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libtoml_datetime-b05c75224d924c01.rlib --extern winnow=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libwinnow-c88085f4478f35b6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 230s warning: unused variable: `doc` 230s --> src/parser/mod.rs:226:17 230s | 230s 226 | let doc = match parsed { 230s | ^^^ help: if this is intentional, prefix it with an underscore: `_doc` 230s | 230s = note: `#[warn(unused_variables)]` on by default 230s 231s warning: `toml_edit` (lib) generated 1 warning (1 duplicate) 231s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_BIN_NAME=visit CARGO_CRATE_NAME=visit CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name visit --edition=2021 examples/visit.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,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::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' '--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' --test --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=6fee99bbbb288b8a -C extra-filename=-6fee99bbbb288b8a --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/examples --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern indexmap=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rlib --extern libtest_mimic=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/liblibtest_mimic-d6b94db4ffa023fe.rlib --extern proptest=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libproptest-ed950dc73bb5efdf.rlib --extern serde_json=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-ef11c4b3f48fb83f.rlib --extern toml_datetime=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libtoml_datetime-b05c75224d924c01.rlib --extern toml_edit=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libtoml_edit-409d74d619dbe44e.rlib --extern winnow=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libwinnow-c88085f4478f35b6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 232s warning: `toml_edit` (example "visit" test) generated 1 warning (1 duplicate) 232s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=testsuite CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/tmp/tmp.WcAfEd1Kar/target/debug/deps rustc --crate-name testsuite --edition=2021 tests/testsuite/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,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::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' '--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' --test --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=6601321b978311c1 -C extra-filename=-6601321b978311c1 --out-dir /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WcAfEd1Kar/target/debug/deps --extern indexmap=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rlib --extern libtest_mimic=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/liblibtest_mimic-d6b94db4ffa023fe.rlib --extern proptest=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libproptest-ed950dc73bb5efdf.rlib --extern serde_json=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-ef11c4b3f48fb83f.rlib --extern toml_datetime=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libtoml_datetime-b05c75224d924c01.rlib --extern toml_edit=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libtoml_edit-409d74d619dbe44e.rlib --extern winnow=/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/libwinnow-c88085f4478f35b6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.WcAfEd1Kar/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 233s warning: `toml_edit` (test "testsuite") generated 1 warning (1 duplicate) 234s warning: `toml_edit` (lib test) generated 2 warnings (1 duplicate) 234s Finished `test` profile [unoptimized + debuginfo] target(s) in 31.80s 234s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/toml_edit-5b7ee6fbf33283b7` 234s 234s running 37 tests 234s test document::default_roundtrip ... ok 235s test encode::test::parseable_key ... ok 235s test error::test_translate_position::after ... ok 235s test error::test_translate_position::empty ... ok 235s test error::test_translate_position::end ... ok 235s test error::test_translate_position::end_of_line ... ok 235s test error::test_translate_position::first_line ... ok 235s test error::test_translate_position::second_line ... ok 235s test error::test_translate_position::start ... ok 235s test error::test_translate_position::start_of_second_line ... ok 235s test item::string_roundtrip ... ok 235s test key::string_roundtrip ... ok 235s test parser::array::test::arrays ... ok 235s test parser::array::test::invalid_arrays ... ok 235s test parser::datetime::test::local_date ... ok 235s test parser::datetime::test::local_date_time ... ok 235s test parser::datetime::test::local_time ... ok 235s test parser::datetime::test::offset_date_time ... ok 235s test parser::datetime::test::time_fraction_truncated ... ok 235s test parser::inline_table::test::inline_tables ... ok 235s test parser::inline_table::test::invalid_inline_tables ... ok 235s test parser::key::test::keys ... ok 235s test parser::numbers::test::floats ... ok 235s test parser::numbers::test::integers ... ok 235s test parser::strings::test::basic_string ... ok 235s test parser::strings::test::literal_string ... ok 235s test parser::strings::test::ml_basic_string ... ok 235s test parser::strings::test::ml_basic_string_escape_ws ... ok 235s test parser::strings::test::ml_literal_string ... ok 235s test parser::test::documents ... ok 235s test parser::test::documents_parse_only ... ok 235s test parser::test::invalid_documents ... ok 235s test parser::trivia::test::trivia ... ok 235s test encode::test::parseable_string ... ok 235s test parser::value::test::values ... ok 235s test value::string_roundtrip ... ok 235s test value::tests::from_iter_formatting ... ok 235s 235s test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s 235s 235s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps/testsuite-6601321b978311c1` 235s 235s running 4 tests 235s test float::test_float ... ok 235s test stackoverflow::dotted_key_recursion_limit ... ok 235s test stackoverflow::inline_dotted_key_recursion_limit ... ok 235s test stackoverflow::table_key_recursion_limit ... ok 235s 235s test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 235s 235s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.WcAfEd1Kar/target/s390x-unknown-linux-gnu/debug/examples/visit-6fee99bbbb288b8a` 235s 235s running 2 tests 235s test visit_correct ... ok 235s test visit_mut_correct ... ok 235s 235s test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 235s 235s /tmp/autopkgtest.v3WgVq/wrapper.sh: checking for leaked background processes... 235s /tmp/autopkgtest.v3WgVq/wrapper.sh: waiting for tee/cat subprocesses... 235s /tmp/autopkgtest.v3WgVq/wrapper.sh: cleaning up... 235s /tmp/autopkgtest.v3WgVq/wrapper.sh: Exit status: 0 235s autopkgtest: DBG: testbed command exited with code 0 235s autopkgtest [08:42:13]: test librust-toml-edit-dev:default: -----------------------] 235s autopkgtest: DBG: testbed executing test finished with exit status 0 235s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Adefault-stdout /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Adefault-stdout 236s autopkgtest: DBG: got reply from testbed: ok 236s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Adefault-stderr /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Adefault-stderr 236s autopkgtest: DBG: got reply from testbed: ok 236s autopkgtest [08:42:14]: test librust-toml-edit-dev:default: - - - - - - - - - - results - - - - - - - - - - 236s librust-toml-edit-dev:default PASS 236s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Adefault-artifacts/ /tmp/autopkgtest-work.g9cd8txd/out/artifacts/ 236s autopkgtest: DBG: got reply from testbed: ok 236s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:default-artifacts', '/tmp/autopkgtest.v3WgVq/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 236s autopkgtest: DBG: testbed command exited with code 0 236s autopkgtest [08:42:14]: test librust-toml-edit-dev:display: preparing testbed 236s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'], deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 236s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 236s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 236s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev 236s autopkgtest: DBG: can use apt-get on testbed: True 236s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 236s Reading package lists... 237s Building dependency tree... 237s Reading state information... 237s Starting pkgProblemResolver with broken count: 0 237s Starting 2 pkgProblemResolver with broken count: 0 237s Done 237s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 237s autopkgtest: DBG: testbed command exited with code 0 237s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-toml-edit-dev'], kind short, sout pipe, serr pipe, env [] 237s autopkgtest: DBG: testbed command exited with code 0 237s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:display-packages.all"], kind short, sout raw, serr pipe, env [] 237s autopkgtest: DBG: testbed command exited with code 0 237s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Adisplay-packages.all /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Adisplay-packages.all 237s autopkgtest: DBG: got reply from testbed: ok 237s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.v3WgVq/build.oMt/src'], kind short, sout raw, serr raw, env [] 238s autopkgtest: DBG: testbed command exited with code 0 238s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.v3WgVq/build.oMt/src already exists 238s autopkgtest [08:42:16]: test librust-toml-edit-dev:display: /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features display 238s autopkgtest [08:42:16]: test librust-toml-edit-dev:display: [----------------------- 238s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.v3WgVq/wrapper.sh --debug --artifacts=/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:display-artifacts --chdir=/tmp/autopkgtest.v3WgVq/build.oMt/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.v3WgVq/librust-toml-edit-dev:display-stderr --stdout=/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:display-stdout --tmp=/tmp/autopkgtest.v3WgVq/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- bash -ec '/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features display'"], kind test, sout raw, serr raw, env [] 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:display-artifacts 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: changing to directory: /tmp/autopkgtest.v3WgVq/build.oMt/src 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: LANG=C.UTF-8 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LANGUAGE 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ADDRESS 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ALL 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_COLLATE 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_CTYPE 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_IDENTIFICATION 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MEASUREMENT 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MESSAGES 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MONETARY 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NAME 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NUMERIC 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_PAPER 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TELEPHONE 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TIME 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: pretending to be a login shell 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write standard error to /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:display-stderr 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write stdout to /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:display-stdout 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.v3WgVq/autopkgtest_tmp 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features display 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.ABzlfYl1Qk/out to stdout and file: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:display-stdout 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.ABzlfYl1Qk/err to standard error and file: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:display-stdout 238s /tmp/autopkgtest.v3WgVq/wrapper.sh: writing script pid 6219 to /tmp/autopkgtest_script_pid 238s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 238s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 238s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 238s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.23DZbP7gz7/registry/ 238s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 238s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 238s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 238s 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', 'display'],) {} 238s Compiling libc v0.2.169 238s Compiling proc-macro2 v1.0.92 238s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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. 238s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.23DZbP7gz7/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="extra_traits"' --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=dc781cb7c1ee5a21 -C extra-filename=-dc781cb7c1ee5a21 --out-dir /tmp/tmp.23DZbP7gz7/target/debug/build/libc-dc781cb7c1ee5a21 -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --cap-lints warn` 238s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.23DZbP7gz7/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3832f39696f3f5db -C extra-filename=-3832f39696f3f5db --out-dir /tmp/tmp.23DZbP7gz7/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --cap-lints warn` 238s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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.23DZbP7gz7/target/debug/deps:/tmp/tmp.23DZbP7gz7/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.23DZbP7gz7/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.23DZbP7gz7/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 238s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 238s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 238s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 238s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 238s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 238s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 238s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 238s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 238s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 238s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 238s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 238s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 238s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 238s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 238s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 238s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 238s Compiling unicode-ident v1.0.13 238s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.23DZbP7gz7/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d182fe9243248fe -C extra-filename=-5d182fe9243248fe --out-dir /tmp/tmp.23DZbP7gz7/target/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --cap-lints warn` 238s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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. 238s ' 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.23DZbP7gz7/target/debug/deps:/tmp/tmp.23DZbP7gz7/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.23DZbP7gz7/target/debug/build/libc-dc781cb7c1ee5a21/build-script-build` 238s [libc 0.2.169] cargo:rerun-if-changed=build.rs 238s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 238s [libc 0.2.169] cargo:rustc-cfg=freebsd11 238s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 238s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 238s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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. 238s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps OUT_DIR=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out rustc --crate-name libc --edition=2021 /tmp/tmp.23DZbP7gz7/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="extra_traits"' --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=cf2521928ac070dc -C extra-filename=-cf2521928ac070dc --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/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"))'` 238s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps OUT_DIR=/tmp/tmp.23DZbP7gz7/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.23DZbP7gz7/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccebc93d1de6cfe5 -C extra-filename=-ccebc93d1de6cfe5 --out-dir /tmp/tmp.23DZbP7gz7/target/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern unicode_ident=/tmp/tmp.23DZbP7gz7/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 239s warning: unused import: `crate::ntptimeval` 239s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 239s | 239s 5 | use crate::ntptimeval; 239s | ^^^^^^^^^^^^^^^^^ 239s | 239s = note: `#[warn(unused_imports)]` on by default 239s 239s Compiling quote v1.0.37 239s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.23DZbP7gz7/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dc92c6f25ee0f0c6 -C extra-filename=-dc92c6f25ee0f0c6 --out-dir /tmp/tmp.23DZbP7gz7/target/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern proc_macro2=/tmp/tmp.23DZbP7gz7/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 240s Compiling syn v2.0.96 240s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.23DZbP7gz7/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=0a09462095438540 -C extra-filename=-0a09462095438540 --out-dir /tmp/tmp.23DZbP7gz7/target/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern proc_macro2=/tmp/tmp.23DZbP7gz7/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.23DZbP7gz7/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.23DZbP7gz7/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 240s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 240s | 240s = note: this feature is not stably supported; its behavior can change in the future 240s 240s warning: `libc` (lib) generated 2 warnings 240s Compiling cfg-if v1.0.0 240s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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] 240s parameters. Structured like an if-else chain, the first matching branch is the 240s item that gets emitted. 240s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.23DZbP7gz7/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=ff3ff84a061de73f -C extra-filename=-ff3ff84a061de73f --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 240s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 240s Compiling getrandom v0.2.15 240s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.23DZbP7gz7/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=ed47f71499f7e17d -C extra-filename=-ed47f71499f7e17d --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern cfg_if=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 240s warning: unexpected `cfg` condition value: `js` 240s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 240s | 240s 334 | } else if #[cfg(all(feature = "js", 240s | ^^^^^^^^^^^^^^ 240s | 240s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 240s = help: consider adding `js` as a feature in `Cargo.toml` 240s = note: see for more information about checking conditional configuration 240s = note: `#[warn(unexpected_cfgs)]` on by default 240s 240s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 240s Compiling rustix v0.38.37 240s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.23DZbP7gz7/registry/rustix-0.38.37/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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=81772580b4c03ea1 -C extra-filename=-81772580b4c03ea1 --out-dir /tmp/tmp.23DZbP7gz7/target/debug/build/rustix-81772580b4c03ea1 -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --cap-lints warn` 241s Compiling utf8parse v0.2.1 241s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.23DZbP7gz7/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=4894bf36b6529b81 -C extra-filename=-4894bf36b6529b81 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 241s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 241s Compiling byteorder v1.5.0 241s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/byteorder-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name byteorder --edition=2021 /tmp/tmp.23DZbP7gz7/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=89ebf31d1f97ee77 -C extra-filename=-89ebf31d1f97ee77 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 241s warning: `byteorder` (lib) generated 1 warning (1 duplicate) 241s Compiling anstyle-parse v0.2.1 241s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.23DZbP7gz7/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=d0c73c4af772649f -C extra-filename=-d0c73c4af772649f --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern utf8parse=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 241s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 241s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.23DZbP7gz7/target/debug/deps:/tmp/tmp.23DZbP7gz7/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.23DZbP7gz7/target/debug/build/rustix-81772580b4c03ea1/build-script-build` 241s [rustix 0.38.37] cargo:rerun-if-changed=build.rs 241s [rustix 0.38.37] cargo:rustc-cfg=static_assertions 241s [rustix 0.38.37] cargo:rustc-cfg=libc 241s [rustix 0.38.37] cargo:rustc-cfg=linux_like 241s [rustix 0.38.37] cargo:rustc-cfg=linux_kernel 241s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM 241s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC 241s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC 241s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD 241s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_MIRI 241s Compiling rand_core v0.6.4 241s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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. 241s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.23DZbP7gz7/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=3c7246ca3f419bbc -C extra-filename=-3c7246ca3f419bbc --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern getrandom=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 241s warning: unexpected `cfg` condition name: `doc_cfg` 241s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:38:13 241s | 241s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 241s | ^^^^^^^ 241s | 241s = 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` 241s = help: consider using a Cargo feature instead 241s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 241s [lints.rust] 241s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 241s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 241s = note: see for more information about checking conditional configuration 241s = note: `#[warn(unexpected_cfgs)]` on by default 241s 241s warning: unexpected `cfg` condition name: `doc_cfg` 241s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:50:16 241s | 241s 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 241s | ^^^^^^^ 241s | 241s = help: consider using a Cargo feature instead 241s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 241s [lints.rust] 241s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 241s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 241s = note: see for more information about checking conditional configuration 241s 241s warning: unexpected `cfg` condition name: `doc_cfg` 241s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:64:16 241s | 241s 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 241s | ^^^^^^^ 241s | 241s = help: consider using a Cargo feature instead 241s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 241s [lints.rust] 241s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 241s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 241s = note: see for more information about checking conditional configuration 241s 241s warning: unexpected `cfg` condition name: `doc_cfg` 241s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:75:16 241s | 241s 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 241s | ^^^^^^^ 241s | 241s = help: consider using a Cargo feature instead 241s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 241s [lints.rust] 241s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 241s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 241s = note: see for more information about checking conditional configuration 241s 241s warning: unexpected `cfg` condition name: `doc_cfg` 241s --> /usr/share/cargo/registry/rand_core-0.6.4/src/os.rs:46:12 241s | 241s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 241s | ^^^^^^^ 241s | 241s = help: consider using a Cargo feature instead 241s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 241s [lints.rust] 241s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 241s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 241s = note: see for more information about checking conditional configuration 241s 241s warning: unexpected `cfg` condition name: `doc_cfg` 241s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:411:16 241s | 241s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 241s | ^^^^^^^ 241s | 241s = help: consider using a Cargo feature instead 241s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 241s [lints.rust] 241s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 241s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 241s = note: see for more information about checking conditional configuration 241s 241s warning: `rand_core` (lib) generated 7 warnings (1 duplicate) 241s Compiling errno v0.3.8 241s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/errno-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/errno-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name errno --edition=2018 /tmp/tmp.23DZbP7gz7/registry/errno-0.3.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a511b7e92317ca2a -C extra-filename=-a511b7e92317ca2a --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern libc=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 241s warning: unexpected `cfg` condition value: `bitrig` 241s --> /usr/share/cargo/registry/errno-0.3.8/src/unix.rs:77:13 241s | 241s 77 | target_os = "bitrig", 241s | ^^^^^^^^^^^^^^^^^^^^ 241s | 241s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 241s = note: see for more information about checking conditional configuration 241s = note: `#[warn(unexpected_cfgs)]` on by default 241s 241s warning: `errno` (lib) generated 2 warnings (1 duplicate) 241s Compiling anstyle v1.0.8 241s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.23DZbP7gz7/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=bd63b594ac2d723a -C extra-filename=-bd63b594ac2d723a --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 241s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 241s Compiling bitflags v2.8.0 241s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/bitflags-2.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/bitflags-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 241s ' 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.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.23DZbP7gz7/registry/bitflags-2.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=65f3f529c7b65778 -C extra-filename=-65f3f529c7b65778 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 242s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 242s Compiling linux-raw-sys v0.4.14 242s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=linux_raw_sys CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/linux-raw-sys-0.4.14 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/linux-raw-sys-0.4.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Generated bindings for Linux'\''s userspace API' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linux-raw-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/linux-raw-sys' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name linux_raw_sys --edition=2021 /tmp/tmp.23DZbP7gz7/registry/linux-raw-sys-0.4.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 --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=2bb16f6e075500a3 -C extra-filename=-2bb16f6e075500a3 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 242s warning: `linux-raw-sys` (lib) generated 1 warning (1 duplicate) 242s Compiling anstyle-query v1.0.0 242s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.23DZbP7gz7/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=635bcba2223d27a9 -C extra-filename=-635bcba2223d27a9 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 242s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 242s Compiling autocfg v1.1.0 242s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.23DZbP7gz7/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=9ebcd9511383083c -C extra-filename=-9ebcd9511383083c --out-dir /tmp/tmp.23DZbP7gz7/target/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --cap-lints warn` 242s Compiling colorchoice v1.0.0 242s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.23DZbP7gz7/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=e265feadf5f02527 -C extra-filename=-e265feadf5f02527 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 242s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 242s Compiling anstream v0.6.15 242s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.23DZbP7gz7/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=7c9e2996227bea0c -C extra-filename=-7c9e2996227bea0c --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern anstyle=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern anstyle_parse=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-d0c73c4af772649f.rmeta --extern anstyle_query=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-635bcba2223d27a9.rmeta --extern colorchoice=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-e265feadf5f02527.rmeta --extern utf8parse=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 242s | 242s 48 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s = note: `#[warn(unexpected_cfgs)]` on by default 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 242s | 242s 53 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 242s | 242s 4 | #[cfg(not(all(windows, feature = "wincon")))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 242s | 242s 8 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 242s | 242s 46 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 242s | 242s 58 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 242s | 242s 5 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 242s | 242s 27 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 242s | 242s 137 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 242s | 242s 143 | #[cfg(not(all(windows, feature = "wincon")))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 242s | 242s 155 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 242s | 242s 166 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 242s | 242s 180 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 242s | 242s 225 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 242s | 242s 243 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 242s | 242s 260 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 242s | 242s 269 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 242s | 242s 279 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 242s | 242s 288 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 242s warning: unexpected `cfg` condition value: `wincon` 242s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 242s | 242s 298 | #[cfg(all(windows, feature = "wincon"))] 242s | ^^^^^^^^^^^^^^^^^^ 242s | 242s = note: expected values for `feature` are: `auto`, `default`, and `test` 242s = help: consider adding `wincon` as a feature in `Cargo.toml` 242s = note: see for more information about checking conditional configuration 242s 243s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 243s Compiling num-traits v0.2.19 243s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.23DZbP7gz7/registry/num-traits-0.2.19/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8f779d9fad25b2ca -C extra-filename=-8f779d9fad25b2ca --out-dir /tmp/tmp.23DZbP7gz7/target/debug/build/num-traits-8f779d9fad25b2ca -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern autocfg=/tmp/tmp.23DZbP7gz7/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 243s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps OUT_DIR=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out rustc --crate-name rustix --edition=2021 /tmp/tmp.23DZbP7gz7/registry/rustix-0.38.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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=618570c61329ef4d -C extra-filename=-618570c61329ef4d --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern bitflags=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern libc_errno=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/liberrno-a511b7e92317ca2a.rmeta --extern libc=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern linux_raw_sys=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/liblinux_raw_sys-2bb16f6e075500a3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg static_assertions --cfg libc --cfg linux_like --cfg linux_kernel` 245s Compiling zerocopy-derive v0.7.34 245s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/zerocopy-derive-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name zerocopy_derive --edition=2018 /tmp/tmp.23DZbP7gz7/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=b189ac5e62037dd3 -C extra-filename=-b189ac5e62037dd3 --out-dir /tmp/tmp.23DZbP7gz7/target/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern proc_macro2=/tmp/tmp.23DZbP7gz7/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.23DZbP7gz7/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.23DZbP7gz7/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 245s warning: `rustix` (lib) generated 1 warning (1 duplicate) 245s Compiling clap_lex v0.7.4 245s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/clap_lex-0.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name clap_lex --edition=2021 /tmp/tmp.23DZbP7gz7/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=fa2bd56e1b2ff099 -C extra-filename=-fa2bd56e1b2ff099 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 245s warning: `clap_lex` (lib) generated 1 warning (1 duplicate) 245s Compiling strsim v0.11.1 245s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/strsim-0.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, 245s OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. 245s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name strsim --edition=2015 /tmp/tmp.23DZbP7gz7/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=82ccb15448986101 -C extra-filename=-82ccb15448986101 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 246s warning: `strsim` (lib) generated 1 warning (1 duplicate) 246s Compiling once_cell v1.20.2 246s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.23DZbP7gz7/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=10428cb1410dd925 -C extra-filename=-10428cb1410dd925 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 246s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 246s Compiling serde v1.0.217 246s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.23DZbP7gz7/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=38632fcebcd2e122 -C extra-filename=-38632fcebcd2e122 --out-dir /tmp/tmp.23DZbP7gz7/target/debug/build/serde-38632fcebcd2e122 -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --cap-lints warn` 246s Compiling zerocopy v0.7.34 246s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/zerocopy-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name zerocopy --edition=2018 /tmp/tmp.23DZbP7gz7/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=0a1d0339be49b6e6 -C extra-filename=-0a1d0339be49b6e6 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern byteorder=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-89ebf31d1f97ee77.rmeta --extern zerocopy_derive=/tmp/tmp.23DZbP7gz7/target/debug/deps/libzerocopy_derive-b189ac5e62037dd3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 246s Compiling heck v0.4.1 246s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.23DZbP7gz7/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=780ed41701172964 -C extra-filename=-780ed41701172964 --out-dir /tmp/tmp.23DZbP7gz7/target/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --cap-lints warn` 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/util.rs:597:32 246s | 246s 597 | let remainder = t.addr() % mem::align_of::(); 246s | ^^^^^^^^^^^^^^^^^^ 246s | 246s note: the lint level is defined here 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:174:5 246s | 246s 174 | unused_qualifications, 246s | ^^^^^^^^^^^^^^^^^^^^^ 246s help: remove the unnecessary path segments 246s | 246s 597 - let remainder = t.addr() % mem::align_of::(); 246s 597 + let remainder = t.addr() % align_of::(); 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:333:35 246s | 246s 333 | const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 246s | ^^^^^^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 333 - const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 246s 333 + const POINTER_WIDTH_BITS: usize = size_of::() * 8; 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:488:44 246s | 246s 488 | align: match NonZeroUsize::new(mem::align_of::()) { 246s | ^^^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 488 - align: match NonZeroUsize::new(mem::align_of::()) { 246s 488 + align: match NonZeroUsize::new(align_of::()) { 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:492:49 246s | 246s 492 | size_info: SizeInfo::Sized { _size: mem::size_of::() }, 246s | ^^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 492 - size_info: SizeInfo::Sized { _size: mem::size_of::() }, 246s 492 + size_info: SizeInfo::Sized { _size: size_of::() }, 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:511:44 246s | 246s 511 | align: match NonZeroUsize::new(mem::align_of::()) { 246s | ^^^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 511 - align: match NonZeroUsize::new(mem::align_of::()) { 246s 511 + align: match NonZeroUsize::new(align_of::()) { 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:517:29 246s | 246s 517 | _elem_size: mem::size_of::(), 246s | ^^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 517 - _elem_size: mem::size_of::(), 246s 517 + _elem_size: size_of::(), 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:1418:19 246s | 246s 1418 | let len = mem::size_of_val(self); 246s | ^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 1418 - let len = mem::size_of_val(self); 246s 1418 + let len = size_of_val(self); 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2714:19 246s | 246s 2714 | let len = mem::size_of_val(self); 246s | ^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 2714 - let len = mem::size_of_val(self); 246s 2714 + let len = size_of_val(self); 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2789:19 246s | 246s 2789 | let len = mem::size_of_val(self); 246s | ^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 2789 - let len = mem::size_of_val(self); 246s 2789 + let len = size_of_val(self); 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2863:27 246s | 246s 2863 | if bytes.len() != mem::size_of_val(self) { 246s | ^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 2863 - if bytes.len() != mem::size_of_val(self) { 246s 2863 + if bytes.len() != size_of_val(self) { 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2920:20 246s | 246s 2920 | let size = mem::size_of_val(self); 246s | ^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 2920 - let size = mem::size_of_val(self); 246s 2920 + let size = size_of_val(self); 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2981:45 246s | 246s 2981 | let start = bytes.len().checked_sub(mem::size_of_val(self))?; 246s | ^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 2981 - let start = bytes.len().checked_sub(mem::size_of_val(self))?; 246s 2981 + let start = bytes.len().checked_sub(size_of_val(self))?; 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4161:27 246s | 246s 4161 | if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 246s | ^^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 4161 - if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 246s 4161 + if bytes.len() != size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4176:26 246s | 246s 4176 | if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 246s | ^^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 4176 - if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 246s 4176 + if bytes.len() < size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4179:46 246s | 246s 4179 | let (bytes, suffix) = bytes.split_at(mem::size_of::()); 246s | ^^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 4179 - let (bytes, suffix) = bytes.split_at(mem::size_of::()); 246s 4179 + let (bytes, suffix) = bytes.split_at(size_of::()); 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4194:46 246s | 246s 4194 | let split_at = bytes_len.checked_sub(mem::size_of::())?; 246s | ^^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 4194 - let split_at = bytes_len.checked_sub(mem::size_of::())?; 246s 4194 + let split_at = bytes_len.checked_sub(size_of::())?; 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4221:26 246s | 246s 4221 | .checked_rem(mem::size_of::()) 246s | ^^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 4221 - .checked_rem(mem::size_of::()) 246s 4221 + .checked_rem(size_of::()) 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4243:34 246s | 246s 4243 | let expected_len = match mem::size_of::().checked_mul(count) { 246s | ^^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 4243 - let expected_len = match mem::size_of::().checked_mul(count) { 246s 4243 + let expected_len = match size_of::().checked_mul(count) { 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4268:34 246s | 246s 4268 | let expected_len = match mem::size_of::().checked_mul(count) { 246s | ^^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 4268 - let expected_len = match mem::size_of::().checked_mul(count) { 246s 4268 + let expected_len = match size_of::().checked_mul(count) { 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4795:25 246s | 246s 4795 | let elem_size = mem::size_of::(); 246s | ^^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 4795 - let elem_size = mem::size_of::(); 246s 4795 + let elem_size = size_of::(); 246s | 246s 246s warning: unnecessary qualification 246s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4825:25 246s | 246s 4825 | let elem_size = mem::size_of::(); 246s | ^^^^^^^^^^^^^^^^^ 246s | 246s help: remove the unnecessary path segments 246s | 246s 4825 - let elem_size = mem::size_of::(); 246s 4825 + let elem_size = size_of::(); 246s | 246s 246s Compiling fastrand v2.1.1 246s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/fastrand-2.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name fastrand --edition=2018 /tmp/tmp.23DZbP7gz7/registry/fastrand-2.1.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"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b0f30b63d6f103db -C extra-filename=-b0f30b63d6f103db --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 246s warning: unexpected `cfg` condition value: `js` 246s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:202:5 246s | 246s 202 | feature = "js" 246s | ^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, and `std` 246s = help: consider adding `js` 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 value: `js` 246s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:214:9 246s | 246s 214 | not(feature = "js") 246s | ^^^^^^^^^^^^^^ 246s | 246s = note: expected values for `feature` are: `alloc`, `default`, and `std` 246s = help: consider adding `js` as a feature in `Cargo.toml` 246s = note: see for more information about checking conditional configuration 246s 247s warning: `fastrand` (lib) generated 3 warnings (1 duplicate) 247s Compiling tempfile v3.15.0 247s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/tempfile-3.15.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/tempfile-3.15.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.15.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name tempfile --edition=2021 /tmp/tmp.23DZbP7gz7/registry/tempfile-3.15.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="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=5dc28daefecc49d5 -C extra-filename=-5dc28daefecc49d5 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern cfg_if=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern fastrand=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libfastrand-b0f30b63d6f103db.rmeta --extern getrandom=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.rmeta --extern once_cell=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-10428cb1410dd925.rmeta --extern rustix=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/librustix-618570c61329ef4d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 247s warning: `zerocopy` (lib) generated 22 warnings (1 duplicate) 247s Compiling ppv-lite86 v0.2.20 247s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name ppv_lite86 --edition=2021 /tmp/tmp.23DZbP7gz7/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=46846b3a35f9ec97 -C extra-filename=-46846b3a35f9ec97 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern zerocopy=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libzerocopy-0a1d0339be49b6e6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 247s warning: `ppv-lite86` (lib) generated 1 warning (1 duplicate) 247s Compiling rand_chacha v0.3.1 247s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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 247s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name rand_chacha --edition=2018 /tmp/tmp.23DZbP7gz7/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=7246cd0addc4c9af -C extra-filename=-7246cd0addc4c9af --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern ppv_lite86=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libppv_lite86-46846b3a35f9ec97.rmeta --extern rand_core=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 247s warning: `tempfile` (lib) generated 1 warning (1 duplicate) 247s Compiling clap_derive v4.5.18 247s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name clap_derive --edition=2021 /tmp/tmp.23DZbP7gz7/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=4a713c6233619637 -C extra-filename=-4a713c6233619637 --out-dir /tmp/tmp.23DZbP7gz7/target/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern heck=/tmp/tmp.23DZbP7gz7/target/debug/deps/libheck-780ed41701172964.rlib --extern proc_macro2=/tmp/tmp.23DZbP7gz7/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.23DZbP7gz7/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.23DZbP7gz7/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 247s warning: `rand_chacha` (lib) generated 1 warning (1 duplicate) 247s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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.23DZbP7gz7/target/debug/deps:/tmp/tmp.23DZbP7gz7/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/build/serde-025b4691b550faf6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.23DZbP7gz7/target/debug/build/serde-38632fcebcd2e122/build-script-build` 247s [serde 1.0.217] cargo:rerun-if-changed=build.rs 247s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 247s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 247s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 247s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 247s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 247s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 247s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 247s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 247s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 247s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 247s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 247s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 247s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 247s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 247s Compiling clap_builder v4.5.23 247s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/clap_builder-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name clap_builder --edition=2021 /tmp/tmp.23DZbP7gz7/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=032ce5b53f6cfa87 -C extra-filename=-032ce5b53f6cfa87 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern anstream=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libanstream-7c9e2996227bea0c.rmeta --extern anstyle=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern clap_lex=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libclap_lex-fa2bd56e1b2ff099.rmeta --extern strsim=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libstrsim-82ccb15448986101.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 250s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.23DZbP7gz7/target/debug/deps:/tmp/tmp.23DZbP7gz7/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.23DZbP7gz7/target/debug/build/num-traits-8f779d9fad25b2ca/build-script-build` 250s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 250s [num-traits 0.2.19] | 250s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 250s [num-traits 0.2.19] 250s [num-traits 0.2.19] warning: 1 warning emitted 250s [num-traits 0.2.19] 250s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 250s [num-traits 0.2.19] | 250s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 250s [num-traits 0.2.19] 250s [num-traits 0.2.19] warning: 1 warning emitted 250s [num-traits 0.2.19] 250s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 250s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 250s Compiling wait-timeout v0.2.0 250s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wait_timeout CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/wait-timeout-0.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/wait-timeout-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A crate to wait on a child process with a timeout specified across Unix and 250s Windows platforms. 250s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wait-timeout CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_RUST_VERSION='' 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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name wait_timeout --edition=2015 /tmp/tmp.23DZbP7gz7/registry/wait-timeout-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())' -C metadata=c8041ffbea216b96 -C extra-filename=-c8041ffbea216b96 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern libc=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 250s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 250s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:27:23 250s | 250s 27 | use std::sync::{Once, ONCE_INIT, Mutex}; 250s | ^^^^^^^^^ 250s | 250s note: the lint level is defined here 250s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/lib.rs:31:23 250s | 250s 31 | #![deny(missing_docs, warnings)] 250s | ^^^^^^^^ 250s = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` 250s 250s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 250s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:32:21 250s | 250s 32 | static INIT: Once = ONCE_INIT; 250s | ^^^^^^^^^ 250s | 250s help: replace the use of the deprecated constant 250s | 250s 32 | static INIT: Once = Once::new(); 250s | ~~~~~~~~~~~ 250s 250s warning: `wait-timeout` (lib) generated 3 warnings (1 duplicate) 250s Compiling num_cpus v1.16.0 250s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name num_cpus --edition=2015 /tmp/tmp.23DZbP7gz7/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=03fb9cccb91f1eb8 -C extra-filename=-03fb9cccb91f1eb8 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern libc=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 250s warning: unexpected `cfg` condition value: `nacl` 250s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:355:5 250s | 250s 355 | target_os = "nacl", 250s | ^^^^^^^^^^^^^^^^^^ 250s | 250s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 250s = note: see for more information about checking conditional configuration 250s = note: `#[warn(unexpected_cfgs)]` on by default 250s 250s warning: unexpected `cfg` condition value: `nacl` 250s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:437:5 250s | 250s 437 | target_os = "nacl", 250s | ^^^^^^^^^^^^^^^^^^ 250s | 250s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 250s = note: see for more information about checking conditional configuration 250s 251s warning: `num_cpus` (lib) generated 3 warnings (1 duplicate) 251s Compiling quick-error v2.0.1 251s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quick_error CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/quick-error-2.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/quick-error-2.0.1/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets :Colin Kiegel ' CARGO_PKG_DESCRIPTION=' A macro which makes error types pleasant to write. 251s ' CARGO_PKG_HOMEPAGE='http://github.com/tailhook/quick-error' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-error CARGO_PKG_README='' CARGO_PKG_REPOSITORY='http://github.com/tailhook/quick-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name quick_error --edition=2018 /tmp/tmp.23DZbP7gz7/registry/quick-error-2.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=78f4ccd4ae208433 -C extra-filename=-78f4ccd4ae208433 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 251s warning: `quick-error` (lib) generated 1 warning (1 duplicate) 251s Compiling fnv v1.0.7 251s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/fnv-1.0.7 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name fnv --edition=2015 /tmp/tmp.23DZbP7gz7/registry/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a68fdaac9d04d051 -C extra-filename=-a68fdaac9d04d051 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 251s warning: `fnv` (lib) generated 1 warning (1 duplicate) 251s Compiling serde_json v1.0.133 251s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.23DZbP7gz7/registry/serde_json-1.0.133/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=2fa85724bf02f5ac -C extra-filename=-2fa85724bf02f5ac --out-dir /tmp/tmp.23DZbP7gz7/target/debug/build/serde_json-2fa85724bf02f5ac -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --cap-lints warn` 251s Compiling bit-vec v0.8.0 251s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_vec CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/bit-vec-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/bit-vec-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A vector of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-vec' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-vec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-vec' 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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name bit_vec --edition=2015 /tmp/tmp.23DZbP7gz7/registry/bit-vec-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=f5a472a8e3d383f4 -C extra-filename=-f5a472a8e3d383f4 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 251s warning: unexpected `cfg` condition value: `borsh` 251s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:102:7 251s | 251s 102 | #[cfg(feature = "borsh")] 251s | ^^^^^^^^^^^^^^^^^ 251s | 251s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 251s = help: consider adding `borsh` as a feature in `Cargo.toml` 251s = note: see for more information about checking conditional configuration 251s = note: `#[warn(unexpected_cfgs)]` on by default 251s 251s warning: unexpected `cfg` condition value: `miniserde` 251s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:104:7 251s | 251s 104 | #[cfg(feature = "miniserde")] 251s | ^^^^^^^^^^^^^^^^^^^^^ 251s | 251s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 251s = help: consider adding `miniserde` as a feature in `Cargo.toml` 251s = note: see for more information about checking conditional configuration 251s 251s warning: unexpected `cfg` condition value: `nanoserde` 251s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:106:7 251s | 251s 106 | #[cfg(feature = "nanoserde")] 251s | ^^^^^^^^^^^^^^^^^^^^^ 251s | 251s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 251s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 251s = note: see for more information about checking conditional configuration 251s 251s warning: unexpected `cfg` condition value: `nanoserde` 251s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:108:7 251s | 251s 108 | #[cfg(feature = "nanoserde")] 251s | ^^^^^^^^^^^^^^^^^^^^^ 251s | 251s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 251s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 251s = note: see for more information about checking conditional configuration 251s 251s warning: unexpected `cfg` condition value: `borsh` 251s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:238:5 251s | 251s 238 | feature = "borsh", 251s | ^^^^^^^^^^^^^^^^^ 251s | 251s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 251s = help: consider adding `borsh` as a feature in `Cargo.toml` 251s = note: see for more information about checking conditional configuration 251s 251s warning: unexpected `cfg` condition value: `miniserde` 251s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:242:5 251s | 251s 242 | feature = "miniserde", 251s | ^^^^^^^^^^^^^^^^^^^^^ 251s | 251s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 251s = help: consider adding `miniserde` as a feature in `Cargo.toml` 251s = note: see for more information about checking conditional configuration 251s 251s warning: unexpected `cfg` condition value: `nanoserde` 251s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:246:5 251s | 251s 246 | feature = "nanoserde", 251s | ^^^^^^^^^^^^^^^^^^^^^ 251s | 251s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 251s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 251s = note: see for more information about checking conditional configuration 251s 251s warning: `bit-vec` (lib) generated 8 warnings (1 duplicate) 251s Compiling bit-set v0.8.0 251s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_set CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/bit-set-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/bit-set-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A set of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-set' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-set CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-set' 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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name bit_set --edition=2015 /tmp/tmp.23DZbP7gz7/registry/bit-set-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=89b3c1c57b5a03ce -C extra-filename=-89b3c1c57b5a03ce --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern bit_vec=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 251s warning: `bit-set` (lib) generated 1 warning (1 duplicate) 251s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.23DZbP7gz7/target/debug/deps:/tmp/tmp.23DZbP7gz7/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.23DZbP7gz7/target/debug/build/serde_json-2fa85724bf02f5ac/build-script-build` 251s [serde_json 1.0.133] cargo:rerun-if-changed=build.rs 251s [serde_json 1.0.133] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) 251s [serde_json 1.0.133] cargo:rustc-cfg=fast_arithmetic="64" 251s Compiling rusty-fork v0.3.0 251s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rusty_fork CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/rusty-fork-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/rusty-fork-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Cross-platform library for running Rust tests in sub-processes using a 251s fork-like interface. 251s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rusty-fork CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/altsysrq/rusty-fork' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name rusty_fork --edition=2018 /tmp/tmp.23DZbP7gz7/registry/rusty-fork-0.3.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="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=66f38081ff4ed394 -C extra-filename=-66f38081ff4ed394 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern fnv=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libfnv-a68fdaac9d04d051.rmeta --extern quick_error=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libquick_error-78f4ccd4ae208433.rmeta --extern tempfile=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern wait_timeout=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libwait_timeout-c8041ffbea216b96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 252s warning: `rusty-fork` (lib) generated 1 warning (1 duplicate) 252s Compiling threadpool v1.8.1 252s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=threadpool CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/threadpool-1.8.1 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/threadpool-1.8.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Corey Farwell :Stefan Schindler ' CARGO_PKG_DESCRIPTION='A thread pool for running a number of jobs on a fixed set of worker threads. 252s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=threadpool CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name threadpool --edition=2015 /tmp/tmp.23DZbP7gz7/registry/threadpool-1.8.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=4f7b0bed022b0d96 -C extra-filename=-4f7b0bed022b0d96 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern num_cpus=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libnum_cpus-03fb9cccb91f1eb8.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 252s warning: trait objects without an explicit `dyn` are deprecated 252s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:99:22 252s | 252s 99 | type Thunk<'a> = Box; 252s | ^^^^^^^^^^^^^^^^^ 252s | 252s = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! 252s = note: for more information, see 252s = note: `#[warn(bare_trait_objects)]` on by default 252s help: if this is a dyn-compatible trait, use `dyn` 252s | 252s 99 | type Thunk<'a> = Box; 252s | +++ 252s 252s warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead 252s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:631:42 252s | 252s 631 | self.shared_data.join_generation.compare_and_swap( 252s | ^^^^^^^^^^^^^^^^ 252s | 252s = note: `#[warn(deprecated)]` on by default 252s 252s warning: `threadpool` (lib) generated 3 warnings (1 duplicate) 252s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps OUT_DIR=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.23DZbP7gz7/registry/num-traits-0.2.19/src/lib.rs --error-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", "i128", "libm", "std"))' -C metadata=0a13ea327a69f660 -C extra-filename=-0a13ea327a69f660 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 252s warning: unexpected `cfg` condition name: `has_total_cmp` 252s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 252s | 252s 2305 | #[cfg(has_total_cmp)] 252s | ^^^^^^^^^^^^^ 252s ... 252s 2325 | totalorder_impl!(f64, i64, u64, 64); 252s | ----------------------------------- in this macro invocation 252s | 252s = 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` 252s = help: consider using a Cargo feature instead 252s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 252s [lints.rust] 252s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 252s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 252s = note: see for more information about checking conditional configuration 252s = note: `#[warn(unexpected_cfgs)]` on by default 252s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 252s 252s warning: unexpected `cfg` condition name: `has_total_cmp` 252s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 252s | 252s 2311 | #[cfg(not(has_total_cmp))] 252s | ^^^^^^^^^^^^^ 252s ... 252s 2325 | totalorder_impl!(f64, i64, u64, 64); 252s | ----------------------------------- in this macro invocation 252s | 252s = help: consider using a Cargo feature instead 252s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 252s [lints.rust] 252s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 252s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 252s = note: see for more information about checking conditional configuration 252s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 252s 252s warning: unexpected `cfg` condition name: `has_total_cmp` 252s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 252s | 252s 2305 | #[cfg(has_total_cmp)] 252s | ^^^^^^^^^^^^^ 252s ... 252s 2326 | totalorder_impl!(f32, i32, u32, 32); 252s | ----------------------------------- in this macro invocation 252s | 252s = help: consider using a Cargo feature instead 252s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 252s [lints.rust] 252s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 252s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 252s = note: see for more information about checking conditional configuration 252s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 252s 252s warning: unexpected `cfg` condition name: `has_total_cmp` 252s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 252s | 252s 2311 | #[cfg(not(has_total_cmp))] 252s | ^^^^^^^^^^^^^ 252s ... 252s 2326 | totalorder_impl!(f32, i32, u32, 32); 252s | ----------------------------------- in this macro invocation 252s | 252s = help: consider using a Cargo feature instead 252s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 252s [lints.rust] 252s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 252s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 252s = note: see for more information about checking conditional configuration 252s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 252s 252s warning: `clap_builder` (lib) generated 1 warning (1 duplicate) 252s Compiling clap v4.5.23 252s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/clap-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name clap --edition=2021 /tmp/tmp.23DZbP7gz7/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=355e5f7a560067a6 -C extra-filename=-355e5f7a560067a6 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern clap_builder=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libclap_builder-032ce5b53f6cfa87.rmeta --extern clap_derive=/tmp/tmp.23DZbP7gz7/target/debug/deps/libclap_derive-4a713c6233619637.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 252s warning: unexpected `cfg` condition value: `unstable-doc` 252s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:93:7 252s | 252s 93 | #[cfg(feature = "unstable-doc")] 252s | ^^^^^^^^^^-------------- 252s | | 252s | help: there is a expected value with a similar name: `"unstable-ext"` 252s | 252s = 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` 252s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s = note: `#[warn(unexpected_cfgs)]` on by default 252s 252s warning: unexpected `cfg` condition value: `unstable-doc` 252s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:95:7 252s | 252s 95 | #[cfg(feature = "unstable-doc")] 252s | ^^^^^^^^^^-------------- 252s | | 252s | help: there is a expected value with a similar name: `"unstable-ext"` 252s | 252s = 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` 252s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 252s warning: unexpected `cfg` condition value: `unstable-doc` 252s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:97:7 252s | 252s 97 | #[cfg(feature = "unstable-doc")] 252s | ^^^^^^^^^^-------------- 252s | | 252s | help: there is a expected value with a similar name: `"unstable-ext"` 252s | 252s = 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` 252s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 252s warning: unexpected `cfg` condition value: `unstable-doc` 252s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:99:7 252s | 252s 99 | #[cfg(feature = "unstable-doc")] 252s | ^^^^^^^^^^-------------- 252s | | 252s | help: there is a expected value with a similar name: `"unstable-ext"` 252s | 252s = 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` 252s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 252s warning: unexpected `cfg` condition value: `unstable-doc` 252s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:101:7 252s | 252s 101 | #[cfg(feature = "unstable-doc")] 252s | ^^^^^^^^^^-------------- 252s | | 252s | help: there is a expected value with a similar name: `"unstable-ext"` 252s | 252s = 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` 252s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 252s = note: see for more information about checking conditional configuration 252s 252s warning: `clap` (lib) generated 6 warnings (1 duplicate) 252s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps OUT_DIR=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/build/serde-025b4691b550faf6/out rustc --crate-name serde --edition=2018 /tmp/tmp.23DZbP7gz7/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=6514dc5edea52c62 -C extra-filename=-6514dc5edea52c62 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/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)'` 253s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 253s Compiling rand v0.8.5 253s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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. 253s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.23DZbP7gz7/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="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --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=b359ea3ff641bf46 -C extra-filename=-b359ea3ff641bf46 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern libc=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern rand_chacha=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_core=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:52:13 253s | 253s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s = note: `#[warn(unexpected_cfgs)]` on by default 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:53:13 253s | 253s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 253s | ^^^^^^^ 253s | 253s = 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` 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/mod.rs:116:12 253s | 253s 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 253s | ^^^^^^^ 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `features` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 253s | 253s 162 | #[cfg(features = "nightly")] 253s | ^^^^^^^^^^^^^^^^^^^^ 253s | 253s = note: see for more information about checking conditional configuration 253s help: there is a config with a similar name and value 253s | 253s 162 | #[cfg(feature = "nightly")] 253s | ~~~~~~~ 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:15:7 253s | 253s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:156:7 253s | 253s 156 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:158:7 253s | 253s 158 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:160:7 253s | 253s 160 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:162:7 253s | 253s 162 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:165:7 253s | 253s 165 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:167:7 253s | 253s 167 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:169:7 253s | 253s 169 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:13:32 253s | 253s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:15:35 253s | 253s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:19:7 253s | 253s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:112:7 253s | 253s 112 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:142:7 253s | 253s 142 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:144:7 253s | 253s 144 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:146:7 253s | 253s 146 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:148:7 253s | 253s 148 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:150:7 253s | 253s 150 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:152:7 253s | 253s 152 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:155:5 253s | 253s 155 | feature = "simd_support", 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:11:7 253s | 253s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:144:7 253s | 253s 144 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `std` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:235:11 253s | 253s 235 | #[cfg(not(std))] 253s | ^^^ help: found config with similar value: `feature = "std"` 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:363:7 253s | 253s 363 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:423:7 253s | 253s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 253s | ^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:424:7 253s | 253s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 253s | ^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:425:7 253s | 253s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 253s | ^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:426:7 253s | 253s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 253s | ^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:427:7 253s | 253s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 253s | ^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:428:7 253s | 253s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 253s | ^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:429:7 253s | 253s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 253s | ^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `std` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 253s | 253s 291 | #[cfg(not(std))] 253s | ^^^ help: found config with similar value: `feature = "std"` 253s ... 253s 359 | scalar_float_impl!(f32, u32); 253s | ---------------------------- in this macro invocation 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 253s 253s warning: unexpected `cfg` condition name: `std` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 253s | 253s 291 | #[cfg(not(std))] 253s | ^^^ help: found config with similar value: `feature = "std"` 253s ... 253s 360 | scalar_float_impl!(f64, u64); 253s | ---------------------------- in this macro invocation 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:80:12 253s | 253s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 253s | ^^^^^^^ 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:429:12 253s | 253s 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 253s | ^^^^^^^ 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 253s | 253s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 253s | 253s 572 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 253s | 253s 679 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 253s | 253s 687 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 253s | 253s 696 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 253s | 253s 706 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 253s | 253s 1001 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 253s | 253s 1003 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 253s | 253s 1005 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 253s | 253s 1007 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 253s | 253s 1010 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 253s | 253s 1012 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition value: `simd_support` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 253s | 253s 1014 | #[cfg(feature = "simd_support")] 253s | ^^^^^^^^^^^^^^^^^^^^^^^^ 253s | 253s = 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` 253s = help: consider adding `simd_support` as a feature in `Cargo.toml` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/rng.rs:395:12 253s | 253s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 253s | ^^^^^^^ 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:99:12 253s | 253s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 253s | ^^^^^^^ 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:118:12 253s | 253s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 253s | ^^^^^^^ 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:29:12 253s | 253s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 253s | ^^^^^^^ 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:623:12 253s | 253s 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 253s | ^^^^^^^ 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/index.rs:276:12 253s | 253s 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 253s | ^^^^^^^ 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:114:16 253s | 253s 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 253s | ^^^^^^^ 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:142:16 253s | 253s 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 253s | ^^^^^^^ 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:170:16 253s | 253s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 253s | ^^^^^^^ 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:219:16 253s | 253s 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 253s | ^^^^^^^ 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: unexpected `cfg` condition name: `doc_cfg` 253s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:465:16 253s | 253s 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 253s | ^^^^^^^ 253s | 253s = help: consider using a Cargo feature instead 253s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 253s [lints.rust] 253s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 253s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 253s = note: see for more information about checking conditional configuration 253s 253s warning: trait `Float` is never used 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:238:18 253s | 253s 238 | pub(crate) trait Float: Sized { 253s | ^^^^^ 253s | 253s = note: `#[warn(dead_code)]` on by default 253s 253s warning: associated items `lanes`, `extract`, and `replace` are never used 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:247:8 253s | 253s 245 | pub(crate) trait FloatAsSIMD: Sized { 253s | ----------- associated items in this trait 253s 246 | #[inline(always)] 253s 247 | fn lanes() -> usize { 253s | ^^^^^ 253s ... 253s 255 | fn extract(self, index: usize) -> Self { 253s | ^^^^^^^ 253s ... 253s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 253s | ^^^^^^^ 253s 253s warning: method `all` is never used 253s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:268:8 253s | 253s 266 | pub(crate) trait BoolAsSIMD: Sized { 253s | ---------- method in this trait 253s 267 | fn any(self) -> bool; 253s 268 | fn all(self) -> bool; 253s | ^^^ 253s 253s warning: `rand` (lib) generated 66 warnings (1 duplicate) 253s Compiling rand_xorshift v0.3.0 253s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_xorshift CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/rand_xorshift-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/rand_xorshift-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Xorshift random number generator 253s ' 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_xorshift CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name rand_xorshift --edition=2018 /tmp/tmp.23DZbP7gz7/registry/rand_xorshift-0.3.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("serde", "serde1"))' -C metadata=6f9a9169531a5b9a -C extra-filename=-6f9a9169531a5b9a --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern rand_core=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 254s warning: `rand_xorshift` (lib) generated 1 warning (1 duplicate) 254s Compiling memchr v2.7.4 254s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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 254s 1, 2 or 3 byte search and single substring search. 254s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.23DZbP7gz7/registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9dfbaa7dc96bc3ae -C extra-filename=-9dfbaa7dc96bc3ae --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 254s warning: `memchr` (lib) generated 1 warning (1 duplicate) 254s Compiling ryu v1.0.19 254s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/ryu-1.0.19 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/ryu-1.0.19/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.19 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name ryu --edition=2018 /tmp/tmp.23DZbP7gz7/registry/ryu-1.0.19/src/lib.rs --error-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", "small"))' -C metadata=c01778dbd79acb0e -C extra-filename=-c01778dbd79acb0e --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 254s warning: `ryu` (lib) generated 1 warning (1 duplicate) 254s Compiling escape8259 v0.5.3 254s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=escape8259 CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/escape8259-0.5.3 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/escape8259-0.5.3/Cargo.toml CARGO_PKG_AUTHORS='Eric Seppanen ' CARGO_PKG_DESCRIPTION='RFC8259-compliant string escaping and un-escaping' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=escape8259 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/ericseppanen/escape8259' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name escape8259 --edition=2018 /tmp/tmp.23DZbP7gz7/registry/escape8259-0.5.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=f476162e42fd9d7f -C extra-filename=-f476162e42fd9d7f --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 254s warning: `escape8259` (lib) generated 1 warning (1 duplicate) 254s Compiling itoa v1.0.14 254s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.23DZbP7gz7/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=a82a426f214c0959 -C extra-filename=-a82a426f214c0959 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 254s warning: `itoa` (lib) generated 1 warning (1 duplicate) 254s Compiling hashbrown v0.14.5 254s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.23DZbP7gz7/registry/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=abc055366cb5e49f -C extra-filename=-abc055366cb5e49f --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: unexpected `cfg` condition value: `nightly` 255s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:14:5 255s | 255s 14 | feature = "nightly", 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/lib.rs:39:13 255s | 255s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/lib.rs:40:13 255s | 255s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/lib.rs:49:7 255s | 255s 49 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/macros.rs:59:7 255s | 255s 59 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/macros.rs:65:11 255s | 255s 65 | #[cfg(not(feature = "nightly"))] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/raw/mod.rs:53:11 255s | 255s 53 | #[cfg(not(feature = "nightly"))] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/raw/mod.rs:55:11 255s | 255s 55 | #[cfg(not(feature = "nightly"))] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/raw/mod.rs:57:7 255s | 255s 57 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/raw/mod.rs:3549:7 255s | 255s 3549 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/raw/mod.rs:3661:7 255s | 255s 3661 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/raw/mod.rs:3678:11 255s | 255s 3678 | #[cfg(not(feature = "nightly"))] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/raw/mod.rs:4304:7 255s | 255s 4304 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/raw/mod.rs:4319:11 255s | 255s 4319 | #[cfg(not(feature = "nightly"))] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/raw/alloc.rs:7:7 255s | 255s 7 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/raw/alloc.rs:28:15 255s | 255s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/raw/alloc.rs:51:15 255s | 255s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/raw/mod.rs:944:32 255s | 255s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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: `rkyv` 255s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 255s | 255s 3 | #[cfg(feature = "rkyv")] 255s | ^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 255s = help: consider adding `rkyv` 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/hashbrown-0.14.5/src/map.rs:242:11 255s | 255s 242 | #[cfg(not(feature = "nightly"))] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/map.rs:255:7 255s | 255s 255 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/map.rs:6517:11 255s | 255s 6517 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/map.rs:6523:11 255s | 255s 6523 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/map.rs:6591:11 255s | 255s 6591 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/map.rs:6597:11 255s | 255s 6597 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/map.rs:6651:11 255s | 255s 6651 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/map.rs:6657:11 255s | 255s 6657 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/set.rs:1359:11 255s | 255s 1359 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/set.rs:1365:11 255s | 255s 1365 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/set.rs:1383:11 255s | 255s 1383 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 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/hashbrown-0.14.5/src/set.rs:1389:11 255s | 255s 1389 | #[cfg(feature = "nightly")] 255s | ^^^^^^^^^^^^^^^^^^^ 255s | 255s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 255s = help: consider adding `nightly` as a feature in `Cargo.toml` 255s = note: see for more information about checking conditional configuration 255s 255s warning: `hashbrown` (lib) generated 32 warnings (1 duplicate) 255s Compiling regex-syntax v0.8.5 255s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/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='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.23DZbP7gz7/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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --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=4fc5539eea58731c -C extra-filename=-4fc5539eea58731c --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: `serde` (lib) generated 1 warning (1 duplicate) 255s Compiling equivalent v1.0.1 255s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.23DZbP7gz7/registry/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50ee6cd9d9ded5bf -C extra-filename=-50ee6cd9d9ded5bf --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: `equivalent` (lib) generated 1 warning (1 duplicate) 255s Compiling lazy_static v1.5.0 255s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name lazy_static --edition=2015 /tmp/tmp.23DZbP7gz7/registry/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=fa782e2884b94cf1 -C extra-filename=-fa782e2884b94cf1 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: elided lifetime has a name 255s --> /usr/share/cargo/registry/lazy_static-1.5.0/src/inline_lazy.rs:26:43 255s | 255s 26 | pub fn get(&'static self, f: F) -> &T 255s | ^ this elided lifetime gets resolved as `'static` 255s | 255s = note: `#[warn(elided_named_lifetimes)]` on by default 255s help: consider specifying it explicitly 255s | 255s 26 | pub fn get(&'static self, f: F) -> &'static T 255s | +++++++ 255s 255s warning: `lazy_static` (lib) generated 2 warnings (1 duplicate) 255s Compiling termcolor v1.4.1 255s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/termcolor-1.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/termcolor-1.4.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. 255s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name termcolor --edition=2018 /tmp/tmp.23DZbP7gz7/registry/termcolor-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ae72d8ae91d429e -C extra-filename=-1ae72d8ae91d429e --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 256s warning: `termcolor` (lib) generated 1 warning (1 duplicate) 256s Compiling unarray v0.1.4 256s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unarray CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/unarray-0.1.4 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/unarray-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for working with uninitialized arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unarray CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cameron1024/unarray' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name unarray --edition=2018 /tmp/tmp.23DZbP7gz7/registry/unarray-0.1.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())' -C metadata=4bc01abf17def2c3 -C extra-filename=-4bc01abf17def2c3 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 256s warning: `unarray` (lib) generated 1 warning (1 duplicate) 256s Compiling libtest-mimic v0.7.3 256s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libtest_mimic CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/libtest-mimic-0.7.3 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/libtest-mimic-0.7.3/Cargo.toml CARGO_PKG_AUTHORS='Lukas Kalbertodt ' CARGO_PKG_DESCRIPTION='Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test` 256s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libtest-mimic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/LukasKalbertodt/libtest-mimic' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name libtest_mimic --edition=2021 /tmp/tmp.23DZbP7gz7/registry/libtest-mimic-0.7.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=d6b94db4ffa023fe -C extra-filename=-d6b94db4ffa023fe --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern clap=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libclap-355e5f7a560067a6.rmeta --extern escape8259=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libescape8259-f476162e42fd9d7f.rmeta --extern termcolor=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libtermcolor-1ae72d8ae91d429e.rmeta --extern threadpool=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libthreadpool-4f7b0bed022b0d96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 257s warning: `libtest-mimic` (lib) generated 1 warning (1 duplicate) 257s Compiling indexmap v2.7.0 257s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.23DZbP7gz7/registry/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=add402dbf0c10c1b -C extra-filename=-add402dbf0c10c1b --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern equivalent=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libequivalent-50ee6cd9d9ded5bf.rmeta --extern hashbrown=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libhashbrown-abc055366cb5e49f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 257s warning: unexpected `cfg` condition value: `borsh` 257s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:117:7 257s | 257s 117 | #[cfg(feature = "borsh")] 257s | ^^^^^^^^^^^^^^^^^ 257s | 257s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 257s = help: consider adding `borsh` as a feature in `Cargo.toml` 257s = note: see for more information about checking conditional configuration 257s = note: `#[warn(unexpected_cfgs)]` on by default 257s 257s warning: unexpected `cfg` condition value: `rustc-rayon` 257s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:131:7 257s | 257s 131 | #[cfg(feature = "rustc-rayon")] 257s | ^^^^^^^^^^^^^^^^^^^^^^^ 257s | 257s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 257s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 257s = note: see for more information about checking conditional configuration 257s 257s warning: unexpected `cfg` condition value: `quickcheck` 257s --> /usr/share/cargo/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 257s | 257s 38 | #[cfg(feature = "quickcheck")] 257s | ^^^^^^^^^^^^^^^^^^^^^^ 257s | 257s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 257s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 257s = note: see for more information about checking conditional configuration 257s 257s warning: unexpected `cfg` condition value: `rustc-rayon` 257s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:128:30 257s | 257s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 257s | ^^^^^^^^^^^^^^^^^^^^^^^ 257s | 257s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 257s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 257s = note: see for more information about checking conditional configuration 257s 257s warning: unexpected `cfg` condition value: `rustc-rayon` 257s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:153:30 257s | 257s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 257s | ^^^^^^^^^^^^^^^^^^^^^^^ 257s | 257s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 257s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 257s = note: see for more information about checking conditional configuration 257s 258s warning: `indexmap` (lib) generated 6 warnings (1 duplicate) 258s Compiling proptest v1.6.0 258s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proptest CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/proptest-1.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/proptest-1.6.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Hypothesis-like property-based testing and shrinking. 258s ' CARGO_PKG_HOMEPAGE='https://proptest-rs.github.io/proptest/proptest/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proptest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/proptest-rs/proptest' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name proptest --edition=2018 /tmp/tmp.23DZbP7gz7/registry/proptest-1.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 --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "lazy_static", "no_std", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable"))' -C metadata=ed950dc73bb5efdf -C extra-filename=-ed950dc73bb5efdf --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern bit_set=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libbit_set-89b3c1c57b5a03ce.rmeta --extern bit_vec=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.rmeta --extern bitflags=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern lazy_static=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/liblazy_static-fa782e2884b94cf1.rmeta --extern num_traits=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-0a13ea327a69f660.rmeta --extern rand=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/librand-b359ea3ff641bf46.rmeta --extern rand_chacha=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_xorshift=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/librand_xorshift-6f9a9169531a5b9a.rmeta --extern regex_syntax=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-4fc5539eea58731c.rmeta --extern rusty_fork=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/librusty_fork-66f38081ff4ed394.rmeta --extern tempfile=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern unarray=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libunarray-4bc01abf17def2c3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 258s warning: unexpected `cfg` condition value: `attr-macro` 258s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:91:7 258s | 258s 91 | #[cfg(feature = "attr-macro")] 258s | ^^^^^^^^^^^^^^^^^^^^^^ 258s | 258s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 258s = help: consider adding `attr-macro` as a feature in `Cargo.toml` 258s = note: see for more information about checking conditional configuration 258s = note: `#[warn(unexpected_cfgs)]` on by default 258s 258s warning: unexpected `cfg` condition value: `attr-macro` 258s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:94:7 258s | 258s 94 | #[cfg(feature = "attr-macro")] 258s | ^^^^^^^^^^^^^^^^^^^^^^ 258s | 258s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 258s = help: consider adding `attr-macro` as a feature in `Cargo.toml` 258s = note: see for more information about checking conditional configuration 258s 258s warning: unexpected `cfg` condition value: `hardware-rng` 258s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:487:9 258s | 258s 487 | feature = "hardware-rng" 258s | ^^^^^^^^^^^^^^^^^^^^^^^^ 258s | 258s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 258s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 258s = note: see for more information about checking conditional configuration 258s 258s warning: unexpected `cfg` condition value: `hardware-rng` 258s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:456:13 258s | 258s 456 | feature = "hardware-rng" 258s | ^^^^^^^^^^^^^^^^^^^^^^^^ 258s | 258s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 258s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 258s = note: see for more information about checking conditional configuration 258s 259s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 259s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps OUT_DIR=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out rustc --crate-name serde_json --edition=2021 /tmp/tmp.23DZbP7gz7/registry/serde_json-1.0.133/src/lib.rs --error-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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ef11c4b3f48fb83f -C extra-filename=-ef11c4b3f48fb83f --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern itoa=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libitoa-a82a426f214c0959.rmeta --extern memchr=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern ryu=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libryu-c01778dbd79acb0e.rmeta --extern serde=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libserde-6514dc5edea52c62.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` 260s warning: struct `NoopFailurePersistence` is never constructed 260s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/failure_persistence/noop.rs:19:8 260s | 260s 19 | struct NoopFailurePersistence; 260s | ^^^^^^^^^^^^^^^^^^^^^^ 260s | 260s = note: `NoopFailurePersistence` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis 260s = note: `#[warn(dead_code)]` on by default 260s 260s warning: `serde_json` (lib) generated 1 warning (1 duplicate) 260s Compiling toml_datetime v0.6.8 260s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/tmp/tmp.23DZbP7gz7/registry/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/tmp/tmp.23DZbP7gz7/registry/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name toml_datetime --edition=2021 /tmp/tmp.23DZbP7gz7/registry/toml_datetime-0.6.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=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::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' '--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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b05c75224d924c01 -C extra-filename=-b05c75224d924c01 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 261s warning: `toml_datetime` (lib) generated 1 warning (1 duplicate) 262s warning: `proptest` (lib) generated 6 warnings (1 duplicate) 262s Compiling toml_edit v0.22.20 (/usr/share/cargo/registry/toml_edit-0.22.20) 262s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.23DZbP7gz7/target/debug/deps rustc --crate-name toml_edit --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --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::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' '--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' --test --cfg 'feature="display"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=328b97e1a9b6bac9 -C extra-filename=-328b97e1a9b6bac9 --out-dir /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.23DZbP7gz7/target/debug/deps --extern indexmap=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rlib --extern libtest_mimic=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/liblibtest_mimic-d6b94db4ffa023fe.rlib --extern proptest=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libproptest-ed950dc73bb5efdf.rlib --extern serde_json=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-ef11c4b3f48fb83f.rlib --extern toml_datetime=/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/libtoml_datetime-b05c75224d924c01.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.23DZbP7gz7/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 262s warning: unused import: `std::str::FromStr` 262s --> src/document.rs:1:5 262s | 262s 1 | use std::str::FromStr; 262s | ^^^^^^^^^^^^^^^^^ 262s | 262s = note: `#[warn(unused_imports)]` on by default 262s 262s warning: unused import: `super::*` 262s --> src/encode.rs:559:9 262s | 262s 559 | use super::*; 262s | ^^^^^^^^ 262s 262s warning: unused import: `std::str::FromStr` 262s --> src/item.rs:1:5 262s | 262s 1 | use std::str::FromStr; 262s | ^^^^^^^^^^^^^^^^^ 262s 262s warning: unused import: `std::str::FromStr` 262s --> src/key.rs:2:5 262s | 262s 2 | use std::str::FromStr; 262s | ^^^^^^^^^^^^^^^^^ 262s 262s warning: unused import: `std::str::FromStr` 262s --> src/value.rs:2:5 262s | 262s 2 | use std::str::FromStr; 262s | ^^^^^^^^^^^^^^^^^ 262s 262s warning: unused variable: `value` 262s --> src/encode.rs:429:18 262s | 262s 429 | fn infer_literal(value: &str) -> bool { 262s | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` 262s | 262s = note: `#[warn(unused_variables)]` on by default 262s 262s warning: field `implicit` is never read 262s --> src/inline_table.rs:15:16 262s | 262s 11 | pub struct InlineTable { 262s | ----------- field in this struct 262s ... 262s 15 | pub(crate) implicit: bool, 262s | ^^^^^^^^ 262s | 262s = note: `InlineTable` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis 262s = note: `#[warn(dead_code)]` on by default 262s 262s warning: methods `set_implicit` and `is_implicit` are never used 262s --> src/inline_table.rs:159:19 262s | 262s 49 | impl InlineTable { 262s | ---------------- methods in this implementation 262s ... 262s 159 | pub(crate) fn set_implicit(&mut self, implicit: bool) { 262s | ^^^^^^^^^^^^ 262s ... 262s 164 | pub(crate) fn is_implicit(&self) -> bool { 262s | ^^^^^^^^^^^ 262s 262s warning: methods `with_repr_unchecked` and `get_internal` are never used 262s --> src/key.rs:56:19 262s | 262s 37 | impl Key { 262s | -------- methods in this implementation 262s ... 262s 56 | pub(crate) fn with_repr_unchecked(mut self, repr: Repr) -> Self { 262s | ^^^^^^^^^^^^^^^^^^^ 262s ... 262s 89 | pub(crate) fn get_internal(&self) -> &InternalString { 262s | ^^^^^^^^^^^^ 262s 262s warning: variant `Spanned` is never constructed 262s --> src/raw_string.rs:11:5 262s | 262s 8 | enum RawStringInner { 262s | -------------- variant in this enum 262s ... 262s 11 | Spanned(std::ops::Range), 262s | ^^^^^^^ 262s | 262s = note: `RawStringInner` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis 262s 262s warning: associated function `with_span` is never used 262s --> src/raw_string.rs:15:19 262s | 262s 14 | impl RawString { 262s | -------------- associated function in this implementation 262s 15 | pub(crate) fn with_span(span: std::ops::Range) -> Self { 262s | ^^^^^^^^^ 262s 262s warning: method `set_repr_unchecked` is never used 262s --> src/repr.rs:27:19 262s | 262s 14 | / impl Formatted 262s 15 | | where 262s 16 | | T: ValueRepr, 262s | |_________________- method in this implementation 262s ... 262s 27 | pub(crate) fn set_repr_unchecked(&mut self, repr: Repr) { 262s | ^^^^^^^^^^^^^^^^^^ 262s 263s warning: `toml_edit` (lib test) generated 13 warnings (1 duplicate) (run `cargo fix --lib -p toml_edit --tests` to apply 5 suggestions) 263s Finished `test` profile [unoptimized + debuginfo] target(s) in 25.22s 263s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.23DZbP7gz7/target/s390x-unknown-linux-gnu/debug/deps/toml_edit-328b97e1a9b6bac9` 263s 263s running 8 tests 263s test error::test_translate_position::empty ... ok 263s test error::test_translate_position::after ... ok 263s test error::test_translate_position::end ... ok 263s test error::test_translate_position::end_of_line ... ok 263s test error::test_translate_position::first_line ... ok 263s test error::test_translate_position::second_line ... ok 263s test error::test_translate_position::start ... ok 263s test error::test_translate_position::start_of_second_line ... ok 263s 263s test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 263s 263s /tmp/autopkgtest.v3WgVq/wrapper.sh: checking for leaked background processes... 263s /tmp/autopkgtest.v3WgVq/wrapper.sh: waiting for tee/cat subprocesses... 263s /tmp/autopkgtest.v3WgVq/wrapper.sh: cleaning up... 263s /tmp/autopkgtest.v3WgVq/wrapper.sh: Exit status: 0 263s autopkgtest: DBG: testbed command exited with code 0 263s autopkgtest [08:42:41]: test librust-toml-edit-dev:display: -----------------------] 263s autopkgtest: DBG: testbed executing test finished with exit status 0 263s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Adisplay-stdout /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Adisplay-stdout 264s autopkgtest: DBG: got reply from testbed: ok 264s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Adisplay-stderr /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Adisplay-stderr 264s autopkgtest: DBG: got reply from testbed: ok 264s autopkgtest [08:42:42]: test librust-toml-edit-dev:display: - - - - - - - - - - results - - - - - - - - - - 264s librust-toml-edit-dev:display PASS 264s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Adisplay-artifacts/ /tmp/autopkgtest-work.g9cd8txd/out/artifacts/ 265s autopkgtest: DBG: got reply from testbed: ok 265s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:display-artifacts', '/tmp/autopkgtest.v3WgVq/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 265s autopkgtest: DBG: testbed command exited with code 0 265s autopkgtest [08:42:43]: test librust-toml-edit-dev:parse: preparing testbed 265s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'], deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 265s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 265s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 265s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev 265s autopkgtest: DBG: can use apt-get on testbed: True 265s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 265s Reading package lists... 265s Building dependency tree... 265s Reading state information... 265s Starting pkgProblemResolver with broken count: 0 265s Starting 2 pkgProblemResolver with broken count: 0 265s Done 266s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 266s autopkgtest: DBG: testbed command exited with code 0 266s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-toml-edit-dev'], kind short, sout pipe, serr pipe, env [] 266s autopkgtest: DBG: testbed command exited with code 0 266s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:parse-packages.all"], kind short, sout raw, serr pipe, env [] 266s autopkgtest: DBG: testbed command exited with code 0 266s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aparse-packages.all /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Aparse-packages.all 266s autopkgtest: DBG: got reply from testbed: ok 266s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.v3WgVq/build.oMt/src'], kind short, sout raw, serr raw, env [] 266s autopkgtest: DBG: testbed command exited with code 0 266s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.v3WgVq/build.oMt/src already exists 266s autopkgtest [08:42:44]: test librust-toml-edit-dev:parse: /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features parse 266s autopkgtest [08:42:44]: test librust-toml-edit-dev:parse: [----------------------- 266s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.v3WgVq/wrapper.sh --debug --artifacts=/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:parse-artifacts --chdir=/tmp/autopkgtest.v3WgVq/build.oMt/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.v3WgVq/librust-toml-edit-dev:parse-stderr --stdout=/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:parse-stdout --tmp=/tmp/autopkgtest.v3WgVq/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- bash -ec '/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features parse'"], kind test, sout raw, serr raw, env [] 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:parse-artifacts 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: changing to directory: /tmp/autopkgtest.v3WgVq/build.oMt/src 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: LANG=C.UTF-8 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LANGUAGE 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ADDRESS 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ALL 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_COLLATE 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_CTYPE 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_IDENTIFICATION 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MEASUREMENT 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MESSAGES 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MONETARY 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NAME 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NUMERIC 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_PAPER 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TELEPHONE 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TIME 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: pretending to be a login shell 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write standard error to /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:parse-stderr 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write stdout to /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:parse-stdout 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.v3WgVq/autopkgtest_tmp 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features parse 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.H6gffPXHBc/out to stdout and file: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:parse-stdout 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.H6gffPXHBc/err to standard error and file: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:parse-stdout 266s /tmp/autopkgtest.v3WgVq/wrapper.sh: writing script pid 7128 to /tmp/autopkgtest_script_pid 267s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 267s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 267s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 267s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.4SsL6FRt4F/registry/ 267s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 267s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 267s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 267s 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', 'parse'],) {} 267s Compiling libc v0.2.169 267s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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. 267s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.4SsL6FRt4F/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="extra_traits"' --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=dc781cb7c1ee5a21 -C extra-filename=-dc781cb7c1ee5a21 --out-dir /tmp/tmp.4SsL6FRt4F/target/debug/build/libc-dc781cb7c1ee5a21 -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --cap-lints warn` 267s Compiling proc-macro2 v1.0.92 267s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3832f39696f3f5db -C extra-filename=-3832f39696f3f5db --out-dir /tmp/tmp.4SsL6FRt4F/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --cap-lints warn` 267s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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.4SsL6FRt4F/target/debug/deps:/tmp/tmp.4SsL6FRt4F/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.4SsL6FRt4F/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.4SsL6FRt4F/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 267s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 267s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 267s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 267s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 267s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 267s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 267s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 267s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 267s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 267s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 267s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 267s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 267s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 267s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 267s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 267s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 267s Compiling unicode-ident v1.0.13 267s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.4SsL6FRt4F/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d182fe9243248fe -C extra-filename=-5d182fe9243248fe --out-dir /tmp/tmp.4SsL6FRt4F/target/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --cap-lints warn` 267s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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. 267s ' 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.4SsL6FRt4F/target/debug/deps:/tmp/tmp.4SsL6FRt4F/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.4SsL6FRt4F/target/debug/build/libc-dc781cb7c1ee5a21/build-script-build` 267s [libc 0.2.169] cargo:rerun-if-changed=build.rs 267s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps OUT_DIR=/tmp/tmp.4SsL6FRt4F/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccebc93d1de6cfe5 -C extra-filename=-ccebc93d1de6cfe5 --out-dir /tmp/tmp.4SsL6FRt4F/target/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern unicode_ident=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 267s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 267s [libc 0.2.169] cargo:rustc-cfg=freebsd11 267s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 267s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 267s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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. 267s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps OUT_DIR=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out rustc --crate-name libc --edition=2021 /tmp/tmp.4SsL6FRt4F/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="extra_traits"' --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=cf2521928ac070dc -C extra-filename=-cf2521928ac070dc --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/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"))'` 267s warning: unused import: `crate::ntptimeval` 267s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 267s | 267s 5 | use crate::ntptimeval; 267s | ^^^^^^^^^^^^^^^^^ 267s | 267s = note: `#[warn(unused_imports)]` on by default 267s 268s Compiling quote v1.0.37 268s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.4SsL6FRt4F/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dc92c6f25ee0f0c6 -C extra-filename=-dc92c6f25ee0f0c6 --out-dir /tmp/tmp.4SsL6FRt4F/target/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern proc_macro2=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 268s Compiling syn v2.0.96 268s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.4SsL6FRt4F/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=0a09462095438540 -C extra-filename=-0a09462095438540 --out-dir /tmp/tmp.4SsL6FRt4F/target/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern proc_macro2=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 269s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 269s | 269s = note: this feature is not stably supported; its behavior can change in the future 269s 269s warning: `libc` (lib) generated 2 warnings 269s Compiling cfg-if v1.0.0 269s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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] 269s parameters. Structured like an if-else chain, the first matching branch is the 269s item that gets emitted. 269s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.4SsL6FRt4F/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=ff3ff84a061de73f -C extra-filename=-ff3ff84a061de73f --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 269s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 269s Compiling getrandom v0.2.15 269s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.4SsL6FRt4F/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=ed47f71499f7e17d -C extra-filename=-ed47f71499f7e17d --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern cfg_if=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 269s warning: unexpected `cfg` condition value: `js` 269s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 269s | 269s 334 | } else if #[cfg(all(feature = "js", 269s | ^^^^^^^^^^^^^^ 269s | 269s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 269s = help: consider adding `js` as a feature in `Cargo.toml` 269s = note: see for more information about checking conditional configuration 269s = note: `#[warn(unexpected_cfgs)]` on by default 269s 269s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 269s Compiling utf8parse v0.2.1 269s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.4SsL6FRt4F/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=4894bf36b6529b81 -C extra-filename=-4894bf36b6529b81 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 269s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 269s Compiling rustix v0.38.37 269s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/rustix-0.38.37/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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=81772580b4c03ea1 -C extra-filename=-81772580b4c03ea1 --out-dir /tmp/tmp.4SsL6FRt4F/target/debug/build/rustix-81772580b4c03ea1 -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --cap-lints warn` 269s Compiling byteorder v1.5.0 269s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/byteorder-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name byteorder --edition=2021 /tmp/tmp.4SsL6FRt4F/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=89ebf31d1f97ee77 -C extra-filename=-89ebf31d1f97ee77 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 270s warning: `byteorder` (lib) generated 1 warning (1 duplicate) 270s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.4SsL6FRt4F/target/debug/deps:/tmp/tmp.4SsL6FRt4F/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.4SsL6FRt4F/target/debug/build/rustix-81772580b4c03ea1/build-script-build` 270s [rustix 0.38.37] cargo:rerun-if-changed=build.rs 270s [rustix 0.38.37] cargo:rustc-cfg=static_assertions 270s [rustix 0.38.37] cargo:rustc-cfg=libc 270s [rustix 0.38.37] cargo:rustc-cfg=linux_like 270s [rustix 0.38.37] cargo:rustc-cfg=linux_kernel 270s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM 270s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC 270s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC 270s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD 270s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_MIRI 270s Compiling anstyle-parse v0.2.1 270s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.4SsL6FRt4F/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=d0c73c4af772649f -C extra-filename=-d0c73c4af772649f --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern utf8parse=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 270s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 270s Compiling rand_core v0.6.4 270s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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. 270s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.4SsL6FRt4F/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=3c7246ca3f419bbc -C extra-filename=-3c7246ca3f419bbc --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern getrandom=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 270s warning: unexpected `cfg` condition name: `doc_cfg` 270s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:38:13 270s | 270s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 270s | ^^^^^^^ 270s | 270s = 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` 270s = help: consider using a Cargo feature instead 270s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 270s [lints.rust] 270s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 270s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 270s = note: see for more information about checking conditional configuration 270s = note: `#[warn(unexpected_cfgs)]` on by default 270s 270s warning: unexpected `cfg` condition name: `doc_cfg` 270s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:50:16 270s | 270s 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 270s | ^^^^^^^ 270s | 270s = help: consider using a Cargo feature instead 270s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 270s [lints.rust] 270s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 270s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 270s = note: see for more information about checking conditional configuration 270s 270s warning: unexpected `cfg` condition name: `doc_cfg` 270s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:64:16 270s | 270s 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 270s | ^^^^^^^ 270s | 270s = help: consider using a Cargo feature instead 270s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 270s [lints.rust] 270s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 270s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 270s = note: see for more information about checking conditional configuration 270s 270s warning: unexpected `cfg` condition name: `doc_cfg` 270s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:75:16 270s | 270s 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 270s | ^^^^^^^ 270s | 270s = help: consider using a Cargo feature instead 270s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 270s [lints.rust] 270s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 270s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 270s = note: see for more information about checking conditional configuration 270s 270s warning: unexpected `cfg` condition name: `doc_cfg` 270s --> /usr/share/cargo/registry/rand_core-0.6.4/src/os.rs:46:12 270s | 270s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 270s | ^^^^^^^ 270s | 270s = help: consider using a Cargo feature instead 270s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 270s [lints.rust] 270s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 270s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 270s = note: see for more information about checking conditional configuration 270s 270s warning: unexpected `cfg` condition name: `doc_cfg` 270s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:411:16 270s | 270s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 270s | ^^^^^^^ 270s | 270s = help: consider using a Cargo feature instead 270s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 270s [lints.rust] 270s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 270s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 270s = note: see for more information about checking conditional configuration 270s 270s warning: `rand_core` (lib) generated 7 warnings (1 duplicate) 270s Compiling errno v0.3.8 270s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/errno-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/errno-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name errno --edition=2018 /tmp/tmp.4SsL6FRt4F/registry/errno-0.3.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a511b7e92317ca2a -C extra-filename=-a511b7e92317ca2a --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern libc=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 270s warning: unexpected `cfg` condition value: `bitrig` 270s --> /usr/share/cargo/registry/errno-0.3.8/src/unix.rs:77:13 270s | 270s 77 | target_os = "bitrig", 270s | ^^^^^^^^^^^^^^^^^^^^ 270s | 270s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 270s = note: see for more information about checking conditional configuration 270s = note: `#[warn(unexpected_cfgs)]` on by default 270s 270s warning: `errno` (lib) generated 2 warnings (1 duplicate) 270s Compiling colorchoice v1.0.0 270s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.4SsL6FRt4F/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=e265feadf5f02527 -C extra-filename=-e265feadf5f02527 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 270s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 270s Compiling anstyle v1.0.8 270s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.4SsL6FRt4F/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=bd63b594ac2d723a -C extra-filename=-bd63b594ac2d723a --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 270s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 270s Compiling anstyle-query v1.0.0 270s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.4SsL6FRt4F/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=635bcba2223d27a9 -C extra-filename=-635bcba2223d27a9 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 270s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 270s Compiling bitflags v2.8.0 270s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/bitflags-2.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/bitflags-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 270s ' 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.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/bitflags-2.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=65f3f529c7b65778 -C extra-filename=-65f3f529c7b65778 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 271s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 271s Compiling autocfg v1.1.0 271s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.4SsL6FRt4F/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=9ebcd9511383083c -C extra-filename=-9ebcd9511383083c --out-dir /tmp/tmp.4SsL6FRt4F/target/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --cap-lints warn` 271s Compiling linux-raw-sys v0.4.14 271s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=linux_raw_sys CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/linux-raw-sys-0.4.14 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/linux-raw-sys-0.4.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Generated bindings for Linux'\''s userspace API' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linux-raw-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/linux-raw-sys' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name linux_raw_sys --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/linux-raw-sys-0.4.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 --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=2bb16f6e075500a3 -C extra-filename=-2bb16f6e075500a3 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 271s warning: `linux-raw-sys` (lib) generated 1 warning (1 duplicate) 271s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps OUT_DIR=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out rustc --crate-name rustix --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/rustix-0.38.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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=618570c61329ef4d -C extra-filename=-618570c61329ef4d --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern bitflags=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern libc_errno=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/liberrno-a511b7e92317ca2a.rmeta --extern libc=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern linux_raw_sys=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/liblinux_raw_sys-2bb16f6e075500a3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg static_assertions --cfg libc --cfg linux_like --cfg linux_kernel` 274s warning: `rustix` (lib) generated 1 warning (1 duplicate) 274s Compiling num-traits v0.2.19 274s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/num-traits-0.2.19/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8f779d9fad25b2ca -C extra-filename=-8f779d9fad25b2ca --out-dir /tmp/tmp.4SsL6FRt4F/target/debug/build/num-traits-8f779d9fad25b2ca -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern autocfg=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 274s Compiling zerocopy-derive v0.7.34 274s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/zerocopy-derive-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name zerocopy_derive --edition=2018 /tmp/tmp.4SsL6FRt4F/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=b189ac5e62037dd3 -C extra-filename=-b189ac5e62037dd3 --out-dir /tmp/tmp.4SsL6FRt4F/target/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern proc_macro2=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 274s Compiling anstream v0.6.15 274s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.4SsL6FRt4F/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=7c9e2996227bea0c -C extra-filename=-7c9e2996227bea0c --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern anstyle=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern anstyle_parse=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-d0c73c4af772649f.rmeta --extern anstyle_query=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-635bcba2223d27a9.rmeta --extern colorchoice=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-e265feadf5f02527.rmeta --extern utf8parse=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 274s | 274s 48 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s = note: `#[warn(unexpected_cfgs)]` on by default 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 274s | 274s 53 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 274s | 274s 4 | #[cfg(not(all(windows, feature = "wincon")))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 274s | 274s 8 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 274s | 274s 46 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 274s | 274s 58 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 274s | 274s 5 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 274s | 274s 27 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 274s | 274s 137 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 274s | 274s 143 | #[cfg(not(all(windows, feature = "wincon")))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 274s | 274s 155 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 274s | 274s 166 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 274s | 274s 180 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 274s | 274s 225 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 274s | 274s 243 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 274s | 274s 260 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 274s | 274s 269 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 274s | 274s 279 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 274s | 274s 288 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: unexpected `cfg` condition value: `wincon` 274s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 274s | 274s 298 | #[cfg(all(windows, feature = "wincon"))] 274s | ^^^^^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `auto`, `default`, and `test` 274s = help: consider adding `wincon` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 274s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 274s Compiling fastrand v2.1.1 274s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/fastrand-2.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name fastrand --edition=2018 /tmp/tmp.4SsL6FRt4F/registry/fastrand-2.1.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"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b0f30b63d6f103db -C extra-filename=-b0f30b63d6f103db --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 274s warning: unexpected `cfg` condition value: `js` 274s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:202:5 274s | 274s 202 | feature = "js" 274s | ^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `alloc`, `default`, and `std` 274s = help: consider adding `js` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s = note: `#[warn(unexpected_cfgs)]` on by default 274s 274s warning: unexpected `cfg` condition value: `js` 274s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:214:9 274s | 274s 214 | not(feature = "js") 274s | ^^^^^^^^^^^^^^ 274s | 274s = note: expected values for `feature` are: `alloc`, `default`, and `std` 274s = help: consider adding `js` as a feature in `Cargo.toml` 274s = note: see for more information about checking conditional configuration 274s 275s warning: `fastrand` (lib) generated 3 warnings (1 duplicate) 275s Compiling heck v0.4.1 275s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.4SsL6FRt4F/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=780ed41701172964 -C extra-filename=-780ed41701172964 --out-dir /tmp/tmp.4SsL6FRt4F/target/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --cap-lints warn` 275s Compiling strsim v0.11.1 275s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/strsim-0.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, 275s OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. 275s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name strsim --edition=2015 /tmp/tmp.4SsL6FRt4F/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=82ccb15448986101 -C extra-filename=-82ccb15448986101 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 275s warning: `strsim` (lib) generated 1 warning (1 duplicate) 275s Compiling once_cell v1.20.2 275s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=10428cb1410dd925 -C extra-filename=-10428cb1410dd925 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 275s Compiling zerocopy v0.7.34 275s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/zerocopy-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name zerocopy --edition=2018 /tmp/tmp.4SsL6FRt4F/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=0a1d0339be49b6e6 -C extra-filename=-0a1d0339be49b6e6 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern byteorder=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-89ebf31d1f97ee77.rmeta --extern zerocopy_derive=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libzerocopy_derive-b189ac5e62037dd3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 275s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 275s Compiling clap_lex v0.7.4 275s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/clap_lex-0.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name clap_lex --edition=2021 /tmp/tmp.4SsL6FRt4F/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=fa2bd56e1b2ff099 -C extra-filename=-fa2bd56e1b2ff099 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/util.rs:597:32 275s | 275s 597 | let remainder = t.addr() % mem::align_of::(); 275s | ^^^^^^^^^^^^^^^^^^ 275s | 275s note: the lint level is defined here 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:174:5 275s | 275s 174 | unused_qualifications, 275s | ^^^^^^^^^^^^^^^^^^^^^ 275s help: remove the unnecessary path segments 275s | 275s 597 - let remainder = t.addr() % mem::align_of::(); 275s 597 + let remainder = t.addr() % align_of::(); 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:333:35 275s | 275s 333 | const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 275s | ^^^^^^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 333 - const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 275s 333 + const POINTER_WIDTH_BITS: usize = size_of::() * 8; 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:488:44 275s | 275s 488 | align: match NonZeroUsize::new(mem::align_of::()) { 275s | ^^^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 488 - align: match NonZeroUsize::new(mem::align_of::()) { 275s 488 + align: match NonZeroUsize::new(align_of::()) { 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:492:49 275s | 275s 492 | size_info: SizeInfo::Sized { _size: mem::size_of::() }, 275s | ^^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 492 - size_info: SizeInfo::Sized { _size: mem::size_of::() }, 275s 492 + size_info: SizeInfo::Sized { _size: size_of::() }, 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:511:44 275s | 275s 511 | align: match NonZeroUsize::new(mem::align_of::()) { 275s | ^^^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 511 - align: match NonZeroUsize::new(mem::align_of::()) { 275s 511 + align: match NonZeroUsize::new(align_of::()) { 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:517:29 275s | 275s 517 | _elem_size: mem::size_of::(), 275s | ^^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 517 - _elem_size: mem::size_of::(), 275s 517 + _elem_size: size_of::(), 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:1418:19 275s | 275s 1418 | let len = mem::size_of_val(self); 275s | ^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 1418 - let len = mem::size_of_val(self); 275s 1418 + let len = size_of_val(self); 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2714:19 275s | 275s 2714 | let len = mem::size_of_val(self); 275s | ^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 2714 - let len = mem::size_of_val(self); 275s 2714 + let len = size_of_val(self); 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2789:19 275s | 275s 2789 | let len = mem::size_of_val(self); 275s | ^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 2789 - let len = mem::size_of_val(self); 275s 2789 + let len = size_of_val(self); 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2863:27 275s | 275s 2863 | if bytes.len() != mem::size_of_val(self) { 275s | ^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 2863 - if bytes.len() != mem::size_of_val(self) { 275s 2863 + if bytes.len() != size_of_val(self) { 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2920:20 275s | 275s 2920 | let size = mem::size_of_val(self); 275s | ^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 2920 - let size = mem::size_of_val(self); 275s 2920 + let size = size_of_val(self); 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2981:45 275s | 275s 2981 | let start = bytes.len().checked_sub(mem::size_of_val(self))?; 275s | ^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 2981 - let start = bytes.len().checked_sub(mem::size_of_val(self))?; 275s 2981 + let start = bytes.len().checked_sub(size_of_val(self))?; 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4161:27 275s | 275s 4161 | if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 275s | ^^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 4161 - if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 275s 4161 + if bytes.len() != size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4176:26 275s | 275s 4176 | if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 275s | ^^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 4176 - if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 275s 4176 + if bytes.len() < size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4179:46 275s | 275s 4179 | let (bytes, suffix) = bytes.split_at(mem::size_of::()); 275s | ^^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 4179 - let (bytes, suffix) = bytes.split_at(mem::size_of::()); 275s 4179 + let (bytes, suffix) = bytes.split_at(size_of::()); 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4194:46 275s | 275s 4194 | let split_at = bytes_len.checked_sub(mem::size_of::())?; 275s | ^^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 4194 - let split_at = bytes_len.checked_sub(mem::size_of::())?; 275s 4194 + let split_at = bytes_len.checked_sub(size_of::())?; 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4221:26 275s | 275s 4221 | .checked_rem(mem::size_of::()) 275s | ^^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 4221 - .checked_rem(mem::size_of::()) 275s 4221 + .checked_rem(size_of::()) 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4243:34 275s | 275s 4243 | let expected_len = match mem::size_of::().checked_mul(count) { 275s | ^^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 4243 - let expected_len = match mem::size_of::().checked_mul(count) { 275s 4243 + let expected_len = match size_of::().checked_mul(count) { 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4268:34 275s | 275s 4268 | let expected_len = match mem::size_of::().checked_mul(count) { 275s | ^^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 4268 - let expected_len = match mem::size_of::().checked_mul(count) { 275s 4268 + let expected_len = match size_of::().checked_mul(count) { 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4795:25 275s | 275s 4795 | let elem_size = mem::size_of::(); 275s | ^^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 4795 - let elem_size = mem::size_of::(); 275s 4795 + let elem_size = size_of::(); 275s | 275s 275s warning: unnecessary qualification 275s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4825:25 275s | 275s 4825 | let elem_size = mem::size_of::(); 275s | ^^^^^^^^^^^^^^^^^ 275s | 275s help: remove the unnecessary path segments 275s | 275s 4825 - let elem_size = mem::size_of::(); 275s 4825 + let elem_size = size_of::(); 275s | 275s 276s warning: `clap_lex` (lib) generated 1 warning (1 duplicate) 276s Compiling serde v1.0.217 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.4SsL6FRt4F/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=38632fcebcd2e122 -C extra-filename=-38632fcebcd2e122 --out-dir /tmp/tmp.4SsL6FRt4F/target/debug/build/serde-38632fcebcd2e122 -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --cap-lints warn` 276s warning: `zerocopy` (lib) generated 22 warnings (1 duplicate) 276s Compiling ppv-lite86 v0.2.20 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name ppv_lite86 --edition=2021 /tmp/tmp.4SsL6FRt4F/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=46846b3a35f9ec97 -C extra-filename=-46846b3a35f9ec97 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern zerocopy=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libzerocopy-0a1d0339be49b6e6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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.4SsL6FRt4F/target/debug/deps:/tmp/tmp.4SsL6FRt4F/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/build/serde-025b4691b550faf6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.4SsL6FRt4F/target/debug/build/serde-38632fcebcd2e122/build-script-build` 276s [serde 1.0.217] cargo:rerun-if-changed=build.rs 276s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 276s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 276s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 276s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 276s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 276s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 276s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 276s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 276s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 276s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 276s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 276s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 276s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 276s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 276s Compiling clap_builder v4.5.23 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/clap_builder-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name clap_builder --edition=2021 /tmp/tmp.4SsL6FRt4F/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=032ce5b53f6cfa87 -C extra-filename=-032ce5b53f6cfa87 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern anstream=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libanstream-7c9e2996227bea0c.rmeta --extern anstyle=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern clap_lex=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libclap_lex-fa2bd56e1b2ff099.rmeta --extern strsim=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libstrsim-82ccb15448986101.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 276s warning: `ppv-lite86` (lib) generated 1 warning (1 duplicate) 276s Compiling rand_chacha v0.3.1 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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 276s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name rand_chacha --edition=2018 /tmp/tmp.4SsL6FRt4F/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=7246cd0addc4c9af -C extra-filename=-7246cd0addc4c9af --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern ppv_lite86=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libppv_lite86-46846b3a35f9ec97.rmeta --extern rand_core=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 276s warning: `rand_chacha` (lib) generated 1 warning (1 duplicate) 276s Compiling tempfile v3.15.0 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/tempfile-3.15.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/tempfile-3.15.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.15.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name tempfile --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/tempfile-3.15.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="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=5dc28daefecc49d5 -C extra-filename=-5dc28daefecc49d5 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern cfg_if=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern fastrand=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libfastrand-b0f30b63d6f103db.rmeta --extern getrandom=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.rmeta --extern once_cell=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-10428cb1410dd925.rmeta --extern rustix=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/librustix-618570c61329ef4d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 277s warning: `tempfile` (lib) generated 1 warning (1 duplicate) 277s Compiling clap_derive v4.5.18 277s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name clap_derive --edition=2021 /tmp/tmp.4SsL6FRt4F/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=4a713c6233619637 -C extra-filename=-4a713c6233619637 --out-dir /tmp/tmp.4SsL6FRt4F/target/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern heck=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libheck-780ed41701172964.rlib --extern proc_macro2=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 280s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.4SsL6FRt4F/target/debug/deps:/tmp/tmp.4SsL6FRt4F/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.4SsL6FRt4F/target/debug/build/num-traits-8f779d9fad25b2ca/build-script-build` 280s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 280s [num-traits 0.2.19] | 280s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 280s [num-traits 0.2.19] 280s [num-traits 0.2.19] warning: 1 warning emitted 280s [num-traits 0.2.19] 280s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 280s [num-traits 0.2.19] | 280s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 280s [num-traits 0.2.19] 280s [num-traits 0.2.19] warning: 1 warning emitted 280s [num-traits 0.2.19] 280s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 280s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 280s Compiling wait-timeout v0.2.0 280s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wait_timeout CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/wait-timeout-0.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/wait-timeout-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A crate to wait on a child process with a timeout specified across Unix and 280s Windows platforms. 280s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wait-timeout CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_RUST_VERSION='' 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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name wait_timeout --edition=2015 /tmp/tmp.4SsL6FRt4F/registry/wait-timeout-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())' -C metadata=c8041ffbea216b96 -C extra-filename=-c8041ffbea216b96 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern libc=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 280s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 280s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:27:23 280s | 280s 27 | use std::sync::{Once, ONCE_INIT, Mutex}; 280s | ^^^^^^^^^ 280s | 280s note: the lint level is defined here 280s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/lib.rs:31:23 280s | 280s 31 | #![deny(missing_docs, warnings)] 280s | ^^^^^^^^ 280s = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` 280s 280s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 280s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:32:21 280s | 280s 32 | static INIT: Once = ONCE_INIT; 280s | ^^^^^^^^^ 280s | 280s help: replace the use of the deprecated constant 280s | 280s 32 | static INIT: Once = Once::new(); 280s | ~~~~~~~~~~~ 280s 280s warning: `wait-timeout` (lib) generated 3 warnings (1 duplicate) 280s Compiling num_cpus v1.16.0 280s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name num_cpus --edition=2015 /tmp/tmp.4SsL6FRt4F/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=03fb9cccb91f1eb8 -C extra-filename=-03fb9cccb91f1eb8 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern libc=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 280s warning: unexpected `cfg` condition value: `nacl` 280s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:355:5 280s | 280s 355 | target_os = "nacl", 280s | ^^^^^^^^^^^^^^^^^^ 280s | 280s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 280s = note: see for more information about checking conditional configuration 280s = note: `#[warn(unexpected_cfgs)]` on by default 280s 280s warning: unexpected `cfg` condition value: `nacl` 280s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:437:5 280s | 280s 437 | target_os = "nacl", 280s | ^^^^^^^^^^^^^^^^^^ 280s | 280s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 280s = note: see for more information about checking conditional configuration 280s 280s warning: `num_cpus` (lib) generated 3 warnings (1 duplicate) 280s Compiling quick-error v2.0.1 280s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quick_error CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/quick-error-2.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/quick-error-2.0.1/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets :Colin Kiegel ' CARGO_PKG_DESCRIPTION=' A macro which makes error types pleasant to write. 280s ' CARGO_PKG_HOMEPAGE='http://github.com/tailhook/quick-error' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-error CARGO_PKG_README='' CARGO_PKG_REPOSITORY='http://github.com/tailhook/quick-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name quick_error --edition=2018 /tmp/tmp.4SsL6FRt4F/registry/quick-error-2.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=78f4ccd4ae208433 -C extra-filename=-78f4ccd4ae208433 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 281s warning: `quick-error` (lib) generated 1 warning (1 duplicate) 281s Compiling serde_json v1.0.133 281s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/serde_json-1.0.133/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=2fa85724bf02f5ac -C extra-filename=-2fa85724bf02f5ac --out-dir /tmp/tmp.4SsL6FRt4F/target/debug/build/serde_json-2fa85724bf02f5ac -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --cap-lints warn` 281s Compiling bit-vec v0.8.0 281s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_vec CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/bit-vec-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/bit-vec-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A vector of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-vec' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-vec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-vec' 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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name bit_vec --edition=2015 /tmp/tmp.4SsL6FRt4F/registry/bit-vec-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=f5a472a8e3d383f4 -C extra-filename=-f5a472a8e3d383f4 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 281s warning: unexpected `cfg` condition value: `borsh` 281s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:102:7 281s | 281s 102 | #[cfg(feature = "borsh")] 281s | ^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 281s = help: consider adding `borsh` 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 value: `miniserde` 281s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:104:7 281s | 281s 104 | #[cfg(feature = "miniserde")] 281s | ^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 281s = help: consider adding `miniserde` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `nanoserde` 281s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:106:7 281s | 281s 106 | #[cfg(feature = "nanoserde")] 281s | ^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 281s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `nanoserde` 281s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:108:7 281s | 281s 108 | #[cfg(feature = "nanoserde")] 281s | ^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 281s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `borsh` 281s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:238:5 281s | 281s 238 | feature = "borsh", 281s | ^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 281s = help: consider adding `borsh` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `miniserde` 281s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:242:5 281s | 281s 242 | feature = "miniserde", 281s | ^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 281s = help: consider adding `miniserde` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: unexpected `cfg` condition value: `nanoserde` 281s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:246:5 281s | 281s 246 | feature = "nanoserde", 281s | ^^^^^^^^^^^^^^^^^^^^^ 281s | 281s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 281s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 281s = note: see for more information about checking conditional configuration 281s 281s warning: `clap_builder` (lib) generated 1 warning (1 duplicate) 281s Compiling fnv v1.0.7 281s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/fnv-1.0.7 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name fnv --edition=2015 /tmp/tmp.4SsL6FRt4F/registry/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a68fdaac9d04d051 -C extra-filename=-a68fdaac9d04d051 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 281s warning: `fnv` (lib) generated 1 warning (1 duplicate) 281s Compiling rusty-fork v0.3.0 281s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rusty_fork CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/rusty-fork-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/rusty-fork-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Cross-platform library for running Rust tests in sub-processes using a 281s fork-like interface. 281s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rusty-fork CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/altsysrq/rusty-fork' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name rusty_fork --edition=2018 /tmp/tmp.4SsL6FRt4F/registry/rusty-fork-0.3.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="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=66f38081ff4ed394 -C extra-filename=-66f38081ff4ed394 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern fnv=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libfnv-a68fdaac9d04d051.rmeta --extern quick_error=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libquick_error-78f4ccd4ae208433.rmeta --extern tempfile=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern wait_timeout=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libwait_timeout-c8041ffbea216b96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 281s warning: `bit-vec` (lib) generated 8 warnings (1 duplicate) 281s Compiling bit-set v0.8.0 281s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_set CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/bit-set-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/bit-set-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A set of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-set' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-set CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-set' 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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name bit_set --edition=2015 /tmp/tmp.4SsL6FRt4F/registry/bit-set-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=89b3c1c57b5a03ce -C extra-filename=-89b3c1c57b5a03ce --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern bit_vec=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 281s warning: `bit-set` (lib) generated 1 warning (1 duplicate) 281s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.4SsL6FRt4F/target/debug/deps:/tmp/tmp.4SsL6FRt4F/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.4SsL6FRt4F/target/debug/build/serde_json-2fa85724bf02f5ac/build-script-build` 281s [serde_json 1.0.133] cargo:rerun-if-changed=build.rs 281s [serde_json 1.0.133] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) 281s [serde_json 1.0.133] cargo:rustc-cfg=fast_arithmetic="64" 281s Compiling threadpool v1.8.1 281s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=threadpool CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/threadpool-1.8.1 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/threadpool-1.8.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Corey Farwell :Stefan Schindler ' CARGO_PKG_DESCRIPTION='A thread pool for running a number of jobs on a fixed set of worker threads. 281s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=threadpool CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name threadpool --edition=2015 /tmp/tmp.4SsL6FRt4F/registry/threadpool-1.8.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=4f7b0bed022b0d96 -C extra-filename=-4f7b0bed022b0d96 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern num_cpus=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libnum_cpus-03fb9cccb91f1eb8.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 281s warning: trait objects without an explicit `dyn` are deprecated 281s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:99:22 281s | 281s 99 | type Thunk<'a> = Box; 281s | ^^^^^^^^^^^^^^^^^ 281s | 281s = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! 281s = note: for more information, see 281s = note: `#[warn(bare_trait_objects)]` on by default 281s help: if this is a dyn-compatible trait, use `dyn` 281s | 281s 99 | type Thunk<'a> = Box; 281s | +++ 281s 281s warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead 281s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:631:42 281s | 281s 631 | self.shared_data.join_generation.compare_and_swap( 281s | ^^^^^^^^^^^^^^^^ 281s | 281s = note: `#[warn(deprecated)]` on by default 281s 281s warning: `rusty-fork` (lib) generated 1 warning (1 duplicate) 281s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps OUT_DIR=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/num-traits-0.2.19/src/lib.rs --error-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", "i128", "libm", "std"))' -C metadata=0a13ea327a69f660 -C extra-filename=-0a13ea327a69f660 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 281s warning: `threadpool` (lib) generated 3 warnings (1 duplicate) 281s Compiling clap v4.5.23 281s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/clap-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name clap --edition=2021 /tmp/tmp.4SsL6FRt4F/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=355e5f7a560067a6 -C extra-filename=-355e5f7a560067a6 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern clap_builder=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libclap_builder-032ce5b53f6cfa87.rmeta --extern clap_derive=/tmp/tmp.4SsL6FRt4F/target/debug/deps/libclap_derive-4a713c6233619637.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 281s warning: unexpected `cfg` condition name: `has_total_cmp` 281s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 281s | 281s 2305 | #[cfg(has_total_cmp)] 281s | ^^^^^^^^^^^^^ 281s ... 281s 2325 | totalorder_impl!(f64, i64, u64, 64); 281s | ----------------------------------- in this macro invocation 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(has_total_cmp)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 281s = note: see for more information about checking conditional configuration 281s = note: `#[warn(unexpected_cfgs)]` on by default 281s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 281s 281s warning: unexpected `cfg` condition name: `has_total_cmp` 281s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 281s | 281s 2311 | #[cfg(not(has_total_cmp))] 281s | ^^^^^^^^^^^^^ 281s ... 281s 2325 | totalorder_impl!(f64, i64, u64, 64); 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(has_total_cmp)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` 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 `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 281s 281s warning: unexpected `cfg` condition name: `has_total_cmp` 281s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 281s | 281s 2305 | #[cfg(has_total_cmp)] 281s | ^^^^^^^^^^^^^ 281s ... 281s 2326 | totalorder_impl!(f32, i32, u32, 32); 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(has_total_cmp)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` 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 `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 281s 281s warning: unexpected `cfg` condition name: `has_total_cmp` 281s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 281s | 281s 2311 | #[cfg(not(has_total_cmp))] 281s | ^^^^^^^^^^^^^ 281s ... 281s 2326 | totalorder_impl!(f32, i32, u32, 32); 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(has_total_cmp)'] } 281s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` 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 `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 281s 282s warning: unexpected `cfg` condition value: `unstable-doc` 282s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:93:7 282s | 282s 93 | #[cfg(feature = "unstable-doc")] 282s | ^^^^^^^^^^-------------- 282s | | 282s | help: there is a expected value with a similar name: `"unstable-ext"` 282s | 282s = 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` 282s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s = note: `#[warn(unexpected_cfgs)]` on by default 282s 282s warning: unexpected `cfg` condition value: `unstable-doc` 282s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:95:7 282s | 282s 95 | #[cfg(feature = "unstable-doc")] 282s | ^^^^^^^^^^-------------- 282s | | 282s | help: there is a expected value with a similar name: `"unstable-ext"` 282s | 282s = 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` 282s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `unstable-doc` 282s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:97:7 282s | 282s 97 | #[cfg(feature = "unstable-doc")] 282s | ^^^^^^^^^^-------------- 282s | | 282s | help: there is a expected value with a similar name: `"unstable-ext"` 282s | 282s = 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` 282s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `unstable-doc` 282s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:99:7 282s | 282s 99 | #[cfg(feature = "unstable-doc")] 282s | ^^^^^^^^^^-------------- 282s | | 282s | help: there is a expected value with a similar name: `"unstable-ext"` 282s | 282s = 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` 282s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `unstable-doc` 282s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:101:7 282s | 282s 101 | #[cfg(feature = "unstable-doc")] 282s | ^^^^^^^^^^-------------- 282s | | 282s | help: there is a expected value with a similar name: `"unstable-ext"` 282s | 282s = 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` 282s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: `clap` (lib) generated 6 warnings (1 duplicate) 282s Compiling rand v0.8.5 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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. 282s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.4SsL6FRt4F/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="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --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=b359ea3ff641bf46 -C extra-filename=-b359ea3ff641bf46 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern libc=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern rand_chacha=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_core=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:52:13 282s | 282s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s = note: `#[warn(unexpected_cfgs)]` on by default 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:53:13 282s | 282s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 282s | ^^^^^^^ 282s | 282s = 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` 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/mod.rs:116:12 282s | 282s 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 282s | ^^^^^^^ 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `features` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 282s | 282s 162 | #[cfg(features = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: see for more information about checking conditional configuration 282s help: there is a config with a similar name and value 282s | 282s 162 | #[cfg(feature = "nightly")] 282s | ~~~~~~~ 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:15:7 282s | 282s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:156:7 282s | 282s 156 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:158:7 282s | 282s 158 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:160:7 282s | 282s 160 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:162:7 282s | 282s 162 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:165:7 282s | 282s 165 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:167:7 282s | 282s 167 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:169:7 282s | 282s 169 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:13:32 282s | 282s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:15:35 282s | 282s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:19:7 282s | 282s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:112:7 282s | 282s 112 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:142:7 282s | 282s 142 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:144:7 282s | 282s 144 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:146:7 282s | 282s 146 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:148:7 282s | 282s 148 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:150:7 282s | 282s 150 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:152:7 282s | 282s 152 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:155:5 282s | 282s 155 | feature = "simd_support", 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:11:7 282s | 282s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:144:7 282s | 282s 144 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `std` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:235:11 282s | 282s 235 | #[cfg(not(std))] 282s | ^^^ help: found config with similar value: `feature = "std"` 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:363:7 282s | 282s 363 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:423:7 282s | 282s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 282s | ^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:424:7 282s | 282s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 282s | ^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:425:7 282s | 282s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 282s | ^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:426:7 282s | 282s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 282s | ^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:427:7 282s | 282s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 282s | ^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:428:7 282s | 282s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 282s | ^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:429:7 282s | 282s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 282s | ^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `std` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 282s | 282s 291 | #[cfg(not(std))] 282s | ^^^ help: found config with similar value: `feature = "std"` 282s ... 282s 359 | scalar_float_impl!(f32, u32); 282s | ---------------------------- in this macro invocation 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 282s 282s warning: unexpected `cfg` condition name: `std` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 282s | 282s 291 | #[cfg(not(std))] 282s | ^^^ help: found config with similar value: `feature = "std"` 282s ... 282s 360 | scalar_float_impl!(f64, u64); 282s | ---------------------------- in this macro invocation 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:80:12 282s | 282s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 282s | ^^^^^^^ 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:429:12 282s | 282s 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 282s | ^^^^^^^ 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 282s | 282s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 282s | 282s 572 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 282s | 282s 679 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 282s | 282s 687 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 282s | 282s 696 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 282s | 282s 706 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 282s | 282s 1001 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 282s | 282s 1003 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 282s | 282s 1005 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 282s | 282s 1007 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 282s | 282s 1010 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 282s | 282s 1012 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `simd_support` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 282s | 282s 1014 | #[cfg(feature = "simd_support")] 282s | ^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = 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` 282s = help: consider adding `simd_support` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/rng.rs:395:12 282s | 282s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 282s | ^^^^^^^ 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:99:12 282s | 282s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 282s | ^^^^^^^ 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:118:12 282s | 282s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 282s | ^^^^^^^ 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:29:12 282s | 282s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 282s | ^^^^^^^ 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:623:12 282s | 282s 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 282s | ^^^^^^^ 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/index.rs:276:12 282s | 282s 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 282s | ^^^^^^^ 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:114:16 282s | 282s 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 282s | ^^^^^^^ 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:142:16 282s | 282s 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 282s | ^^^^^^^ 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:170:16 282s | 282s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 282s | ^^^^^^^ 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:219:16 282s | 282s 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 282s | ^^^^^^^ 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition name: `doc_cfg` 282s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:465:16 282s | 282s 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 282s | ^^^^^^^ 282s | 282s = help: consider using a Cargo feature instead 282s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 282s [lints.rust] 282s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s 282s warning: trait `Float` is never used 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:238:18 282s | 282s 238 | pub(crate) trait Float: Sized { 282s | ^^^^^ 282s | 282s = note: `#[warn(dead_code)]` on by default 282s 282s warning: associated items `lanes`, `extract`, and `replace` are never used 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:247:8 282s | 282s 245 | pub(crate) trait FloatAsSIMD: Sized { 282s | ----------- associated items in this trait 282s 246 | #[inline(always)] 282s 247 | fn lanes() -> usize { 282s | ^^^^^ 282s ... 282s 255 | fn extract(self, index: usize) -> Self { 282s | ^^^^^^^ 282s ... 282s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 282s | ^^^^^^^ 282s 282s warning: method `all` is never used 282s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:268:8 282s | 282s 266 | pub(crate) trait BoolAsSIMD: Sized { 282s | ---------- method in this trait 282s 267 | fn any(self) -> bool; 282s 268 | fn all(self) -> bool; 282s | ^^^ 282s 282s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps OUT_DIR=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/build/serde-025b4691b550faf6/out rustc --crate-name serde --edition=2018 /tmp/tmp.4SsL6FRt4F/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=6514dc5edea52c62 -C extra-filename=-6514dc5edea52c62 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/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)'` 282s warning: `rand` (lib) generated 66 warnings (1 duplicate) 282s Compiling rand_xorshift v0.3.0 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_xorshift CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/rand_xorshift-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/rand_xorshift-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Xorshift random number generator 282s ' 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_xorshift CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name rand_xorshift --edition=2018 /tmp/tmp.4SsL6FRt4F/registry/rand_xorshift-0.3.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("serde", "serde1"))' -C metadata=6f9a9169531a5b9a -C extra-filename=-6f9a9169531a5b9a --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern rand_core=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: `rand_xorshift` (lib) generated 1 warning (1 duplicate) 282s Compiling escape8259 v0.5.3 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=escape8259 CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/escape8259-0.5.3 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/escape8259-0.5.3/Cargo.toml CARGO_PKG_AUTHORS='Eric Seppanen ' CARGO_PKG_DESCRIPTION='RFC8259-compliant string escaping and un-escaping' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=escape8259 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/ericseppanen/escape8259' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name escape8259 --edition=2018 /tmp/tmp.4SsL6FRt4F/registry/escape8259-0.5.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=f476162e42fd9d7f -C extra-filename=-f476162e42fd9d7f --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: `escape8259` (lib) generated 1 warning (1 duplicate) 282s Compiling unarray v0.1.4 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unarray CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/unarray-0.1.4 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/unarray-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for working with uninitialized arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unarray CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cameron1024/unarray' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name unarray --edition=2018 /tmp/tmp.4SsL6FRt4F/registry/unarray-0.1.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())' -C metadata=4bc01abf17def2c3 -C extra-filename=-4bc01abf17def2c3 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: `unarray` (lib) generated 1 warning (1 duplicate) 282s Compiling memchr v2.7.4 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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 282s 1, 2 or 3 byte search and single substring search. 282s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9dfbaa7dc96bc3ae -C extra-filename=-9dfbaa7dc96bc3ae --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 283s warning: `memchr` (lib) generated 1 warning (1 duplicate) 283s Compiling ryu v1.0.19 283s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/ryu-1.0.19 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/ryu-1.0.19/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.19 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name ryu --edition=2018 /tmp/tmp.4SsL6FRt4F/registry/ryu-1.0.19/src/lib.rs --error-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", "small"))' -C metadata=c01778dbd79acb0e -C extra-filename=-c01778dbd79acb0e --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 283s warning: `ryu` (lib) generated 1 warning (1 duplicate) 283s Compiling hashbrown v0.14.5 283s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=abc055366cb5e49f -C extra-filename=-abc055366cb5e49f --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:14:5 283s | 283s 14 | feature = "nightly", 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s = note: `#[warn(unexpected_cfgs)]` on by default 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:39:13 283s | 283s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:40:13 283s | 283s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:49:7 283s | 283s 49 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:59:7 283s | 283s 59 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:65:11 283s | 283s 65 | #[cfg(not(feature = "nightly"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 283s | 283s 53 | #[cfg(not(feature = "nightly"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 283s | 283s 55 | #[cfg(not(feature = "nightly"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 283s | 283s 57 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 283s | 283s 3549 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 283s | 283s 3661 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 283s | 283s 3678 | #[cfg(not(feature = "nightly"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 283s | 283s 4304 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 283s | 283s 4319 | #[cfg(not(feature = "nightly"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 283s | 283s 7 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 283s | 283s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 283s | 283s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 283s | 283s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 283s | 283s 3 | #[cfg(feature = "rkyv")] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `rkyv` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:242:11 283s | 283s 242 | #[cfg(not(feature = "nightly"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:255:7 283s | 283s 255 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6517:11 283s | 283s 6517 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6523:11 283s | 283s 6523 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6591:11 283s | 283s 6591 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6597:11 283s | 283s 6597 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6651:11 283s | 283s 6651 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6657:11 283s | 283s 6657 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1359:11 283s | 283s 1359 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1365:11 283s | 283s 1365 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1383:11 283s | 283s 1383 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `nightly` 283s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1389:11 283s | 283s 1389 | #[cfg(feature = "nightly")] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 283s = help: consider adding `nightly` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 284s warning: `hashbrown` (lib) generated 32 warnings (1 duplicate) 284s Compiling equivalent v1.0.1 284s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.4SsL6FRt4F/registry/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50ee6cd9d9ded5bf -C extra-filename=-50ee6cd9d9ded5bf --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 284s warning: `equivalent` (lib) generated 1 warning (1 duplicate) 284s Compiling termcolor v1.4.1 284s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/termcolor-1.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/termcolor-1.4.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. 284s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name termcolor --edition=2018 /tmp/tmp.4SsL6FRt4F/registry/termcolor-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ae72d8ae91d429e -C extra-filename=-1ae72d8ae91d429e --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 284s warning: `termcolor` (lib) generated 1 warning (1 duplicate) 284s Compiling lazy_static v1.5.0 284s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name lazy_static --edition=2015 /tmp/tmp.4SsL6FRt4F/registry/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=fa782e2884b94cf1 -C extra-filename=-fa782e2884b94cf1 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 284s warning: elided lifetime has a name 284s --> /usr/share/cargo/registry/lazy_static-1.5.0/src/inline_lazy.rs:26:43 284s | 284s 26 | pub fn get(&'static self, f: F) -> &T 284s | ^ this elided lifetime gets resolved as `'static` 284s | 284s = note: `#[warn(elided_named_lifetimes)]` on by default 284s help: consider specifying it explicitly 284s | 284s 26 | pub fn get(&'static self, f: F) -> &'static T 284s | +++++++ 284s 284s warning: `lazy_static` (lib) generated 2 warnings (1 duplicate) 284s Compiling itoa v1.0.14 284s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.4SsL6FRt4F/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=a82a426f214c0959 -C extra-filename=-a82a426f214c0959 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 284s warning: `itoa` (lib) generated 1 warning (1 duplicate) 284s Compiling regex-syntax v0.8.5 284s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/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='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.4SsL6FRt4F/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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --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=4fc5539eea58731c -C extra-filename=-4fc5539eea58731c --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 285s warning: `serde` (lib) generated 1 warning (1 duplicate) 285s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps OUT_DIR=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out rustc --crate-name serde_json --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/serde_json-1.0.133/src/lib.rs --error-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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ef11c4b3f48fb83f -C extra-filename=-ef11c4b3f48fb83f --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern itoa=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libitoa-a82a426f214c0959.rmeta --extern memchr=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern ryu=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libryu-c01778dbd79acb0e.rmeta --extern serde=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libserde-6514dc5edea52c62.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` 286s warning: `serde_json` (lib) generated 1 warning (1 duplicate) 286s Compiling proptest v1.6.0 286s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proptest CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/proptest-1.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/proptest-1.6.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Hypothesis-like property-based testing and shrinking. 286s ' CARGO_PKG_HOMEPAGE='https://proptest-rs.github.io/proptest/proptest/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proptest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/proptest-rs/proptest' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name proptest --edition=2018 /tmp/tmp.4SsL6FRt4F/registry/proptest-1.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 --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "lazy_static", "no_std", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable"))' -C metadata=ed950dc73bb5efdf -C extra-filename=-ed950dc73bb5efdf --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern bit_set=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libbit_set-89b3c1c57b5a03ce.rmeta --extern bit_vec=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.rmeta --extern bitflags=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern lazy_static=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/liblazy_static-fa782e2884b94cf1.rmeta --extern num_traits=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-0a13ea327a69f660.rmeta --extern rand=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/librand-b359ea3ff641bf46.rmeta --extern rand_chacha=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_xorshift=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/librand_xorshift-6f9a9169531a5b9a.rmeta --extern regex_syntax=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-4fc5539eea58731c.rmeta --extern rusty_fork=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/librusty_fork-66f38081ff4ed394.rmeta --extern tempfile=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern unarray=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libunarray-4bc01abf17def2c3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 287s warning: unexpected `cfg` condition value: `attr-macro` 287s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:91:7 287s | 287s 91 | #[cfg(feature = "attr-macro")] 287s | ^^^^^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 287s = help: consider adding `attr-macro` 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: `attr-macro` 287s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:94:7 287s | 287s 94 | #[cfg(feature = "attr-macro")] 287s | ^^^^^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 287s = help: consider adding `attr-macro` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `hardware-rng` 287s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:487:9 287s | 287s 487 | feature = "hardware-rng" 287s | ^^^^^^^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 287s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `hardware-rng` 287s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:456:13 287s | 287s 456 | feature = "hardware-rng" 287s | ^^^^^^^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 287s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 288s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 288s Compiling libtest-mimic v0.7.3 288s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libtest_mimic CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/libtest-mimic-0.7.3 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/libtest-mimic-0.7.3/Cargo.toml CARGO_PKG_AUTHORS='Lukas Kalbertodt ' CARGO_PKG_DESCRIPTION='Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test` 288s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libtest-mimic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/LukasKalbertodt/libtest-mimic' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name libtest_mimic --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/libtest-mimic-0.7.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=d6b94db4ffa023fe -C extra-filename=-d6b94db4ffa023fe --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern clap=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libclap-355e5f7a560067a6.rmeta --extern escape8259=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libescape8259-f476162e42fd9d7f.rmeta --extern termcolor=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libtermcolor-1ae72d8ae91d429e.rmeta --extern threadpool=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libthreadpool-4f7b0bed022b0d96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 288s warning: struct `NoopFailurePersistence` is never constructed 288s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/failure_persistence/noop.rs:19:8 288s | 288s 19 | struct NoopFailurePersistence; 288s | ^^^^^^^^^^^^^^^^^^^^^^ 288s | 288s = note: `NoopFailurePersistence` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis 288s = note: `#[warn(dead_code)]` on by default 288s 289s warning: `libtest-mimic` (lib) generated 1 warning (1 duplicate) 289s Compiling indexmap v2.7.0 289s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=add402dbf0c10c1b -C extra-filename=-add402dbf0c10c1b --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern equivalent=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libequivalent-50ee6cd9d9ded5bf.rmeta --extern hashbrown=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libhashbrown-abc055366cb5e49f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 289s warning: unexpected `cfg` condition value: `borsh` 289s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:117:7 289s | 289s 117 | #[cfg(feature = "borsh")] 289s | ^^^^^^^^^^^^^^^^^ 289s | 289s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 289s = help: consider adding `borsh` as a feature in `Cargo.toml` 289s = note: see for more information about checking conditional configuration 289s = note: `#[warn(unexpected_cfgs)]` on by default 289s 289s warning: unexpected `cfg` condition value: `rustc-rayon` 289s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:131:7 289s | 289s 131 | #[cfg(feature = "rustc-rayon")] 289s | ^^^^^^^^^^^^^^^^^^^^^^^ 289s | 289s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 289s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 289s = note: see for more information about checking conditional configuration 289s 289s warning: unexpected `cfg` condition value: `quickcheck` 289s --> /usr/share/cargo/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 289s | 289s 38 | #[cfg(feature = "quickcheck")] 289s | ^^^^^^^^^^^^^^^^^^^^^^ 289s | 289s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 289s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 289s = note: see for more information about checking conditional configuration 289s 289s warning: unexpected `cfg` condition value: `rustc-rayon` 289s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:128:30 289s | 289s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 289s | ^^^^^^^^^^^^^^^^^^^^^^^ 289s | 289s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 289s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 289s = note: see for more information about checking conditional configuration 289s 289s warning: unexpected `cfg` condition value: `rustc-rayon` 289s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:153:30 289s | 289s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 289s | ^^^^^^^^^^^^^^^^^^^^^^^ 289s | 289s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 289s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 289s = note: see for more information about checking conditional configuration 289s 290s warning: `indexmap` (lib) generated 6 warnings (1 duplicate) 290s Compiling winnow v0.6.18 290s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=winnow CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/winnow-0.6.18 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/winnow-0.6.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=winnow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/winnow-rs/winnow' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name winnow --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/winnow-0.6.18/src/lib.rs --error-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' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --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::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' '--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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c88085f4478f35b6 -C extra-filename=-c88085f4478f35b6 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s warning: unexpected `cfg` condition value: `debug` 290s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:1:13 290s | 290s 1 | #![cfg_attr(feature = "debug", allow(clippy::std_instead_of_core))] 290s | ^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 290s = help: consider adding `debug` 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: `debug` 290s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:3:7 290s | 290s 3 | #[cfg(feature = "debug")] 290s | ^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 290s = help: consider adding `debug` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s 290s warning: unexpected `cfg` condition value: `debug` 290s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:37:16 290s | 290s 37 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 290s | ^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 290s = help: consider adding `debug` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s 290s warning: unexpected `cfg` condition value: `debug` 290s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:38:16 290s | 290s 38 | #[cfg_attr(not(feature = "debug"), allow(unused_mut))] 290s | ^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 290s = help: consider adding `debug` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s 290s warning: unexpected `cfg` condition value: `debug` 290s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:39:16 290s | 290s 39 | #[cfg_attr(not(feature = "debug"), inline(always))] 290s | ^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 290s = help: consider adding `debug` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s 290s warning: unexpected `cfg` condition value: `debug` 290s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:54:16 290s | 290s 54 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 290s | ^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 290s = help: consider adding `debug` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s 290s warning: unexpected `cfg` condition value: `debug` 290s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:79:7 290s | 290s 79 | #[cfg(feature = "debug")] 290s | ^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 290s = help: consider adding `debug` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s 290s warning: unexpected `cfg` condition value: `debug` 290s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:44:11 290s | 290s 44 | #[cfg(feature = "debug")] 290s | ^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 290s = help: consider adding `debug` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s 290s warning: unexpected `cfg` condition value: `debug` 290s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:48:15 290s | 290s 48 | #[cfg(not(feature = "debug"))] 290s | ^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 290s = help: consider adding `debug` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s 290s warning: unexpected `cfg` condition value: `debug` 290s --> /usr/share/cargo/registry/winnow-0.6.18/src/combinator/debug/mod.rs:59:11 290s | 290s 59 | #[cfg(feature = "debug")] 290s | ^^^^^^^^^^^^^^^^^ 290s | 290s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 290s = help: consider adding `debug` as a feature in `Cargo.toml` 290s = note: see for more information about checking conditional configuration 290s 292s warning: `winnow` (lib) generated 11 warnings (1 duplicate) 292s Compiling toml_datetime v0.6.8 292s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/tmp/tmp.4SsL6FRt4F/registry/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/tmp/tmp.4SsL6FRt4F/registry/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name toml_datetime --edition=2021 /tmp/tmp.4SsL6FRt4F/registry/toml_datetime-0.6.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=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::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' '--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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b05c75224d924c01 -C extra-filename=-b05c75224d924c01 --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 292s warning: `proptest` (lib) generated 6 warnings (1 duplicate) 292s warning: `toml_datetime` (lib) generated 1 warning (1 duplicate) 292s Compiling toml_edit v0.22.20 (/usr/share/cargo/registry/toml_edit-0.22.20) 292s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.4SsL6FRt4F/target/debug/deps rustc --crate-name toml_edit --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --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::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' '--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' --test --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=7f7e6449cf2a923d -C extra-filename=-7f7e6449cf2a923d --out-dir /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.4SsL6FRt4F/target/debug/deps --extern indexmap=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rlib --extern libtest_mimic=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/liblibtest_mimic-d6b94db4ffa023fe.rlib --extern proptest=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libproptest-ed950dc73bb5efdf.rlib --extern serde_json=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-ef11c4b3f48fb83f.rlib --extern toml_datetime=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libtoml_datetime-b05c75224d924c01.rlib --extern winnow=/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/libwinnow-c88085f4478f35b6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.4SsL6FRt4F/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 292s warning: unused import: `std::borrow::Cow` 292s --> src/key.rs:1:5 292s | 292s 1 | use std::borrow::Cow; 292s | ^^^^^^^^^^^^^^^^ 292s | 292s = note: `#[warn(unused_imports)]` on by default 292s 292s warning: unused import: `std::borrow::Cow` 292s --> src/repr.rs:1:5 292s | 292s 1 | use std::borrow::Cow; 292s | ^^^^^^^^^^^^^^^^ 292s 292s warning: unused import: `crate::value::DEFAULT_VALUE_DECOR` 292s --> src/table.rs:7:5 292s | 292s 7 | use crate::value::DEFAULT_VALUE_DECOR; 292s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 292s 293s warning: constant `DEFAULT_INLINE_KEY_DECOR` is never used 293s --> src/inline_table.rs:600:18 293s | 293s 600 | pub(crate) const DEFAULT_INLINE_KEY_DECOR: (&str, &str) = (" ", " "); 293s | ^^^^^^^^^^^^^^^^^^^^^^^^ 293s | 293s = note: `#[warn(dead_code)]` on by default 293s 293s warning: function `is_unquoted_char` is never used 293s --> src/parser/key.rs:99:15 293s | 293s 99 | pub(crate) fn is_unquoted_char(c: u8) -> bool { 293s | ^^^^^^^^^^^^^^^^ 293s 293s warning: methods `to_str` and `to_str_with_default` are never used 293s --> src/raw_string.rs:45:19 293s | 293s 14 | impl RawString { 293s | -------------- methods in this implementation 293s ... 293s 45 | pub(crate) fn to_str<'s>(&'s self, input: &'s str) -> &'s str { 293s | ^^^^^^ 293s ... 293s 55 | pub(crate) fn to_str_with_default<'s>( 293s | ^^^^^^^^^^^^^^^^^^^ 293s 293s warning: constant `DEFAULT_ROOT_DECOR` is never used 293s --> src/table.rs:507:18 293s | 293s 507 | pub(crate) const DEFAULT_ROOT_DECOR: (&str, &str) = ("", ""); 293s | ^^^^^^^^^^^^^^^^^^ 293s 293s warning: constant `DEFAULT_KEY_DECOR` is never used 293s --> src/table.rs:508:18 293s | 293s 508 | pub(crate) const DEFAULT_KEY_DECOR: (&str, &str) = ("", " "); 293s | ^^^^^^^^^^^^^^^^^ 293s 293s warning: constant `DEFAULT_TABLE_DECOR` is never used 293s --> src/table.rs:509:18 293s | 293s 509 | pub(crate) const DEFAULT_TABLE_DECOR: (&str, &str) = ("\n", ""); 293s | ^^^^^^^^^^^^^^^^^^^ 293s 293s warning: constant `DEFAULT_KEY_PATH_DECOR` is never used 293s --> src/table.rs:510:18 293s | 293s 510 | pub(crate) const DEFAULT_KEY_PATH_DECOR: (&str, &str) = ("", ""); 293s | ^^^^^^^^^^^^^^^^^^^^^^ 293s 293s warning: constant `DEFAULT_TRAILING_VALUE_DECOR` is never used 293s --> src/value.rs:364:18 293s | 293s 364 | pub(crate) const DEFAULT_TRAILING_VALUE_DECOR: (&str, &str) = (" ", " "); 293s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 293s 294s warning: `toml_edit` (lib test) generated 12 warnings (1 duplicate) (run `cargo fix --lib -p toml_edit --tests` to apply 3 suggestions) 294s Finished `test` profile [unoptimized + debuginfo] target(s) in 27.03s 294s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.4SsL6FRt4F/target/s390x-unknown-linux-gnu/debug/deps/toml_edit-7f7e6449cf2a923d` 294s 294s running 8 tests 294s test error::test_translate_position::empty ... ok 294s test error::test_translate_position::after ... ok 294s test error::test_translate_position::end ... ok 294s test error::test_translate_position::end_of_line ... ok 294s test error::test_translate_position::first_line ... ok 294s test error::test_translate_position::second_line ... ok 294s test error::test_translate_position::start ... ok 294s test error::test_translate_position::start_of_second_line ... ok 294s 294s test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 294s 294s /tmp/autopkgtest.v3WgVq/wrapper.sh: checking for leaked background processes... 294s /tmp/autopkgtest.v3WgVq/wrapper.sh: waiting for tee/cat subprocesses... 294s /tmp/autopkgtest.v3WgVq/wrapper.sh: cleaning up... 294s /tmp/autopkgtest.v3WgVq/wrapper.sh: Exit status: 0 294s autopkgtest: DBG: testbed command exited with code 0 294s autopkgtest [08:43:12]: test librust-toml-edit-dev:parse: -----------------------] 294s autopkgtest: DBG: testbed executing test finished with exit status 0 294s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aparse-stdout /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Aparse-stdout 294s autopkgtest: DBG: got reply from testbed: ok 294s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aparse-stderr /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Aparse-stderr 295s autopkgtest: DBG: got reply from testbed: ok 295s autopkgtest [08:43:13]: test librust-toml-edit-dev:parse: - - - - - - - - - - results - - - - - - - - - - 295s librust-toml-edit-dev:parse PASS 295s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aparse-artifacts/ /tmp/autopkgtest-work.g9cd8txd/out/artifacts/ 295s autopkgtest: DBG: got reply from testbed: ok 295s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:parse-artifacts', '/tmp/autopkgtest.v3WgVq/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 295s autopkgtest: DBG: testbed command exited with code 0 295s autopkgtest [08:43:13]: test librust-toml-edit-dev:perf: preparing testbed 295s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'], deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 295s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 295s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 295s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev 295s autopkgtest: DBG: can use apt-get on testbed: True 295s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 295s Reading package lists... 296s Building dependency tree... 296s Reading state information... 296s Starting pkgProblemResolver with broken count: 0 296s Starting 2 pkgProblemResolver with broken count: 0 296s Done 296s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 296s autopkgtest: DBG: testbed command exited with code 0 296s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-toml-edit-dev'], kind short, sout pipe, serr pipe, env [] 296s autopkgtest: DBG: testbed command exited with code 0 296s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:perf-packages.all"], kind short, sout raw, serr pipe, env [] 296s autopkgtest: DBG: testbed command exited with code 0 296s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aperf-packages.all /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Aperf-packages.all 297s autopkgtest: DBG: got reply from testbed: ok 297s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.v3WgVq/build.oMt/src'], kind short, sout raw, serr raw, env [] 297s autopkgtest: DBG: testbed command exited with code 0 297s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.v3WgVq/build.oMt/src already exists 297s autopkgtest [08:43:15]: test librust-toml-edit-dev:perf: /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features perf 297s autopkgtest [08:43:15]: test librust-toml-edit-dev:perf: [----------------------- 297s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.v3WgVq/wrapper.sh --debug --artifacts=/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:perf-artifacts --chdir=/tmp/autopkgtest.v3WgVq/build.oMt/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.v3WgVq/librust-toml-edit-dev:perf-stderr --stdout=/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:perf-stdout --tmp=/tmp/autopkgtest.v3WgVq/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- bash -ec '/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features perf'"], kind test, sout raw, serr raw, env [] 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:perf-artifacts 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: changing to directory: /tmp/autopkgtest.v3WgVq/build.oMt/src 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: LANG=C.UTF-8 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LANGUAGE 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ADDRESS 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ALL 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_COLLATE 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_CTYPE 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_IDENTIFICATION 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MEASUREMENT 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MESSAGES 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MONETARY 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NAME 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NUMERIC 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_PAPER 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TELEPHONE 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TIME 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: pretending to be a login shell 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write standard error to /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:perf-stderr 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write stdout to /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:perf-stdout 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.v3WgVq/autopkgtest_tmp 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features perf 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.BZY9aT1PjM/out to stdout and file: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:perf-stdout 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.BZY9aT1PjM/err to standard error and file: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:perf-stdout 297s /tmp/autopkgtest.v3WgVq/wrapper.sh: writing script pid 8051 to /tmp/autopkgtest_script_pid 297s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 297s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 297s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 297s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.plyDonBMRJ/registry/ 297s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 297s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 297s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 297s 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', 'perf'],) {} 297s Compiling libc v0.2.169 297s Compiling proc-macro2 v1.0.92 297s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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. 297s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.plyDonBMRJ/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="extra_traits"' --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=dc781cb7c1ee5a21 -C extra-filename=-dc781cb7c1ee5a21 --out-dir /tmp/tmp.plyDonBMRJ/target/debug/build/libc-dc781cb7c1ee5a21 -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --cap-lints warn` 297s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.plyDonBMRJ/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3832f39696f3f5db -C extra-filename=-3832f39696f3f5db --out-dir /tmp/tmp.plyDonBMRJ/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --cap-lints warn` 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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.plyDonBMRJ/target/debug/deps:/tmp/tmp.plyDonBMRJ/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.plyDonBMRJ/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.plyDonBMRJ/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 298s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 298s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 298s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 298s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 298s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 298s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 298s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 298s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 298s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 298s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 298s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 298s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 298s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 298s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 298s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 298s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 298s Compiling unicode-ident v1.0.13 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.plyDonBMRJ/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d182fe9243248fe -C extra-filename=-5d182fe9243248fe --out-dir /tmp/tmp.plyDonBMRJ/target/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --cap-lints warn` 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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. 298s ' 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.plyDonBMRJ/target/debug/deps:/tmp/tmp.plyDonBMRJ/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.plyDonBMRJ/target/debug/build/libc-dc781cb7c1ee5a21/build-script-build` 298s [libc 0.2.169] cargo:rerun-if-changed=build.rs 298s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 298s [libc 0.2.169] cargo:rustc-cfg=freebsd11 298s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 298s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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. 298s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps OUT_DIR=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out rustc --crate-name libc --edition=2021 /tmp/tmp.plyDonBMRJ/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="extra_traits"' --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=cf2521928ac070dc -C extra-filename=-cf2521928ac070dc --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/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"))'` 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps OUT_DIR=/tmp/tmp.plyDonBMRJ/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.plyDonBMRJ/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccebc93d1de6cfe5 -C extra-filename=-ccebc93d1de6cfe5 --out-dir /tmp/tmp.plyDonBMRJ/target/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern unicode_ident=/tmp/tmp.plyDonBMRJ/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 298s warning: unused import: `crate::ntptimeval` 298s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 298s | 298s 5 | use crate::ntptimeval; 298s | ^^^^^^^^^^^^^^^^^ 298s | 298s = note: `#[warn(unused_imports)]` on by default 298s 299s Compiling quote v1.0.37 299s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.plyDonBMRJ/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dc92c6f25ee0f0c6 -C extra-filename=-dc92c6f25ee0f0c6 --out-dir /tmp/tmp.plyDonBMRJ/target/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern proc_macro2=/tmp/tmp.plyDonBMRJ/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 299s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 299s | 299s = note: this feature is not stably supported; its behavior can change in the future 299s 299s Compiling syn v2.0.96 299s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.plyDonBMRJ/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=0a09462095438540 -C extra-filename=-0a09462095438540 --out-dir /tmp/tmp.plyDonBMRJ/target/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern proc_macro2=/tmp/tmp.plyDonBMRJ/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.plyDonBMRJ/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.plyDonBMRJ/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 299s warning: `libc` (lib) generated 2 warnings 299s Compiling cfg-if v1.0.0 299s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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] 299s parameters. Structured like an if-else chain, the first matching branch is the 299s item that gets emitted. 299s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.plyDonBMRJ/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=ff3ff84a061de73f -C extra-filename=-ff3ff84a061de73f --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 299s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 299s Compiling getrandom v0.2.15 299s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.plyDonBMRJ/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=ed47f71499f7e17d -C extra-filename=-ed47f71499f7e17d --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern cfg_if=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 299s warning: unexpected `cfg` condition value: `js` 299s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 299s | 299s 334 | } else if #[cfg(all(feature = "js", 299s | ^^^^^^^^^^^^^^ 299s | 299s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 299s = help: consider adding `js` as a feature in `Cargo.toml` 299s = note: see for more information about checking conditional configuration 299s = note: `#[warn(unexpected_cfgs)]` on by default 299s 300s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 300s Compiling rustix v0.38.37 300s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.plyDonBMRJ/registry/rustix-0.38.37/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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=81772580b4c03ea1 -C extra-filename=-81772580b4c03ea1 --out-dir /tmp/tmp.plyDonBMRJ/target/debug/build/rustix-81772580b4c03ea1 -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --cap-lints warn` 300s Compiling byteorder v1.5.0 300s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/byteorder-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name byteorder --edition=2021 /tmp/tmp.plyDonBMRJ/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=89ebf31d1f97ee77 -C extra-filename=-89ebf31d1f97ee77 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 300s warning: `byteorder` (lib) generated 1 warning (1 duplicate) 300s Compiling utf8parse v0.2.1 300s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.plyDonBMRJ/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=4894bf36b6529b81 -C extra-filename=-4894bf36b6529b81 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 300s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 300s Compiling anstyle-parse v0.2.1 300s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.plyDonBMRJ/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=d0c73c4af772649f -C extra-filename=-d0c73c4af772649f --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern utf8parse=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 300s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 300s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.plyDonBMRJ/target/debug/deps:/tmp/tmp.plyDonBMRJ/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.plyDonBMRJ/target/debug/build/rustix-81772580b4c03ea1/build-script-build` 300s [rustix 0.38.37] cargo:rerun-if-changed=build.rs 300s [rustix 0.38.37] cargo:rustc-cfg=static_assertions 300s [rustix 0.38.37] cargo:rustc-cfg=libc 300s [rustix 0.38.37] cargo:rustc-cfg=linux_like 300s [rustix 0.38.37] cargo:rustc-cfg=linux_kernel 300s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM 300s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC 300s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC 300s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD 300s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_MIRI 300s Compiling rand_core v0.6.4 300s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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. 300s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.plyDonBMRJ/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=3c7246ca3f419bbc -C extra-filename=-3c7246ca3f419bbc --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern getrandom=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 300s warning: unexpected `cfg` condition name: `doc_cfg` 300s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:38:13 300s | 300s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 300s | ^^^^^^^ 300s | 300s = 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` 300s = help: consider using a Cargo feature instead 300s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 300s [lints.rust] 300s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 300s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 300s = note: see for more information about checking conditional configuration 300s = note: `#[warn(unexpected_cfgs)]` on by default 300s 300s warning: unexpected `cfg` condition name: `doc_cfg` 300s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:50:16 300s | 300s 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 300s | ^^^^^^^ 300s | 300s = help: consider using a Cargo feature instead 300s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 300s [lints.rust] 300s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 300s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 300s = note: see for more information about checking conditional configuration 300s 300s warning: unexpected `cfg` condition name: `doc_cfg` 300s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:64:16 300s | 300s 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 300s | ^^^^^^^ 300s | 300s = help: consider using a Cargo feature instead 300s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 300s [lints.rust] 300s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 300s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 300s = note: see for more information about checking conditional configuration 300s 300s warning: unexpected `cfg` condition name: `doc_cfg` 300s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:75:16 300s | 300s 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 300s | ^^^^^^^ 300s | 300s = help: consider using a Cargo feature instead 300s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 300s [lints.rust] 300s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 300s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 300s = note: see for more information about checking conditional configuration 300s 300s warning: unexpected `cfg` condition name: `doc_cfg` 300s --> /usr/share/cargo/registry/rand_core-0.6.4/src/os.rs:46:12 300s | 300s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 300s | ^^^^^^^ 300s | 300s = help: consider using a Cargo feature instead 300s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 300s [lints.rust] 300s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 300s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 300s = note: see for more information about checking conditional configuration 300s 300s warning: unexpected `cfg` condition name: `doc_cfg` 300s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:411:16 300s | 300s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 300s | ^^^^^^^ 300s | 300s = help: consider using a Cargo feature instead 300s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 300s [lints.rust] 300s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 300s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 300s = note: see for more information about checking conditional configuration 300s 301s warning: `rand_core` (lib) generated 7 warnings (1 duplicate) 301s Compiling errno v0.3.8 301s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/errno-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/errno-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name errno --edition=2018 /tmp/tmp.plyDonBMRJ/registry/errno-0.3.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a511b7e92317ca2a -C extra-filename=-a511b7e92317ca2a --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern libc=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 301s warning: unexpected `cfg` condition value: `bitrig` 301s --> /usr/share/cargo/registry/errno-0.3.8/src/unix.rs:77:13 301s | 301s 77 | target_os = "bitrig", 301s | ^^^^^^^^^^^^^^^^^^^^ 301s | 301s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 301s = note: see for more information about checking conditional configuration 301s = note: `#[warn(unexpected_cfgs)]` on by default 301s 301s warning: `errno` (lib) generated 2 warnings (1 duplicate) 301s Compiling anstyle-query v1.0.0 301s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.plyDonBMRJ/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=635bcba2223d27a9 -C extra-filename=-635bcba2223d27a9 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 301s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 301s Compiling linux-raw-sys v0.4.14 301s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=linux_raw_sys CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/linux-raw-sys-0.4.14 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/linux-raw-sys-0.4.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Generated bindings for Linux'\''s userspace API' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linux-raw-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/linux-raw-sys' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name linux_raw_sys --edition=2021 /tmp/tmp.plyDonBMRJ/registry/linux-raw-sys-0.4.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 --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=2bb16f6e075500a3 -C extra-filename=-2bb16f6e075500a3 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 301s warning: `linux-raw-sys` (lib) generated 1 warning (1 duplicate) 301s Compiling anstyle v1.0.8 301s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.plyDonBMRJ/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=bd63b594ac2d723a -C extra-filename=-bd63b594ac2d723a --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 301s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 301s Compiling autocfg v1.1.0 301s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.plyDonBMRJ/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=9ebcd9511383083c -C extra-filename=-9ebcd9511383083c --out-dir /tmp/tmp.plyDonBMRJ/target/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --cap-lints warn` 302s Compiling bitflags v2.8.0 302s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/bitflags-2.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/bitflags-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 302s ' 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.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.plyDonBMRJ/registry/bitflags-2.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=65f3f529c7b65778 -C extra-filename=-65f3f529c7b65778 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 302s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 302s Compiling colorchoice v1.0.0 302s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.plyDonBMRJ/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=e265feadf5f02527 -C extra-filename=-e265feadf5f02527 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 302s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 302s Compiling anstream v0.6.15 302s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.plyDonBMRJ/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=7c9e2996227bea0c -C extra-filename=-7c9e2996227bea0c --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern anstyle=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern anstyle_parse=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-d0c73c4af772649f.rmeta --extern anstyle_query=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-635bcba2223d27a9.rmeta --extern colorchoice=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-e265feadf5f02527.rmeta --extern utf8parse=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 302s | 302s 48 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s = note: `#[warn(unexpected_cfgs)]` on by default 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 302s | 302s 53 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 302s | 302s 4 | #[cfg(not(all(windows, feature = "wincon")))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 302s | 302s 8 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 302s | 302s 46 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 302s | 302s 58 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 302s | 302s 5 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 302s | 302s 27 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 302s | 302s 137 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 302s | 302s 143 | #[cfg(not(all(windows, feature = "wincon")))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 302s | 302s 155 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 302s | 302s 166 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 302s | 302s 180 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 302s | 302s 225 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 302s | 302s 243 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 302s | 302s 260 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 302s | 302s 269 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 302s | 302s 279 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 302s | 302s 288 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: unexpected `cfg` condition value: `wincon` 302s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 302s | 302s 298 | #[cfg(all(windows, feature = "wincon"))] 302s | ^^^^^^^^^^^^^^^^^^ 302s | 302s = note: expected values for `feature` are: `auto`, `default`, and `test` 302s = help: consider adding `wincon` as a feature in `Cargo.toml` 302s = note: see for more information about checking conditional configuration 302s 302s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 302s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps OUT_DIR=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out rustc --crate-name rustix --edition=2021 /tmp/tmp.plyDonBMRJ/registry/rustix-0.38.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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=618570c61329ef4d -C extra-filename=-618570c61329ef4d --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern bitflags=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern libc_errno=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/liberrno-a511b7e92317ca2a.rmeta --extern libc=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern linux_raw_sys=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/liblinux_raw_sys-2bb16f6e075500a3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg static_assertions --cfg libc --cfg linux_like --cfg linux_kernel` 305s warning: `rustix` (lib) generated 1 warning (1 duplicate) 305s Compiling num-traits v0.2.19 305s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.plyDonBMRJ/registry/num-traits-0.2.19/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8f779d9fad25b2ca -C extra-filename=-8f779d9fad25b2ca --out-dir /tmp/tmp.plyDonBMRJ/target/debug/build/num-traits-8f779d9fad25b2ca -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern autocfg=/tmp/tmp.plyDonBMRJ/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 305s Compiling fastrand v2.1.1 305s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/fastrand-2.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name fastrand --edition=2018 /tmp/tmp.plyDonBMRJ/registry/fastrand-2.1.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"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b0f30b63d6f103db -C extra-filename=-b0f30b63d6f103db --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 305s Compiling zerocopy-derive v0.7.34 305s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/zerocopy-derive-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name zerocopy_derive --edition=2018 /tmp/tmp.plyDonBMRJ/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=b189ac5e62037dd3 -C extra-filename=-b189ac5e62037dd3 --out-dir /tmp/tmp.plyDonBMRJ/target/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern proc_macro2=/tmp/tmp.plyDonBMRJ/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.plyDonBMRJ/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.plyDonBMRJ/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 305s warning: unexpected `cfg` condition value: `js` 305s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:202:5 305s | 305s 202 | feature = "js" 305s | ^^^^^^^^^^^^^^ 305s | 305s = note: expected values for `feature` are: `alloc`, `default`, and `std` 305s = help: consider adding `js` as a feature in `Cargo.toml` 305s = note: see for more information about checking conditional configuration 305s = note: `#[warn(unexpected_cfgs)]` on by default 305s 305s warning: unexpected `cfg` condition value: `js` 305s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:214:9 305s | 305s 214 | not(feature = "js") 305s | ^^^^^^^^^^^^^^ 305s | 305s = note: expected values for `feature` are: `alloc`, `default`, and `std` 305s = help: consider adding `js` as a feature in `Cargo.toml` 305s = note: see for more information about checking conditional configuration 305s 305s warning: `fastrand` (lib) generated 3 warnings (1 duplicate) 305s Compiling heck v0.4.1 305s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.plyDonBMRJ/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=780ed41701172964 -C extra-filename=-780ed41701172964 --out-dir /tmp/tmp.plyDonBMRJ/target/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --cap-lints warn` 305s Compiling serde v1.0.217 305s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.plyDonBMRJ/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=38632fcebcd2e122 -C extra-filename=-38632fcebcd2e122 --out-dir /tmp/tmp.plyDonBMRJ/target/debug/build/serde-38632fcebcd2e122 -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --cap-lints warn` 306s Compiling clap_lex v0.7.4 306s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/clap_lex-0.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name clap_lex --edition=2021 /tmp/tmp.plyDonBMRJ/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=fa2bd56e1b2ff099 -C extra-filename=-fa2bd56e1b2ff099 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 306s warning: `clap_lex` (lib) generated 1 warning (1 duplicate) 306s Compiling strsim v0.11.1 306s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/strsim-0.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, 306s OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. 306s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name strsim --edition=2015 /tmp/tmp.plyDonBMRJ/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=82ccb15448986101 -C extra-filename=-82ccb15448986101 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 306s warning: `strsim` (lib) generated 1 warning (1 duplicate) 306s Compiling once_cell v1.20.2 306s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.plyDonBMRJ/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=10428cb1410dd925 -C extra-filename=-10428cb1410dd925 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 307s Compiling zerocopy v0.7.34 307s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/zerocopy-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name zerocopy --edition=2018 /tmp/tmp.plyDonBMRJ/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=0a1d0339be49b6e6 -C extra-filename=-0a1d0339be49b6e6 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern byteorder=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-89ebf31d1f97ee77.rmeta --extern zerocopy_derive=/tmp/tmp.plyDonBMRJ/target/debug/deps/libzerocopy_derive-b189ac5e62037dd3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 307s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 307s Compiling tempfile v3.15.0 307s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/tempfile-3.15.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/tempfile-3.15.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.15.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name tempfile --edition=2021 /tmp/tmp.plyDonBMRJ/registry/tempfile-3.15.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="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=5dc28daefecc49d5 -C extra-filename=-5dc28daefecc49d5 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern cfg_if=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern fastrand=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libfastrand-b0f30b63d6f103db.rmeta --extern getrandom=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.rmeta --extern once_cell=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-10428cb1410dd925.rmeta --extern rustix=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/librustix-618570c61329ef4d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/util.rs:597:32 307s | 307s 597 | let remainder = t.addr() % mem::align_of::(); 307s | ^^^^^^^^^^^^^^^^^^ 307s | 307s note: the lint level is defined here 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:174:5 307s | 307s 174 | unused_qualifications, 307s | ^^^^^^^^^^^^^^^^^^^^^ 307s help: remove the unnecessary path segments 307s | 307s 597 - let remainder = t.addr() % mem::align_of::(); 307s 597 + let remainder = t.addr() % align_of::(); 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:333:35 307s | 307s 333 | const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 307s | ^^^^^^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 333 - const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 307s 333 + const POINTER_WIDTH_BITS: usize = size_of::() * 8; 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:488:44 307s | 307s 488 | align: match NonZeroUsize::new(mem::align_of::()) { 307s | ^^^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 488 - align: match NonZeroUsize::new(mem::align_of::()) { 307s 488 + align: match NonZeroUsize::new(align_of::()) { 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:492:49 307s | 307s 492 | size_info: SizeInfo::Sized { _size: mem::size_of::() }, 307s | ^^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 492 - size_info: SizeInfo::Sized { _size: mem::size_of::() }, 307s 492 + size_info: SizeInfo::Sized { _size: size_of::() }, 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:511:44 307s | 307s 511 | align: match NonZeroUsize::new(mem::align_of::()) { 307s | ^^^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 511 - align: match NonZeroUsize::new(mem::align_of::()) { 307s 511 + align: match NonZeroUsize::new(align_of::()) { 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:517:29 307s | 307s 517 | _elem_size: mem::size_of::(), 307s | ^^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 517 - _elem_size: mem::size_of::(), 307s 517 + _elem_size: size_of::(), 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:1418:19 307s | 307s 1418 | let len = mem::size_of_val(self); 307s | ^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 1418 - let len = mem::size_of_val(self); 307s 1418 + let len = size_of_val(self); 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2714:19 307s | 307s 2714 | let len = mem::size_of_val(self); 307s | ^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 2714 - let len = mem::size_of_val(self); 307s 2714 + let len = size_of_val(self); 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2789:19 307s | 307s 2789 | let len = mem::size_of_val(self); 307s | ^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 2789 - let len = mem::size_of_val(self); 307s 2789 + let len = size_of_val(self); 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2863:27 307s | 307s 2863 | if bytes.len() != mem::size_of_val(self) { 307s | ^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 2863 - if bytes.len() != mem::size_of_val(self) { 307s 2863 + if bytes.len() != size_of_val(self) { 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2920:20 307s | 307s 2920 | let size = mem::size_of_val(self); 307s | ^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 2920 - let size = mem::size_of_val(self); 307s 2920 + let size = size_of_val(self); 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2981:45 307s | 307s 2981 | let start = bytes.len().checked_sub(mem::size_of_val(self))?; 307s | ^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 2981 - let start = bytes.len().checked_sub(mem::size_of_val(self))?; 307s 2981 + let start = bytes.len().checked_sub(size_of_val(self))?; 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4161:27 307s | 307s 4161 | if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 307s | ^^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 4161 - if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 307s 4161 + if bytes.len() != size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4176:26 307s | 307s 4176 | if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 307s | ^^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 4176 - if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 307s 4176 + if bytes.len() < size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4179:46 307s | 307s 4179 | let (bytes, suffix) = bytes.split_at(mem::size_of::()); 307s | ^^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 4179 - let (bytes, suffix) = bytes.split_at(mem::size_of::()); 307s 4179 + let (bytes, suffix) = bytes.split_at(size_of::()); 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4194:46 307s | 307s 4194 | let split_at = bytes_len.checked_sub(mem::size_of::())?; 307s | ^^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 4194 - let split_at = bytes_len.checked_sub(mem::size_of::())?; 307s 4194 + let split_at = bytes_len.checked_sub(size_of::())?; 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4221:26 307s | 307s 4221 | .checked_rem(mem::size_of::()) 307s | ^^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 4221 - .checked_rem(mem::size_of::()) 307s 4221 + .checked_rem(size_of::()) 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4243:34 307s | 307s 4243 | let expected_len = match mem::size_of::().checked_mul(count) { 307s | ^^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 4243 - let expected_len = match mem::size_of::().checked_mul(count) { 307s 4243 + let expected_len = match size_of::().checked_mul(count) { 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4268:34 307s | 307s 4268 | let expected_len = match mem::size_of::().checked_mul(count) { 307s | ^^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 4268 - let expected_len = match mem::size_of::().checked_mul(count) { 307s 4268 + let expected_len = match size_of::().checked_mul(count) { 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4795:25 307s | 307s 4795 | let elem_size = mem::size_of::(); 307s | ^^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 4795 - let elem_size = mem::size_of::(); 307s 4795 + let elem_size = size_of::(); 307s | 307s 307s warning: unnecessary qualification 307s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4825:25 307s | 307s 4825 | let elem_size = mem::size_of::(); 307s | ^^^^^^^^^^^^^^^^^ 307s | 307s help: remove the unnecessary path segments 307s | 307s 4825 - let elem_size = mem::size_of::(); 307s 4825 + let elem_size = size_of::(); 307s | 307s 307s warning: `tempfile` (lib) generated 1 warning (1 duplicate) 307s Compiling ppv-lite86 v0.2.20 307s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name ppv_lite86 --edition=2021 /tmp/tmp.plyDonBMRJ/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=46846b3a35f9ec97 -C extra-filename=-46846b3a35f9ec97 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern zerocopy=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libzerocopy-0a1d0339be49b6e6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 307s warning: `zerocopy` (lib) generated 22 warnings (1 duplicate) 307s Compiling clap_builder v4.5.23 307s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/clap_builder-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name clap_builder --edition=2021 /tmp/tmp.plyDonBMRJ/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=032ce5b53f6cfa87 -C extra-filename=-032ce5b53f6cfa87 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern anstream=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libanstream-7c9e2996227bea0c.rmeta --extern anstyle=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern clap_lex=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libclap_lex-fa2bd56e1b2ff099.rmeta --extern strsim=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libstrsim-82ccb15448986101.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 307s warning: `ppv-lite86` (lib) generated 1 warning (1 duplicate) 307s Compiling rand_chacha v0.3.1 307s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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 307s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name rand_chacha --edition=2018 /tmp/tmp.plyDonBMRJ/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=7246cd0addc4c9af -C extra-filename=-7246cd0addc4c9af --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern ppv_lite86=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libppv_lite86-46846b3a35f9ec97.rmeta --extern rand_core=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 308s warning: `rand_chacha` (lib) generated 1 warning (1 duplicate) 308s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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.plyDonBMRJ/target/debug/deps:/tmp/tmp.plyDonBMRJ/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/build/serde-025b4691b550faf6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.plyDonBMRJ/target/debug/build/serde-38632fcebcd2e122/build-script-build` 308s [serde 1.0.217] cargo:rerun-if-changed=build.rs 308s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 308s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 308s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 308s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 308s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 308s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 308s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 308s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 308s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 308s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 308s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 308s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 308s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 308s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 308s Compiling clap_derive v4.5.18 308s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name clap_derive --edition=2021 /tmp/tmp.plyDonBMRJ/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=4a713c6233619637 -C extra-filename=-4a713c6233619637 --out-dir /tmp/tmp.plyDonBMRJ/target/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern heck=/tmp/tmp.plyDonBMRJ/target/debug/deps/libheck-780ed41701172964.rlib --extern proc_macro2=/tmp/tmp.plyDonBMRJ/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.plyDonBMRJ/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.plyDonBMRJ/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 310s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.plyDonBMRJ/target/debug/deps:/tmp/tmp.plyDonBMRJ/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.plyDonBMRJ/target/debug/build/num-traits-8f779d9fad25b2ca/build-script-build` 310s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 310s [num-traits 0.2.19] | 310s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 310s [num-traits 0.2.19] 310s [num-traits 0.2.19] warning: 1 warning emitted 310s [num-traits 0.2.19] 310s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 310s [num-traits 0.2.19] | 310s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 310s [num-traits 0.2.19] 310s [num-traits 0.2.19] warning: 1 warning emitted 310s [num-traits 0.2.19] 310s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 310s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 310s Compiling num_cpus v1.16.0 310s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name num_cpus --edition=2015 /tmp/tmp.plyDonBMRJ/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=03fb9cccb91f1eb8 -C extra-filename=-03fb9cccb91f1eb8 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern libc=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 310s warning: unexpected `cfg` condition value: `nacl` 310s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:355:5 310s | 310s 355 | target_os = "nacl", 310s | ^^^^^^^^^^^^^^^^^^ 310s | 310s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 310s = note: see for more information about checking conditional configuration 310s = note: `#[warn(unexpected_cfgs)]` on by default 310s 310s warning: unexpected `cfg` condition value: `nacl` 310s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:437:5 310s | 310s 437 | target_os = "nacl", 310s | ^^^^^^^^^^^^^^^^^^ 310s | 310s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 310s = note: see for more information about checking conditional configuration 310s 311s warning: `num_cpus` (lib) generated 3 warnings (1 duplicate) 311s Compiling wait-timeout v0.2.0 311s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wait_timeout CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/wait-timeout-0.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/wait-timeout-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A crate to wait on a child process with a timeout specified across Unix and 311s Windows platforms. 311s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wait-timeout CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_RUST_VERSION='' 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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name wait_timeout --edition=2015 /tmp/tmp.plyDonBMRJ/registry/wait-timeout-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())' -C metadata=c8041ffbea216b96 -C extra-filename=-c8041ffbea216b96 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern libc=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 311s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 311s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:27:23 311s | 311s 27 | use std::sync::{Once, ONCE_INIT, Mutex}; 311s | ^^^^^^^^^ 311s | 311s note: the lint level is defined here 311s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/lib.rs:31:23 311s | 311s 31 | #![deny(missing_docs, warnings)] 311s | ^^^^^^^^ 311s = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` 311s 311s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 311s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:32:21 311s | 311s 32 | static INIT: Once = ONCE_INIT; 311s | ^^^^^^^^^ 311s | 311s help: replace the use of the deprecated constant 311s | 311s 32 | static INIT: Once = Once::new(); 311s | ~~~~~~~~~~~ 311s 311s warning: `wait-timeout` (lib) generated 3 warnings (1 duplicate) 311s Compiling serde_json v1.0.133 311s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.plyDonBMRJ/registry/serde_json-1.0.133/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=2fa85724bf02f5ac -C extra-filename=-2fa85724bf02f5ac --out-dir /tmp/tmp.plyDonBMRJ/target/debug/build/serde_json-2fa85724bf02f5ac -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --cap-lints warn` 311s Compiling bit-vec v0.8.0 311s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_vec CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/bit-vec-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/bit-vec-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A vector of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-vec' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-vec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-vec' 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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name bit_vec --edition=2015 /tmp/tmp.plyDonBMRJ/registry/bit-vec-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=f5a472a8e3d383f4 -C extra-filename=-f5a472a8e3d383f4 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 311s warning: unexpected `cfg` condition value: `borsh` 311s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:102:7 311s | 311s 102 | #[cfg(feature = "borsh")] 311s | ^^^^^^^^^^^^^^^^^ 311s | 311s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 311s = help: consider adding `borsh` as a feature in `Cargo.toml` 311s = note: see for more information about checking conditional configuration 311s = note: `#[warn(unexpected_cfgs)]` on by default 311s 311s warning: unexpected `cfg` condition value: `miniserde` 311s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:104:7 311s | 311s 104 | #[cfg(feature = "miniserde")] 311s | ^^^^^^^^^^^^^^^^^^^^^ 311s | 311s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 311s = help: consider adding `miniserde` as a feature in `Cargo.toml` 311s = note: see for more information about checking conditional configuration 311s 311s warning: unexpected `cfg` condition value: `nanoserde` 311s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:106:7 311s | 311s 106 | #[cfg(feature = "nanoserde")] 311s | ^^^^^^^^^^^^^^^^^^^^^ 311s | 311s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 311s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 311s = note: see for more information about checking conditional configuration 311s 311s warning: unexpected `cfg` condition value: `nanoserde` 311s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:108:7 311s | 311s 108 | #[cfg(feature = "nanoserde")] 311s | ^^^^^^^^^^^^^^^^^^^^^ 311s | 311s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 311s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 311s = note: see for more information about checking conditional configuration 311s 311s warning: unexpected `cfg` condition value: `borsh` 311s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:238:5 311s | 311s 238 | feature = "borsh", 311s | ^^^^^^^^^^^^^^^^^ 311s | 311s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 311s = help: consider adding `borsh` as a feature in `Cargo.toml` 311s = note: see for more information about checking conditional configuration 311s 311s warning: unexpected `cfg` condition value: `miniserde` 311s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:242:5 311s | 311s 242 | feature = "miniserde", 311s | ^^^^^^^^^^^^^^^^^^^^^ 311s | 311s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 311s = help: consider adding `miniserde` as a feature in `Cargo.toml` 311s = note: see for more information about checking conditional configuration 311s 311s warning: unexpected `cfg` condition value: `nanoserde` 311s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:246:5 311s | 311s 246 | feature = "nanoserde", 311s | ^^^^^^^^^^^^^^^^^^^^^ 311s | 311s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 311s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 311s = note: see for more information about checking conditional configuration 311s 312s warning: `bit-vec` (lib) generated 8 warnings (1 duplicate) 312s Compiling fnv v1.0.7 312s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/fnv-1.0.7 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name fnv --edition=2015 /tmp/tmp.plyDonBMRJ/registry/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a68fdaac9d04d051 -C extra-filename=-a68fdaac9d04d051 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 312s warning: `fnv` (lib) generated 1 warning (1 duplicate) 312s Compiling quick-error v2.0.1 312s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quick_error CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/quick-error-2.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/quick-error-2.0.1/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets :Colin Kiegel ' CARGO_PKG_DESCRIPTION=' A macro which makes error types pleasant to write. 312s ' CARGO_PKG_HOMEPAGE='http://github.com/tailhook/quick-error' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-error CARGO_PKG_README='' CARGO_PKG_REPOSITORY='http://github.com/tailhook/quick-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name quick_error --edition=2018 /tmp/tmp.plyDonBMRJ/registry/quick-error-2.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=78f4ccd4ae208433 -C extra-filename=-78f4ccd4ae208433 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 312s warning: `quick-error` (lib) generated 1 warning (1 duplicate) 312s Compiling rusty-fork v0.3.0 312s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rusty_fork CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/rusty-fork-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/rusty-fork-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Cross-platform library for running Rust tests in sub-processes using a 312s fork-like interface. 312s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rusty-fork CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/altsysrq/rusty-fork' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name rusty_fork --edition=2018 /tmp/tmp.plyDonBMRJ/registry/rusty-fork-0.3.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="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=66f38081ff4ed394 -C extra-filename=-66f38081ff4ed394 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern fnv=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libfnv-a68fdaac9d04d051.rmeta --extern quick_error=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libquick_error-78f4ccd4ae208433.rmeta --extern tempfile=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern wait_timeout=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libwait_timeout-c8041ffbea216b96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 312s warning: `clap_builder` (lib) generated 1 warning (1 duplicate) 312s Compiling bit-set v0.8.0 312s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_set CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/bit-set-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/bit-set-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A set of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-set' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-set CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-set' 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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name bit_set --edition=2015 /tmp/tmp.plyDonBMRJ/registry/bit-set-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=89b3c1c57b5a03ce -C extra-filename=-89b3c1c57b5a03ce --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern bit_vec=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 312s warning: `rusty-fork` (lib) generated 1 warning (1 duplicate) 312s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.plyDonBMRJ/target/debug/deps:/tmp/tmp.plyDonBMRJ/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.plyDonBMRJ/target/debug/build/serde_json-2fa85724bf02f5ac/build-script-build` 312s [serde_json 1.0.133] cargo:rerun-if-changed=build.rs 312s [serde_json 1.0.133] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) 312s [serde_json 1.0.133] cargo:rustc-cfg=fast_arithmetic="64" 312s Compiling threadpool v1.8.1 312s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=threadpool CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/threadpool-1.8.1 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/threadpool-1.8.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Corey Farwell :Stefan Schindler ' CARGO_PKG_DESCRIPTION='A thread pool for running a number of jobs on a fixed set of worker threads. 312s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=threadpool CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name threadpool --edition=2015 /tmp/tmp.plyDonBMRJ/registry/threadpool-1.8.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=4f7b0bed022b0d96 -C extra-filename=-4f7b0bed022b0d96 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern num_cpus=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libnum_cpus-03fb9cccb91f1eb8.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 312s warning: trait objects without an explicit `dyn` are deprecated 312s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:99:22 312s | 312s 99 | type Thunk<'a> = Box; 312s | ^^^^^^^^^^^^^^^^^ 312s | 312s = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! 312s = note: for more information, see 312s = note: `#[warn(bare_trait_objects)]` on by default 312s help: if this is a dyn-compatible trait, use `dyn` 312s | 312s 99 | type Thunk<'a> = Box; 312s | +++ 312s 312s warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead 312s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:631:42 312s | 312s 631 | self.shared_data.join_generation.compare_and_swap( 312s | ^^^^^^^^^^^^^^^^ 312s | 312s = note: `#[warn(deprecated)]` on by default 312s 312s warning: `bit-set` (lib) generated 1 warning (1 duplicate) 312s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps OUT_DIR=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.plyDonBMRJ/registry/num-traits-0.2.19/src/lib.rs --error-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", "i128", "libm", "std"))' -C metadata=0a13ea327a69f660 -C extra-filename=-0a13ea327a69f660 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 312s warning: unexpected `cfg` condition name: `has_total_cmp` 312s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 312s | 312s 2305 | #[cfg(has_total_cmp)] 312s | ^^^^^^^^^^^^^ 312s ... 312s 2325 | totalorder_impl!(f64, i64, u64, 64); 312s | ----------------------------------- in this macro invocation 312s | 312s = 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` 312s = help: consider using a Cargo feature instead 312s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 312s [lints.rust] 312s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 312s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 312s = note: see for more information about checking conditional configuration 312s = note: `#[warn(unexpected_cfgs)]` on by default 312s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 312s 312s warning: unexpected `cfg` condition name: `has_total_cmp` 312s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 312s | 312s 2311 | #[cfg(not(has_total_cmp))] 312s | ^^^^^^^^^^^^^ 312s ... 312s 2325 | totalorder_impl!(f64, i64, u64, 64); 312s | ----------------------------------- in this macro invocation 312s | 312s = help: consider using a Cargo feature instead 312s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 312s [lints.rust] 312s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 312s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 312s = note: see for more information about checking conditional configuration 312s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 312s 312s warning: unexpected `cfg` condition name: `has_total_cmp` 312s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 312s | 312s 2305 | #[cfg(has_total_cmp)] 312s | ^^^^^^^^^^^^^ 312s ... 312s 2326 | totalorder_impl!(f32, i32, u32, 32); 312s | ----------------------------------- in this macro invocation 312s | 312s = help: consider using a Cargo feature instead 312s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 312s [lints.rust] 312s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 312s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 312s = note: see for more information about checking conditional configuration 312s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 312s 312s warning: unexpected `cfg` condition name: `has_total_cmp` 312s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 312s | 312s 2311 | #[cfg(not(has_total_cmp))] 312s | ^^^^^^^^^^^^^ 312s ... 312s 2326 | totalorder_impl!(f32, i32, u32, 32); 312s | ----------------------------------- in this macro invocation 312s | 312s = help: consider using a Cargo feature instead 312s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 312s [lints.rust] 312s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 312s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 312s = note: see for more information about checking conditional configuration 312s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 312s 312s warning: `threadpool` (lib) generated 3 warnings (1 duplicate) 312s Compiling clap v4.5.23 312s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/clap-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name clap --edition=2021 /tmp/tmp.plyDonBMRJ/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=355e5f7a560067a6 -C extra-filename=-355e5f7a560067a6 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern clap_builder=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libclap_builder-032ce5b53f6cfa87.rmeta --extern clap_derive=/tmp/tmp.plyDonBMRJ/target/debug/deps/libclap_derive-4a713c6233619637.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 312s warning: unexpected `cfg` condition value: `unstable-doc` 312s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:93:7 312s | 312s 93 | #[cfg(feature = "unstable-doc")] 312s | ^^^^^^^^^^-------------- 312s | | 312s | help: there is a expected value with a similar name: `"unstable-ext"` 312s | 312s = 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` 312s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 312s = note: see for more information about checking conditional configuration 312s = note: `#[warn(unexpected_cfgs)]` on by default 312s 312s warning: unexpected `cfg` condition value: `unstable-doc` 312s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:95:7 312s | 312s 95 | #[cfg(feature = "unstable-doc")] 312s | ^^^^^^^^^^-------------- 312s | | 312s | help: there is a expected value with a similar name: `"unstable-ext"` 312s | 312s = 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` 312s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 312s = note: see for more information about checking conditional configuration 312s 312s warning: unexpected `cfg` condition value: `unstable-doc` 312s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:97:7 312s | 312s 97 | #[cfg(feature = "unstable-doc")] 312s | ^^^^^^^^^^-------------- 312s | | 312s | help: there is a expected value with a similar name: `"unstable-ext"` 312s | 312s = 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` 312s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 312s = note: see for more information about checking conditional configuration 312s 312s warning: unexpected `cfg` condition value: `unstable-doc` 312s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:99:7 312s | 312s 99 | #[cfg(feature = "unstable-doc")] 312s | ^^^^^^^^^^-------------- 312s | | 312s | help: there is a expected value with a similar name: `"unstable-ext"` 312s | 312s = 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` 312s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 312s = note: see for more information about checking conditional configuration 312s 312s warning: unexpected `cfg` condition value: `unstable-doc` 312s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:101:7 312s | 312s 101 | #[cfg(feature = "unstable-doc")] 312s | ^^^^^^^^^^-------------- 312s | | 312s | help: there is a expected value with a similar name: `"unstable-ext"` 312s | 312s = 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` 312s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 312s = note: see for more information about checking conditional configuration 312s 312s warning: `clap` (lib) generated 6 warnings (1 duplicate) 312s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps OUT_DIR=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/build/serde-025b4691b550faf6/out rustc --crate-name serde --edition=2018 /tmp/tmp.plyDonBMRJ/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=6514dc5edea52c62 -C extra-filename=-6514dc5edea52c62 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/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)'` 313s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 313s Compiling rand v0.8.5 313s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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. 313s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.plyDonBMRJ/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="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --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=b359ea3ff641bf46 -C extra-filename=-b359ea3ff641bf46 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern libc=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern rand_chacha=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_core=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:52:13 313s | 313s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s = note: `#[warn(unexpected_cfgs)]` on by default 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:53:13 313s | 313s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 313s | ^^^^^^^ 313s | 313s = 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` 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/mod.rs:116:12 313s | 313s 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 313s | ^^^^^^^ 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `features` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 313s | 313s 162 | #[cfg(features = "nightly")] 313s | ^^^^^^^^^^^^^^^^^^^^ 313s | 313s = note: see for more information about checking conditional configuration 313s help: there is a config with a similar name and value 313s | 313s 162 | #[cfg(feature = "nightly")] 313s | ~~~~~~~ 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:15:7 313s | 313s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:156:7 313s | 313s 156 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:158:7 313s | 313s 158 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:160:7 313s | 313s 160 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:162:7 313s | 313s 162 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:165:7 313s | 313s 165 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:167:7 313s | 313s 167 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:169:7 313s | 313s 169 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:13:32 313s | 313s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:15:35 313s | 313s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:19:7 313s | 313s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:112:7 313s | 313s 112 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:142:7 313s | 313s 142 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:144:7 313s | 313s 144 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:146:7 313s | 313s 146 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:148:7 313s | 313s 148 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:150:7 313s | 313s 150 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:152:7 313s | 313s 152 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:155:5 313s | 313s 155 | feature = "simd_support", 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:11:7 313s | 313s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:144:7 313s | 313s 144 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `std` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:235:11 313s | 313s 235 | #[cfg(not(std))] 313s | ^^^ help: found config with similar value: `feature = "std"` 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:363:7 313s | 313s 363 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:423:7 313s | 313s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 313s | ^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:424:7 313s | 313s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 313s | ^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:425:7 313s | 313s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 313s | ^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:426:7 313s | 313s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 313s | ^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:427:7 313s | 313s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 313s | ^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:428:7 313s | 313s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 313s | ^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:429:7 313s | 313s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 313s | ^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `std` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 313s | 313s 291 | #[cfg(not(std))] 313s | ^^^ help: found config with similar value: `feature = "std"` 313s ... 313s 359 | scalar_float_impl!(f32, u32); 313s | ---------------------------- in this macro invocation 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 313s 313s warning: unexpected `cfg` condition name: `std` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 313s | 313s 291 | #[cfg(not(std))] 313s | ^^^ help: found config with similar value: `feature = "std"` 313s ... 313s 360 | scalar_float_impl!(f64, u64); 313s | ---------------------------- in this macro invocation 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:80:12 313s | 313s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 313s | ^^^^^^^ 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:429:12 313s | 313s 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 313s | ^^^^^^^ 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 313s | 313s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 313s | 313s 572 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 313s | 313s 679 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 313s | 313s 687 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 313s | 313s 696 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 313s | 313s 706 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 313s | 313s 1001 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 313s | 313s 1003 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 313s | 313s 1005 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 313s | 313s 1007 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 313s | 313s 1010 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 313s | 313s 1012 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition value: `simd_support` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 313s | 313s 1014 | #[cfg(feature = "simd_support")] 313s | ^^^^^^^^^^^^^^^^^^^^^^^^ 313s | 313s = 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` 313s = help: consider adding `simd_support` as a feature in `Cargo.toml` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/rng.rs:395:12 313s | 313s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 313s | ^^^^^^^ 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:99:12 313s | 313s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 313s | ^^^^^^^ 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:118:12 313s | 313s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 313s | ^^^^^^^ 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:29:12 313s | 313s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 313s | ^^^^^^^ 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:623:12 313s | 313s 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 313s | ^^^^^^^ 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/index.rs:276:12 313s | 313s 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 313s | ^^^^^^^ 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:114:16 313s | 313s 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 313s | ^^^^^^^ 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:142:16 313s | 313s 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 313s | ^^^^^^^ 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:170:16 313s | 313s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 313s | ^^^^^^^ 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:219:16 313s | 313s 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 313s | ^^^^^^^ 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: unexpected `cfg` condition name: `doc_cfg` 313s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:465:16 313s | 313s 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 313s | ^^^^^^^ 313s | 313s = help: consider using a Cargo feature instead 313s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 313s [lints.rust] 313s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 313s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 313s = note: see for more information about checking conditional configuration 313s 313s warning: trait `Float` is never used 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:238:18 313s | 313s 238 | pub(crate) trait Float: Sized { 313s | ^^^^^ 313s | 313s = note: `#[warn(dead_code)]` on by default 313s 313s warning: associated items `lanes`, `extract`, and `replace` are never used 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:247:8 313s | 313s 245 | pub(crate) trait FloatAsSIMD: Sized { 313s | ----------- associated items in this trait 313s 246 | #[inline(always)] 313s 247 | fn lanes() -> usize { 313s | ^^^^^ 313s ... 313s 255 | fn extract(self, index: usize) -> Self { 313s | ^^^^^^^ 313s ... 313s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 313s | ^^^^^^^ 313s 313s warning: method `all` is never used 313s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:268:8 313s | 313s 266 | pub(crate) trait BoolAsSIMD: Sized { 313s | ---------- method in this trait 313s 267 | fn any(self) -> bool; 313s 268 | fn all(self) -> bool; 313s | ^^^ 313s 313s warning: `rand` (lib) generated 66 warnings (1 duplicate) 313s Compiling rand_xorshift v0.3.0 313s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_xorshift CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/rand_xorshift-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/rand_xorshift-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Xorshift random number generator 313s ' 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_xorshift CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name rand_xorshift --edition=2018 /tmp/tmp.plyDonBMRJ/registry/rand_xorshift-0.3.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("serde", "serde1"))' -C metadata=6f9a9169531a5b9a -C extra-filename=-6f9a9169531a5b9a --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern rand_core=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 313s warning: `rand_xorshift` (lib) generated 1 warning (1 duplicate) 313s Compiling equivalent v1.0.1 313s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.plyDonBMRJ/registry/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50ee6cd9d9ded5bf -C extra-filename=-50ee6cd9d9ded5bf --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 314s warning: `equivalent` (lib) generated 1 warning (1 duplicate) 314s Compiling memchr v2.7.4 314s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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 314s 1, 2 or 3 byte search and single substring search. 314s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.plyDonBMRJ/registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9dfbaa7dc96bc3ae -C extra-filename=-9dfbaa7dc96bc3ae --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 314s warning: `memchr` (lib) generated 1 warning (1 duplicate) 314s Compiling escape8259 v0.5.3 314s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=escape8259 CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/escape8259-0.5.3 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/escape8259-0.5.3/Cargo.toml CARGO_PKG_AUTHORS='Eric Seppanen ' CARGO_PKG_DESCRIPTION='RFC8259-compliant string escaping and un-escaping' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=escape8259 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/ericseppanen/escape8259' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name escape8259 --edition=2018 /tmp/tmp.plyDonBMRJ/registry/escape8259-0.5.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=f476162e42fd9d7f -C extra-filename=-f476162e42fd9d7f --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 314s warning: `escape8259` (lib) generated 1 warning (1 duplicate) 314s Compiling hashbrown v0.14.5 314s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.plyDonBMRJ/registry/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=abc055366cb5e49f -C extra-filename=-abc055366cb5e49f --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:14:5 314s | 314s 14 | feature = "nightly", 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s = note: `#[warn(unexpected_cfgs)]` on by default 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:39:13 314s | 314s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:40:13 314s | 314s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:49:7 314s | 314s 49 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:59:7 314s | 314s 59 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:65:11 314s | 314s 65 | #[cfg(not(feature = "nightly"))] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 314s | 314s 53 | #[cfg(not(feature = "nightly"))] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 314s | 314s 55 | #[cfg(not(feature = "nightly"))] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 314s | 314s 57 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 314s | 314s 3549 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 314s | 314s 3661 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 314s | 314s 3678 | #[cfg(not(feature = "nightly"))] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 314s | 314s 4304 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 314s | 314s 4319 | #[cfg(not(feature = "nightly"))] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 314s | 314s 7 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 314s | 314s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 314s | 314s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 314s | 314s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `rkyv` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 314s | 314s 3 | #[cfg(feature = "rkyv")] 314s | ^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `rkyv` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:242:11 314s | 314s 242 | #[cfg(not(feature = "nightly"))] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:255:7 314s | 314s 255 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6517:11 314s | 314s 6517 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6523:11 314s | 314s 6523 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6591:11 314s | 314s 6591 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6597:11 314s | 314s 6597 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6651:11 314s | 314s 6651 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6657:11 314s | 314s 6657 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1359:11 314s | 314s 1359 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1365:11 314s | 314s 1365 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1383:11 314s | 314s 1383 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 314s warning: unexpected `cfg` condition value: `nightly` 314s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1389:11 314s | 314s 1389 | #[cfg(feature = "nightly")] 314s | ^^^^^^^^^^^^^^^^^^^ 314s | 314s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 314s = help: consider adding `nightly` as a feature in `Cargo.toml` 314s = note: see for more information about checking conditional configuration 314s 315s warning: `hashbrown` (lib) generated 32 warnings (1 duplicate) 315s Compiling static_assertions v1.1.0 315s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=static_assertions CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/static_assertions-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/static_assertions-1.1.0/Cargo.toml CARGO_PKG_AUTHORS='Nikolai Vazquez' CARGO_PKG_DESCRIPTION='Compile-time assertions to ensure that invariants are met.' CARGO_PKG_HOMEPAGE='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=static_assertions CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nvzqz/static-assertions-rs' 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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name static_assertions --edition=2015 /tmp/tmp.plyDonBMRJ/registry/static_assertions-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("nightly"))' -C metadata=18df01cc327facaa -C extra-filename=-18df01cc327facaa --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 315s warning: `static_assertions` (lib) generated 1 warning (1 duplicate) 315s Compiling regex-syntax v0.8.5 315s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.plyDonBMRJ/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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --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=4fc5539eea58731c -C extra-filename=-4fc5539eea58731c --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 315s warning: `serde` (lib) generated 1 warning (1 duplicate) 315s Compiling itoa v1.0.14 315s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.plyDonBMRJ/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=a82a426f214c0959 -C extra-filename=-a82a426f214c0959 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 315s warning: `itoa` (lib) generated 1 warning (1 duplicate) 315s Compiling lazy_static v1.5.0 315s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name lazy_static --edition=2015 /tmp/tmp.plyDonBMRJ/registry/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=fa782e2884b94cf1 -C extra-filename=-fa782e2884b94cf1 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 315s warning: elided lifetime has a name 315s --> /usr/share/cargo/registry/lazy_static-1.5.0/src/inline_lazy.rs:26:43 315s | 315s 26 | pub fn get(&'static self, f: F) -> &T 315s | ^ this elided lifetime gets resolved as `'static` 315s | 315s = note: `#[warn(elided_named_lifetimes)]` on by default 315s help: consider specifying it explicitly 315s | 315s 26 | pub fn get(&'static self, f: F) -> &'static T 315s | +++++++ 315s 315s warning: `lazy_static` (lib) generated 2 warnings (1 duplicate) 315s Compiling unarray v0.1.4 315s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unarray CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/unarray-0.1.4 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/unarray-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for working with uninitialized arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unarray CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cameron1024/unarray' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name unarray --edition=2018 /tmp/tmp.plyDonBMRJ/registry/unarray-0.1.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())' -C metadata=4bc01abf17def2c3 -C extra-filename=-4bc01abf17def2c3 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 315s warning: `unarray` (lib) generated 1 warning (1 duplicate) 315s Compiling termcolor v1.4.1 315s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/termcolor-1.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/termcolor-1.4.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. 315s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name termcolor --edition=2018 /tmp/tmp.plyDonBMRJ/registry/termcolor-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ae72d8ae91d429e -C extra-filename=-1ae72d8ae91d429e --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 316s warning: `termcolor` (lib) generated 1 warning (1 duplicate) 316s Compiling ryu v1.0.19 316s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/ryu-1.0.19 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/ryu-1.0.19/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.19 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name ryu --edition=2018 /tmp/tmp.plyDonBMRJ/registry/ryu-1.0.19/src/lib.rs --error-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", "small"))' -C metadata=c01778dbd79acb0e -C extra-filename=-c01778dbd79acb0e --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 316s warning: `ryu` (lib) generated 1 warning (1 duplicate) 316s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps OUT_DIR=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out rustc --crate-name serde_json --edition=2021 /tmp/tmp.plyDonBMRJ/registry/serde_json-1.0.133/src/lib.rs --error-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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ef11c4b3f48fb83f -C extra-filename=-ef11c4b3f48fb83f --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern itoa=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libitoa-a82a426f214c0959.rmeta --extern memchr=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern ryu=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libryu-c01778dbd79acb0e.rmeta --extern serde=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libserde-6514dc5edea52c62.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` 317s warning: `serde_json` (lib) generated 1 warning (1 duplicate) 317s Compiling proptest v1.6.0 317s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proptest CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/proptest-1.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/proptest-1.6.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Hypothesis-like property-based testing and shrinking. 317s ' CARGO_PKG_HOMEPAGE='https://proptest-rs.github.io/proptest/proptest/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proptest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/proptest-rs/proptest' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name proptest --edition=2018 /tmp/tmp.plyDonBMRJ/registry/proptest-1.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 --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "lazy_static", "no_std", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable"))' -C metadata=ed950dc73bb5efdf -C extra-filename=-ed950dc73bb5efdf --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern bit_set=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libbit_set-89b3c1c57b5a03ce.rmeta --extern bit_vec=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.rmeta --extern bitflags=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern lazy_static=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/liblazy_static-fa782e2884b94cf1.rmeta --extern num_traits=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-0a13ea327a69f660.rmeta --extern rand=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/librand-b359ea3ff641bf46.rmeta --extern rand_chacha=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_xorshift=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/librand_xorshift-6f9a9169531a5b9a.rmeta --extern regex_syntax=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-4fc5539eea58731c.rmeta --extern rusty_fork=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/librusty_fork-66f38081ff4ed394.rmeta --extern tempfile=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern unarray=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libunarray-4bc01abf17def2c3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 318s warning: unexpected `cfg` condition value: `attr-macro` 318s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:91:7 318s | 318s 91 | #[cfg(feature = "attr-macro")] 318s | ^^^^^^^^^^^^^^^^^^^^^^ 318s | 318s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 318s = help: consider adding `attr-macro` as a feature in `Cargo.toml` 318s = note: see for more information about checking conditional configuration 318s = note: `#[warn(unexpected_cfgs)]` on by default 318s 318s warning: unexpected `cfg` condition value: `attr-macro` 318s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:94:7 318s | 318s 94 | #[cfg(feature = "attr-macro")] 318s | ^^^^^^^^^^^^^^^^^^^^^^ 318s | 318s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 318s = help: consider adding `attr-macro` as a feature in `Cargo.toml` 318s = note: see for more information about checking conditional configuration 318s 318s warning: unexpected `cfg` condition value: `hardware-rng` 318s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:487:9 318s | 318s 487 | feature = "hardware-rng" 318s | ^^^^^^^^^^^^^^^^^^^^^^^^ 318s | 318s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 318s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 318s = note: see for more information about checking conditional configuration 318s 318s warning: unexpected `cfg` condition value: `hardware-rng` 318s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:456:13 318s | 318s 456 | feature = "hardware-rng" 318s | ^^^^^^^^^^^^^^^^^^^^^^^^ 318s | 318s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 318s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 318s = note: see for more information about checking conditional configuration 318s 318s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 318s Compiling libtest-mimic v0.7.3 318s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libtest_mimic CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/libtest-mimic-0.7.3 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/libtest-mimic-0.7.3/Cargo.toml CARGO_PKG_AUTHORS='Lukas Kalbertodt ' CARGO_PKG_DESCRIPTION='Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test` 318s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libtest-mimic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/LukasKalbertodt/libtest-mimic' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name libtest_mimic --edition=2021 /tmp/tmp.plyDonBMRJ/registry/libtest-mimic-0.7.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=d6b94db4ffa023fe -C extra-filename=-d6b94db4ffa023fe --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern clap=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libclap-355e5f7a560067a6.rmeta --extern escape8259=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libescape8259-f476162e42fd9d7f.rmeta --extern termcolor=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libtermcolor-1ae72d8ae91d429e.rmeta --extern threadpool=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libthreadpool-4f7b0bed022b0d96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 319s warning: `libtest-mimic` (lib) generated 1 warning (1 duplicate) 319s Compiling kstring v2.0.0 319s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=kstring CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/kstring-2.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/kstring-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='Ed Page ' CARGO_PKG_DESCRIPTION='Key String: optimized for map keys' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=kstring CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cobalt-org/kstring' 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='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name kstring --edition=2018 /tmp/tmp.plyDonBMRJ/registry/kstring-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="default"' --cfg 'feature="max_inline"' --cfg 'feature="std"' --cfg 'feature="unsafe"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc", "default", "max_inline", "serde", "std", "unsafe", "unstable_bench_subset"))' -C metadata=6b12de32684ec81b -C extra-filename=-6b12de32684ec81b --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern static_assertions=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libstatic_assertions-18df01cc327facaa.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 319s warning: unexpected `cfg` condition value: `document-features` 319s --> /usr/share/cargo/registry/kstring-2.0.0/src/lib.rs:38:13 319s | 319s 38 | #![cfg_attr(feature = "document-features", doc = document_features::document_features!())] 319s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 319s | 319s = note: expected values for `feature` are: `arc`, `default`, `max_inline`, `serde`, `std`, `unsafe`, and `unstable_bench_subset` 319s = help: consider adding `document-features` as a feature in `Cargo.toml` 319s = note: see for more information about checking conditional configuration 319s = note: `#[warn(unexpected_cfgs)]` on by default 319s 319s warning: unexpected `cfg` condition value: `safe` 319s --> /usr/share/cargo/registry/kstring-2.0.0/src/lib.rs:39:13 319s | 319s 39 | #![cfg_attr(feature = "safe", forbid(unsafe_code))] 319s | ^^^^^^^^^^^^^^^^ 319s | 319s = note: expected values for `feature` are: `arc`, `default`, `max_inline`, `serde`, `std`, `unsafe`, and `unstable_bench_subset` 319s = help: consider adding `safe` as a feature in `Cargo.toml` 319s = note: see for more information about checking conditional configuration 319s 320s warning: `kstring` (lib) generated 3 warnings (1 duplicate) 320s Compiling indexmap v2.7.0 320s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.plyDonBMRJ/registry/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=add402dbf0c10c1b -C extra-filename=-add402dbf0c10c1b --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern equivalent=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libequivalent-50ee6cd9d9ded5bf.rmeta --extern hashbrown=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libhashbrown-abc055366cb5e49f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 320s warning: struct `NoopFailurePersistence` is never constructed 320s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/failure_persistence/noop.rs:19:8 320s | 320s 19 | struct NoopFailurePersistence; 320s | ^^^^^^^^^^^^^^^^^^^^^^ 320s | 320s = note: `NoopFailurePersistence` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis 320s = note: `#[warn(dead_code)]` on by default 320s 320s warning: unexpected `cfg` condition value: `borsh` 320s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:117:7 320s | 320s 117 | #[cfg(feature = "borsh")] 320s | ^^^^^^^^^^^^^^^^^ 320s | 320s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 320s = help: consider adding `borsh` as a feature in `Cargo.toml` 320s = note: see for more information about checking conditional configuration 320s = note: `#[warn(unexpected_cfgs)]` on by default 320s 320s warning: unexpected `cfg` condition value: `rustc-rayon` 320s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:131:7 320s | 320s 131 | #[cfg(feature = "rustc-rayon")] 320s | ^^^^^^^^^^^^^^^^^^^^^^^ 320s | 320s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 320s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 320s = note: see for more information about checking conditional configuration 320s 320s warning: unexpected `cfg` condition value: `quickcheck` 320s --> /usr/share/cargo/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 320s | 320s 38 | #[cfg(feature = "quickcheck")] 320s | ^^^^^^^^^^^^^^^^^^^^^^ 320s | 320s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 320s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 320s = note: see for more information about checking conditional configuration 320s 320s warning: unexpected `cfg` condition value: `rustc-rayon` 320s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:128:30 320s | 320s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 320s | ^^^^^^^^^^^^^^^^^^^^^^^ 320s | 320s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 320s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 320s = note: see for more information about checking conditional configuration 320s 320s warning: unexpected `cfg` condition value: `rustc-rayon` 320s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:153:30 320s | 320s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 320s | ^^^^^^^^^^^^^^^^^^^^^^^ 320s | 320s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 320s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 320s = note: see for more information about checking conditional configuration 320s 320s warning: `indexmap` (lib) generated 6 warnings (1 duplicate) 320s Compiling toml_datetime v0.6.8 320s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/tmp/tmp.plyDonBMRJ/registry/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/tmp/tmp.plyDonBMRJ/registry/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name toml_datetime --edition=2021 /tmp/tmp.plyDonBMRJ/registry/toml_datetime-0.6.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=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::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' '--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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b05c75224d924c01 -C extra-filename=-b05c75224d924c01 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 320s warning: `toml_datetime` (lib) generated 1 warning (1 duplicate) 322s warning: `proptest` (lib) generated 6 warnings (1 duplicate) 322s Compiling toml_edit v0.22.20 (/usr/share/cargo/registry/toml_edit-0.22.20) 322s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.plyDonBMRJ/target/debug/deps rustc --crate-name toml_edit --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --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::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' '--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' --test --cfg 'feature="perf"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=ffa6f1f3811ed299 -C extra-filename=-ffa6f1f3811ed299 --out-dir /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.plyDonBMRJ/target/debug/deps --extern indexmap=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rlib --extern kstring=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libkstring-6b12de32684ec81b.rlib --extern libtest_mimic=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/liblibtest_mimic-d6b94db4ffa023fe.rlib --extern proptest=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libproptest-ed950dc73bb5efdf.rlib --extern serde_json=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-ef11c4b3f48fb83f.rlib --extern toml_datetime=/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/libtoml_datetime-b05c75224d924c01.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.plyDonBMRJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 322s warning: unused import: `std::str::FromStr` 322s --> src/document.rs:1:5 322s | 322s 1 | use std::str::FromStr; 322s | ^^^^^^^^^^^^^^^^^ 322s | 322s = note: `#[warn(unused_imports)]` on by default 322s 322s warning: unused import: `std::str::FromStr` 322s --> src/item.rs:1:5 322s | 322s 1 | use std::str::FromStr; 322s | ^^^^^^^^^^^^^^^^^ 322s 322s warning: unused import: `std::borrow::Cow` 322s --> src/key.rs:1:5 322s | 322s 1 | use std::borrow::Cow; 322s | ^^^^^^^^^^^^^^^^ 322s 322s warning: unused import: `std::str::FromStr` 322s --> src/key.rs:2:5 322s | 322s 2 | use std::str::FromStr; 322s | ^^^^^^^^^^^^^^^^^ 322s 322s warning: unused import: `std::borrow::Cow` 322s --> src/repr.rs:1:5 322s | 322s 1 | use std::borrow::Cow; 322s | ^^^^^^^^^^^^^^^^ 322s 322s warning: unused import: `crate::value::DEFAULT_VALUE_DECOR` 322s --> src/table.rs:7:5 322s | 322s 7 | use crate::value::DEFAULT_VALUE_DECOR; 322s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 322s 322s warning: unused import: `std::str::FromStr` 322s --> src/value.rs:2:5 322s | 322s 2 | use std::str::FromStr; 322s | ^^^^^^^^^^^^^^^^^ 322s 322s warning: field `implicit` is never read 322s --> src/inline_table.rs:15:16 322s | 322s 11 | pub struct InlineTable { 322s | ----------- field in this struct 322s ... 322s 15 | pub(crate) implicit: bool, 322s | ^^^^^^^^ 322s | 322s = note: `InlineTable` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis 322s = note: `#[warn(dead_code)]` on by default 322s 322s warning: methods `set_implicit` and `is_implicit` are never used 322s --> src/inline_table.rs:159:19 322s | 322s 49 | impl InlineTable { 322s | ---------------- methods in this implementation 322s ... 322s 159 | pub(crate) fn set_implicit(&mut self, implicit: bool) { 322s | ^^^^^^^^^^^^ 322s ... 322s 164 | pub(crate) fn is_implicit(&self) -> bool { 322s | ^^^^^^^^^^^ 322s 322s warning: constant `DEFAULT_INLINE_KEY_DECOR` is never used 322s --> src/inline_table.rs:600:18 322s | 322s 600 | pub(crate) const DEFAULT_INLINE_KEY_DECOR: (&str, &str) = (" ", " "); 322s | ^^^^^^^^^^^^^^^^^^^^^^^^ 322s 322s warning: methods `with_repr_unchecked` and `get_internal` are never used 322s --> src/key.rs:56:19 322s | 322s 37 | impl Key { 322s | -------- methods in this implementation 322s ... 322s 56 | pub(crate) fn with_repr_unchecked(mut self, repr: Repr) -> Self { 322s | ^^^^^^^^^^^^^^^^^^^ 322s ... 322s 89 | pub(crate) fn get_internal(&self) -> &InternalString { 322s | ^^^^^^^^^^^^ 322s 322s warning: variant `Spanned` is never constructed 322s --> src/raw_string.rs:11:5 322s | 322s 8 | enum RawStringInner { 322s | -------------- variant in this enum 322s ... 322s 11 | Spanned(std::ops::Range), 322s | ^^^^^^^ 322s | 322s = note: `RawStringInner` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis 322s 322s warning: associated items `with_span`, `to_str`, and `to_str_with_default` are never used 322s --> src/raw_string.rs:15:19 322s | 322s 14 | impl RawString { 322s | -------------- associated items in this implementation 322s 15 | pub(crate) fn with_span(span: std::ops::Range) -> Self { 322s | ^^^^^^^^^ 322s ... 322s 45 | pub(crate) fn to_str<'s>(&'s self, input: &'s str) -> &'s str { 322s | ^^^^^^ 322s ... 322s 55 | pub(crate) fn to_str_with_default<'s>( 322s | ^^^^^^^^^^^^^^^^^^^ 322s 322s warning: method `set_repr_unchecked` is never used 322s --> src/repr.rs:27:19 322s | 322s 14 | / impl Formatted 322s 15 | | where 322s 16 | | T: ValueRepr, 322s | |_________________- method in this implementation 322s ... 322s 27 | pub(crate) fn set_repr_unchecked(&mut self, repr: Repr) { 322s | ^^^^^^^^^^^^^^^^^^ 322s 322s warning: associated function `new_unchecked` is never used 322s --> src/repr.rs:144:19 322s | 322s 143 | impl Repr { 322s | --------- associated function in this implementation 322s 144 | pub(crate) fn new_unchecked(raw: impl Into) -> Self { 322s | ^^^^^^^^^^^^^ 322s 322s warning: constant `DEFAULT_ROOT_DECOR` is never used 322s --> src/table.rs:507:18 322s | 322s 507 | pub(crate) const DEFAULT_ROOT_DECOR: (&str, &str) = ("", ""); 322s | ^^^^^^^^^^^^^^^^^^ 322s 322s warning: constant `DEFAULT_KEY_DECOR` is never used 322s --> src/table.rs:508:18 322s | 322s 508 | pub(crate) const DEFAULT_KEY_DECOR: (&str, &str) = ("", " "); 322s | ^^^^^^^^^^^^^^^^^ 322s 322s warning: constant `DEFAULT_TABLE_DECOR` is never used 322s --> src/table.rs:509:18 322s | 322s 509 | pub(crate) const DEFAULT_TABLE_DECOR: (&str, &str) = ("\n", ""); 322s | ^^^^^^^^^^^^^^^^^^^ 322s 322s warning: constant `DEFAULT_KEY_PATH_DECOR` is never used 322s --> src/table.rs:510:18 322s | 322s 510 | pub(crate) const DEFAULT_KEY_PATH_DECOR: (&str, &str) = ("", ""); 322s | ^^^^^^^^^^^^^^^^^^^^^^ 322s 322s warning: constant `DEFAULT_TRAILING_VALUE_DECOR` is never used 322s --> src/value.rs:364:18 322s | 322s 364 | pub(crate) const DEFAULT_TRAILING_VALUE_DECOR: (&str, &str) = (" ", " "); 322s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 322s 323s warning: `toml_edit` (lib test) generated 21 warnings (1 duplicate) (run `cargo fix --lib -p toml_edit --tests` to apply 7 suggestions) 323s Finished `test` profile [unoptimized + debuginfo] target(s) in 25.28s 323s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.plyDonBMRJ/target/s390x-unknown-linux-gnu/debug/deps/toml_edit-ffa6f1f3811ed299` 323s 323s running 8 tests 323s test error::test_translate_position::after ... ok 323s test error::test_translate_position::empty ... ok 323s test error::test_translate_position::end ... ok 323s test error::test_translate_position::end_of_line ... ok 323s test error::test_translate_position::first_line ... ok 323s test error::test_translate_position::second_line ... ok 323s test error::test_translate_position::start ... ok 323s test error::test_translate_position::start_of_second_line ... ok 323s 323s test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 323s 323s /tmp/autopkgtest.v3WgVq/wrapper.sh: checking for leaked background processes... 323s /tmp/autopkgtest.v3WgVq/wrapper.sh: waiting for tee/cat subprocesses... 323s /tmp/autopkgtest.v3WgVq/wrapper.sh: cleaning up... 323s /tmp/autopkgtest.v3WgVq/wrapper.sh: Exit status: 0 323s autopkgtest: DBG: testbed command exited with code 0 323s autopkgtest [08:43:41]: test librust-toml-edit-dev:perf: -----------------------] 323s autopkgtest: DBG: testbed executing test finished with exit status 0 323s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aperf-stdout /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Aperf-stdout 323s autopkgtest: DBG: got reply from testbed: ok 323s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aperf-stderr /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Aperf-stderr 324s autopkgtest: DBG: got reply from testbed: ok 324s autopkgtest [08:43:42]: test librust-toml-edit-dev:perf: - - - - - - - - - - results - - - - - - - - - - 324s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aperf-artifacts/ /tmp/autopkgtest-work.g9cd8txd/out/artifacts/ 324s librust-toml-edit-dev:perf PASS 324s autopkgtest: DBG: got reply from testbed: ok 324s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:perf-artifacts', '/tmp/autopkgtest.v3WgVq/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 324s autopkgtest: DBG: testbed command exited with code 0 324s autopkgtest [08:43:42]: test librust-toml-edit-dev:serde: preparing testbed 324s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'], deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 324s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 324s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 324s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev 324s autopkgtest: DBG: can use apt-get on testbed: True 324s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 324s Reading package lists... 324s Building dependency tree... 324s Reading state information... 324s Starting pkgProblemResolver with broken count: 0 325s Starting 2 pkgProblemResolver with broken count: 0 325s Done 325s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-toml-edit-dev'], kind short, sout pipe, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:serde-packages.all"], kind short, sout raw, serr pipe, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aserde-packages.all /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Aserde-packages.all 325s autopkgtest: DBG: got reply from testbed: ok 325s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.v3WgVq/build.oMt/src'], kind short, sout raw, serr raw, env [] 325s autopkgtest: DBG: testbed command exited with code 0 325s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.v3WgVq/build.oMt/src already exists 325s autopkgtest [08:43:43]: test librust-toml-edit-dev:serde: /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features serde 325s autopkgtest [08:43:43]: test librust-toml-edit-dev:serde: [----------------------- 325s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.v3WgVq/wrapper.sh --debug --artifacts=/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:serde-artifacts --chdir=/tmp/autopkgtest.v3WgVq/build.oMt/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.v3WgVq/librust-toml-edit-dev:serde-stderr --stdout=/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:serde-stdout --tmp=/tmp/autopkgtest.v3WgVq/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- bash -ec '/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features serde'"], kind test, sout raw, serr raw, env [] 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:serde-artifacts 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: changing to directory: /tmp/autopkgtest.v3WgVq/build.oMt/src 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: LANG=C.UTF-8 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LANGUAGE 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ADDRESS 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ALL 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_COLLATE 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_CTYPE 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_IDENTIFICATION 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MEASUREMENT 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MESSAGES 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MONETARY 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NAME 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NUMERIC 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_PAPER 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TELEPHONE 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TIME 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: pretending to be a login shell 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write standard error to /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:serde-stderr 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write stdout to /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:serde-stdout 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.v3WgVq/autopkgtest_tmp 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features serde 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.QWBo6uZYjx/out to stdout and file: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:serde-stdout 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.QWBo6uZYjx/err to standard error and file: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:serde-stdout 326s /tmp/autopkgtest.v3WgVq/wrapper.sh: writing script pid 8981 to /tmp/autopkgtest_script_pid 326s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 326s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 326s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 326s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.KAezqKyizB/registry/ 326s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 326s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 326s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 326s 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', 'serde'],) {} 326s Compiling libc v0.2.169 326s Compiling proc-macro2 v1.0.92 326s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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. 326s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.KAezqKyizB/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="extra_traits"' --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=dc781cb7c1ee5a21 -C extra-filename=-dc781cb7c1ee5a21 --out-dir /tmp/tmp.KAezqKyizB/target/debug/build/libc-dc781cb7c1ee5a21 -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --cap-lints warn` 326s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.KAezqKyizB/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3832f39696f3f5db -C extra-filename=-3832f39696f3f5db --out-dir /tmp/tmp.KAezqKyizB/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --cap-lints warn` 326s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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.KAezqKyizB/target/debug/deps:/tmp/tmp.KAezqKyizB/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.KAezqKyizB/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.KAezqKyizB/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 326s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 326s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 326s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 326s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 326s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 326s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 326s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 326s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 326s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 326s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 326s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 326s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 326s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 326s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 326s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 326s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 326s Compiling unicode-ident v1.0.13 326s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.KAezqKyizB/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d182fe9243248fe -C extra-filename=-5d182fe9243248fe --out-dir /tmp/tmp.KAezqKyizB/target/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --cap-lints warn` 326s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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. 326s ' 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.KAezqKyizB/target/debug/deps:/tmp/tmp.KAezqKyizB/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.KAezqKyizB/target/debug/build/libc-dc781cb7c1ee5a21/build-script-build` 326s [libc 0.2.169] cargo:rerun-if-changed=build.rs 326s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 326s [libc 0.2.169] cargo:rustc-cfg=freebsd11 326s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 326s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 326s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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. 326s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps OUT_DIR=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out rustc --crate-name libc --edition=2021 /tmp/tmp.KAezqKyizB/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="extra_traits"' --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=cf2521928ac070dc -C extra-filename=-cf2521928ac070dc --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/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"))'` 326s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps OUT_DIR=/tmp/tmp.KAezqKyizB/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.KAezqKyizB/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccebc93d1de6cfe5 -C extra-filename=-ccebc93d1de6cfe5 --out-dir /tmp/tmp.KAezqKyizB/target/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern unicode_ident=/tmp/tmp.KAezqKyizB/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 327s warning: unused import: `crate::ntptimeval` 327s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 327s | 327s 5 | use crate::ntptimeval; 327s | ^^^^^^^^^^^^^^^^^ 327s | 327s = note: `#[warn(unused_imports)]` on by default 327s 327s Compiling quote v1.0.37 327s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.KAezqKyizB/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dc92c6f25ee0f0c6 -C extra-filename=-dc92c6f25ee0f0c6 --out-dir /tmp/tmp.KAezqKyizB/target/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern proc_macro2=/tmp/tmp.KAezqKyizB/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 327s Compiling syn v2.0.96 327s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.KAezqKyizB/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=0a09462095438540 -C extra-filename=-0a09462095438540 --out-dir /tmp/tmp.KAezqKyizB/target/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern proc_macro2=/tmp/tmp.KAezqKyizB/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.KAezqKyizB/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.KAezqKyizB/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 328s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 328s | 328s = note: this feature is not stably supported; its behavior can change in the future 328s 328s warning: `libc` (lib) generated 2 warnings 328s Compiling cfg-if v1.0.0 328s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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] 328s parameters. Structured like an if-else chain, the first matching branch is the 328s item that gets emitted. 328s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.KAezqKyizB/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=ff3ff84a061de73f -C extra-filename=-ff3ff84a061de73f --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 328s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 328s Compiling getrandom v0.2.15 328s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.KAezqKyizB/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=ed47f71499f7e17d -C extra-filename=-ed47f71499f7e17d --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern cfg_if=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 328s warning: unexpected `cfg` condition value: `js` 328s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 328s | 328s 334 | } else if #[cfg(all(feature = "js", 328s | ^^^^^^^^^^^^^^ 328s | 328s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 328s = help: consider adding `js` as a feature in `Cargo.toml` 328s = note: see for more information about checking conditional configuration 328s = note: `#[warn(unexpected_cfgs)]` on by default 328s 328s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 328s Compiling utf8parse v0.2.1 328s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.KAezqKyizB/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=4894bf36b6529b81 -C extra-filename=-4894bf36b6529b81 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 328s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 328s Compiling byteorder v1.5.0 328s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/byteorder-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name byteorder --edition=2021 /tmp/tmp.KAezqKyizB/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=89ebf31d1f97ee77 -C extra-filename=-89ebf31d1f97ee77 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 328s warning: `byteorder` (lib) generated 1 warning (1 duplicate) 328s Compiling serde v1.0.217 328s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.KAezqKyizB/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2b32d4e029565da2 -C extra-filename=-2b32d4e029565da2 --out-dir /tmp/tmp.KAezqKyizB/target/debug/build/serde-2b32d4e029565da2 -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --cap-lints warn` 329s Compiling rustix v0.38.37 329s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.KAezqKyizB/registry/rustix-0.38.37/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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=81772580b4c03ea1 -C extra-filename=-81772580b4c03ea1 --out-dir /tmp/tmp.KAezqKyizB/target/debug/build/rustix-81772580b4c03ea1 -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --cap-lints warn` 329s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.KAezqKyizB/target/debug/deps:/tmp/tmp.KAezqKyizB/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.KAezqKyizB/target/debug/build/rustix-81772580b4c03ea1/build-script-build` 329s [rustix 0.38.37] cargo:rerun-if-changed=build.rs 329s [rustix 0.38.37] cargo:rustc-cfg=static_assertions 329s [rustix 0.38.37] cargo:rustc-cfg=libc 329s [rustix 0.38.37] cargo:rustc-cfg=linux_like 329s [rustix 0.38.37] cargo:rustc-cfg=linux_kernel 329s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM 329s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC 329s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC 329s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD 329s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_MIRI 329s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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.KAezqKyizB/target/debug/deps:/tmp/tmp.KAezqKyizB/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/build/serde-73ad5bb6f6912daf/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.KAezqKyizB/target/debug/build/serde-2b32d4e029565da2/build-script-build` 329s [serde 1.0.217] cargo:rerun-if-changed=build.rs 329s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 329s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 329s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 329s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 329s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 329s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 329s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 329s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 329s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 329s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 329s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 329s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 329s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 329s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 329s Compiling anstyle-parse v0.2.1 329s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.KAezqKyizB/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=d0c73c4af772649f -C extra-filename=-d0c73c4af772649f --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern utf8parse=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 329s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 329s Compiling rand_core v0.6.4 329s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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. 329s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.KAezqKyizB/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=3c7246ca3f419bbc -C extra-filename=-3c7246ca3f419bbc --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern getrandom=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 329s warning: unexpected `cfg` condition name: `doc_cfg` 329s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:38:13 329s | 329s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 329s | ^^^^^^^ 329s | 329s = 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` 329s = help: consider using a Cargo feature instead 329s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 329s [lints.rust] 329s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 329s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 329s = note: see for more information about checking conditional configuration 329s = note: `#[warn(unexpected_cfgs)]` on by default 329s 329s warning: unexpected `cfg` condition name: `doc_cfg` 329s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:50:16 329s | 329s 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 329s | ^^^^^^^ 329s | 329s = help: consider using a Cargo feature instead 329s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 329s [lints.rust] 329s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 329s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 329s = note: see for more information about checking conditional configuration 329s 329s warning: unexpected `cfg` condition name: `doc_cfg` 329s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:64:16 329s | 329s 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 329s | ^^^^^^^ 329s | 329s = help: consider using a Cargo feature instead 329s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 329s [lints.rust] 329s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 329s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 329s = note: see for more information about checking conditional configuration 329s 329s warning: unexpected `cfg` condition name: `doc_cfg` 329s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:75:16 329s | 329s 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 329s | ^^^^^^^ 329s | 329s = help: consider using a Cargo feature instead 329s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 329s [lints.rust] 329s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 329s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 329s = note: see for more information about checking conditional configuration 329s 329s warning: unexpected `cfg` condition name: `doc_cfg` 329s --> /usr/share/cargo/registry/rand_core-0.6.4/src/os.rs:46:12 329s | 329s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 329s | ^^^^^^^ 329s | 329s = help: consider using a Cargo feature instead 329s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 329s [lints.rust] 329s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 329s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 329s = note: see for more information about checking conditional configuration 329s 329s warning: unexpected `cfg` condition name: `doc_cfg` 329s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:411:16 329s | 329s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 329s | ^^^^^^^ 329s | 329s = help: consider using a Cargo feature instead 329s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 329s [lints.rust] 329s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 329s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 329s = note: see for more information about checking conditional configuration 329s 330s warning: `rand_core` (lib) generated 7 warnings (1 duplicate) 330s Compiling errno v0.3.8 330s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/errno-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/errno-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name errno --edition=2018 /tmp/tmp.KAezqKyizB/registry/errno-0.3.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a511b7e92317ca2a -C extra-filename=-a511b7e92317ca2a --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern libc=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 330s warning: unexpected `cfg` condition value: `bitrig` 330s --> /usr/share/cargo/registry/errno-0.3.8/src/unix.rs:77:13 330s | 330s 77 | target_os = "bitrig", 330s | ^^^^^^^^^^^^^^^^^^^^ 330s | 330s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 330s = note: see for more information about checking conditional configuration 330s = note: `#[warn(unexpected_cfgs)]` on by default 330s 330s warning: `errno` (lib) generated 2 warnings (1 duplicate) 330s Compiling autocfg v1.1.0 330s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.KAezqKyizB/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=9ebcd9511383083c -C extra-filename=-9ebcd9511383083c --out-dir /tmp/tmp.KAezqKyizB/target/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --cap-lints warn` 330s Compiling anstyle-query v1.0.0 330s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.KAezqKyizB/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=635bcba2223d27a9 -C extra-filename=-635bcba2223d27a9 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 330s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 330s Compiling bitflags v2.8.0 330s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/bitflags-2.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/bitflags-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 330s ' 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.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.KAezqKyizB/registry/bitflags-2.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=65f3f529c7b65778 -C extra-filename=-65f3f529c7b65778 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 330s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 330s Compiling anstyle v1.0.8 330s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.KAezqKyizB/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=bd63b594ac2d723a -C extra-filename=-bd63b594ac2d723a --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 331s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 331s Compiling colorchoice v1.0.0 331s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.KAezqKyizB/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=e265feadf5f02527 -C extra-filename=-e265feadf5f02527 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 331s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 331s Compiling linux-raw-sys v0.4.14 331s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=linux_raw_sys CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/linux-raw-sys-0.4.14 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/linux-raw-sys-0.4.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Generated bindings for Linux'\''s userspace API' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linux-raw-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/linux-raw-sys' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name linux_raw_sys --edition=2021 /tmp/tmp.KAezqKyizB/registry/linux-raw-sys-0.4.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 --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=2bb16f6e075500a3 -C extra-filename=-2bb16f6e075500a3 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 331s warning: `linux-raw-sys` (lib) generated 1 warning (1 duplicate) 331s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps OUT_DIR=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out rustc --crate-name rustix --edition=2021 /tmp/tmp.KAezqKyizB/registry/rustix-0.38.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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=618570c61329ef4d -C extra-filename=-618570c61329ef4d --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern bitflags=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern libc_errno=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/liberrno-a511b7e92317ca2a.rmeta --extern libc=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern linux_raw_sys=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/liblinux_raw_sys-2bb16f6e075500a3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg static_assertions --cfg libc --cfg linux_like --cfg linux_kernel` 334s warning: `rustix` (lib) generated 1 warning (1 duplicate) 334s Compiling anstream v0.6.15 334s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.KAezqKyizB/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=7c9e2996227bea0c -C extra-filename=-7c9e2996227bea0c --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern anstyle=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern anstyle_parse=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-d0c73c4af772649f.rmeta --extern anstyle_query=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-635bcba2223d27a9.rmeta --extern colorchoice=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-e265feadf5f02527.rmeta --extern utf8parse=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 334s Compiling zerocopy-derive v0.7.34 334s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/zerocopy-derive-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name zerocopy_derive --edition=2018 /tmp/tmp.KAezqKyizB/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=b189ac5e62037dd3 -C extra-filename=-b189ac5e62037dd3 --out-dir /tmp/tmp.KAezqKyizB/target/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern proc_macro2=/tmp/tmp.KAezqKyizB/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.KAezqKyizB/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.KAezqKyizB/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 334s | 334s 48 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s = note: `#[warn(unexpected_cfgs)]` on by default 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 334s | 334s 53 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 334s | 334s 4 | #[cfg(not(all(windows, feature = "wincon")))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 334s | 334s 8 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 334s | 334s 46 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 334s | 334s 58 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 334s | 334s 5 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 334s | 334s 27 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 334s | 334s 137 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 334s | 334s 143 | #[cfg(not(all(windows, feature = "wincon")))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 334s | 334s 155 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 334s | 334s 166 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 334s | 334s 180 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 334s | 334s 225 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 334s | 334s 243 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 334s | 334s 260 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 334s | 334s 269 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 334s | 334s 279 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 334s | 334s 288 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `wincon` 334s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 334s | 334s 298 | #[cfg(all(windows, feature = "wincon"))] 334s | ^^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `auto`, `default`, and `test` 334s = help: consider adding `wincon` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 334s Compiling num-traits v0.2.19 334s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.KAezqKyizB/registry/num-traits-0.2.19/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8f779d9fad25b2ca -C extra-filename=-8f779d9fad25b2ca --out-dir /tmp/tmp.KAezqKyizB/target/debug/build/num-traits-8f779d9fad25b2ca -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern autocfg=/tmp/tmp.KAezqKyizB/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 334s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps OUT_DIR=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/build/serde-73ad5bb6f6912daf/out rustc --crate-name serde --edition=2018 /tmp/tmp.KAezqKyizB/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=4f149dc9ede08d82 -C extra-filename=-4f149dc9ede08d82 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/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)'` 336s Compiling zerocopy v0.7.34 336s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/zerocopy-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name zerocopy --edition=2018 /tmp/tmp.KAezqKyizB/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=0a1d0339be49b6e6 -C extra-filename=-0a1d0339be49b6e6 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern byteorder=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-89ebf31d1f97ee77.rmeta --extern zerocopy_derive=/tmp/tmp.KAezqKyizB/target/debug/deps/libzerocopy_derive-b189ac5e62037dd3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/util.rs:597:32 336s | 336s 597 | let remainder = t.addr() % mem::align_of::(); 336s | ^^^^^^^^^^^^^^^^^^ 336s | 336s note: the lint level is defined here 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:174:5 336s | 336s 174 | unused_qualifications, 336s | ^^^^^^^^^^^^^^^^^^^^^ 336s help: remove the unnecessary path segments 336s | 336s 597 - let remainder = t.addr() % mem::align_of::(); 336s 597 + let remainder = t.addr() % align_of::(); 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:333:35 336s | 336s 333 | const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 336s | ^^^^^^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 333 - const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 336s 333 + const POINTER_WIDTH_BITS: usize = size_of::() * 8; 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:488:44 336s | 336s 488 | align: match NonZeroUsize::new(mem::align_of::()) { 336s | ^^^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 488 - align: match NonZeroUsize::new(mem::align_of::()) { 336s 488 + align: match NonZeroUsize::new(align_of::()) { 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:492:49 336s | 336s 492 | size_info: SizeInfo::Sized { _size: mem::size_of::() }, 336s | ^^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 492 - size_info: SizeInfo::Sized { _size: mem::size_of::() }, 336s 492 + size_info: SizeInfo::Sized { _size: size_of::() }, 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:511:44 336s | 336s 511 | align: match NonZeroUsize::new(mem::align_of::()) { 336s | ^^^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 511 - align: match NonZeroUsize::new(mem::align_of::()) { 336s 511 + align: match NonZeroUsize::new(align_of::()) { 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:517:29 336s | 336s 517 | _elem_size: mem::size_of::(), 336s | ^^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 517 - _elem_size: mem::size_of::(), 336s 517 + _elem_size: size_of::(), 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:1418:19 336s | 336s 1418 | let len = mem::size_of_val(self); 336s | ^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 1418 - let len = mem::size_of_val(self); 336s 1418 + let len = size_of_val(self); 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2714:19 336s | 336s 2714 | let len = mem::size_of_val(self); 336s | ^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 2714 - let len = mem::size_of_val(self); 336s 2714 + let len = size_of_val(self); 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2789:19 336s | 336s 2789 | let len = mem::size_of_val(self); 336s | ^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 2789 - let len = mem::size_of_val(self); 336s 2789 + let len = size_of_val(self); 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2863:27 336s | 336s 2863 | if bytes.len() != mem::size_of_val(self) { 336s | ^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 2863 - if bytes.len() != mem::size_of_val(self) { 336s 2863 + if bytes.len() != size_of_val(self) { 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2920:20 336s | 336s 2920 | let size = mem::size_of_val(self); 336s | ^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 2920 - let size = mem::size_of_val(self); 336s 2920 + let size = size_of_val(self); 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2981:45 336s | 336s 2981 | let start = bytes.len().checked_sub(mem::size_of_val(self))?; 336s | ^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 2981 - let start = bytes.len().checked_sub(mem::size_of_val(self))?; 336s 2981 + let start = bytes.len().checked_sub(size_of_val(self))?; 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4161:27 336s | 336s 4161 | if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 336s | ^^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 4161 - if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 336s 4161 + if bytes.len() != size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4176:26 336s | 336s 4176 | if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 336s | ^^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 4176 - if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 336s 4176 + if bytes.len() < size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4179:46 336s | 336s 4179 | let (bytes, suffix) = bytes.split_at(mem::size_of::()); 336s | ^^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 4179 - let (bytes, suffix) = bytes.split_at(mem::size_of::()); 336s 4179 + let (bytes, suffix) = bytes.split_at(size_of::()); 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4194:46 336s | 336s 4194 | let split_at = bytes_len.checked_sub(mem::size_of::())?; 336s | ^^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 4194 - let split_at = bytes_len.checked_sub(mem::size_of::())?; 336s 4194 + let split_at = bytes_len.checked_sub(size_of::())?; 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4221:26 336s | 336s 4221 | .checked_rem(mem::size_of::()) 336s | ^^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 4221 - .checked_rem(mem::size_of::()) 336s 4221 + .checked_rem(size_of::()) 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4243:34 336s | 336s 4243 | let expected_len = match mem::size_of::().checked_mul(count) { 336s | ^^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 4243 - let expected_len = match mem::size_of::().checked_mul(count) { 336s 4243 + let expected_len = match size_of::().checked_mul(count) { 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4268:34 336s | 336s 4268 | let expected_len = match mem::size_of::().checked_mul(count) { 336s | ^^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 4268 - let expected_len = match mem::size_of::().checked_mul(count) { 336s 4268 + let expected_len = match size_of::().checked_mul(count) { 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4795:25 336s | 336s 4795 | let elem_size = mem::size_of::(); 336s | ^^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 4795 - let elem_size = mem::size_of::(); 336s 4795 + let elem_size = size_of::(); 336s | 336s 336s warning: unnecessary qualification 336s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4825:25 336s | 336s 4825 | let elem_size = mem::size_of::(); 336s | ^^^^^^^^^^^^^^^^^ 336s | 336s help: remove the unnecessary path segments 336s | 336s 4825 - let elem_size = mem::size_of::(); 336s 4825 + let elem_size = size_of::(); 336s | 336s 336s warning: `zerocopy` (lib) generated 22 warnings (1 duplicate) 336s Compiling ppv-lite86 v0.2.20 336s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name ppv_lite86 --edition=2021 /tmp/tmp.KAezqKyizB/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=46846b3a35f9ec97 -C extra-filename=-46846b3a35f9ec97 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern zerocopy=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libzerocopy-0a1d0339be49b6e6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 336s warning: `ppv-lite86` (lib) generated 1 warning (1 duplicate) 336s Compiling strsim v0.11.1 336s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/strsim-0.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, 336s OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. 336s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name strsim --edition=2015 /tmp/tmp.KAezqKyizB/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=82ccb15448986101 -C extra-filename=-82ccb15448986101 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 337s warning: `strsim` (lib) generated 1 warning (1 duplicate) 337s Compiling clap_lex v0.7.4 337s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/clap_lex-0.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name clap_lex --edition=2021 /tmp/tmp.KAezqKyizB/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=fa2bd56e1b2ff099 -C extra-filename=-fa2bd56e1b2ff099 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 337s warning: `clap_lex` (lib) generated 1 warning (1 duplicate) 337s Compiling once_cell v1.20.2 337s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.KAezqKyizB/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=10428cb1410dd925 -C extra-filename=-10428cb1410dd925 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 337s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 337s Compiling heck v0.4.1 337s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.KAezqKyizB/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=780ed41701172964 -C extra-filename=-780ed41701172964 --out-dir /tmp/tmp.KAezqKyizB/target/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --cap-lints warn` 337s warning: `serde` (lib) generated 1 warning (1 duplicate) 337s Compiling fastrand v2.1.1 337s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/fastrand-2.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name fastrand --edition=2018 /tmp/tmp.KAezqKyizB/registry/fastrand-2.1.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"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b0f30b63d6f103db -C extra-filename=-b0f30b63d6f103db --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 337s warning: unexpected `cfg` condition value: `js` 337s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:202:5 337s | 337s 202 | feature = "js" 337s | ^^^^^^^^^^^^^^ 337s | 337s = note: expected values for `feature` are: `alloc`, `default`, and `std` 337s = help: consider adding `js` as a feature in `Cargo.toml` 337s = note: see for more information about checking conditional configuration 337s = note: `#[warn(unexpected_cfgs)]` on by default 337s 337s warning: unexpected `cfg` condition value: `js` 337s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:214:9 337s | 337s 214 | not(feature = "js") 337s | ^^^^^^^^^^^^^^ 337s | 337s = note: expected values for `feature` are: `alloc`, `default`, and `std` 337s = help: consider adding `js` as a feature in `Cargo.toml` 337s = note: see for more information about checking conditional configuration 337s 337s Compiling clap_derive v4.5.18 337s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name clap_derive --edition=2021 /tmp/tmp.KAezqKyizB/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=4a713c6233619637 -C extra-filename=-4a713c6233619637 --out-dir /tmp/tmp.KAezqKyizB/target/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern heck=/tmp/tmp.KAezqKyizB/target/debug/deps/libheck-780ed41701172964.rlib --extern proc_macro2=/tmp/tmp.KAezqKyizB/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.KAezqKyizB/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.KAezqKyizB/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 338s warning: `fastrand` (lib) generated 3 warnings (1 duplicate) 338s Compiling tempfile v3.15.0 338s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/tempfile-3.15.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/tempfile-3.15.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.15.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name tempfile --edition=2021 /tmp/tmp.KAezqKyizB/registry/tempfile-3.15.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="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=5dc28daefecc49d5 -C extra-filename=-5dc28daefecc49d5 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern cfg_if=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern fastrand=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libfastrand-b0f30b63d6f103db.rmeta --extern getrandom=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.rmeta --extern once_cell=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-10428cb1410dd925.rmeta --extern rustix=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/librustix-618570c61329ef4d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 338s warning: `tempfile` (lib) generated 1 warning (1 duplicate) 338s Compiling clap_builder v4.5.23 338s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/clap_builder-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name clap_builder --edition=2021 /tmp/tmp.KAezqKyizB/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=032ce5b53f6cfa87 -C extra-filename=-032ce5b53f6cfa87 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern anstream=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libanstream-7c9e2996227bea0c.rmeta --extern anstyle=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern clap_lex=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libclap_lex-fa2bd56e1b2ff099.rmeta --extern strsim=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libstrsim-82ccb15448986101.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 341s Compiling rand_chacha v0.3.1 341s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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 341s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name rand_chacha --edition=2018 /tmp/tmp.KAezqKyizB/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=7246cd0addc4c9af -C extra-filename=-7246cd0addc4c9af --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern ppv_lite86=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libppv_lite86-46846b3a35f9ec97.rmeta --extern rand_core=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 341s warning: `rand_chacha` (lib) generated 1 warning (1 duplicate) 341s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.KAezqKyizB/target/debug/deps:/tmp/tmp.KAezqKyizB/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.KAezqKyizB/target/debug/build/num-traits-8f779d9fad25b2ca/build-script-build` 341s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 341s [num-traits 0.2.19] | 341s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 341s [num-traits 0.2.19] 341s [num-traits 0.2.19] warning: 1 warning emitted 341s [num-traits 0.2.19] 341s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 341s [num-traits 0.2.19] | 341s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 341s [num-traits 0.2.19] 341s [num-traits 0.2.19] warning: 1 warning emitted 341s [num-traits 0.2.19] 341s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 341s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 341s Compiling wait-timeout v0.2.0 341s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wait_timeout CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/wait-timeout-0.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/wait-timeout-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A crate to wait on a child process with a timeout specified across Unix and 341s Windows platforms. 341s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wait-timeout CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_RUST_VERSION='' 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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name wait_timeout --edition=2015 /tmp/tmp.KAezqKyizB/registry/wait-timeout-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())' -C metadata=c8041ffbea216b96 -C extra-filename=-c8041ffbea216b96 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern libc=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 341s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 341s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:27:23 341s | 341s 27 | use std::sync::{Once, ONCE_INIT, Mutex}; 341s | ^^^^^^^^^ 341s | 341s note: the lint level is defined here 341s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/lib.rs:31:23 341s | 341s 31 | #![deny(missing_docs, warnings)] 341s | ^^^^^^^^ 341s = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` 341s 341s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 341s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:32:21 341s | 341s 32 | static INIT: Once = ONCE_INIT; 341s | ^^^^^^^^^ 341s | 341s help: replace the use of the deprecated constant 341s | 341s 32 | static INIT: Once = Once::new(); 341s | ~~~~~~~~~~~ 341s 341s warning: `wait-timeout` (lib) generated 3 warnings (1 duplicate) 341s Compiling num_cpus v1.16.0 341s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name num_cpus --edition=2015 /tmp/tmp.KAezqKyizB/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=03fb9cccb91f1eb8 -C extra-filename=-03fb9cccb91f1eb8 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern libc=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 341s warning: unexpected `cfg` condition value: `nacl` 341s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:355:5 341s | 341s 355 | target_os = "nacl", 341s | ^^^^^^^^^^^^^^^^^^ 341s | 341s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 341s = note: see for more information about checking conditional configuration 341s = note: `#[warn(unexpected_cfgs)]` on by default 341s 341s warning: unexpected `cfg` condition value: `nacl` 341s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:437:5 341s | 341s 437 | target_os = "nacl", 341s | ^^^^^^^^^^^^^^^^^^ 341s | 341s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 341s = note: see for more information about checking conditional configuration 341s 342s warning: `num_cpus` (lib) generated 3 warnings (1 duplicate) 342s Compiling bit-vec v0.8.0 342s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_vec CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/bit-vec-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/bit-vec-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A vector of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-vec' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-vec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-vec' 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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name bit_vec --edition=2015 /tmp/tmp.KAezqKyizB/registry/bit-vec-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=f5a472a8e3d383f4 -C extra-filename=-f5a472a8e3d383f4 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 342s warning: unexpected `cfg` condition value: `borsh` 342s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:102:7 342s | 342s 102 | #[cfg(feature = "borsh")] 342s | ^^^^^^^^^^^^^^^^^ 342s | 342s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 342s = help: consider adding `borsh` as a feature in `Cargo.toml` 342s = note: see for more information about checking conditional configuration 342s = note: `#[warn(unexpected_cfgs)]` on by default 342s 342s warning: unexpected `cfg` condition value: `miniserde` 342s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:104:7 342s | 342s 104 | #[cfg(feature = "miniserde")] 342s | ^^^^^^^^^^^^^^^^^^^^^ 342s | 342s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 342s = help: consider adding `miniserde` as a feature in `Cargo.toml` 342s = note: see for more information about checking conditional configuration 342s 342s warning: unexpected `cfg` condition value: `nanoserde` 342s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:106:7 342s | 342s 106 | #[cfg(feature = "nanoserde")] 342s | ^^^^^^^^^^^^^^^^^^^^^ 342s | 342s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 342s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 342s = note: see for more information about checking conditional configuration 342s 342s warning: unexpected `cfg` condition value: `nanoserde` 342s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:108:7 342s | 342s 108 | #[cfg(feature = "nanoserde")] 342s | ^^^^^^^^^^^^^^^^^^^^^ 342s | 342s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 342s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 342s = note: see for more information about checking conditional configuration 342s 342s warning: unexpected `cfg` condition value: `borsh` 342s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:238:5 342s | 342s 238 | feature = "borsh", 342s | ^^^^^^^^^^^^^^^^^ 342s | 342s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 342s = help: consider adding `borsh` as a feature in `Cargo.toml` 342s = note: see for more information about checking conditional configuration 342s 342s warning: unexpected `cfg` condition value: `miniserde` 342s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:242:5 342s | 342s 242 | feature = "miniserde", 342s | ^^^^^^^^^^^^^^^^^^^^^ 342s | 342s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 342s = help: consider adding `miniserde` as a feature in `Cargo.toml` 342s = note: see for more information about checking conditional configuration 342s 342s warning: unexpected `cfg` condition value: `nanoserde` 342s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:246:5 342s | 342s 246 | feature = "nanoserde", 342s | ^^^^^^^^^^^^^^^^^^^^^ 342s | 342s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 342s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 342s = note: see for more information about checking conditional configuration 342s 342s warning: `bit-vec` (lib) generated 8 warnings (1 duplicate) 342s Compiling fnv v1.0.7 342s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/fnv-1.0.7 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name fnv --edition=2015 /tmp/tmp.KAezqKyizB/registry/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a68fdaac9d04d051 -C extra-filename=-a68fdaac9d04d051 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 342s warning: `fnv` (lib) generated 1 warning (1 duplicate) 342s Compiling serde_json v1.0.133 342s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.KAezqKyizB/registry/serde_json-1.0.133/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=2fa85724bf02f5ac -C extra-filename=-2fa85724bf02f5ac --out-dir /tmp/tmp.KAezqKyizB/target/debug/build/serde_json-2fa85724bf02f5ac -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --cap-lints warn` 342s Compiling quick-error v2.0.1 342s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quick_error CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/quick-error-2.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/quick-error-2.0.1/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets :Colin Kiegel ' CARGO_PKG_DESCRIPTION=' A macro which makes error types pleasant to write. 342s ' CARGO_PKG_HOMEPAGE='http://github.com/tailhook/quick-error' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-error CARGO_PKG_README='' CARGO_PKG_REPOSITORY='http://github.com/tailhook/quick-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name quick_error --edition=2018 /tmp/tmp.KAezqKyizB/registry/quick-error-2.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=78f4ccd4ae208433 -C extra-filename=-78f4ccd4ae208433 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 342s warning: `quick-error` (lib) generated 1 warning (1 duplicate) 342s Compiling rusty-fork v0.3.0 342s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rusty_fork CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/rusty-fork-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/rusty-fork-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Cross-platform library for running Rust tests in sub-processes using a 342s fork-like interface. 342s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rusty-fork CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/altsysrq/rusty-fork' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name rusty_fork --edition=2018 /tmp/tmp.KAezqKyizB/registry/rusty-fork-0.3.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="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=66f38081ff4ed394 -C extra-filename=-66f38081ff4ed394 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern fnv=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libfnv-a68fdaac9d04d051.rmeta --extern quick_error=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libquick_error-78f4ccd4ae208433.rmeta --extern tempfile=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern wait_timeout=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libwait_timeout-c8041ffbea216b96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 343s warning: `rusty-fork` (lib) generated 1 warning (1 duplicate) 343s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.KAezqKyizB/target/debug/deps:/tmp/tmp.KAezqKyizB/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.KAezqKyizB/target/debug/build/serde_json-2fa85724bf02f5ac/build-script-build` 343s [serde_json 1.0.133] cargo:rerun-if-changed=build.rs 343s [serde_json 1.0.133] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) 343s [serde_json 1.0.133] cargo:rustc-cfg=fast_arithmetic="64" 343s Compiling bit-set v0.8.0 343s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_set CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/bit-set-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/bit-set-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A set of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-set' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-set CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-set' 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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name bit_set --edition=2015 /tmp/tmp.KAezqKyizB/registry/bit-set-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=89b3c1c57b5a03ce -C extra-filename=-89b3c1c57b5a03ce --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern bit_vec=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 343s warning: `bit-set` (lib) generated 1 warning (1 duplicate) 343s Compiling threadpool v1.8.1 343s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=threadpool CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/threadpool-1.8.1 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/threadpool-1.8.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Corey Farwell :Stefan Schindler ' CARGO_PKG_DESCRIPTION='A thread pool for running a number of jobs on a fixed set of worker threads. 343s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=threadpool CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name threadpool --edition=2015 /tmp/tmp.KAezqKyizB/registry/threadpool-1.8.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=4f7b0bed022b0d96 -C extra-filename=-4f7b0bed022b0d96 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern num_cpus=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libnum_cpus-03fb9cccb91f1eb8.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 343s warning: trait objects without an explicit `dyn` are deprecated 343s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:99:22 343s | 343s 99 | type Thunk<'a> = Box; 343s | ^^^^^^^^^^^^^^^^^ 343s | 343s = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! 343s = note: for more information, see 343s = note: `#[warn(bare_trait_objects)]` on by default 343s help: if this is a dyn-compatible trait, use `dyn` 343s | 343s 99 | type Thunk<'a> = Box; 343s | +++ 343s 343s warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead 343s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:631:42 343s | 343s 631 | self.shared_data.join_generation.compare_and_swap( 343s | ^^^^^^^^^^^^^^^^ 343s | 343s = note: `#[warn(deprecated)]` on by default 343s 344s warning: `threadpool` (lib) generated 3 warnings (1 duplicate) 344s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps OUT_DIR=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.KAezqKyizB/registry/num-traits-0.2.19/src/lib.rs --error-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", "i128", "libm", "std"))' -C metadata=0a13ea327a69f660 -C extra-filename=-0a13ea327a69f660 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 344s warning: `clap_builder` (lib) generated 1 warning (1 duplicate) 344s Compiling rand v0.8.5 344s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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. 344s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.KAezqKyizB/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="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --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=b359ea3ff641bf46 -C extra-filename=-b359ea3ff641bf46 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern libc=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern rand_chacha=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_core=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 344s warning: unexpected `cfg` condition name: `has_total_cmp` 344s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 344s | 344s 2305 | #[cfg(has_total_cmp)] 344s | ^^^^^^^^^^^^^ 344s ... 344s 2325 | totalorder_impl!(f64, i64, u64, 64); 344s | ----------------------------------- in this macro invocation 344s | 344s = 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` 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s = note: `#[warn(unexpected_cfgs)]` on by default 344s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 344s 344s warning: unexpected `cfg` condition name: `has_total_cmp` 344s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 344s | 344s 2311 | #[cfg(not(has_total_cmp))] 344s | ^^^^^^^^^^^^^ 344s ... 344s 2325 | totalorder_impl!(f64, i64, u64, 64); 344s | ----------------------------------- in this macro invocation 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 344s 344s warning: unexpected `cfg` condition name: `has_total_cmp` 344s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 344s | 344s 2305 | #[cfg(has_total_cmp)] 344s | ^^^^^^^^^^^^^ 344s ... 344s 2326 | totalorder_impl!(f32, i32, u32, 32); 344s | ----------------------------------- in this macro invocation 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 344s 344s warning: unexpected `cfg` condition name: `has_total_cmp` 344s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 344s | 344s 2311 | #[cfg(not(has_total_cmp))] 344s | ^^^^^^^^^^^^^ 344s ... 344s 2326 | totalorder_impl!(f32, i32, u32, 32); 344s | ----------------------------------- in this macro invocation 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:52:13 344s | 344s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s = note: `#[warn(unexpected_cfgs)]` on by default 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:53:13 344s | 344s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 344s | ^^^^^^^ 344s | 344s = 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` 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/mod.rs:116:12 344s | 344s 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 344s | ^^^^^^^ 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `features` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 344s | 344s 162 | #[cfg(features = "nightly")] 344s | ^^^^^^^^^^^^^^^^^^^^ 344s | 344s = note: see for more information about checking conditional configuration 344s help: there is a config with a similar name and value 344s | 344s 162 | #[cfg(feature = "nightly")] 344s | ~~~~~~~ 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:15:7 344s | 344s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:156:7 344s | 344s 156 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:158:7 344s | 344s 158 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:160:7 344s | 344s 160 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:162:7 344s | 344s 162 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:165:7 344s | 344s 165 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:167:7 344s | 344s 167 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:169:7 344s | 344s 169 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:13:32 344s | 344s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:15:35 344s | 344s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:19:7 344s | 344s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:112:7 344s | 344s 112 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:142:7 344s | 344s 142 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:144:7 344s | 344s 144 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:146:7 344s | 344s 146 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:148:7 344s | 344s 148 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:150:7 344s | 344s 150 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:152:7 344s | 344s 152 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:155:5 344s | 344s 155 | feature = "simd_support", 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:11:7 344s | 344s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:144:7 344s | 344s 144 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `std` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:235:11 344s | 344s 235 | #[cfg(not(std))] 344s | ^^^ help: found config with similar value: `feature = "std"` 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:363:7 344s | 344s 363 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:423:7 344s | 344s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 344s | ^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:424:7 344s | 344s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 344s | ^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:425:7 344s | 344s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 344s | ^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:426:7 344s | 344s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 344s | ^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:427:7 344s | 344s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 344s | ^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:428:7 344s | 344s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 344s | ^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:429:7 344s | 344s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 344s | ^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `std` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 344s | 344s 291 | #[cfg(not(std))] 344s | ^^^ help: found config with similar value: `feature = "std"` 344s ... 344s 359 | scalar_float_impl!(f32, u32); 344s | ---------------------------- in this macro invocation 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 344s 344s warning: unexpected `cfg` condition name: `std` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 344s | 344s 291 | #[cfg(not(std))] 344s | ^^^ help: found config with similar value: `feature = "std"` 344s ... 344s 360 | scalar_float_impl!(f64, u64); 344s | ---------------------------- in this macro invocation 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:80:12 344s | 344s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 344s | ^^^^^^^ 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:429:12 344s | 344s 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 344s | ^^^^^^^ 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 344s | 344s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 344s | 344s 572 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 344s | 344s 679 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 344s | 344s 687 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 344s | 344s 696 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 344s | 344s 706 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 344s | 344s 1001 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 344s | 344s 1003 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 344s | 344s 1005 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 344s | 344s 1007 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 344s | 344s 1010 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 344s | 344s 1012 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `simd_support` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 344s | 344s 1014 | #[cfg(feature = "simd_support")] 344s | ^^^^^^^^^^^^^^^^^^^^^^^^ 344s | 344s = 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` 344s = help: consider adding `simd_support` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/rng.rs:395:12 344s | 344s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 344s | ^^^^^^^ 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:99:12 344s | 344s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 344s | ^^^^^^^ 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:118:12 344s | 344s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 344s | ^^^^^^^ 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:29:12 344s | 344s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 344s | ^^^^^^^ 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:623:12 344s | 344s 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 344s | ^^^^^^^ 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/index.rs:276:12 344s | 344s 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 344s | ^^^^^^^ 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:114:16 344s | 344s 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 344s | ^^^^^^^ 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:142:16 344s | 344s 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 344s | ^^^^^^^ 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:170:16 344s | 344s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 344s | ^^^^^^^ 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:219:16 344s | 344s 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 344s | ^^^^^^^ 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition name: `doc_cfg` 344s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:465:16 344s | 344s 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 344s | ^^^^^^^ 344s | 344s = help: consider using a Cargo feature instead 344s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 344s [lints.rust] 344s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 344s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 344s = note: see for more information about checking conditional configuration 344s 344s warning: trait `Float` is never used 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:238:18 344s | 344s 238 | pub(crate) trait Float: Sized { 344s | ^^^^^ 344s | 344s = note: `#[warn(dead_code)]` on by default 344s 344s warning: associated items `lanes`, `extract`, and `replace` are never used 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:247:8 344s | 344s 245 | pub(crate) trait FloatAsSIMD: Sized { 344s | ----------- associated items in this trait 344s 246 | #[inline(always)] 344s 247 | fn lanes() -> usize { 344s | ^^^^^ 344s ... 344s 255 | fn extract(self, index: usize) -> Self { 344s | ^^^^^^^ 344s ... 344s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 344s | ^^^^^^^ 344s 344s warning: method `all` is never used 344s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:268:8 344s | 344s 266 | pub(crate) trait BoolAsSIMD: Sized { 344s | ---------- method in this trait 344s 267 | fn any(self) -> bool; 344s 268 | fn all(self) -> bool; 344s | ^^^ 344s 344s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 344s Compiling clap v4.5.23 344s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/clap-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name clap --edition=2021 /tmp/tmp.KAezqKyizB/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=355e5f7a560067a6 -C extra-filename=-355e5f7a560067a6 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern clap_builder=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libclap_builder-032ce5b53f6cfa87.rmeta --extern clap_derive=/tmp/tmp.KAezqKyizB/target/debug/deps/libclap_derive-4a713c6233619637.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 344s warning: unexpected `cfg` condition value: `unstable-doc` 344s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:93:7 344s | 344s 93 | #[cfg(feature = "unstable-doc")] 344s | ^^^^^^^^^^-------------- 344s | | 344s | help: there is a expected value with a similar name: `"unstable-ext"` 344s | 344s = 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` 344s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s = note: `#[warn(unexpected_cfgs)]` on by default 344s 344s warning: unexpected `cfg` condition value: `unstable-doc` 344s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:95:7 344s | 344s 95 | #[cfg(feature = "unstable-doc")] 344s | ^^^^^^^^^^-------------- 344s | | 344s | help: there is a expected value with a similar name: `"unstable-ext"` 344s | 344s = 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` 344s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `unstable-doc` 344s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:97:7 344s | 344s 97 | #[cfg(feature = "unstable-doc")] 344s | ^^^^^^^^^^-------------- 344s | | 344s | help: there is a expected value with a similar name: `"unstable-ext"` 344s | 344s = 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` 344s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `unstable-doc` 344s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:99:7 344s | 344s 99 | #[cfg(feature = "unstable-doc")] 344s | ^^^^^^^^^^-------------- 344s | | 344s | help: there is a expected value with a similar name: `"unstable-ext"` 344s | 344s = 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` 344s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: unexpected `cfg` condition value: `unstable-doc` 344s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:101:7 344s | 344s 101 | #[cfg(feature = "unstable-doc")] 344s | ^^^^^^^^^^-------------- 344s | | 344s | help: there is a expected value with a similar name: `"unstable-ext"` 344s | 344s = 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` 344s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 344s = note: see for more information about checking conditional configuration 344s 344s warning: `clap` (lib) generated 6 warnings (1 duplicate) 344s Compiling rand_xorshift v0.3.0 344s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_xorshift CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/rand_xorshift-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/rand_xorshift-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Xorshift random number generator 344s ' 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_xorshift CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name rand_xorshift --edition=2018 /tmp/tmp.KAezqKyizB/registry/rand_xorshift-0.3.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("serde", "serde1"))' -C metadata=6f9a9169531a5b9a -C extra-filename=-6f9a9169531a5b9a --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern rand_core=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 344s warning: `rand` (lib) generated 66 warnings (1 duplicate) 344s Compiling termcolor v1.4.1 344s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/termcolor-1.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/termcolor-1.4.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. 344s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name termcolor --edition=2018 /tmp/tmp.KAezqKyizB/registry/termcolor-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ae72d8ae91d429e -C extra-filename=-1ae72d8ae91d429e --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 344s warning: `rand_xorshift` (lib) generated 1 warning (1 duplicate) 344s Compiling regex-syntax v0.8.5 344s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.KAezqKyizB/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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --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=4fc5539eea58731c -C extra-filename=-4fc5539eea58731c --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 345s warning: `termcolor` (lib) generated 1 warning (1 duplicate) 345s Compiling hashbrown v0.14.5 345s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.KAezqKyizB/registry/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=abc055366cb5e49f -C extra-filename=-abc055366cb5e49f --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:14:5 345s | 345s 14 | feature = "nightly", 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s = note: `#[warn(unexpected_cfgs)]` on by default 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:39:13 345s | 345s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:40:13 345s | 345s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:49:7 345s | 345s 49 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:59:7 345s | 345s 59 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:65:11 345s | 345s 65 | #[cfg(not(feature = "nightly"))] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 345s | 345s 53 | #[cfg(not(feature = "nightly"))] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 345s | 345s 55 | #[cfg(not(feature = "nightly"))] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 345s | 345s 57 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 345s | 345s 3549 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 345s | 345s 3661 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 345s | 345s 3678 | #[cfg(not(feature = "nightly"))] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 345s | 345s 4304 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 345s | 345s 4319 | #[cfg(not(feature = "nightly"))] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 345s | 345s 7 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 345s | 345s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 345s | 345s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 345s | 345s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `rkyv` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 345s | 345s 3 | #[cfg(feature = "rkyv")] 345s | ^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `rkyv` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:242:11 345s | 345s 242 | #[cfg(not(feature = "nightly"))] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:255:7 345s | 345s 255 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6517:11 345s | 345s 6517 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6523:11 345s | 345s 6523 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6591:11 345s | 345s 6591 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6597:11 345s | 345s 6597 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6651:11 345s | 345s 6651 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6657:11 345s | 345s 6657 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1359:11 345s | 345s 1359 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1365:11 345s | 345s 1365 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1383:11 345s | 345s 1383 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition value: `nightly` 345s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1389:11 345s | 345s 1389 | #[cfg(feature = "nightly")] 345s | ^^^^^^^^^^^^^^^^^^^ 345s | 345s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 345s = help: consider adding `nightly` as a feature in `Cargo.toml` 345s = note: see for more information about checking conditional configuration 345s 345s warning: `hashbrown` (lib) generated 32 warnings (1 duplicate) 345s Compiling memchr v2.7.4 345s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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 345s 1, 2 or 3 byte search and single substring search. 345s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.KAezqKyizB/registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9dfbaa7dc96bc3ae -C extra-filename=-9dfbaa7dc96bc3ae --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 346s warning: `memchr` (lib) generated 1 warning (1 duplicate) 346s Compiling ryu v1.0.19 346s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/ryu-1.0.19 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/ryu-1.0.19/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.19 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name ryu --edition=2018 /tmp/tmp.KAezqKyizB/registry/ryu-1.0.19/src/lib.rs --error-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", "small"))' -C metadata=c01778dbd79acb0e -C extra-filename=-c01778dbd79acb0e --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 346s warning: `ryu` (lib) generated 1 warning (1 duplicate) 346s Compiling itoa v1.0.14 346s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/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='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.KAezqKyizB/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=a82a426f214c0959 -C extra-filename=-a82a426f214c0959 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 346s warning: `itoa` (lib) generated 1 warning (1 duplicate) 346s Compiling equivalent v1.0.1 346s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.KAezqKyizB/registry/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50ee6cd9d9ded5bf -C extra-filename=-50ee6cd9d9ded5bf --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 346s warning: `equivalent` (lib) generated 1 warning (1 duplicate) 346s Compiling escape8259 v0.5.3 346s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=escape8259 CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/escape8259-0.5.3 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/escape8259-0.5.3/Cargo.toml CARGO_PKG_AUTHORS='Eric Seppanen ' CARGO_PKG_DESCRIPTION='RFC8259-compliant string escaping and un-escaping' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=escape8259 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/ericseppanen/escape8259' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name escape8259 --edition=2018 /tmp/tmp.KAezqKyizB/registry/escape8259-0.5.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=f476162e42fd9d7f -C extra-filename=-f476162e42fd9d7f --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 346s warning: `escape8259` (lib) generated 1 warning (1 duplicate) 346s Compiling lazy_static v1.5.0 346s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name lazy_static --edition=2015 /tmp/tmp.KAezqKyizB/registry/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=fa782e2884b94cf1 -C extra-filename=-fa782e2884b94cf1 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 346s warning: elided lifetime has a name 346s --> /usr/share/cargo/registry/lazy_static-1.5.0/src/inline_lazy.rs:26:43 346s | 346s 26 | pub fn get(&'static self, f: F) -> &T 346s | ^ this elided lifetime gets resolved as `'static` 346s | 346s = note: `#[warn(elided_named_lifetimes)]` on by default 346s help: consider specifying it explicitly 346s | 346s 26 | pub fn get(&'static self, f: F) -> &'static T 346s | +++++++ 346s 346s warning: `lazy_static` (lib) generated 2 warnings (1 duplicate) 346s Compiling unarray v0.1.4 346s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unarray CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/unarray-0.1.4 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/unarray-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for working with uninitialized arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unarray CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cameron1024/unarray' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name unarray --edition=2018 /tmp/tmp.KAezqKyizB/registry/unarray-0.1.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())' -C metadata=4bc01abf17def2c3 -C extra-filename=-4bc01abf17def2c3 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 346s warning: `unarray` (lib) generated 1 warning (1 duplicate) 346s Compiling libtest-mimic v0.7.3 346s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libtest_mimic CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/libtest-mimic-0.7.3 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/libtest-mimic-0.7.3/Cargo.toml CARGO_PKG_AUTHORS='Lukas Kalbertodt ' CARGO_PKG_DESCRIPTION='Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test` 346s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libtest-mimic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/LukasKalbertodt/libtest-mimic' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name libtest_mimic --edition=2021 /tmp/tmp.KAezqKyizB/registry/libtest-mimic-0.7.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=d6b94db4ffa023fe -C extra-filename=-d6b94db4ffa023fe --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern clap=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libclap-355e5f7a560067a6.rmeta --extern escape8259=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libescape8259-f476162e42fd9d7f.rmeta --extern termcolor=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libtermcolor-1ae72d8ae91d429e.rmeta --extern threadpool=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libthreadpool-4f7b0bed022b0d96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 348s warning: `libtest-mimic` (lib) generated 1 warning (1 duplicate) 348s Compiling proptest v1.6.0 348s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proptest CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/proptest-1.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/proptest-1.6.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Hypothesis-like property-based testing and shrinking. 348s ' CARGO_PKG_HOMEPAGE='https://proptest-rs.github.io/proptest/proptest/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proptest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/proptest-rs/proptest' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name proptest --edition=2018 /tmp/tmp.KAezqKyizB/registry/proptest-1.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 --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "lazy_static", "no_std", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable"))' -C metadata=ed950dc73bb5efdf -C extra-filename=-ed950dc73bb5efdf --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern bit_set=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libbit_set-89b3c1c57b5a03ce.rmeta --extern bit_vec=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.rmeta --extern bitflags=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern lazy_static=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/liblazy_static-fa782e2884b94cf1.rmeta --extern num_traits=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-0a13ea327a69f660.rmeta --extern rand=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/librand-b359ea3ff641bf46.rmeta --extern rand_chacha=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_xorshift=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/librand_xorshift-6f9a9169531a5b9a.rmeta --extern regex_syntax=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-4fc5539eea58731c.rmeta --extern rusty_fork=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/librusty_fork-66f38081ff4ed394.rmeta --extern tempfile=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern unarray=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libunarray-4bc01abf17def2c3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 348s warning: unexpected `cfg` condition value: `attr-macro` 348s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:91:7 348s | 348s 91 | #[cfg(feature = "attr-macro")] 348s | ^^^^^^^^^^^^^^^^^^^^^^ 348s | 348s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 348s = help: consider adding `attr-macro` as a feature in `Cargo.toml` 348s = note: see for more information about checking conditional configuration 348s = note: `#[warn(unexpected_cfgs)]` on by default 348s 348s warning: unexpected `cfg` condition value: `attr-macro` 348s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:94:7 348s | 348s 94 | #[cfg(feature = "attr-macro")] 348s | ^^^^^^^^^^^^^^^^^^^^^^ 348s | 348s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 348s = help: consider adding `attr-macro` as a feature in `Cargo.toml` 348s = note: see for more information about checking conditional configuration 348s 348s warning: unexpected `cfg` condition value: `hardware-rng` 348s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:487:9 348s | 348s 487 | feature = "hardware-rng" 348s | ^^^^^^^^^^^^^^^^^^^^^^^^ 348s | 348s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 348s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 348s = note: see for more information about checking conditional configuration 348s 348s warning: unexpected `cfg` condition value: `hardware-rng` 348s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:456:13 348s | 348s 456 | feature = "hardware-rng" 348s | ^^^^^^^^^^^^^^^^^^^^^^^^ 348s | 348s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 348s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 348s = note: see for more information about checking conditional configuration 348s 349s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 349s Compiling indexmap v2.7.0 349s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.KAezqKyizB/registry/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=add402dbf0c10c1b -C extra-filename=-add402dbf0c10c1b --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern equivalent=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libequivalent-50ee6cd9d9ded5bf.rmeta --extern hashbrown=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libhashbrown-abc055366cb5e49f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 349s warning: unexpected `cfg` condition value: `borsh` 349s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:117:7 349s | 349s 117 | #[cfg(feature = "borsh")] 349s | ^^^^^^^^^^^^^^^^^ 349s | 349s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 349s = help: consider adding `borsh` as a feature in `Cargo.toml` 349s = note: see for more information about checking conditional configuration 349s = note: `#[warn(unexpected_cfgs)]` on by default 349s 349s warning: unexpected `cfg` condition value: `rustc-rayon` 349s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:131:7 349s | 349s 131 | #[cfg(feature = "rustc-rayon")] 349s | ^^^^^^^^^^^^^^^^^^^^^^^ 349s | 349s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 349s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 349s = note: see for more information about checking conditional configuration 349s 349s warning: unexpected `cfg` condition value: `quickcheck` 349s --> /usr/share/cargo/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 349s | 349s 38 | #[cfg(feature = "quickcheck")] 349s | ^^^^^^^^^^^^^^^^^^^^^^ 349s | 349s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 349s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 349s = note: see for more information about checking conditional configuration 349s 349s warning: unexpected `cfg` condition value: `rustc-rayon` 349s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:128:30 349s | 349s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 349s | ^^^^^^^^^^^^^^^^^^^^^^^ 349s | 349s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 349s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 349s = note: see for more information about checking conditional configuration 349s 349s warning: unexpected `cfg` condition value: `rustc-rayon` 349s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:153:30 349s | 349s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 349s | ^^^^^^^^^^^^^^^^^^^^^^^ 349s | 349s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 349s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 349s = note: see for more information about checking conditional configuration 349s 349s warning: `indexmap` (lib) generated 6 warnings (1 duplicate) 349s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps OUT_DIR=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out rustc --crate-name serde_json --edition=2021 /tmp/tmp.KAezqKyizB/registry/serde_json-1.0.133/src/lib.rs --error-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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=487dcc5e4776b7df -C extra-filename=-487dcc5e4776b7df --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern itoa=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libitoa-a82a426f214c0959.rmeta --extern memchr=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern ryu=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libryu-c01778dbd79acb0e.rmeta --extern serde=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libserde-4f149dc9ede08d82.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` 350s warning: struct `NoopFailurePersistence` is never constructed 350s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/failure_persistence/noop.rs:19:8 350s | 350s 19 | struct NoopFailurePersistence; 350s | ^^^^^^^^^^^^^^^^^^^^^^ 350s | 350s = note: `NoopFailurePersistence` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis 350s = note: `#[warn(dead_code)]` on by default 350s 351s warning: `serde_json` (lib) generated 1 warning (1 duplicate) 351s Compiling toml_datetime v0.6.8 351s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name toml_datetime --edition=2021 /tmp/tmp.KAezqKyizB/registry/toml_datetime-0.6.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=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::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' '--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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5621024bd5fdc0a6 -C extra-filename=-5621024bd5fdc0a6 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern serde=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libserde-4f149dc9ede08d82.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 351s warning: `toml_datetime` (lib) generated 1 warning (1 duplicate) 351s Compiling serde_spanned v0.6.7 351s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_spanned CARGO_MANIFEST_DIR=/tmp/tmp.KAezqKyizB/registry/serde_spanned-0.6.7 CARGO_MANIFEST_PATH=/tmp/tmp.KAezqKyizB/registry/serde_spanned-0.6.7/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Serde-compatible spanned Value' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_spanned CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name serde_spanned --edition=2021 /tmp/tmp.KAezqKyizB/registry/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=50ff7b61c81740b4 -C extra-filename=-50ff7b61c81740b4 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern serde=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libserde-4f149dc9ede08d82.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 351s warning: `serde_spanned` (lib) generated 1 warning (1 duplicate) 353s warning: `proptest` (lib) generated 6 warnings (1 duplicate) 353s Compiling toml_edit v0.22.20 (/usr/share/cargo/registry/toml_edit-0.22.20) 353s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.KAezqKyizB/target/debug/deps rustc --crate-name toml_edit --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --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::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' '--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' --test --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=7c49785a840000f6 -C extra-filename=-7c49785a840000f6 --out-dir /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.KAezqKyizB/target/debug/deps --extern indexmap=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rlib --extern libtest_mimic=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/liblibtest_mimic-d6b94db4ffa023fe.rlib --extern proptest=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libproptest-ed950dc73bb5efdf.rlib --extern serde=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libserde-4f149dc9ede08d82.rlib --extern serde_json=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-487dcc5e4776b7df.rlib --extern serde_spanned=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libserde_spanned-50ff7b61c81740b4.rlib --extern toml_datetime=/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/libtoml_datetime-5621024bd5fdc0a6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.KAezqKyizB/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 353s warning: unused import: `std::str::FromStr` 353s --> src/document.rs:1:5 353s | 353s 1 | use std::str::FromStr; 353s | ^^^^^^^^^^^^^^^^^ 353s | 353s = note: `#[warn(unused_imports)]` on by default 353s 353s warning: unused import: `std::str::FromStr` 353s --> src/item.rs:1:5 353s | 353s 1 | use std::str::FromStr; 353s | ^^^^^^^^^^^^^^^^^ 353s 353s warning: unused import: `std::borrow::Cow` 353s --> src/key.rs:1:5 353s | 353s 1 | use std::borrow::Cow; 353s | ^^^^^^^^^^^^^^^^ 353s 353s warning: unused import: `std::str::FromStr` 353s --> src/key.rs:2:5 353s | 353s 2 | use std::str::FromStr; 353s | ^^^^^^^^^^^^^^^^^ 353s 353s warning: unused import: `std::borrow::Cow` 353s --> src/repr.rs:1:5 353s | 353s 1 | use std::borrow::Cow; 353s | ^^^^^^^^^^^^^^^^ 353s 353s warning: unused import: `crate::value::DEFAULT_VALUE_DECOR` 353s --> src/table.rs:7:5 353s | 353s 7 | use crate::value::DEFAULT_VALUE_DECOR; 353s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 353s 353s warning: unused import: `std::str::FromStr` 353s --> src/value.rs:2:5 353s | 353s 2 | use std::str::FromStr; 353s | ^^^^^^^^^^^^^^^^^ 353s 353s warning: unused import: `crate::visit_mut::VisitMut` 353s --> src/ser/mod.rs:15:5 353s | 353s 15 | use crate::visit_mut::VisitMut; 353s | ^^^^^^^^^^^^^^^^^^^^^^^^^^ 353s 353s warning: field `implicit` is never read 353s --> src/inline_table.rs:15:16 353s | 353s 11 | pub struct InlineTable { 353s | ----------- field in this struct 353s ... 353s 15 | pub(crate) implicit: bool, 353s | ^^^^^^^^ 353s | 353s = note: `InlineTable` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis 353s = note: `#[warn(dead_code)]` on by default 353s 353s warning: methods `set_implicit` and `is_implicit` are never used 353s --> src/inline_table.rs:159:19 353s | 353s 49 | impl InlineTable { 353s | ---------------- methods in this implementation 353s ... 353s 159 | pub(crate) fn set_implicit(&mut self, implicit: bool) { 353s | ^^^^^^^^^^^^ 353s ... 353s 164 | pub(crate) fn is_implicit(&self) -> bool { 353s | ^^^^^^^^^^^ 353s 353s warning: constant `DEFAULT_INLINE_KEY_DECOR` is never used 353s --> src/inline_table.rs:600:18 353s | 353s 600 | pub(crate) const DEFAULT_INLINE_KEY_DECOR: (&str, &str) = (" ", " "); 353s | ^^^^^^^^^^^^^^^^^^^^^^^^ 353s 353s warning: methods `with_repr_unchecked` and `get_internal` are never used 353s --> src/key.rs:56:19 353s | 353s 37 | impl Key { 353s | -------- methods in this implementation 353s ... 353s 56 | pub(crate) fn with_repr_unchecked(mut self, repr: Repr) -> Self { 353s | ^^^^^^^^^^^^^^^^^^^ 353s ... 353s 89 | pub(crate) fn get_internal(&self) -> &InternalString { 353s | ^^^^^^^^^^^^ 353s 353s warning: variant `Spanned` is never constructed 353s --> src/raw_string.rs:11:5 353s | 353s 8 | enum RawStringInner { 353s | -------------- variant in this enum 353s ... 353s 11 | Spanned(std::ops::Range), 353s | ^^^^^^^ 353s | 353s = note: `RawStringInner` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis 353s 353s warning: associated items `with_span`, `to_str`, and `to_str_with_default` are never used 353s --> src/raw_string.rs:15:19 353s | 353s 14 | impl RawString { 353s | -------------- associated items in this implementation 353s 15 | pub(crate) fn with_span(span: std::ops::Range) -> Self { 353s | ^^^^^^^^^ 353s ... 353s 45 | pub(crate) fn to_str<'s>(&'s self, input: &'s str) -> &'s str { 353s | ^^^^^^ 353s ... 353s 55 | pub(crate) fn to_str_with_default<'s>( 353s | ^^^^^^^^^^^^^^^^^^^ 353s 353s warning: method `set_repr_unchecked` is never used 353s --> src/repr.rs:27:19 353s | 353s 14 | / impl Formatted 353s 15 | | where 353s 16 | | T: ValueRepr, 353s | |_________________- method in this implementation 353s ... 353s 27 | pub(crate) fn set_repr_unchecked(&mut self, repr: Repr) { 353s | ^^^^^^^^^^^^^^^^^^ 353s 353s warning: associated function `new_unchecked` is never used 353s --> src/repr.rs:144:19 353s | 353s 143 | impl Repr { 353s | --------- associated function in this implementation 353s 144 | pub(crate) fn new_unchecked(raw: impl Into) -> Self { 353s | ^^^^^^^^^^^^^ 353s 353s warning: constant `DEFAULT_ROOT_DECOR` is never used 353s --> src/table.rs:507:18 353s | 353s 507 | pub(crate) const DEFAULT_ROOT_DECOR: (&str, &str) = ("", ""); 353s | ^^^^^^^^^^^^^^^^^^ 353s 353s warning: constant `DEFAULT_KEY_DECOR` is never used 353s --> src/table.rs:508:18 353s | 353s 508 | pub(crate) const DEFAULT_KEY_DECOR: (&str, &str) = ("", " "); 353s | ^^^^^^^^^^^^^^^^^ 353s 353s warning: constant `DEFAULT_TABLE_DECOR` is never used 353s --> src/table.rs:509:18 353s | 353s 509 | pub(crate) const DEFAULT_TABLE_DECOR: (&str, &str) = ("\n", ""); 353s | ^^^^^^^^^^^^^^^^^^^ 353s 353s warning: constant `DEFAULT_KEY_PATH_DECOR` is never used 353s --> src/table.rs:510:18 353s | 353s 510 | pub(crate) const DEFAULT_KEY_PATH_DECOR: (&str, &str) = ("", ""); 353s | ^^^^^^^^^^^^^^^^^^^^^^ 353s 353s warning: constant `DEFAULT_TRAILING_VALUE_DECOR` is never used 353s --> src/value.rs:364:18 353s | 353s 364 | pub(crate) const DEFAULT_TRAILING_VALUE_DECOR: (&str, &str) = (" ", " "); 353s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 353s 353s warning: struct `Pretty` is never constructed 353s --> src/ser/pretty.rs:1:19 353s | 353s 1 | pub(crate) struct Pretty; 353s | ^^^^^^ 353s 354s warning: `toml_edit` (lib test) generated 23 warnings (1 duplicate) (run `cargo fix --lib -p toml_edit --tests` to apply 8 suggestions) 354s Finished `test` profile [unoptimized + debuginfo] target(s) in 27.91s 354s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.KAezqKyizB/target/s390x-unknown-linux-gnu/debug/deps/toml_edit-7c49785a840000f6` 354s 354s running 8 tests 354s test error::test_translate_position::empty ... ok 354s test error::test_translate_position::after ... ok 354s test error::test_translate_position::end ... ok 354s test error::test_translate_position::end_of_line ... ok 354s test error::test_translate_position::first_line ... ok 354s test error::test_translate_position::second_line ... ok 354s test error::test_translate_position::start ... ok 354s test error::test_translate_position::start_of_second_line ... ok 354s 354s test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 354s 354s /tmp/autopkgtest.v3WgVq/wrapper.sh: checking for leaked background processes... 354s /tmp/autopkgtest.v3WgVq/wrapper.sh: waiting for tee/cat subprocesses... 354s /tmp/autopkgtest.v3WgVq/wrapper.sh: cleaning up... 354s /tmp/autopkgtest.v3WgVq/wrapper.sh: Exit status: 0 354s autopkgtest: DBG: testbed command exited with code 0 354s autopkgtest [08:44:12]: test librust-toml-edit-dev:serde: -----------------------] 354s autopkgtest: DBG: testbed executing test finished with exit status 0 354s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aserde-stdout /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Aserde-stdout 354s autopkgtest: DBG: got reply from testbed: ok 354s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aserde-stderr /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Aserde-stderr 355s autopkgtest: DBG: got reply from testbed: ok 355s librust-toml-edit-dev:serde PASS 355s autopkgtest [08:44:13]: test librust-toml-edit-dev:serde: - - - - - - - - - - results - - - - - - - - - - 355s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aserde-artifacts/ /tmp/autopkgtest-work.g9cd8txd/out/artifacts/ 355s autopkgtest: DBG: got reply from testbed: ok 355s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:serde-artifacts', '/tmp/autopkgtest.v3WgVq/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 355s autopkgtest: DBG: testbed command exited with code 0 355s autopkgtest [08:44:13]: test librust-toml-edit-dev:unbounded: preparing testbed 355s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'], deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 355s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 355s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 355s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev 355s autopkgtest: DBG: can use apt-get on testbed: True 355s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 355s Reading package lists... 355s Building dependency tree... 355s Reading state information... 356s Starting pkgProblemResolver with broken count: 0 356s Starting 2 pkgProblemResolver with broken count: 0 356s Done 356s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 356s autopkgtest: DBG: testbed command exited with code 0 356s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-toml-edit-dev'], kind short, sout pipe, serr pipe, env [] 356s autopkgtest: DBG: testbed command exited with code 0 356s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:unbounded-packages.all"], kind short, sout raw, serr pipe, env [] 356s autopkgtest: DBG: testbed command exited with code 0 356s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aunbounded-packages.all /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Aunbounded-packages.all 356s autopkgtest: DBG: got reply from testbed: ok 356s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.v3WgVq/build.oMt/src'], kind short, sout raw, serr raw, env [] 357s autopkgtest: DBG: testbed command exited with code 0 357s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.v3WgVq/build.oMt/src already exists 357s autopkgtest [08:44:15]: test librust-toml-edit-dev:unbounded: /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features unbounded 357s autopkgtest [08:44:15]: test librust-toml-edit-dev:unbounded: [----------------------- 357s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.v3WgVq/wrapper.sh --debug --artifacts=/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:unbounded-artifacts --chdir=/tmp/autopkgtest.v3WgVq/build.oMt/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.v3WgVq/librust-toml-edit-dev:unbounded-stderr --stdout=/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:unbounded-stdout --tmp=/tmp/autopkgtest.v3WgVq/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- bash -ec '/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features unbounded'"], kind test, sout raw, serr raw, env [] 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:unbounded-artifacts 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: changing to directory: /tmp/autopkgtest.v3WgVq/build.oMt/src 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: LANG=C.UTF-8 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LANGUAGE 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ADDRESS 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ALL 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_COLLATE 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_CTYPE 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_IDENTIFICATION 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MEASUREMENT 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MESSAGES 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MONETARY 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NAME 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NUMERIC 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_PAPER 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TELEPHONE 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TIME 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: pretending to be a login shell 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write standard error to /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:unbounded-stderr 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write stdout to /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:unbounded-stdout 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.v3WgVq/autopkgtest_tmp 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features --features unbounded 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.RTzKdXD6VO/out to stdout and file: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:unbounded-stdout 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.RTzKdXD6VO/err to standard error and file: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:unbounded-stdout 357s /tmp/autopkgtest.v3WgVq/wrapper.sh: writing script pid 9904 to /tmp/autopkgtest_script_pid 357s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 357s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 357s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 357s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.gRG8puazpJ/registry/ 357s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 357s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 357s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 357s 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', 'unbounded'],) {} 357s Compiling libc v0.2.169 357s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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. 357s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.gRG8puazpJ/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="extra_traits"' --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=dc781cb7c1ee5a21 -C extra-filename=-dc781cb7c1ee5a21 --out-dir /tmp/tmp.gRG8puazpJ/target/debug/build/libc-dc781cb7c1ee5a21 -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --cap-lints warn` 357s Compiling proc-macro2 v1.0.92 357s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.gRG8puazpJ/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3832f39696f3f5db -C extra-filename=-3832f39696f3f5db --out-dir /tmp/tmp.gRG8puazpJ/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --cap-lints warn` 357s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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.gRG8puazpJ/target/debug/deps:/tmp/tmp.gRG8puazpJ/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.gRG8puazpJ/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.gRG8puazpJ/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 357s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 357s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 357s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 357s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 357s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 357s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 357s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 357s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 357s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 357s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 357s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 357s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 357s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 357s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 357s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 357s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 357s Compiling unicode-ident v1.0.13 357s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.gRG8puazpJ/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d182fe9243248fe -C extra-filename=-5d182fe9243248fe --out-dir /tmp/tmp.gRG8puazpJ/target/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --cap-lints warn` 357s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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. 357s ' 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.gRG8puazpJ/target/debug/deps:/tmp/tmp.gRG8puazpJ/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.gRG8puazpJ/target/debug/build/libc-dc781cb7c1ee5a21/build-script-build` 357s [libc 0.2.169] cargo:rerun-if-changed=build.rs 357s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 357s [libc 0.2.169] cargo:rustc-cfg=freebsd11 357s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 357s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 357s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps OUT_DIR=/tmp/tmp.gRG8puazpJ/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.gRG8puazpJ/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccebc93d1de6cfe5 -C extra-filename=-ccebc93d1de6cfe5 --out-dir /tmp/tmp.gRG8puazpJ/target/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern unicode_ident=/tmp/tmp.gRG8puazpJ/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 357s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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. 357s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps OUT_DIR=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out rustc --crate-name libc --edition=2021 /tmp/tmp.gRG8puazpJ/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="extra_traits"' --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=cf2521928ac070dc -C extra-filename=-cf2521928ac070dc --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/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"))'` 358s warning: unused import: `crate::ntptimeval` 358s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 358s | 358s 5 | use crate::ntptimeval; 358s | ^^^^^^^^^^^^^^^^^ 358s | 358s = note: `#[warn(unused_imports)]` on by default 358s 358s Compiling quote v1.0.37 358s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.gRG8puazpJ/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dc92c6f25ee0f0c6 -C extra-filename=-dc92c6f25ee0f0c6 --out-dir /tmp/tmp.gRG8puazpJ/target/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern proc_macro2=/tmp/tmp.gRG8puazpJ/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 359s Compiling syn v2.0.96 359s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.gRG8puazpJ/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=0a09462095438540 -C extra-filename=-0a09462095438540 --out-dir /tmp/tmp.gRG8puazpJ/target/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern proc_macro2=/tmp/tmp.gRG8puazpJ/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.gRG8puazpJ/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.gRG8puazpJ/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 359s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 359s | 359s = note: this feature is not stably supported; its behavior can change in the future 359s 359s warning: `libc` (lib) generated 2 warnings 359s Compiling cfg-if v1.0.0 359s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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] 359s parameters. Structured like an if-else chain, the first matching branch is the 359s item that gets emitted. 359s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.gRG8puazpJ/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=ff3ff84a061de73f -C extra-filename=-ff3ff84a061de73f --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 359s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 359s Compiling getrandom v0.2.15 359s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.gRG8puazpJ/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=ed47f71499f7e17d -C extra-filename=-ed47f71499f7e17d --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern cfg_if=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 359s warning: unexpected `cfg` condition value: `js` 359s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 359s | 359s 334 | } else if #[cfg(all(feature = "js", 359s | ^^^^^^^^^^^^^^ 359s | 359s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 359s = help: consider adding `js` as a feature in `Cargo.toml` 359s = note: see for more information about checking conditional configuration 359s = note: `#[warn(unexpected_cfgs)]` on by default 359s 359s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 359s Compiling rustix v0.38.37 359s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.gRG8puazpJ/registry/rustix-0.38.37/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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=81772580b4c03ea1 -C extra-filename=-81772580b4c03ea1 --out-dir /tmp/tmp.gRG8puazpJ/target/debug/build/rustix-81772580b4c03ea1 -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --cap-lints warn` 360s Compiling utf8parse v0.2.1 360s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.gRG8puazpJ/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=4894bf36b6529b81 -C extra-filename=-4894bf36b6529b81 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 360s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 360s Compiling byteorder v1.5.0 360s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/byteorder-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name byteorder --edition=2021 /tmp/tmp.gRG8puazpJ/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=89ebf31d1f97ee77 -C extra-filename=-89ebf31d1f97ee77 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 360s warning: `byteorder` (lib) generated 1 warning (1 duplicate) 360s Compiling anstyle-parse v0.2.1 360s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.gRG8puazpJ/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=d0c73c4af772649f -C extra-filename=-d0c73c4af772649f --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern utf8parse=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 360s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 360s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.gRG8puazpJ/target/debug/deps:/tmp/tmp.gRG8puazpJ/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.gRG8puazpJ/target/debug/build/rustix-81772580b4c03ea1/build-script-build` 360s [rustix 0.38.37] cargo:rerun-if-changed=build.rs 360s [rustix 0.38.37] cargo:rustc-cfg=static_assertions 360s [rustix 0.38.37] cargo:rustc-cfg=libc 360s [rustix 0.38.37] cargo:rustc-cfg=linux_like 360s [rustix 0.38.37] cargo:rustc-cfg=linux_kernel 360s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM 360s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC 360s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC 360s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD 360s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_MIRI 360s Compiling rand_core v0.6.4 360s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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. 360s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.gRG8puazpJ/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=3c7246ca3f419bbc -C extra-filename=-3c7246ca3f419bbc --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern getrandom=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 360s warning: unexpected `cfg` condition name: `doc_cfg` 360s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:38:13 360s | 360s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 360s | ^^^^^^^ 360s | 360s = 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` 360s = help: consider using a Cargo feature instead 360s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 360s [lints.rust] 360s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 360s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 360s = note: see for more information about checking conditional configuration 360s = note: `#[warn(unexpected_cfgs)]` on by default 360s 360s warning: unexpected `cfg` condition name: `doc_cfg` 360s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:50:16 360s | 360s 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 360s | ^^^^^^^ 360s | 360s = help: consider using a Cargo feature instead 360s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 360s [lints.rust] 360s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 360s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 360s = note: see for more information about checking conditional configuration 360s 360s warning: unexpected `cfg` condition name: `doc_cfg` 360s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:64:16 360s | 360s 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 360s | ^^^^^^^ 360s | 360s = help: consider using a Cargo feature instead 360s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 360s [lints.rust] 360s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 360s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 360s = note: see for more information about checking conditional configuration 360s 360s warning: unexpected `cfg` condition name: `doc_cfg` 360s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:75:16 360s | 360s 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 360s | ^^^^^^^ 360s | 360s = help: consider using a Cargo feature instead 360s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 360s [lints.rust] 360s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 360s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 360s = note: see for more information about checking conditional configuration 360s 360s warning: unexpected `cfg` condition name: `doc_cfg` 360s --> /usr/share/cargo/registry/rand_core-0.6.4/src/os.rs:46:12 360s | 360s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 360s | ^^^^^^^ 360s | 360s = help: consider using a Cargo feature instead 360s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 360s [lints.rust] 360s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 360s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 360s = note: see for more information about checking conditional configuration 360s 360s warning: unexpected `cfg` condition name: `doc_cfg` 360s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:411:16 360s | 360s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 360s | ^^^^^^^ 360s | 360s = help: consider using a Cargo feature instead 360s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 360s [lints.rust] 360s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 360s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 360s = note: see for more information about checking conditional configuration 360s 360s warning: `rand_core` (lib) generated 7 warnings (1 duplicate) 360s Compiling errno v0.3.8 360s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/errno-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/errno-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name errno --edition=2018 /tmp/tmp.gRG8puazpJ/registry/errno-0.3.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a511b7e92317ca2a -C extra-filename=-a511b7e92317ca2a --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern libc=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 360s warning: unexpected `cfg` condition value: `bitrig` 360s --> /usr/share/cargo/registry/errno-0.3.8/src/unix.rs:77:13 360s | 360s 77 | target_os = "bitrig", 360s | ^^^^^^^^^^^^^^^^^^^^ 360s | 360s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 360s = note: see for more information about checking conditional configuration 360s = note: `#[warn(unexpected_cfgs)]` on by default 360s 360s warning: `errno` (lib) generated 2 warnings (1 duplicate) 360s Compiling colorchoice v1.0.0 360s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.gRG8puazpJ/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=e265feadf5f02527 -C extra-filename=-e265feadf5f02527 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 360s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 360s Compiling autocfg v1.1.0 360s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.gRG8puazpJ/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=9ebcd9511383083c -C extra-filename=-9ebcd9511383083c --out-dir /tmp/tmp.gRG8puazpJ/target/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --cap-lints warn` 361s Compiling anstyle-query v1.0.0 361s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.gRG8puazpJ/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=635bcba2223d27a9 -C extra-filename=-635bcba2223d27a9 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 361s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 361s Compiling anstyle v1.0.8 361s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.gRG8puazpJ/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=bd63b594ac2d723a -C extra-filename=-bd63b594ac2d723a --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 361s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 361s Compiling bitflags v2.8.0 361s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/bitflags-2.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/bitflags-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 361s ' 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.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.gRG8puazpJ/registry/bitflags-2.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=65f3f529c7b65778 -C extra-filename=-65f3f529c7b65778 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 361s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 361s Compiling linux-raw-sys v0.4.14 361s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=linux_raw_sys CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/linux-raw-sys-0.4.14 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/linux-raw-sys-0.4.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Generated bindings for Linux'\''s userspace API' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linux-raw-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/linux-raw-sys' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name linux_raw_sys --edition=2021 /tmp/tmp.gRG8puazpJ/registry/linux-raw-sys-0.4.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 --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=2bb16f6e075500a3 -C extra-filename=-2bb16f6e075500a3 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 362s warning: `linux-raw-sys` (lib) generated 1 warning (1 duplicate) 362s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps OUT_DIR=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out rustc --crate-name rustix --edition=2021 /tmp/tmp.gRG8puazpJ/registry/rustix-0.38.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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=618570c61329ef4d -C extra-filename=-618570c61329ef4d --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern bitflags=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern libc_errno=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/liberrno-a511b7e92317ca2a.rmeta --extern libc=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern linux_raw_sys=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/liblinux_raw_sys-2bb16f6e075500a3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg static_assertions --cfg libc --cfg linux_like --cfg linux_kernel` 364s warning: `rustix` (lib) generated 1 warning (1 duplicate) 364s Compiling anstream v0.6.15 364s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.gRG8puazpJ/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=7c9e2996227bea0c -C extra-filename=-7c9e2996227bea0c --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern anstyle=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern anstyle_parse=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-d0c73c4af772649f.rmeta --extern anstyle_query=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-635bcba2223d27a9.rmeta --extern colorchoice=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-e265feadf5f02527.rmeta --extern utf8parse=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 364s | 364s 48 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s = note: `#[warn(unexpected_cfgs)]` on by default 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 364s | 364s 53 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 364s | 364s 4 | #[cfg(not(all(windows, feature = "wincon")))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 364s | 364s 8 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 364s | 364s 46 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 364s | 364s 58 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 364s | 364s 5 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 364s | 364s 27 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 364s | 364s 137 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 364s | 364s 143 | #[cfg(not(all(windows, feature = "wincon")))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 364s | 364s 155 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 364s | 364s 166 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 364s | 364s 180 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 364s | 364s 225 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 364s | 364s 243 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 364s | 364s 260 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 364s | 364s 269 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 364s | 364s 279 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 364s | 364s 288 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 364s warning: unexpected `cfg` condition value: `wincon` 364s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 364s | 364s 298 | #[cfg(all(windows, feature = "wincon"))] 364s | ^^^^^^^^^^^^^^^^^^ 364s | 364s = note: expected values for `feature` are: `auto`, `default`, and `test` 364s = help: consider adding `wincon` as a feature in `Cargo.toml` 364s = note: see for more information about checking conditional configuration 364s 365s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 365s Compiling num-traits v0.2.19 365s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.gRG8puazpJ/registry/num-traits-0.2.19/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8f779d9fad25b2ca -C extra-filename=-8f779d9fad25b2ca --out-dir /tmp/tmp.gRG8puazpJ/target/debug/build/num-traits-8f779d9fad25b2ca -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern autocfg=/tmp/tmp.gRG8puazpJ/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 365s Compiling zerocopy-derive v0.7.34 365s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/zerocopy-derive-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name zerocopy_derive --edition=2018 /tmp/tmp.gRG8puazpJ/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=b189ac5e62037dd3 -C extra-filename=-b189ac5e62037dd3 --out-dir /tmp/tmp.gRG8puazpJ/target/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern proc_macro2=/tmp/tmp.gRG8puazpJ/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.gRG8puazpJ/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.gRG8puazpJ/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 365s Compiling strsim v0.11.1 365s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/strsim-0.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, 365s OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. 365s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name strsim --edition=2015 /tmp/tmp.gRG8puazpJ/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=82ccb15448986101 -C extra-filename=-82ccb15448986101 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 366s warning: `strsim` (lib) generated 1 warning (1 duplicate) 366s Compiling heck v0.4.1 366s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.gRG8puazpJ/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=780ed41701172964 -C extra-filename=-780ed41701172964 --out-dir /tmp/tmp.gRG8puazpJ/target/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --cap-lints warn` 366s Compiling clap_lex v0.7.4 366s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/clap_lex-0.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name clap_lex --edition=2021 /tmp/tmp.gRG8puazpJ/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=fa2bd56e1b2ff099 -C extra-filename=-fa2bd56e1b2ff099 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 366s warning: `clap_lex` (lib) generated 1 warning (1 duplicate) 366s Compiling once_cell v1.20.2 366s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.gRG8puazpJ/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=10428cb1410dd925 -C extra-filename=-10428cb1410dd925 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 366s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 366s Compiling serde v1.0.217 366s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.gRG8puazpJ/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=38632fcebcd2e122 -C extra-filename=-38632fcebcd2e122 --out-dir /tmp/tmp.gRG8puazpJ/target/debug/build/serde-38632fcebcd2e122 -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --cap-lints warn` 366s Compiling zerocopy v0.7.34 366s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/zerocopy-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name zerocopy --edition=2018 /tmp/tmp.gRG8puazpJ/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=0a1d0339be49b6e6 -C extra-filename=-0a1d0339be49b6e6 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern byteorder=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-89ebf31d1f97ee77.rmeta --extern zerocopy_derive=/tmp/tmp.gRG8puazpJ/target/debug/deps/libzerocopy_derive-b189ac5e62037dd3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/util.rs:597:32 366s | 366s 597 | let remainder = t.addr() % mem::align_of::(); 366s | ^^^^^^^^^^^^^^^^^^ 366s | 366s note: the lint level is defined here 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:174:5 366s | 366s 174 | unused_qualifications, 366s | ^^^^^^^^^^^^^^^^^^^^^ 366s help: remove the unnecessary path segments 366s | 366s 597 - let remainder = t.addr() % mem::align_of::(); 366s 597 + let remainder = t.addr() % align_of::(); 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:333:35 366s | 366s 333 | const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 366s | ^^^^^^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 333 - const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 366s 333 + const POINTER_WIDTH_BITS: usize = size_of::() * 8; 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:488:44 366s | 366s 488 | align: match NonZeroUsize::new(mem::align_of::()) { 366s | ^^^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 488 - align: match NonZeroUsize::new(mem::align_of::()) { 366s 488 + align: match NonZeroUsize::new(align_of::()) { 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:492:49 366s | 366s 492 | size_info: SizeInfo::Sized { _size: mem::size_of::() }, 366s | ^^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 492 - size_info: SizeInfo::Sized { _size: mem::size_of::() }, 366s 492 + size_info: SizeInfo::Sized { _size: size_of::() }, 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:511:44 366s | 366s 511 | align: match NonZeroUsize::new(mem::align_of::()) { 366s | ^^^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 511 - align: match NonZeroUsize::new(mem::align_of::()) { 366s 511 + align: match NonZeroUsize::new(align_of::()) { 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:517:29 366s | 366s 517 | _elem_size: mem::size_of::(), 366s | ^^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 517 - _elem_size: mem::size_of::(), 366s 517 + _elem_size: size_of::(), 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:1418:19 366s | 366s 1418 | let len = mem::size_of_val(self); 366s | ^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 1418 - let len = mem::size_of_val(self); 366s 1418 + let len = size_of_val(self); 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2714:19 366s | 366s 2714 | let len = mem::size_of_val(self); 366s | ^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 2714 - let len = mem::size_of_val(self); 366s 2714 + let len = size_of_val(self); 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2789:19 366s | 366s 2789 | let len = mem::size_of_val(self); 366s | ^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 2789 - let len = mem::size_of_val(self); 366s 2789 + let len = size_of_val(self); 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2863:27 366s | 366s 2863 | if bytes.len() != mem::size_of_val(self) { 366s | ^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 2863 - if bytes.len() != mem::size_of_val(self) { 366s 2863 + if bytes.len() != size_of_val(self) { 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2920:20 366s | 366s 2920 | let size = mem::size_of_val(self); 366s | ^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 2920 - let size = mem::size_of_val(self); 366s 2920 + let size = size_of_val(self); 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2981:45 366s | 366s 2981 | let start = bytes.len().checked_sub(mem::size_of_val(self))?; 366s | ^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 2981 - let start = bytes.len().checked_sub(mem::size_of_val(self))?; 366s 2981 + let start = bytes.len().checked_sub(size_of_val(self))?; 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4161:27 366s | 366s 4161 | if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 366s | ^^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 4161 - if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 366s 4161 + if bytes.len() != size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4176:26 366s | 366s 4176 | if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 366s | ^^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 4176 - if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 366s 4176 + if bytes.len() < size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4179:46 366s | 366s 4179 | let (bytes, suffix) = bytes.split_at(mem::size_of::()); 366s | ^^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 4179 - let (bytes, suffix) = bytes.split_at(mem::size_of::()); 366s 4179 + let (bytes, suffix) = bytes.split_at(size_of::()); 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4194:46 366s | 366s 4194 | let split_at = bytes_len.checked_sub(mem::size_of::())?; 366s | ^^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 4194 - let split_at = bytes_len.checked_sub(mem::size_of::())?; 366s 4194 + let split_at = bytes_len.checked_sub(size_of::())?; 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4221:26 366s | 366s 4221 | .checked_rem(mem::size_of::()) 366s | ^^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 4221 - .checked_rem(mem::size_of::()) 366s 4221 + .checked_rem(size_of::()) 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4243:34 366s | 366s 4243 | let expected_len = match mem::size_of::().checked_mul(count) { 366s | ^^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 4243 - let expected_len = match mem::size_of::().checked_mul(count) { 366s 4243 + let expected_len = match size_of::().checked_mul(count) { 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4268:34 366s | 366s 4268 | let expected_len = match mem::size_of::().checked_mul(count) { 366s | ^^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 4268 - let expected_len = match mem::size_of::().checked_mul(count) { 366s 4268 + let expected_len = match size_of::().checked_mul(count) { 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4795:25 366s | 366s 4795 | let elem_size = mem::size_of::(); 366s | ^^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 4795 - let elem_size = mem::size_of::(); 366s 4795 + let elem_size = size_of::(); 366s | 366s 366s warning: unnecessary qualification 366s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4825:25 366s | 366s 4825 | let elem_size = mem::size_of::(); 366s | ^^^^^^^^^^^^^^^^^ 366s | 366s help: remove the unnecessary path segments 366s | 366s 4825 - let elem_size = mem::size_of::(); 366s 4825 + let elem_size = size_of::(); 366s | 366s 367s Compiling fastrand v2.1.1 367s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/fastrand-2.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name fastrand --edition=2018 /tmp/tmp.gRG8puazpJ/registry/fastrand-2.1.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"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b0f30b63d6f103db -C extra-filename=-b0f30b63d6f103db --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 367s warning: unexpected `cfg` condition value: `js` 367s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:202:5 367s | 367s 202 | feature = "js" 367s | ^^^^^^^^^^^^^^ 367s | 367s = note: expected values for `feature` are: `alloc`, `default`, and `std` 367s = help: consider adding `js` as a feature in `Cargo.toml` 367s = note: see for more information about checking conditional configuration 367s = note: `#[warn(unexpected_cfgs)]` on by default 367s 367s warning: unexpected `cfg` condition value: `js` 367s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:214:9 367s | 367s 214 | not(feature = "js") 367s | ^^^^^^^^^^^^^^ 367s | 367s = note: expected values for `feature` are: `alloc`, `default`, and `std` 367s = help: consider adding `js` as a feature in `Cargo.toml` 367s = note: see for more information about checking conditional configuration 367s 367s warning: `fastrand` (lib) generated 3 warnings (1 duplicate) 367s Compiling tempfile v3.15.0 367s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/tempfile-3.15.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/tempfile-3.15.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.15.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name tempfile --edition=2021 /tmp/tmp.gRG8puazpJ/registry/tempfile-3.15.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="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=5dc28daefecc49d5 -C extra-filename=-5dc28daefecc49d5 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern cfg_if=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern fastrand=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libfastrand-b0f30b63d6f103db.rmeta --extern getrandom=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.rmeta --extern once_cell=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-10428cb1410dd925.rmeta --extern rustix=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/librustix-618570c61329ef4d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 367s warning: `zerocopy` (lib) generated 22 warnings (1 duplicate) 367s Compiling ppv-lite86 v0.2.20 367s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name ppv_lite86 --edition=2021 /tmp/tmp.gRG8puazpJ/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=46846b3a35f9ec97 -C extra-filename=-46846b3a35f9ec97 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern zerocopy=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libzerocopy-0a1d0339be49b6e6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 367s warning: `ppv-lite86` (lib) generated 1 warning (1 duplicate) 367s Compiling rand_chacha v0.3.1 367s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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 367s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name rand_chacha --edition=2018 /tmp/tmp.gRG8puazpJ/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=7246cd0addc4c9af -C extra-filename=-7246cd0addc4c9af --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern ppv_lite86=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libppv_lite86-46846b3a35f9ec97.rmeta --extern rand_core=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 367s warning: `tempfile` (lib) generated 1 warning (1 duplicate) 367s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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.gRG8puazpJ/target/debug/deps:/tmp/tmp.gRG8puazpJ/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/build/serde-025b4691b550faf6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.gRG8puazpJ/target/debug/build/serde-38632fcebcd2e122/build-script-build` 367s [serde 1.0.217] cargo:rerun-if-changed=build.rs 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 367s Compiling clap_builder v4.5.23 367s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/clap_builder-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name clap_builder --edition=2021 /tmp/tmp.gRG8puazpJ/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=032ce5b53f6cfa87 -C extra-filename=-032ce5b53f6cfa87 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern anstream=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libanstream-7c9e2996227bea0c.rmeta --extern anstyle=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern clap_lex=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libclap_lex-fa2bd56e1b2ff099.rmeta --extern strsim=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libstrsim-82ccb15448986101.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 368s warning: `rand_chacha` (lib) generated 1 warning (1 duplicate) 368s Compiling clap_derive v4.5.18 368s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name clap_derive --edition=2021 /tmp/tmp.gRG8puazpJ/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=4a713c6233619637 -C extra-filename=-4a713c6233619637 --out-dir /tmp/tmp.gRG8puazpJ/target/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern heck=/tmp/tmp.gRG8puazpJ/target/debug/deps/libheck-780ed41701172964.rlib --extern proc_macro2=/tmp/tmp.gRG8puazpJ/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.gRG8puazpJ/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.gRG8puazpJ/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 371s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.gRG8puazpJ/target/debug/deps:/tmp/tmp.gRG8puazpJ/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.gRG8puazpJ/target/debug/build/num-traits-8f779d9fad25b2ca/build-script-build` 371s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 371s [num-traits 0.2.19] | 371s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 371s [num-traits 0.2.19] 371s [num-traits 0.2.19] warning: 1 warning emitted 371s [num-traits 0.2.19] 371s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 371s [num-traits 0.2.19] | 371s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 371s [num-traits 0.2.19] 371s [num-traits 0.2.19] warning: 1 warning emitted 371s [num-traits 0.2.19] 371s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 371s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 371s Compiling wait-timeout v0.2.0 371s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wait_timeout CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/wait-timeout-0.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/wait-timeout-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A crate to wait on a child process with a timeout specified across Unix and 371s Windows platforms. 371s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wait-timeout CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_RUST_VERSION='' 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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name wait_timeout --edition=2015 /tmp/tmp.gRG8puazpJ/registry/wait-timeout-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())' -C metadata=c8041ffbea216b96 -C extra-filename=-c8041ffbea216b96 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern libc=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 371s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 371s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:27:23 371s | 371s 27 | use std::sync::{Once, ONCE_INIT, Mutex}; 371s | ^^^^^^^^^ 371s | 371s note: the lint level is defined here 371s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/lib.rs:31:23 371s | 371s 31 | #![deny(missing_docs, warnings)] 371s | ^^^^^^^^ 371s = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` 371s 371s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 371s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:32:21 371s | 371s 32 | static INIT: Once = ONCE_INIT; 371s | ^^^^^^^^^ 371s | 371s help: replace the use of the deprecated constant 371s | 371s 32 | static INIT: Once = Once::new(); 371s | ~~~~~~~~~~~ 371s 372s warning: `wait-timeout` (lib) generated 3 warnings (1 duplicate) 372s Compiling num_cpus v1.16.0 372s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name num_cpus --edition=2015 /tmp/tmp.gRG8puazpJ/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=03fb9cccb91f1eb8 -C extra-filename=-03fb9cccb91f1eb8 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern libc=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 372s warning: unexpected `cfg` condition value: `nacl` 372s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:355:5 372s | 372s 355 | target_os = "nacl", 372s | ^^^^^^^^^^^^^^^^^^ 372s | 372s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 372s = note: see for more information about checking conditional configuration 372s = note: `#[warn(unexpected_cfgs)]` on by default 372s 372s warning: unexpected `cfg` condition value: `nacl` 372s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:437:5 372s | 372s 437 | target_os = "nacl", 372s | ^^^^^^^^^^^^^^^^^^ 372s | 372s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 372s = note: see for more information about checking conditional configuration 372s 372s warning: `num_cpus` (lib) generated 3 warnings (1 duplicate) 372s Compiling quick-error v2.0.1 372s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quick_error CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/quick-error-2.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/quick-error-2.0.1/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets :Colin Kiegel ' CARGO_PKG_DESCRIPTION=' A macro which makes error types pleasant to write. 372s ' CARGO_PKG_HOMEPAGE='http://github.com/tailhook/quick-error' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-error CARGO_PKG_README='' CARGO_PKG_REPOSITORY='http://github.com/tailhook/quick-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name quick_error --edition=2018 /tmp/tmp.gRG8puazpJ/registry/quick-error-2.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=78f4ccd4ae208433 -C extra-filename=-78f4ccd4ae208433 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 372s warning: `quick-error` (lib) generated 1 warning (1 duplicate) 372s Compiling fnv v1.0.7 372s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/fnv-1.0.7 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name fnv --edition=2015 /tmp/tmp.gRG8puazpJ/registry/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a68fdaac9d04d051 -C extra-filename=-a68fdaac9d04d051 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 373s warning: `fnv` (lib) generated 1 warning (1 duplicate) 373s Compiling serde_json v1.0.133 373s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.gRG8puazpJ/registry/serde_json-1.0.133/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=2fa85724bf02f5ac -C extra-filename=-2fa85724bf02f5ac --out-dir /tmp/tmp.gRG8puazpJ/target/debug/build/serde_json-2fa85724bf02f5ac -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --cap-lints warn` 373s Compiling bit-vec v0.8.0 373s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_vec CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/bit-vec-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/bit-vec-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A vector of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-vec' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-vec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-vec' 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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name bit_vec --edition=2015 /tmp/tmp.gRG8puazpJ/registry/bit-vec-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=f5a472a8e3d383f4 -C extra-filename=-f5a472a8e3d383f4 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 373s warning: unexpected `cfg` condition value: `borsh` 373s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:102:7 373s | 373s 102 | #[cfg(feature = "borsh")] 373s | ^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 373s = help: consider adding `borsh` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s = note: `#[warn(unexpected_cfgs)]` on by default 373s 373s warning: unexpected `cfg` condition value: `miniserde` 373s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:104:7 373s | 373s 104 | #[cfg(feature = "miniserde")] 373s | ^^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 373s = help: consider adding `miniserde` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `nanoserde` 373s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:106:7 373s | 373s 106 | #[cfg(feature = "nanoserde")] 373s | ^^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 373s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `nanoserde` 373s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:108:7 373s | 373s 108 | #[cfg(feature = "nanoserde")] 373s | ^^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 373s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `borsh` 373s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:238:5 373s | 373s 238 | feature = "borsh", 373s | ^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 373s = help: consider adding `borsh` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `miniserde` 373s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:242:5 373s | 373s 242 | feature = "miniserde", 373s | ^^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 373s = help: consider adding `miniserde` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `nanoserde` 373s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:246:5 373s | 373s 246 | feature = "nanoserde", 373s | ^^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 373s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 374s warning: `bit-vec` (lib) generated 8 warnings (1 duplicate) 374s Compiling bit-set v0.8.0 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_set CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/bit-set-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/bit-set-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A set of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-set' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-set CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-set' 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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name bit_set --edition=2015 /tmp/tmp.gRG8puazpJ/registry/bit-set-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=89b3c1c57b5a03ce -C extra-filename=-89b3c1c57b5a03ce --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern bit_vec=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 374s warning: `bit-set` (lib) generated 1 warning (1 duplicate) 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.gRG8puazpJ/target/debug/deps:/tmp/tmp.gRG8puazpJ/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.gRG8puazpJ/target/debug/build/serde_json-2fa85724bf02f5ac/build-script-build` 374s [serde_json 1.0.133] cargo:rerun-if-changed=build.rs 374s [serde_json 1.0.133] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) 374s [serde_json 1.0.133] cargo:rustc-cfg=fast_arithmetic="64" 374s Compiling rusty-fork v0.3.0 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rusty_fork CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/rusty-fork-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/rusty-fork-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Cross-platform library for running Rust tests in sub-processes using a 374s fork-like interface. 374s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rusty-fork CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/altsysrq/rusty-fork' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name rusty_fork --edition=2018 /tmp/tmp.gRG8puazpJ/registry/rusty-fork-0.3.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="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=66f38081ff4ed394 -C extra-filename=-66f38081ff4ed394 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern fnv=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libfnv-a68fdaac9d04d051.rmeta --extern quick_error=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libquick_error-78f4ccd4ae208433.rmeta --extern tempfile=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern wait_timeout=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libwait_timeout-c8041ffbea216b96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 374s warning: `clap_builder` (lib) generated 1 warning (1 duplicate) 374s Compiling threadpool v1.8.1 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=threadpool CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/threadpool-1.8.1 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/threadpool-1.8.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Corey Farwell :Stefan Schindler ' CARGO_PKG_DESCRIPTION='A thread pool for running a number of jobs on a fixed set of worker threads. 374s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=threadpool CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name threadpool --edition=2015 /tmp/tmp.gRG8puazpJ/registry/threadpool-1.8.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=4f7b0bed022b0d96 -C extra-filename=-4f7b0bed022b0d96 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern num_cpus=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libnum_cpus-03fb9cccb91f1eb8.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 374s warning: trait objects without an explicit `dyn` are deprecated 374s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:99:22 374s | 374s 99 | type Thunk<'a> = Box; 374s | ^^^^^^^^^^^^^^^^^ 374s | 374s = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! 374s = note: for more information, see 374s = note: `#[warn(bare_trait_objects)]` on by default 374s help: if this is a dyn-compatible trait, use `dyn` 374s | 374s 99 | type Thunk<'a> = Box; 374s | +++ 374s 374s warning: `rusty-fork` (lib) generated 1 warning (1 duplicate) 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps OUT_DIR=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.gRG8puazpJ/registry/num-traits-0.2.19/src/lib.rs --error-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", "i128", "libm", "std"))' -C metadata=0a13ea327a69f660 -C extra-filename=-0a13ea327a69f660 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 374s warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead 374s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:631:42 374s | 374s 631 | self.shared_data.join_generation.compare_and_swap( 374s | ^^^^^^^^^^^^^^^^ 374s | 374s = note: `#[warn(deprecated)]` on by default 374s 374s warning: unexpected `cfg` condition name: `has_total_cmp` 374s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 374s | 374s 2305 | #[cfg(has_total_cmp)] 374s | ^^^^^^^^^^^^^ 374s ... 374s 2325 | totalorder_impl!(f64, i64, u64, 64); 374s | ----------------------------------- in this macro invocation 374s | 374s = 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` 374s = help: consider using a Cargo feature instead 374s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 374s [lints.rust] 374s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 374s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 374s = note: see for more information about checking conditional configuration 374s = note: `#[warn(unexpected_cfgs)]` on by default 374s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 374s 374s warning: unexpected `cfg` condition name: `has_total_cmp` 374s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 374s | 374s 2311 | #[cfg(not(has_total_cmp))] 374s | ^^^^^^^^^^^^^ 374s ... 374s 2325 | totalorder_impl!(f64, i64, u64, 64); 374s | ----------------------------------- in this macro invocation 374s | 374s = help: consider using a Cargo feature instead 374s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 374s [lints.rust] 374s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 374s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 374s = note: see for more information about checking conditional configuration 374s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 374s 374s warning: unexpected `cfg` condition name: `has_total_cmp` 374s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 374s | 374s 2305 | #[cfg(has_total_cmp)] 374s | ^^^^^^^^^^^^^ 374s ... 374s 2326 | totalorder_impl!(f32, i32, u32, 32); 374s | ----------------------------------- in this macro invocation 374s | 374s = help: consider using a Cargo feature instead 374s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 374s [lints.rust] 374s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 374s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 374s = note: see for more information about checking conditional configuration 374s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 374s 374s warning: unexpected `cfg` condition name: `has_total_cmp` 374s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 374s | 374s 2311 | #[cfg(not(has_total_cmp))] 374s | ^^^^^^^^^^^^^ 374s ... 374s 2326 | totalorder_impl!(f32, i32, u32, 32); 374s | ----------------------------------- in this macro invocation 374s | 374s = help: consider using a Cargo feature instead 374s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 374s [lints.rust] 374s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 374s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 374s = note: see for more information about checking conditional configuration 374s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 374s 375s warning: `threadpool` (lib) generated 3 warnings (1 duplicate) 375s Compiling clap v4.5.23 375s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/clap-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name clap --edition=2021 /tmp/tmp.gRG8puazpJ/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=355e5f7a560067a6 -C extra-filename=-355e5f7a560067a6 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern clap_builder=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libclap_builder-032ce5b53f6cfa87.rmeta --extern clap_derive=/tmp/tmp.gRG8puazpJ/target/debug/deps/libclap_derive-4a713c6233619637.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 375s warning: unexpected `cfg` condition value: `unstable-doc` 375s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:93:7 375s | 375s 93 | #[cfg(feature = "unstable-doc")] 375s | ^^^^^^^^^^-------------- 375s | | 375s | help: there is a expected value with a similar name: `"unstable-ext"` 375s | 375s = 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` 375s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s = note: `#[warn(unexpected_cfgs)]` on by default 375s 375s warning: unexpected `cfg` condition value: `unstable-doc` 375s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:95:7 375s | 375s 95 | #[cfg(feature = "unstable-doc")] 375s | ^^^^^^^^^^-------------- 375s | | 375s | help: there is a expected value with a similar name: `"unstable-ext"` 375s | 375s = 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` 375s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `unstable-doc` 375s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:97:7 375s | 375s 97 | #[cfg(feature = "unstable-doc")] 375s | ^^^^^^^^^^-------------- 375s | | 375s | help: there is a expected value with a similar name: `"unstable-ext"` 375s | 375s = 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` 375s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `unstable-doc` 375s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:99:7 375s | 375s 99 | #[cfg(feature = "unstable-doc")] 375s | ^^^^^^^^^^-------------- 375s | | 375s | help: there is a expected value with a similar name: `"unstable-ext"` 375s | 375s = 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` 375s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `unstable-doc` 375s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:101:7 375s | 375s 101 | #[cfg(feature = "unstable-doc")] 375s | ^^^^^^^^^^-------------- 375s | | 375s | help: there is a expected value with a similar name: `"unstable-ext"` 375s | 375s = 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` 375s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: `clap` (lib) generated 6 warnings (1 duplicate) 375s Compiling rand v0.8.5 375s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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. 375s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.gRG8puazpJ/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="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --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=b359ea3ff641bf46 -C extra-filename=-b359ea3ff641bf46 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern libc=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern rand_chacha=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_core=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 375s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 375s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps OUT_DIR=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/build/serde-025b4691b550faf6/out rustc --crate-name serde --edition=2018 /tmp/tmp.gRG8puazpJ/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=6514dc5edea52c62 -C extra-filename=-6514dc5edea52c62 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/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)'` 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:52:13 375s | 375s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s = note: `#[warn(unexpected_cfgs)]` on by default 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:53:13 375s | 375s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 375s | ^^^^^^^ 375s | 375s = 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` 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/mod.rs:116:12 375s | 375s 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 375s | ^^^^^^^ 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `features` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 375s | 375s 162 | #[cfg(features = "nightly")] 375s | ^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: see for more information about checking conditional configuration 375s help: there is a config with a similar name and value 375s | 375s 162 | #[cfg(feature = "nightly")] 375s | ~~~~~~~ 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:15:7 375s | 375s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:156:7 375s | 375s 156 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:158:7 375s | 375s 158 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:160:7 375s | 375s 160 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:162:7 375s | 375s 162 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:165:7 375s | 375s 165 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:167:7 375s | 375s 167 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:169:7 375s | 375s 169 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:13:32 375s | 375s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:15:35 375s | 375s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:19:7 375s | 375s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:112:7 375s | 375s 112 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:142:7 375s | 375s 142 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:144:7 375s | 375s 144 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:146:7 375s | 375s 146 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:148:7 375s | 375s 148 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:150:7 375s | 375s 150 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:152:7 375s | 375s 152 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:155:5 375s | 375s 155 | feature = "simd_support", 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:11:7 375s | 375s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:144:7 375s | 375s 144 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `std` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:235:11 375s | 375s 235 | #[cfg(not(std))] 375s | ^^^ help: found config with similar value: `feature = "std"` 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:363:7 375s | 375s 363 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:423:7 375s | 375s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 375s | ^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:424:7 375s | 375s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 375s | ^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:425:7 375s | 375s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 375s | ^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:426:7 375s | 375s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 375s | ^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:427:7 375s | 375s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 375s | ^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:428:7 375s | 375s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 375s | ^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:429:7 375s | 375s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 375s | ^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `std` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 375s | 375s 291 | #[cfg(not(std))] 375s | ^^^ help: found config with similar value: `feature = "std"` 375s ... 375s 359 | scalar_float_impl!(f32, u32); 375s | ---------------------------- in this macro invocation 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 375s 375s warning: unexpected `cfg` condition name: `std` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 375s | 375s 291 | #[cfg(not(std))] 375s | ^^^ help: found config with similar value: `feature = "std"` 375s ... 375s 360 | scalar_float_impl!(f64, u64); 375s | ---------------------------- in this macro invocation 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:80:12 375s | 375s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 375s | ^^^^^^^ 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:429:12 375s | 375s 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 375s | ^^^^^^^ 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 375s | 375s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 375s | 375s 572 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 375s | 375s 679 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 375s | 375s 687 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 375s | 375s 696 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 375s | 375s 706 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 375s | 375s 1001 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 375s | 375s 1003 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 375s | 375s 1005 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 375s | 375s 1007 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 375s | 375s 1010 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 375s | 375s 1012 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `simd_support` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 375s | 375s 1014 | #[cfg(feature = "simd_support")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = 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` 375s = help: consider adding `simd_support` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/rng.rs:395:12 375s | 375s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 375s | ^^^^^^^ 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:99:12 375s | 375s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 375s | ^^^^^^^ 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:118:12 375s | 375s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 375s | ^^^^^^^ 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:29:12 375s | 375s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 375s | ^^^^^^^ 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:623:12 375s | 375s 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 375s | ^^^^^^^ 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/index.rs:276:12 375s | 375s 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 375s | ^^^^^^^ 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:114:16 375s | 375s 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 375s | ^^^^^^^ 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:142:16 375s | 375s 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 375s | ^^^^^^^ 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:170:16 375s | 375s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 375s | ^^^^^^^ 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:219:16 375s | 375s 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 375s | ^^^^^^^ 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition name: `doc_cfg` 375s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:465:16 375s | 375s 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 375s | ^^^^^^^ 375s | 375s = help: consider using a Cargo feature instead 375s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 375s [lints.rust] 375s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 375s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 375s = note: see for more information about checking conditional configuration 375s 375s warning: trait `Float` is never used 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:238:18 375s | 375s 238 | pub(crate) trait Float: Sized { 375s | ^^^^^ 375s | 375s = note: `#[warn(dead_code)]` on by default 375s 375s warning: associated items `lanes`, `extract`, and `replace` are never used 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:247:8 375s | 375s 245 | pub(crate) trait FloatAsSIMD: Sized { 375s | ----------- associated items in this trait 375s 246 | #[inline(always)] 375s 247 | fn lanes() -> usize { 375s | ^^^^^ 375s ... 375s 255 | fn extract(self, index: usize) -> Self { 375s | ^^^^^^^ 375s ... 375s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 375s | ^^^^^^^ 375s 375s warning: method `all` is never used 375s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:268:8 375s | 375s 266 | pub(crate) trait BoolAsSIMD: Sized { 375s | ---------- method in this trait 375s 267 | fn any(self) -> bool; 375s 268 | fn all(self) -> bool; 375s | ^^^ 375s 375s warning: `rand` (lib) generated 66 warnings (1 duplicate) 375s Compiling rand_xorshift v0.3.0 375s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_xorshift CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/rand_xorshift-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/rand_xorshift-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Xorshift random number generator 375s ' 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_xorshift CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name rand_xorshift --edition=2018 /tmp/tmp.gRG8puazpJ/registry/rand_xorshift-0.3.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("serde", "serde1"))' -C metadata=6f9a9169531a5b9a -C extra-filename=-6f9a9169531a5b9a --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern rand_core=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 376s warning: `rand_xorshift` (lib) generated 1 warning (1 duplicate) 376s Compiling regex-syntax v0.8.5 376s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.gRG8puazpJ/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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --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=4fc5539eea58731c -C extra-filename=-4fc5539eea58731c --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 379s warning: `serde` (lib) generated 1 warning (1 duplicate) 379s Compiling memchr v2.7.4 379s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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 379s 1, 2 or 3 byte search and single substring search. 379s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.gRG8puazpJ/registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9dfbaa7dc96bc3ae -C extra-filename=-9dfbaa7dc96bc3ae --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 380s warning: `memchr` (lib) generated 1 warning (1 duplicate) 380s Compiling unarray v0.1.4 380s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unarray CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/unarray-0.1.4 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/unarray-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for working with uninitialized arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unarray CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cameron1024/unarray' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name unarray --edition=2018 /tmp/tmp.gRG8puazpJ/registry/unarray-0.1.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())' -C metadata=4bc01abf17def2c3 -C extra-filename=-4bc01abf17def2c3 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 380s warning: `unarray` (lib) generated 1 warning (1 duplicate) 380s Compiling termcolor v1.4.1 380s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/termcolor-1.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/termcolor-1.4.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. 380s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name termcolor --edition=2018 /tmp/tmp.gRG8puazpJ/registry/termcolor-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ae72d8ae91d429e -C extra-filename=-1ae72d8ae91d429e --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 380s warning: `termcolor` (lib) generated 1 warning (1 duplicate) 380s Compiling ryu v1.0.19 380s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/ryu-1.0.19 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/ryu-1.0.19/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.19 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name ryu --edition=2018 /tmp/tmp.gRG8puazpJ/registry/ryu-1.0.19/src/lib.rs --error-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", "small"))' -C metadata=c01778dbd79acb0e -C extra-filename=-c01778dbd79acb0e --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 380s warning: `ryu` (lib) generated 1 warning (1 duplicate) 380s Compiling equivalent v1.0.1 380s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.gRG8puazpJ/registry/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50ee6cd9d9ded5bf -C extra-filename=-50ee6cd9d9ded5bf --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 380s warning: `equivalent` (lib) generated 1 warning (1 duplicate) 380s Compiling hashbrown v0.14.5 380s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.gRG8puazpJ/registry/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=abc055366cb5e49f -C extra-filename=-abc055366cb5e49f --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:14:5 380s | 380s 14 | feature = "nightly", 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s = note: `#[warn(unexpected_cfgs)]` on by default 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:39:13 380s | 380s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:40:13 380s | 380s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:49:7 380s | 380s 49 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:59:7 380s | 380s 59 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:65:11 380s | 380s 65 | #[cfg(not(feature = "nightly"))] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 380s | 380s 53 | #[cfg(not(feature = "nightly"))] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 380s | 380s 55 | #[cfg(not(feature = "nightly"))] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 380s | 380s 57 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 380s | 380s 3549 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 380s | 380s 3661 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 380s | 380s 3678 | #[cfg(not(feature = "nightly"))] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 380s | 380s 4304 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 380s | 380s 4319 | #[cfg(not(feature = "nightly"))] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 380s | 380s 7 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 380s | 380s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 380s | 380s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 380s | 380s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `rkyv` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 380s | 380s 3 | #[cfg(feature = "rkyv")] 380s | ^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `rkyv` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:242:11 380s | 380s 242 | #[cfg(not(feature = "nightly"))] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:255:7 380s | 380s 255 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6517:11 380s | 380s 6517 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6523:11 380s | 380s 6523 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6591:11 380s | 380s 6591 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6597:11 380s | 380s 6597 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6651:11 380s | 380s 6651 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6657:11 380s | 380s 6657 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1359:11 380s | 380s 1359 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1365:11 380s | 380s 1365 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1383:11 380s | 380s 1383 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 380s warning: unexpected `cfg` condition value: `nightly` 380s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1389:11 380s | 380s 1389 | #[cfg(feature = "nightly")] 380s | ^^^^^^^^^^^^^^^^^^^ 380s | 380s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 380s = help: consider adding `nightly` as a feature in `Cargo.toml` 380s = note: see for more information about checking conditional configuration 380s 381s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 381s Compiling itoa v1.0.14 381s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/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='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.gRG8puazpJ/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=a82a426f214c0959 -C extra-filename=-a82a426f214c0959 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 381s warning: `itoa` (lib) generated 1 warning (1 duplicate) 381s Compiling escape8259 v0.5.3 381s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=escape8259 CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/escape8259-0.5.3 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/escape8259-0.5.3/Cargo.toml CARGO_PKG_AUTHORS='Eric Seppanen ' CARGO_PKG_DESCRIPTION='RFC8259-compliant string escaping and un-escaping' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=escape8259 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/ericseppanen/escape8259' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name escape8259 --edition=2018 /tmp/tmp.gRG8puazpJ/registry/escape8259-0.5.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=f476162e42fd9d7f -C extra-filename=-f476162e42fd9d7f --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 381s warning: `hashbrown` (lib) generated 32 warnings (1 duplicate) 381s Compiling lazy_static v1.5.0 381s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name lazy_static --edition=2015 /tmp/tmp.gRG8puazpJ/registry/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=fa782e2884b94cf1 -C extra-filename=-fa782e2884b94cf1 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 381s warning: elided lifetime has a name 381s --> /usr/share/cargo/registry/lazy_static-1.5.0/src/inline_lazy.rs:26:43 381s | 381s 26 | pub fn get(&'static self, f: F) -> &T 381s | ^ this elided lifetime gets resolved as `'static` 381s | 381s = note: `#[warn(elided_named_lifetimes)]` on by default 381s help: consider specifying it explicitly 381s | 381s 26 | pub fn get(&'static self, f: F) -> &'static T 381s | +++++++ 381s 381s warning: `lazy_static` (lib) generated 2 warnings (1 duplicate) 381s Compiling proptest v1.6.0 381s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proptest CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/proptest-1.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/proptest-1.6.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Hypothesis-like property-based testing and shrinking. 381s ' CARGO_PKG_HOMEPAGE='https://proptest-rs.github.io/proptest/proptest/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proptest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/proptest-rs/proptest' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name proptest --edition=2018 /tmp/tmp.gRG8puazpJ/registry/proptest-1.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 --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "lazy_static", "no_std", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable"))' -C metadata=ed950dc73bb5efdf -C extra-filename=-ed950dc73bb5efdf --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern bit_set=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libbit_set-89b3c1c57b5a03ce.rmeta --extern bit_vec=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.rmeta --extern bitflags=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern lazy_static=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/liblazy_static-fa782e2884b94cf1.rmeta --extern num_traits=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-0a13ea327a69f660.rmeta --extern rand=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/librand-b359ea3ff641bf46.rmeta --extern rand_chacha=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_xorshift=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/librand_xorshift-6f9a9169531a5b9a.rmeta --extern regex_syntax=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-4fc5539eea58731c.rmeta --extern rusty_fork=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/librusty_fork-66f38081ff4ed394.rmeta --extern tempfile=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern unarray=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libunarray-4bc01abf17def2c3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 381s warning: `escape8259` (lib) generated 1 warning (1 duplicate) 381s Compiling libtest-mimic v0.7.3 381s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libtest_mimic CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/libtest-mimic-0.7.3 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/libtest-mimic-0.7.3/Cargo.toml CARGO_PKG_AUTHORS='Lukas Kalbertodt ' CARGO_PKG_DESCRIPTION='Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test` 381s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libtest-mimic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/LukasKalbertodt/libtest-mimic' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name libtest_mimic --edition=2021 /tmp/tmp.gRG8puazpJ/registry/libtest-mimic-0.7.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=d6b94db4ffa023fe -C extra-filename=-d6b94db4ffa023fe --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern clap=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libclap-355e5f7a560067a6.rmeta --extern escape8259=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libescape8259-f476162e42fd9d7f.rmeta --extern termcolor=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libtermcolor-1ae72d8ae91d429e.rmeta --extern threadpool=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libthreadpool-4f7b0bed022b0d96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 381s warning: unexpected `cfg` condition value: `attr-macro` 381s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:91:7 381s | 381s 91 | #[cfg(feature = "attr-macro")] 381s | ^^^^^^^^^^^^^^^^^^^^^^ 381s | 381s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 381s = help: consider adding `attr-macro` as a feature in `Cargo.toml` 381s = note: see for more information about checking conditional configuration 381s = note: `#[warn(unexpected_cfgs)]` on by default 381s 381s warning: unexpected `cfg` condition value: `attr-macro` 381s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:94:7 381s | 381s 94 | #[cfg(feature = "attr-macro")] 381s | ^^^^^^^^^^^^^^^^^^^^^^ 381s | 381s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 381s = help: consider adding `attr-macro` as a feature in `Cargo.toml` 381s = note: see for more information about checking conditional configuration 381s 381s warning: unexpected `cfg` condition value: `hardware-rng` 381s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:487:9 381s | 381s 487 | feature = "hardware-rng" 381s | ^^^^^^^^^^^^^^^^^^^^^^^^ 381s | 381s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 381s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 381s = note: see for more information about checking conditional configuration 381s 381s warning: unexpected `cfg` condition value: `hardware-rng` 381s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:456:13 381s | 381s 456 | feature = "hardware-rng" 381s | ^^^^^^^^^^^^^^^^^^^^^^^^ 381s | 381s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 381s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 381s = note: see for more information about checking conditional configuration 381s 382s warning: `libtest-mimic` (lib) generated 1 warning (1 duplicate) 382s Compiling indexmap v2.7.0 382s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.gRG8puazpJ/registry/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=add402dbf0c10c1b -C extra-filename=-add402dbf0c10c1b --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern equivalent=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libequivalent-50ee6cd9d9ded5bf.rmeta --extern hashbrown=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libhashbrown-abc055366cb5e49f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 382s warning: unexpected `cfg` condition value: `borsh` 382s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:117:7 382s | 382s 117 | #[cfg(feature = "borsh")] 382s | ^^^^^^^^^^^^^^^^^ 382s | 382s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 382s = help: consider adding `borsh` as a feature in `Cargo.toml` 382s = note: see for more information about checking conditional configuration 382s = note: `#[warn(unexpected_cfgs)]` on by default 382s 382s warning: unexpected `cfg` condition value: `rustc-rayon` 382s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:131:7 382s | 382s 131 | #[cfg(feature = "rustc-rayon")] 382s | ^^^^^^^^^^^^^^^^^^^^^^^ 382s | 382s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 382s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 382s = note: see for more information about checking conditional configuration 382s 382s warning: unexpected `cfg` condition value: `quickcheck` 382s --> /usr/share/cargo/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 382s | 382s 38 | #[cfg(feature = "quickcheck")] 382s | ^^^^^^^^^^^^^^^^^^^^^^ 382s | 382s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 382s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 382s = note: see for more information about checking conditional configuration 382s 382s warning: unexpected `cfg` condition value: `rustc-rayon` 382s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:128:30 382s | 382s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 382s | ^^^^^^^^^^^^^^^^^^^^^^^ 382s | 382s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 382s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 382s = note: see for more information about checking conditional configuration 382s 382s warning: unexpected `cfg` condition value: `rustc-rayon` 382s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:153:30 382s | 382s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 382s | ^^^^^^^^^^^^^^^^^^^^^^^ 382s | 382s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 382s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 382s = note: see for more information about checking conditional configuration 382s 383s warning: `indexmap` (lib) generated 6 warnings (1 duplicate) 383s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps OUT_DIR=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out rustc --crate-name serde_json --edition=2021 /tmp/tmp.gRG8puazpJ/registry/serde_json-1.0.133/src/lib.rs --error-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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ef11c4b3f48fb83f -C extra-filename=-ef11c4b3f48fb83f --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern itoa=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libitoa-a82a426f214c0959.rmeta --extern memchr=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern ryu=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libryu-c01778dbd79acb0e.rmeta --extern serde=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libserde-6514dc5edea52c62.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` 383s warning: struct `NoopFailurePersistence` is never constructed 383s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/failure_persistence/noop.rs:19:8 383s | 383s 19 | struct NoopFailurePersistence; 383s | ^^^^^^^^^^^^^^^^^^^^^^ 383s | 383s = note: `NoopFailurePersistence` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis 383s = note: `#[warn(dead_code)]` on by default 383s 385s warning: `serde_json` (lib) generated 1 warning (1 duplicate) 385s Compiling toml_datetime v0.6.8 385s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/tmp/tmp.gRG8puazpJ/registry/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/tmp/tmp.gRG8puazpJ/registry/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name toml_datetime --edition=2021 /tmp/tmp.gRG8puazpJ/registry/toml_datetime-0.6.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=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::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' '--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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b05c75224d924c01 -C extra-filename=-b05c75224d924c01 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 385s warning: `toml_datetime` (lib) generated 1 warning (1 duplicate) 386s warning: `proptest` (lib) generated 6 warnings (1 duplicate) 386s Compiling toml_edit v0.22.20 (/usr/share/cargo/registry/toml_edit-0.22.20) 386s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.gRG8puazpJ/target/debug/deps rustc --crate-name toml_edit --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --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::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' '--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' --test --cfg 'feature="unbounded"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=0497867f8bdcc406 -C extra-filename=-0497867f8bdcc406 --out-dir /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gRG8puazpJ/target/debug/deps --extern indexmap=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rlib --extern libtest_mimic=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/liblibtest_mimic-d6b94db4ffa023fe.rlib --extern proptest=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libproptest-ed950dc73bb5efdf.rlib --extern serde_json=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-ef11c4b3f48fb83f.rlib --extern toml_datetime=/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/libtoml_datetime-b05c75224d924c01.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.gRG8puazpJ/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 386s warning: unused import: `std::str::FromStr` 386s --> src/document.rs:1:5 386s | 386s 1 | use std::str::FromStr; 386s | ^^^^^^^^^^^^^^^^^ 386s | 386s = note: `#[warn(unused_imports)]` on by default 386s 386s warning: unused import: `std::str::FromStr` 386s --> src/item.rs:1:5 386s | 386s 1 | use std::str::FromStr; 386s | ^^^^^^^^^^^^^^^^^ 386s 386s warning: unused import: `std::borrow::Cow` 386s --> src/key.rs:1:5 386s | 386s 1 | use std::borrow::Cow; 386s | ^^^^^^^^^^^^^^^^ 386s 386s warning: unused import: `std::str::FromStr` 386s --> src/key.rs:2:5 386s | 386s 2 | use std::str::FromStr; 386s | ^^^^^^^^^^^^^^^^^ 386s 386s warning: unused import: `std::borrow::Cow` 386s --> src/repr.rs:1:5 386s | 386s 1 | use std::borrow::Cow; 386s | ^^^^^^^^^^^^^^^^ 386s 386s warning: unused import: `crate::value::DEFAULT_VALUE_DECOR` 386s --> src/table.rs:7:5 386s | 386s 7 | use crate::value::DEFAULT_VALUE_DECOR; 386s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 386s 386s warning: unused import: `std::str::FromStr` 386s --> src/value.rs:2:5 386s | 386s 2 | use std::str::FromStr; 386s | ^^^^^^^^^^^^^^^^^ 386s 387s warning: field `implicit` is never read 387s --> src/inline_table.rs:15:16 387s | 387s 11 | pub struct InlineTable { 387s | ----------- field in this struct 387s ... 387s 15 | pub(crate) implicit: bool, 387s | ^^^^^^^^ 387s | 387s = note: `InlineTable` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis 387s = note: `#[warn(dead_code)]` on by default 387s 387s warning: methods `set_implicit` and `is_implicit` are never used 387s --> src/inline_table.rs:159:19 387s | 387s 49 | impl InlineTable { 387s | ---------------- methods in this implementation 387s ... 387s 159 | pub(crate) fn set_implicit(&mut self, implicit: bool) { 387s | ^^^^^^^^^^^^ 387s ... 387s 164 | pub(crate) fn is_implicit(&self) -> bool { 387s | ^^^^^^^^^^^ 387s 387s warning: constant `DEFAULT_INLINE_KEY_DECOR` is never used 387s --> src/inline_table.rs:600:18 387s | 387s 600 | pub(crate) const DEFAULT_INLINE_KEY_DECOR: (&str, &str) = (" ", " "); 387s | ^^^^^^^^^^^^^^^^^^^^^^^^ 387s 387s warning: methods `with_repr_unchecked` and `get_internal` are never used 387s --> src/key.rs:56:19 387s | 387s 37 | impl Key { 387s | -------- methods in this implementation 387s ... 387s 56 | pub(crate) fn with_repr_unchecked(mut self, repr: Repr) -> Self { 387s | ^^^^^^^^^^^^^^^^^^^ 387s ... 387s 89 | pub(crate) fn get_internal(&self) -> &InternalString { 387s | ^^^^^^^^^^^^ 387s 387s warning: variant `Spanned` is never constructed 387s --> src/raw_string.rs:11:5 387s | 387s 8 | enum RawStringInner { 387s | -------------- variant in this enum 387s ... 387s 11 | Spanned(std::ops::Range), 387s | ^^^^^^^ 387s | 387s = note: `RawStringInner` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis 387s 387s warning: associated items `with_span`, `to_str`, and `to_str_with_default` are never used 387s --> src/raw_string.rs:15:19 387s | 387s 14 | impl RawString { 387s | -------------- associated items in this implementation 387s 15 | pub(crate) fn with_span(span: std::ops::Range) -> Self { 387s | ^^^^^^^^^ 387s ... 387s 45 | pub(crate) fn to_str<'s>(&'s self, input: &'s str) -> &'s str { 387s | ^^^^^^ 387s ... 387s 55 | pub(crate) fn to_str_with_default<'s>( 387s | ^^^^^^^^^^^^^^^^^^^ 387s 387s warning: method `set_repr_unchecked` is never used 387s --> src/repr.rs:27:19 387s | 387s 14 | / impl Formatted 387s 15 | | where 387s 16 | | T: ValueRepr, 387s | |_________________- method in this implementation 387s ... 387s 27 | pub(crate) fn set_repr_unchecked(&mut self, repr: Repr) { 387s | ^^^^^^^^^^^^^^^^^^ 387s 387s warning: associated function `new_unchecked` is never used 387s --> src/repr.rs:144:19 387s | 387s 143 | impl Repr { 387s | --------- associated function in this implementation 387s 144 | pub(crate) fn new_unchecked(raw: impl Into) -> Self { 387s | ^^^^^^^^^^^^^ 387s 387s warning: constant `DEFAULT_ROOT_DECOR` is never used 387s --> src/table.rs:507:18 387s | 387s 507 | pub(crate) const DEFAULT_ROOT_DECOR: (&str, &str) = ("", ""); 387s | ^^^^^^^^^^^^^^^^^^ 387s 387s warning: constant `DEFAULT_KEY_DECOR` is never used 387s --> src/table.rs:508:18 387s | 387s 508 | pub(crate) const DEFAULT_KEY_DECOR: (&str, &str) = ("", " "); 387s | ^^^^^^^^^^^^^^^^^ 387s 387s warning: constant `DEFAULT_TABLE_DECOR` is never used 387s --> src/table.rs:509:18 387s | 387s 509 | pub(crate) const DEFAULT_TABLE_DECOR: (&str, &str) = ("\n", ""); 387s | ^^^^^^^^^^^^^^^^^^^ 387s 387s warning: constant `DEFAULT_KEY_PATH_DECOR` is never used 387s --> src/table.rs:510:18 387s | 387s 510 | pub(crate) const DEFAULT_KEY_PATH_DECOR: (&str, &str) = ("", ""); 387s | ^^^^^^^^^^^^^^^^^^^^^^ 387s 387s warning: constant `DEFAULT_TRAILING_VALUE_DECOR` is never used 387s --> src/value.rs:364:18 387s | 387s 364 | pub(crate) const DEFAULT_TRAILING_VALUE_DECOR: (&str, &str) = (" ", " "); 387s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 387s 387s warning: `toml_edit` (lib test) generated 21 warnings (1 duplicate) (run `cargo fix --lib -p toml_edit --tests` to apply 7 suggestions) 387s Finished `test` profile [unoptimized + debuginfo] target(s) in 30.38s 387s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.gRG8puazpJ/target/s390x-unknown-linux-gnu/debug/deps/toml_edit-0497867f8bdcc406` 387s 387s running 8 tests 387s test error::test_translate_position::empty ... ok 387s test error::test_translate_position::after ... ok 387s test error::test_translate_position::end ... ok 387s test error::test_translate_position::end_of_line ... ok 387s test error::test_translate_position::first_line ... ok 387s test error::test_translate_position::second_line ... ok 387s test error::test_translate_position::start ... ok 387s test error::test_translate_position::start_of_second_line ... ok 387s 387s test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 387s 387s /tmp/autopkgtest.v3WgVq/wrapper.sh: checking for leaked background processes... 387s /tmp/autopkgtest.v3WgVq/wrapper.sh: waiting for tee/cat subprocesses... 387s /tmp/autopkgtest.v3WgVq/wrapper.sh: cleaning up... 387s /tmp/autopkgtest.v3WgVq/wrapper.sh: Exit status: 0 387s autopkgtest: DBG: testbed command exited with code 0 388s autopkgtest [08:44:46]: test librust-toml-edit-dev:unbounded: -----------------------] 388s autopkgtest: DBG: testbed executing test finished with exit status 0 388s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aunbounded-stdout /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Aunbounded-stdout 388s autopkgtest: DBG: got reply from testbed: ok 388s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aunbounded-stderr /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3Aunbounded-stderr 388s autopkgtest: DBG: got reply from testbed: ok 388s autopkgtest [08:44:46]: test librust-toml-edit-dev:unbounded: - - - - - - - - - - results - - - - - - - - - - 388s librust-toml-edit-dev:unbounded PASS 388s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3Aunbounded-artifacts/ /tmp/autopkgtest-work.g9cd8txd/out/artifacts/ 389s autopkgtest: DBG: got reply from testbed: ok 389s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:unbounded-artifacts', '/tmp/autopkgtest.v3WgVq/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 389s autopkgtest: DBG: testbed command exited with code 0 389s autopkgtest [08:44:47]: test librust-toml-edit-dev:: preparing testbed 389s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'], deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 389s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 389s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~)', 'librust-proptest-1+default-dev (>= 1.5.0-~~)', 'librust-serde-json-1+default-dev (>= 1.0.116-~~)', 'librust-toml-edit-dev'] 389s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev 389s autopkgtest: DBG: can use apt-get on testbed: True 389s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-libtest-mimic-0.7+default-dev | librust-libtest-mimic-0.6+default-dev (>= 0.6.1-~~), librust-proptest-1+default-dev (>= 1.5.0-~~), librust-serde-json-1+default-dev (>= 1.0.116-~~), librust-toml-edit-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 389s Reading package lists... 389s Building dependency tree... 389s Reading state information... 389s Starting pkgProblemResolver with broken count: 0 389s Starting 2 pkgProblemResolver with broken count: 0 389s Done 390s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 390s autopkgtest: DBG: testbed command exited with code 0 390s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-toml-edit-dev'], kind short, sout pipe, serr pipe, env [] 390s autopkgtest: DBG: testbed command exited with code 0 390s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:-packages.all"], kind short, sout raw, serr pipe, env [] 390s autopkgtest: DBG: testbed command exited with code 0 390s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3A-packages.all /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3A-packages.all 390s autopkgtest: DBG: got reply from testbed: ok 390s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.v3WgVq/build.oMt/src'], kind short, sout raw, serr raw, env [] 390s autopkgtest: DBG: testbed command exited with code 0 390s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.v3WgVq/build.oMt/src already exists 390s autopkgtest [08:44:48]: test librust-toml-edit-dev:: /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features 390s autopkgtest [08:44:48]: test librust-toml-edit-dev:: [----------------------- 390s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.v3WgVq/wrapper.sh --debug --artifacts=/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:-artifacts --chdir=/tmp/autopkgtest.v3WgVq/build.oMt/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.v3WgVq/librust-toml-edit-dev:-stderr --stdout=/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:-stdout --tmp=/tmp/autopkgtest.v3WgVq/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- bash -ec '/usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features'"], kind test, sout raw, serr raw, env [] 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:-artifacts 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: changing to directory: /tmp/autopkgtest.v3WgVq/build.oMt/src 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: LANG=C.UTF-8 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LANGUAGE 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ADDRESS 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_ALL 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_COLLATE 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_CTYPE 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_IDENTIFICATION 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MEASUREMENT 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MESSAGES 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_MONETARY 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NAME 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_NUMERIC 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_PAPER 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TELEPHONE 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: unsetting environment: LC_TIME 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: pretending to be a login shell 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write standard error to /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:-stderr 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: will write stdout to /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:-stdout 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.v3WgVq/autopkgtest_tmp 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test toml_edit 0.22.20 --all-targets --no-default-features 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.dnLoWJIDQ7/out to stdout and file: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:-stdout 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: copying /tmp/tmp.dnLoWJIDQ7/err to standard error and file: /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:-stdout 391s /tmp/autopkgtest.v3WgVq/wrapper.sh: writing script pid 10820 to /tmp/autopkgtest_script_pid 391s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 391s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 391s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 391s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.QkNMvzgoUg/registry/ 391s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 391s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 391s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 391s 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'],) {} 391s Compiling libc v0.2.169 391s Compiling proc-macro2 v1.0.92 391s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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. 391s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.QkNMvzgoUg/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="extra_traits"' --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=dc781cb7c1ee5a21 -C extra-filename=-dc781cb7c1ee5a21 --out-dir /tmp/tmp.QkNMvzgoUg/target/debug/build/libc-dc781cb7c1ee5a21 -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --cap-lints warn` 391s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/proc-macro2-1.0.92/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=3832f39696f3f5db -C extra-filename=-3832f39696f3f5db --out-dir /tmp/tmp.QkNMvzgoUg/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --cap-lints warn` 391s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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.QkNMvzgoUg/target/debug/deps:/tmp/tmp.QkNMvzgoUg/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.QkNMvzgoUg/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.QkNMvzgoUg/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 391s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 391s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 391s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 391s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 391s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 391s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 391s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 391s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 391s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 391s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 391s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 391s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 391s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 391s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 391s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 391s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 391s Compiling unicode-ident v1.0.13 391s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/unicode-ident-1.0.13/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.13 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.QkNMvzgoUg/registry/unicode-ident-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d182fe9243248fe -C extra-filename=-5d182fe9243248fe --out-dir /tmp/tmp.QkNMvzgoUg/target/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --cap-lints warn` 391s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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. 391s ' 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.QkNMvzgoUg/target/debug/deps:/tmp/tmp.QkNMvzgoUg/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.QkNMvzgoUg/target/debug/build/libc-dc781cb7c1ee5a21/build-script-build` 391s [libc 0.2.169] cargo:rerun-if-changed=build.rs 391s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 391s [libc 0.2.169] cargo:rustc-cfg=freebsd11 391s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 391s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 391s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/proc-macro2-1.0.92/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.92 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=92 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps OUT_DIR=/tmp/tmp.QkNMvzgoUg/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=ccebc93d1de6cfe5 -C extra-filename=-ccebc93d1de6cfe5 --out-dir /tmp/tmp.QkNMvzgoUg/target/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern unicode_ident=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` 391s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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. 391s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps OUT_DIR=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/build/libc-bd02b9c7a9cce7ac/out rustc --crate-name libc --edition=2021 /tmp/tmp.QkNMvzgoUg/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="extra_traits"' --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=cf2521928ac070dc -C extra-filename=-cf2521928ac070dc --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/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"))'` 392s warning: unused import: `crate::ntptimeval` 392s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 392s | 392s 5 | use crate::ntptimeval; 392s | ^^^^^^^^^^^^^^^^^ 392s | 392s = note: `#[warn(unused_imports)]` on by default 392s 392s Compiling quote v1.0.37 392s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/quote-1.0.37/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.37 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.QkNMvzgoUg/registry/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=dc92c6f25ee0f0c6 -C extra-filename=-dc92c6f25ee0f0c6 --out-dir /tmp/tmp.QkNMvzgoUg/target/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern proc_macro2=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 393s Compiling syn v2.0.96 393s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/syn-2.0.96/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.96 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=96 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.QkNMvzgoUg/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=0a09462095438540 -C extra-filename=-0a09462095438540 --out-dir /tmp/tmp.QkNMvzgoUg/target/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern proc_macro2=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 393s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 393s | 393s = note: this feature is not stably supported; its behavior can change in the future 393s 393s warning: `libc` (lib) generated 2 warnings 393s Compiling cfg-if v1.0.0 393s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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] 393s parameters. Structured like an if-else chain, the first matching branch is the 393s item that gets emitted. 393s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.QkNMvzgoUg/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=ff3ff84a061de73f -C extra-filename=-ff3ff84a061de73f --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 393s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 393s Compiling getrandom v0.2.15 393s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.QkNMvzgoUg/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=ed47f71499f7e17d -C extra-filename=-ed47f71499f7e17d --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern cfg_if=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 393s warning: unexpected `cfg` condition value: `js` 393s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 393s | 393s 334 | } else if #[cfg(all(feature = "js", 393s | ^^^^^^^^^^^^^^ 393s | 393s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 393s = help: consider adding `js` as a feature in `Cargo.toml` 393s = note: see for more information about checking conditional configuration 393s = note: `#[warn(unexpected_cfgs)]` on by default 393s 393s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 393s Compiling rustix v0.38.37 393s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/rustix-0.38.37/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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=81772580b4c03ea1 -C extra-filename=-81772580b4c03ea1 --out-dir /tmp/tmp.QkNMvzgoUg/target/debug/build/rustix-81772580b4c03ea1 -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --cap-lints warn` 394s Compiling byteorder v1.5.0 394s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/byteorder-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name byteorder --edition=2021 /tmp/tmp.QkNMvzgoUg/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=89ebf31d1f97ee77 -C extra-filename=-89ebf31d1f97ee77 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 394s warning: `byteorder` (lib) generated 1 warning (1 duplicate) 394s Compiling utf8parse v0.2.1 394s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.QkNMvzgoUg/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=4894bf36b6529b81 -C extra-filename=-4894bf36b6529b81 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 394s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 394s Compiling anstyle-parse v0.2.1 394s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.QkNMvzgoUg/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=d0c73c4af772649f -C extra-filename=-d0c73c4af772649f --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern utf8parse=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 394s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 394s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.QkNMvzgoUg/target/debug/deps:/tmp/tmp.QkNMvzgoUg/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.QkNMvzgoUg/target/debug/build/rustix-81772580b4c03ea1/build-script-build` 394s [rustix 0.38.37] cargo:rerun-if-changed=build.rs 394s [rustix 0.38.37] cargo:rustc-cfg=static_assertions 394s [rustix 0.38.37] cargo:rustc-cfg=libc 394s [rustix 0.38.37] cargo:rustc-cfg=linux_like 394s [rustix 0.38.37] cargo:rustc-cfg=linux_kernel 394s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM 394s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC 394s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC 394s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD 394s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_MIRI 394s Compiling rand_core v0.6.4 394s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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. 394s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.QkNMvzgoUg/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=3c7246ca3f419bbc -C extra-filename=-3c7246ca3f419bbc --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern getrandom=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 394s warning: unexpected `cfg` condition name: `doc_cfg` 394s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:38:13 394s | 394s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 394s | ^^^^^^^ 394s | 394s = 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` 394s = help: consider using a Cargo feature instead 394s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 394s [lints.rust] 394s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 394s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 394s = note: see for more information about checking conditional configuration 394s = note: `#[warn(unexpected_cfgs)]` on by default 394s 394s warning: unexpected `cfg` condition name: `doc_cfg` 394s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:50:16 394s | 394s 50 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 394s | ^^^^^^^ 394s | 394s = help: consider using a Cargo feature instead 394s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 394s [lints.rust] 394s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 394s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 394s = note: see for more information about checking conditional configuration 394s 394s warning: unexpected `cfg` condition name: `doc_cfg` 394s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:64:16 394s | 394s 64 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 394s | ^^^^^^^ 394s | 394s = help: consider using a Cargo feature instead 394s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 394s [lints.rust] 394s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 394s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 394s = note: see for more information about checking conditional configuration 394s 394s warning: unexpected `cfg` condition name: `doc_cfg` 394s --> /usr/share/cargo/registry/rand_core-0.6.4/src/error.rs:75:16 394s | 394s 75 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 394s | ^^^^^^^ 394s | 394s = help: consider using a Cargo feature instead 394s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 394s [lints.rust] 394s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 394s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 394s = note: see for more information about checking conditional configuration 394s 394s warning: unexpected `cfg` condition name: `doc_cfg` 394s --> /usr/share/cargo/registry/rand_core-0.6.4/src/os.rs:46:12 394s | 394s 46 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 394s | ^^^^^^^ 394s | 394s = help: consider using a Cargo feature instead 394s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 394s [lints.rust] 394s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 394s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 394s = note: see for more information about checking conditional configuration 394s 394s warning: unexpected `cfg` condition name: `doc_cfg` 394s --> /usr/share/cargo/registry/rand_core-0.6.4/src/lib.rs:411:16 394s | 394s 411 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 394s | ^^^^^^^ 394s | 394s = help: consider using a Cargo feature instead 394s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 394s [lints.rust] 394s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 394s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 394s = note: see for more information about checking conditional configuration 394s 394s warning: `rand_core` (lib) generated 7 warnings (1 duplicate) 394s Compiling errno v0.3.8 394s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/errno-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/errno-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name errno --edition=2018 /tmp/tmp.QkNMvzgoUg/registry/errno-0.3.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a511b7e92317ca2a -C extra-filename=-a511b7e92317ca2a --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern libc=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 394s warning: unexpected `cfg` condition value: `bitrig` 394s --> /usr/share/cargo/registry/errno-0.3.8/src/unix.rs:77:13 394s | 394s 77 | target_os = "bitrig", 394s | ^^^^^^^^^^^^^^^^^^^^ 394s | 394s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 394s = note: see for more information about checking conditional configuration 394s = note: `#[warn(unexpected_cfgs)]` on by default 394s 395s warning: `errno` (lib) generated 2 warnings (1 duplicate) 395s Compiling autocfg v1.1.0 395s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.QkNMvzgoUg/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=9ebcd9511383083c -C extra-filename=-9ebcd9511383083c --out-dir /tmp/tmp.QkNMvzgoUg/target/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --cap-lints warn` 395s Compiling linux-raw-sys v0.4.14 395s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=linux_raw_sys CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/linux-raw-sys-0.4.14 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/linux-raw-sys-0.4.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Generated bindings for Linux'\''s userspace API' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linux-raw-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/linux-raw-sys' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name linux_raw_sys --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/linux-raw-sys-0.4.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 --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=2bb16f6e075500a3 -C extra-filename=-2bb16f6e075500a3 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 395s warning: `linux-raw-sys` (lib) generated 1 warning (1 duplicate) 395s Compiling anstyle v1.0.8 395s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.QkNMvzgoUg/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=bd63b594ac2d723a -C extra-filename=-bd63b594ac2d723a --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 396s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 396s Compiling bitflags v2.8.0 396s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/bitflags-2.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/bitflags-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 396s ' 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.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/bitflags-2.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=65f3f529c7b65778 -C extra-filename=-65f3f529c7b65778 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 396s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 396s Compiling anstyle-query v1.0.0 396s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.QkNMvzgoUg/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=635bcba2223d27a9 -C extra-filename=-635bcba2223d27a9 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 396s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 396s Compiling colorchoice v1.0.0 396s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.QkNMvzgoUg/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=e265feadf5f02527 -C extra-filename=-e265feadf5f02527 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 396s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 396s Compiling anstream v0.6.15 396s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.QkNMvzgoUg/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=7c9e2996227bea0c -C extra-filename=-7c9e2996227bea0c --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern anstyle=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern anstyle_parse=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-d0c73c4af772649f.rmeta --extern anstyle_query=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-635bcba2223d27a9.rmeta --extern colorchoice=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-e265feadf5f02527.rmeta --extern utf8parse=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libutf8parse-4894bf36b6529b81.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 396s | 396s 48 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s = note: `#[warn(unexpected_cfgs)]` on by default 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 396s | 396s 53 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 396s | 396s 4 | #[cfg(not(all(windows, feature = "wincon")))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 396s | 396s 8 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 396s | 396s 46 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 396s | 396s 58 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 396s | 396s 5 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 396s | 396s 27 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 396s | 396s 137 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 396s | 396s 143 | #[cfg(not(all(windows, feature = "wincon")))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 396s | 396s 155 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 396s | 396s 166 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 396s | 396s 180 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 396s | 396s 225 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 396s | 396s 243 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 396s | 396s 260 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 396s | 396s 269 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 396s | 396s 279 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 396s | 396s 288 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: unexpected `cfg` condition value: `wincon` 396s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 396s | 396s 298 | #[cfg(all(windows, feature = "wincon"))] 396s | ^^^^^^^^^^^^^^^^^^ 396s | 396s = note: expected values for `feature` are: `auto`, `default`, and `test` 396s = help: consider adding `wincon` as a feature in `Cargo.toml` 396s = note: see for more information about checking conditional configuration 396s 396s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 396s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps OUT_DIR=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/build/rustix-51ddea579f7079d6/out rustc --crate-name rustix --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/rustix-0.38.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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=618570c61329ef4d -C extra-filename=-618570c61329ef4d --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern bitflags=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern libc_errno=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/liberrno-a511b7e92317ca2a.rmeta --extern libc=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern linux_raw_sys=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/liblinux_raw_sys-2bb16f6e075500a3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg static_assertions --cfg libc --cfg linux_like --cfg linux_kernel` 399s warning: `rustix` (lib) generated 1 warning (1 duplicate) 399s Compiling num-traits v0.2.19 399s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/num-traits-0.2.19/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8f779d9fad25b2ca -C extra-filename=-8f779d9fad25b2ca --out-dir /tmp/tmp.QkNMvzgoUg/target/debug/build/num-traits-8f779d9fad25b2ca -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern autocfg=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 399s Compiling clap_lex v0.7.4 399s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/clap_lex-0.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name clap_lex --edition=2021 /tmp/tmp.QkNMvzgoUg/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=fa2bd56e1b2ff099 -C extra-filename=-fa2bd56e1b2ff099 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 399s warning: `clap_lex` (lib) generated 1 warning (1 duplicate) 399s Compiling heck v0.4.1 399s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.QkNMvzgoUg/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=780ed41701172964 -C extra-filename=-780ed41701172964 --out-dir /tmp/tmp.QkNMvzgoUg/target/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --cap-lints warn` 399s Compiling zerocopy-derive v0.7.34 399s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy_derive CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/zerocopy-derive-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name zerocopy_derive --edition=2018 /tmp/tmp.QkNMvzgoUg/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=b189ac5e62037dd3 -C extra-filename=-b189ac5e62037dd3 --out-dir /tmp/tmp.QkNMvzgoUg/target/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern proc_macro2=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 399s Compiling serde v1.0.217 399s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.QkNMvzgoUg/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=38632fcebcd2e122 -C extra-filename=-38632fcebcd2e122 --out-dir /tmp/tmp.QkNMvzgoUg/target/debug/build/serde-38632fcebcd2e122 -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --cap-lints warn` 400s Compiling strsim v0.11.1 400s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/strsim-0.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/strsim-0.11.1/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo :maxbachmann ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein, 400s OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. 400s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name strsim --edition=2015 /tmp/tmp.QkNMvzgoUg/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=82ccb15448986101 -C extra-filename=-82ccb15448986101 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 400s warning: `strsim` (lib) generated 1 warning (1 duplicate) 400s Compiling fastrand v2.1.1 400s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/fastrand-2.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name fastrand --edition=2018 /tmp/tmp.QkNMvzgoUg/registry/fastrand-2.1.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"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b0f30b63d6f103db -C extra-filename=-b0f30b63d6f103db --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 400s warning: unexpected `cfg` condition value: `js` 400s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:202:5 400s | 400s 202 | feature = "js" 400s | ^^^^^^^^^^^^^^ 400s | 400s = note: expected values for `feature` are: `alloc`, `default`, and `std` 400s = help: consider adding `js` as a feature in `Cargo.toml` 400s = note: see for more information about checking conditional configuration 400s = note: `#[warn(unexpected_cfgs)]` on by default 400s 400s warning: unexpected `cfg` condition value: `js` 400s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:214:9 400s | 400s 214 | not(feature = "js") 400s | ^^^^^^^^^^^^^^ 400s | 400s = note: expected values for `feature` are: `alloc`, `default`, and `std` 400s = help: consider adding `js` as a feature in `Cargo.toml` 400s = note: see for more information about checking conditional configuration 400s 400s warning: `fastrand` (lib) generated 3 warnings (1 duplicate) 400s Compiling once_cell v1.20.2 400s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=10428cb1410dd925 -C extra-filename=-10428cb1410dd925 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 401s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 401s Compiling tempfile v3.15.0 401s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/tempfile-3.15.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/tempfile-3.15.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.15.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name tempfile --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/tempfile-3.15.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="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=5dc28daefecc49d5 -C extra-filename=-5dc28daefecc49d5 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern cfg_if=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern fastrand=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libfastrand-b0f30b63d6f103db.rmeta --extern getrandom=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-ed47f71499f7e17d.rmeta --extern once_cell=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-10428cb1410dd925.rmeta --extern rustix=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/librustix-618570c61329ef4d.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 401s Compiling zerocopy v0.7.34 401s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=zerocopy CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/zerocopy-0.7.34 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name zerocopy --edition=2018 /tmp/tmp.QkNMvzgoUg/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=0a1d0339be49b6e6 -C extra-filename=-0a1d0339be49b6e6 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern byteorder=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libbyteorder-89ebf31d1f97ee77.rmeta --extern zerocopy_derive=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libzerocopy_derive-b189ac5e62037dd3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/util.rs:597:32 401s | 401s 597 | let remainder = t.addr() % mem::align_of::(); 401s | ^^^^^^^^^^^^^^^^^^ 401s | 401s note: the lint level is defined here 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:174:5 401s | 401s 174 | unused_qualifications, 401s | ^^^^^^^^^^^^^^^^^^^^^ 401s help: remove the unnecessary path segments 401s | 401s 597 - let remainder = t.addr() % mem::align_of::(); 401s 597 + let remainder = t.addr() % align_of::(); 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:333:35 401s | 401s 333 | const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 401s | ^^^^^^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 333 - const POINTER_WIDTH_BITS: usize = mem::size_of::() * 8; 401s 333 + const POINTER_WIDTH_BITS: usize = size_of::() * 8; 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:488:44 401s | 401s 488 | align: match NonZeroUsize::new(mem::align_of::()) { 401s | ^^^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 488 - align: match NonZeroUsize::new(mem::align_of::()) { 401s 488 + align: match NonZeroUsize::new(align_of::()) { 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:492:49 401s | 401s 492 | size_info: SizeInfo::Sized { _size: mem::size_of::() }, 401s | ^^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 492 - size_info: SizeInfo::Sized { _size: mem::size_of::() }, 401s 492 + size_info: SizeInfo::Sized { _size: size_of::() }, 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:511:44 401s | 401s 511 | align: match NonZeroUsize::new(mem::align_of::()) { 401s | ^^^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 511 - align: match NonZeroUsize::new(mem::align_of::()) { 401s 511 + align: match NonZeroUsize::new(align_of::()) { 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:517:29 401s | 401s 517 | _elem_size: mem::size_of::(), 401s | ^^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 517 - _elem_size: mem::size_of::(), 401s 517 + _elem_size: size_of::(), 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:1418:19 401s | 401s 1418 | let len = mem::size_of_val(self); 401s | ^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 1418 - let len = mem::size_of_val(self); 401s 1418 + let len = size_of_val(self); 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2714:19 401s | 401s 2714 | let len = mem::size_of_val(self); 401s | ^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 2714 - let len = mem::size_of_val(self); 401s 2714 + let len = size_of_val(self); 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2789:19 401s | 401s 2789 | let len = mem::size_of_val(self); 401s | ^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 2789 - let len = mem::size_of_val(self); 401s 2789 + let len = size_of_val(self); 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2863:27 401s | 401s 2863 | if bytes.len() != mem::size_of_val(self) { 401s | ^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 2863 - if bytes.len() != mem::size_of_val(self) { 401s 2863 + if bytes.len() != size_of_val(self) { 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2920:20 401s | 401s 2920 | let size = mem::size_of_val(self); 401s | ^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 2920 - let size = mem::size_of_val(self); 401s 2920 + let size = size_of_val(self); 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:2981:45 401s | 401s 2981 | let start = bytes.len().checked_sub(mem::size_of_val(self))?; 401s | ^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 2981 - let start = bytes.len().checked_sub(mem::size_of_val(self))?; 401s 2981 + let start = bytes.len().checked_sub(size_of_val(self))?; 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4161:27 401s | 401s 4161 | if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 401s | ^^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 4161 - if bytes.len() != mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 401s 4161 + if bytes.len() != size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4176:26 401s | 401s 4176 | if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 401s | ^^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 4176 - if bytes.len() < mem::size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 401s 4176 + if bytes.len() < size_of::() || !util::aligned_to::<_, T>(bytes.deref()) { 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4179:46 401s | 401s 4179 | let (bytes, suffix) = bytes.split_at(mem::size_of::()); 401s | ^^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 4179 - let (bytes, suffix) = bytes.split_at(mem::size_of::()); 401s 4179 + let (bytes, suffix) = bytes.split_at(size_of::()); 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4194:46 401s | 401s 4194 | let split_at = bytes_len.checked_sub(mem::size_of::())?; 401s | ^^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 4194 - let split_at = bytes_len.checked_sub(mem::size_of::())?; 401s 4194 + let split_at = bytes_len.checked_sub(size_of::())?; 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4221:26 401s | 401s 4221 | .checked_rem(mem::size_of::()) 401s | ^^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 4221 - .checked_rem(mem::size_of::()) 401s 4221 + .checked_rem(size_of::()) 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4243:34 401s | 401s 4243 | let expected_len = match mem::size_of::().checked_mul(count) { 401s | ^^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 4243 - let expected_len = match mem::size_of::().checked_mul(count) { 401s 4243 + let expected_len = match size_of::().checked_mul(count) { 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4268:34 401s | 401s 4268 | let expected_len = match mem::size_of::().checked_mul(count) { 401s | ^^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 4268 - let expected_len = match mem::size_of::().checked_mul(count) { 401s 4268 + let expected_len = match size_of::().checked_mul(count) { 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4795:25 401s | 401s 4795 | let elem_size = mem::size_of::(); 401s | ^^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 4795 - let elem_size = mem::size_of::(); 401s 4795 + let elem_size = size_of::(); 401s | 401s 401s warning: unnecessary qualification 401s --> /usr/share/cargo/registry/zerocopy-0.7.34/src/lib.rs:4825:25 401s | 401s 4825 | let elem_size = mem::size_of::(); 401s | ^^^^^^^^^^^^^^^^^ 401s | 401s help: remove the unnecessary path segments 401s | 401s 4825 - let elem_size = mem::size_of::(); 401s 4825 + let elem_size = size_of::(); 401s | 401s 401s warning: `tempfile` (lib) generated 1 warning (1 duplicate) 401s Compiling clap_builder v4.5.23 401s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_builder CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/clap_builder-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name clap_builder --edition=2021 /tmp/tmp.QkNMvzgoUg/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=032ce5b53f6cfa87 -C extra-filename=-032ce5b53f6cfa87 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern anstream=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libanstream-7c9e2996227bea0c.rmeta --extern anstyle=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern clap_lex=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libclap_lex-fa2bd56e1b2ff099.rmeta --extern strsim=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libstrsim-82ccb15448986101.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 401s warning: `zerocopy` (lib) generated 22 warnings (1 duplicate) 401s Compiling ppv-lite86 v0.2.20 401s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/ppv-lite86-0.2.20 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name ppv_lite86 --edition=2021 /tmp/tmp.QkNMvzgoUg/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=46846b3a35f9ec97 -C extra-filename=-46846b3a35f9ec97 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern zerocopy=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libzerocopy-0a1d0339be49b6e6.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 402s warning: `ppv-lite86` (lib) generated 1 warning (1 duplicate) 402s Compiling rand_chacha v0.3.1 402s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_chacha CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/rand_chacha-0.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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 402s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name rand_chacha --edition=2018 /tmp/tmp.QkNMvzgoUg/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=7246cd0addc4c9af -C extra-filename=-7246cd0addc4c9af --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern ppv_lite86=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libppv_lite86-46846b3a35f9ec97.rmeta --extern rand_core=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 402s warning: `rand_chacha` (lib) generated 1 warning (1 duplicate) 402s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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.QkNMvzgoUg/target/debug/deps:/tmp/tmp.QkNMvzgoUg/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/build/serde-025b4691b550faf6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.QkNMvzgoUg/target/debug/build/serde-38632fcebcd2e122/build-script-build` 402s [serde 1.0.217] cargo:rerun-if-changed=build.rs 402s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 402s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 402s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 402s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 402s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 402s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 402s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 402s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 402s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 402s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 402s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 402s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 402s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 402s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 402s Compiling clap_derive v4.5.18 402s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap_derive CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/clap_derive-4.5.18 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name clap_derive --edition=2021 /tmp/tmp.QkNMvzgoUg/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=4a713c6233619637 -C extra-filename=-4a713c6233619637 --out-dir /tmp/tmp.QkNMvzgoUg/target/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern heck=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libheck-780ed41701172964.rlib --extern proc_macro2=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 405s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.QkNMvzgoUg/target/debug/deps:/tmp/tmp.QkNMvzgoUg/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.QkNMvzgoUg/target/debug/build/num-traits-8f779d9fad25b2ca/build-script-build` 405s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 405s [num-traits 0.2.19] | 405s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 405s [num-traits 0.2.19] 405s [num-traits 0.2.19] warning: 1 warning emitted 405s [num-traits 0.2.19] 405s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 405s [num-traits 0.2.19] | 405s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 405s [num-traits 0.2.19] 405s [num-traits 0.2.19] warning: 1 warning emitted 405s [num-traits 0.2.19] 405s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 405s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 405s Compiling wait-timeout v0.2.0 405s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wait_timeout CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/wait-timeout-0.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/wait-timeout-0.2.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A crate to wait on a child process with a timeout specified across Unix and 405s Windows platforms. 405s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wait-timeout CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/wait-timeout' CARGO_PKG_RUST_VERSION='' 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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name wait_timeout --edition=2015 /tmp/tmp.QkNMvzgoUg/registry/wait-timeout-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())' -C metadata=c8041ffbea216b96 -C extra-filename=-c8041ffbea216b96 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern libc=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 405s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 405s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:27:23 405s | 405s 27 | use std::sync::{Once, ONCE_INIT, Mutex}; 405s | ^^^^^^^^^ 405s | 405s note: the lint level is defined here 405s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/lib.rs:31:23 405s | 405s 31 | #![deny(missing_docs, warnings)] 405s | ^^^^^^^^ 405s = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` 405s 405s warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred 405s --> /usr/share/cargo/registry/wait-timeout-0.2.0/src/unix.rs:32:21 405s | 405s 32 | static INIT: Once = ONCE_INIT; 405s | ^^^^^^^^^ 405s | 405s help: replace the use of the deprecated constant 405s | 405s 32 | static INIT: Once = Once::new(); 405s | ~~~~~~~~~~~ 405s 406s warning: `wait-timeout` (lib) generated 3 warnings (1 duplicate) 406s Compiling num_cpus v1.16.0 406s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/num_cpus-1.16.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name num_cpus --edition=2015 /tmp/tmp.QkNMvzgoUg/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=03fb9cccb91f1eb8 -C extra-filename=-03fb9cccb91f1eb8 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern libc=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 406s warning: unexpected `cfg` condition value: `nacl` 406s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:355:5 406s | 406s 355 | target_os = "nacl", 406s | ^^^^^^^^^^^^^^^^^^ 406s | 406s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 406s = note: see for more information about checking conditional configuration 406s = note: `#[warn(unexpected_cfgs)]` on by default 406s 406s warning: unexpected `cfg` condition value: `nacl` 406s --> /usr/share/cargo/registry/num_cpus-1.16.0/src/lib.rs:437:5 406s | 406s 437 | target_os = "nacl", 406s | ^^^^^^^^^^^^^^^^^^ 406s | 406s = 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`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, and `vita` and 6 more 406s = note: see for more information about checking conditional configuration 406s 406s warning: `num_cpus` (lib) generated 3 warnings (1 duplicate) 406s Compiling serde_json v1.0.133 406s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/serde_json-1.0.133/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=2fa85724bf02f5ac -C extra-filename=-2fa85724bf02f5ac --out-dir /tmp/tmp.QkNMvzgoUg/target/debug/build/serde_json-2fa85724bf02f5ac -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --cap-lints warn` 406s Compiling fnv v1.0.7 406s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/fnv-1.0.7 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name fnv --edition=2015 /tmp/tmp.QkNMvzgoUg/registry/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a68fdaac9d04d051 -C extra-filename=-a68fdaac9d04d051 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 406s warning: `fnv` (lib) generated 1 warning (1 duplicate) 406s Compiling quick-error v2.0.1 406s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quick_error CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/quick-error-2.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/quick-error-2.0.1/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets :Colin Kiegel ' CARGO_PKG_DESCRIPTION=' A macro which makes error types pleasant to write. 406s ' CARGO_PKG_HOMEPAGE='http://github.com/tailhook/quick-error' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-error CARGO_PKG_README='' CARGO_PKG_REPOSITORY='http://github.com/tailhook/quick-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name quick_error --edition=2018 /tmp/tmp.QkNMvzgoUg/registry/quick-error-2.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=78f4ccd4ae208433 -C extra-filename=-78f4ccd4ae208433 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 406s warning: `quick-error` (lib) generated 1 warning (1 duplicate) 406s Compiling bit-vec v0.8.0 406s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_vec CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/bit-vec-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/bit-vec-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A vector of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-vec' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-vec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-vec' 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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name bit_vec --edition=2015 /tmp/tmp.QkNMvzgoUg/registry/bit-vec-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=f5a472a8e3d383f4 -C extra-filename=-f5a472a8e3d383f4 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 406s warning: unexpected `cfg` condition value: `borsh` 406s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:102:7 406s | 406s 102 | #[cfg(feature = "borsh")] 406s | ^^^^^^^^^^^^^^^^^ 406s | 406s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 406s = help: consider adding `borsh` as a feature in `Cargo.toml` 406s = note: see for more information about checking conditional configuration 406s = note: `#[warn(unexpected_cfgs)]` on by default 406s 406s warning: unexpected `cfg` condition value: `miniserde` 406s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:104:7 406s | 406s 104 | #[cfg(feature = "miniserde")] 406s | ^^^^^^^^^^^^^^^^^^^^^ 406s | 406s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 406s = help: consider adding `miniserde` as a feature in `Cargo.toml` 406s = note: see for more information about checking conditional configuration 406s 406s warning: unexpected `cfg` condition value: `nanoserde` 406s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:106:7 406s | 406s 106 | #[cfg(feature = "nanoserde")] 406s | ^^^^^^^^^^^^^^^^^^^^^ 406s | 406s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 406s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 406s = note: see for more information about checking conditional configuration 406s 406s warning: unexpected `cfg` condition value: `nanoserde` 406s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:108:7 406s | 406s 108 | #[cfg(feature = "nanoserde")] 406s | ^^^^^^^^^^^^^^^^^^^^^ 406s | 406s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 406s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 406s = note: see for more information about checking conditional configuration 406s 406s warning: unexpected `cfg` condition value: `borsh` 406s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:238:5 406s | 406s 238 | feature = "borsh", 406s | ^^^^^^^^^^^^^^^^^ 406s | 406s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 406s = help: consider adding `borsh` as a feature in `Cargo.toml` 406s = note: see for more information about checking conditional configuration 406s 406s warning: unexpected `cfg` condition value: `miniserde` 406s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:242:5 406s | 406s 242 | feature = "miniserde", 406s | ^^^^^^^^^^^^^^^^^^^^^ 406s | 406s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 406s = help: consider adding `miniserde` as a feature in `Cargo.toml` 406s = note: see for more information about checking conditional configuration 406s 406s warning: unexpected `cfg` condition value: `nanoserde` 406s --> /usr/share/cargo/registry/bit-vec-0.8.0/src/lib.rs:246:5 406s | 406s 246 | feature = "nanoserde", 406s | ^^^^^^^^^^^^^^^^^^^^^ 406s | 406s = note: expected values for `feature` are: `default`, `serde`, `serde_no_std`, `serde_std`, and `std` 406s = help: consider adding `nanoserde` as a feature in `Cargo.toml` 406s = note: see for more information about checking conditional configuration 406s 407s warning: `bit-vec` (lib) generated 8 warnings (1 duplicate) 407s Compiling bit-set v0.8.0 407s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bit_set CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/bit-set-0.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/bit-set-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A set of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-set' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-set CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-set' 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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name bit_set --edition=2015 /tmp/tmp.QkNMvzgoUg/registry/bit-set-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=89b3c1c57b5a03ce -C extra-filename=-89b3c1c57b5a03ce --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern bit_vec=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 407s warning: `bit-set` (lib) generated 1 warning (1 duplicate) 407s Compiling rusty-fork v0.3.0 407s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rusty_fork CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/rusty-fork-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/rusty-fork-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Cross-platform library for running Rust tests in sub-processes using a 407s fork-like interface. 407s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rusty-fork CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/altsysrq/rusty-fork' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name rusty_fork --edition=2018 /tmp/tmp.QkNMvzgoUg/registry/rusty-fork-0.3.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="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=66f38081ff4ed394 -C extra-filename=-66f38081ff4ed394 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern fnv=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libfnv-a68fdaac9d04d051.rmeta --extern quick_error=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libquick_error-78f4ccd4ae208433.rmeta --extern tempfile=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern wait_timeout=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libwait_timeout-c8041ffbea216b96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 407s warning: `clap_builder` (lib) generated 1 warning (1 duplicate) 407s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20--remap-path-prefix/tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.QkNMvzgoUg/target/debug/deps:/tmp/tmp.QkNMvzgoUg/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.QkNMvzgoUg/target/debug/build/serde_json-2fa85724bf02f5ac/build-script-build` 407s [serde_json 1.0.133] cargo:rerun-if-changed=build.rs 407s [serde_json 1.0.133] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) 407s [serde_json 1.0.133] cargo:rustc-cfg=fast_arithmetic="64" 407s Compiling threadpool v1.8.1 407s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=threadpool CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/threadpool-1.8.1 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/threadpool-1.8.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Corey Farwell :Stefan Schindler ' CARGO_PKG_DESCRIPTION='A thread pool for running a number of jobs on a fixed set of worker threads. 407s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=threadpool CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-threadpool/rust-threadpool' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.8.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name threadpool --edition=2015 /tmp/tmp.QkNMvzgoUg/registry/threadpool-1.8.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=4f7b0bed022b0d96 -C extra-filename=-4f7b0bed022b0d96 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern num_cpus=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libnum_cpus-03fb9cccb91f1eb8.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 407s warning: trait objects without an explicit `dyn` are deprecated 407s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:99:22 407s | 407s 99 | type Thunk<'a> = Box; 407s | ^^^^^^^^^^^^^^^^^ 407s | 407s = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! 407s = note: for more information, see 407s = note: `#[warn(bare_trait_objects)]` on by default 407s help: if this is a dyn-compatible trait, use `dyn` 407s | 407s 99 | type Thunk<'a> = Box; 407s | +++ 407s 407s warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead 407s --> /usr/share/cargo/registry/threadpool-1.8.1/src/lib.rs:631:42 407s | 407s 631 | self.shared_data.join_generation.compare_and_swap( 407s | ^^^^^^^^^^^^^^^^ 407s | 407s = note: `#[warn(deprecated)]` on by default 407s 407s warning: `rusty-fork` (lib) generated 1 warning (1 duplicate) 407s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps OUT_DIR=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/build/num-traits-066f8120c52dc63a/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/num-traits-0.2.19/src/lib.rs --error-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", "i128", "libm", "std"))' -C metadata=0a13ea327a69f660 -C extra-filename=-0a13ea327a69f660 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 407s warning: unexpected `cfg` condition name: `has_total_cmp` 407s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 407s | 407s 2305 | #[cfg(has_total_cmp)] 407s | ^^^^^^^^^^^^^ 407s ... 407s 2325 | totalorder_impl!(f64, i64, u64, 64); 407s | ----------------------------------- in this macro invocation 407s | 407s = 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` 407s = help: consider using a Cargo feature instead 407s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 407s [lints.rust] 407s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 407s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 407s = note: see for more information about checking conditional configuration 407s = note: `#[warn(unexpected_cfgs)]` on by default 407s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 407s 407s warning: unexpected `cfg` condition name: `has_total_cmp` 407s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 407s | 407s 2311 | #[cfg(not(has_total_cmp))] 407s | ^^^^^^^^^^^^^ 407s ... 407s 2325 | totalorder_impl!(f64, i64, u64, 64); 407s | ----------------------------------- in this macro invocation 407s | 407s = help: consider using a Cargo feature instead 407s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 407s [lints.rust] 407s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 407s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 407s = note: see for more information about checking conditional configuration 407s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 407s 407s warning: unexpected `cfg` condition name: `has_total_cmp` 407s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 407s | 407s 2305 | #[cfg(has_total_cmp)] 407s | ^^^^^^^^^^^^^ 407s ... 407s 2326 | totalorder_impl!(f32, i32, u32, 32); 407s | ----------------------------------- in this macro invocation 407s | 407s = help: consider using a Cargo feature instead 407s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 407s [lints.rust] 407s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 407s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 407s = note: see for more information about checking conditional configuration 407s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 407s 407s warning: unexpected `cfg` condition name: `has_total_cmp` 407s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 407s | 407s 2311 | #[cfg(not(has_total_cmp))] 407s | ^^^^^^^^^^^^^ 407s ... 407s 2326 | totalorder_impl!(f32, i32, u32, 32); 407s | ----------------------------------- in this macro invocation 407s | 407s = help: consider using a Cargo feature instead 407s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 407s [lints.rust] 407s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 407s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 407s = note: see for more information about checking conditional configuration 407s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 407s 407s warning: `threadpool` (lib) generated 3 warnings (1 duplicate) 407s Compiling clap v4.5.23 407s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/clap-4.5.23 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name clap --edition=2021 /tmp/tmp.QkNMvzgoUg/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=355e5f7a560067a6 -C extra-filename=-355e5f7a560067a6 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern clap_builder=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libclap_builder-032ce5b53f6cfa87.rmeta --extern clap_derive=/tmp/tmp.QkNMvzgoUg/target/debug/deps/libclap_derive-4a713c6233619637.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 407s warning: unexpected `cfg` condition value: `unstable-doc` 407s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:93:7 407s | 407s 93 | #[cfg(feature = "unstable-doc")] 407s | ^^^^^^^^^^-------------- 407s | | 407s | help: there is a expected value with a similar name: `"unstable-ext"` 407s | 407s = 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` 407s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 407s = note: see for more information about checking conditional configuration 407s = note: `#[warn(unexpected_cfgs)]` on by default 407s 407s warning: unexpected `cfg` condition value: `unstable-doc` 407s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:95:7 407s | 407s 95 | #[cfg(feature = "unstable-doc")] 407s | ^^^^^^^^^^-------------- 407s | | 407s | help: there is a expected value with a similar name: `"unstable-ext"` 407s | 407s = 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` 407s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 407s = note: see for more information about checking conditional configuration 407s 407s warning: unexpected `cfg` condition value: `unstable-doc` 407s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:97:7 407s | 407s 97 | #[cfg(feature = "unstable-doc")] 407s | ^^^^^^^^^^-------------- 407s | | 407s | help: there is a expected value with a similar name: `"unstable-ext"` 407s | 407s = 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` 407s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 407s = note: see for more information about checking conditional configuration 407s 407s warning: unexpected `cfg` condition value: `unstable-doc` 407s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:99:7 407s | 407s 99 | #[cfg(feature = "unstable-doc")] 407s | ^^^^^^^^^^-------------- 407s | | 407s | help: there is a expected value with a similar name: `"unstable-ext"` 407s | 407s = 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` 407s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 407s = note: see for more information about checking conditional configuration 407s 407s warning: unexpected `cfg` condition value: `unstable-doc` 407s --> /usr/share/cargo/registry/clap-4.5.23/src/lib.rs:101:7 407s | 407s 101 | #[cfg(feature = "unstable-doc")] 407s | ^^^^^^^^^^-------------- 407s | | 407s | help: there is a expected value with a similar name: `"unstable-ext"` 407s | 407s = 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` 407s = help: consider adding `unstable-doc` as a feature in `Cargo.toml` 407s = note: see for more information about checking conditional configuration 407s 407s warning: `clap` (lib) generated 6 warnings (1 duplicate) 407s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps OUT_DIR=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/build/serde-025b4691b550faf6/out rustc --crate-name serde --edition=2018 /tmp/tmp.QkNMvzgoUg/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=6514dc5edea52c62 -C extra-filename=-6514dc5edea52c62 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/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)'` 408s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 408s Compiling rand v0.8.5 408s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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. 408s ' 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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.QkNMvzgoUg/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="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --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=b359ea3ff641bf46 -C extra-filename=-b359ea3ff641bf46 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern libc=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/liblibc-cf2521928ac070dc.rmeta --extern rand_chacha=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_core=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:52:13 408s | 408s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s = note: `#[warn(unexpected_cfgs)]` on by default 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/lib.rs:53:13 408s | 408s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 408s | ^^^^^^^ 408s | 408s = 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` 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/mod.rs:116:12 408s | 408s 116 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 408s | ^^^^^^^ 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `features` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 408s | 408s 162 | #[cfg(features = "nightly")] 408s | ^^^^^^^^^^^^^^^^^^^^ 408s | 408s = note: see for more information about checking conditional configuration 408s help: there is a config with a similar name and value 408s | 408s 162 | #[cfg(feature = "nightly")] 408s | ~~~~~~~ 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:15:7 408s | 408s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:156:7 408s | 408s 156 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:158:7 408s | 408s 158 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:160:7 408s | 408s 160 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:162:7 408s | 408s 162 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:165:7 408s | 408s 165 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:167:7 408s | 408s 167 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/float.rs:169:7 408s | 408s 169 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:13:32 408s | 408s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:15:35 408s | 408s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:19:7 408s | 408s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:112:7 408s | 408s 112 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:142:7 408s | 408s 142 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:144:7 408s | 408s 144 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:146:7 408s | 408s 146 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:148:7 408s | 408s 148 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:150:7 408s | 408s 150 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:152:7 408s | 408s 152 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/integer.rs:155:5 408s | 408s 155 | feature = "simd_support", 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:11:7 408s | 408s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:144:7 408s | 408s 144 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `std` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:235:11 408s | 408s 235 | #[cfg(not(std))] 408s | ^^^ help: found config with similar value: `feature = "std"` 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:363:7 408s | 408s 363 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:423:7 408s | 408s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 408s | ^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:424:7 408s | 408s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 408s | ^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:425:7 408s | 408s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 408s | ^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:426:7 408s | 408s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 408s | ^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:427:7 408s | 408s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 408s | ^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:428:7 408s | 408s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 408s | ^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:429:7 408s | 408s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 408s | ^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `std` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 408s | 408s 291 | #[cfg(not(std))] 408s | ^^^ help: found config with similar value: `feature = "std"` 408s ... 408s 359 | scalar_float_impl!(f32, u32); 408s | ---------------------------- in this macro invocation 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 408s 408s warning: unexpected `cfg` condition name: `std` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:291:19 408s | 408s 291 | #[cfg(not(std))] 408s | ^^^ help: found config with similar value: `feature = "std"` 408s ... 408s 360 | scalar_float_impl!(f64, u64); 408s | ---------------------------- in this macro invocation 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:80:12 408s | 408s 80 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 408s | ^^^^^^^ 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/weighted_index.rs:429:12 408s | 408s 429 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 408s | ^^^^^^^ 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 408s | 408s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 408s | 408s 572 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 408s | 408s 679 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 408s | 408s 687 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 408s | 408s 696 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 408s | 408s 706 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 408s | 408s 1001 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 408s | 408s 1003 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 408s | 408s 1005 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 408s | 408s 1007 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 408s | 408s 1010 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 408s | 408s 1012 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition value: `simd_support` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 408s | 408s 1014 | #[cfg(feature = "simd_support")] 408s | ^^^^^^^^^^^^^^^^^^^^^^^^ 408s | 408s = 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` 408s = help: consider adding `simd_support` as a feature in `Cargo.toml` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/rng.rs:395:12 408s | 408s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 408s | ^^^^^^^ 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:99:12 408s | 408s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 408s | ^^^^^^^ 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/rngs/mod.rs:118:12 408s | 408s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 408s | ^^^^^^^ 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:29:12 408s | 408s 29 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 408s | ^^^^^^^ 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:623:12 408s | 408s 623 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 408s | ^^^^^^^ 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/index.rs:276:12 408s | 408s 276 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 408s | ^^^^^^^ 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:114:16 408s | 408s 114 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 408s | ^^^^^^^ 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:142:16 408s | 408s 142 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 408s | ^^^^^^^ 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:170:16 408s | 408s 170 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 408s | ^^^^^^^ 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:219:16 408s | 408s 219 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 408s | ^^^^^^^ 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 408s warning: unexpected `cfg` condition name: `doc_cfg` 408s --> /usr/share/cargo/registry/rand-0.8.5/src/seq/mod.rs:465:16 408s | 408s 465 | #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 408s | ^^^^^^^ 408s | 408s = help: consider using a Cargo feature instead 408s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 408s [lints.rust] 408s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 408s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 408s = note: see for more information about checking conditional configuration 408s 409s warning: trait `Float` is never used 409s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:238:18 409s | 409s 238 | pub(crate) trait Float: Sized { 409s | ^^^^^ 409s | 409s = note: `#[warn(dead_code)]` on by default 409s 409s warning: associated items `lanes`, `extract`, and `replace` are never used 409s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:247:8 409s | 409s 245 | pub(crate) trait FloatAsSIMD: Sized { 409s | ----------- associated items in this trait 409s 246 | #[inline(always)] 409s 247 | fn lanes() -> usize { 409s | ^^^^^ 409s ... 409s 255 | fn extract(self, index: usize) -> Self { 409s | ^^^^^^^ 409s ... 409s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 409s | ^^^^^^^ 409s 409s warning: method `all` is never used 409s --> /usr/share/cargo/registry/rand-0.8.5/src/distributions/utils.rs:268:8 409s | 409s 266 | pub(crate) trait BoolAsSIMD: Sized { 409s | ---------- method in this trait 409s 267 | fn any(self) -> bool; 409s 268 | fn all(self) -> bool; 409s | ^^^ 409s 409s warning: `rand` (lib) generated 66 warnings (1 duplicate) 409s Compiling rand_xorshift v0.3.0 409s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_xorshift CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/rand_xorshift-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/rand_xorshift-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Xorshift random number generator 409s ' 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_xorshift CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rngs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name rand_xorshift --edition=2018 /tmp/tmp.QkNMvzgoUg/registry/rand_xorshift-0.3.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("serde", "serde1"))' -C metadata=6f9a9169531a5b9a -C extra-filename=-6f9a9169531a5b9a --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern rand_core=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/librand_core-3c7246ca3f419bbc.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 409s warning: `rand_xorshift` (lib) generated 1 warning (1 duplicate) 409s Compiling hashbrown v0.14.5 409s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=abc055366cb5e49f -C extra-filename=-abc055366cb5e49f --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:14:5 409s | 409s 14 | feature = "nightly", 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s = note: `#[warn(unexpected_cfgs)]` on by default 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:39:13 409s | 409s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:40:13 409s | 409s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/lib.rs:49:7 409s | 409s 49 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:59:7 409s | 409s 59 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/macros.rs:65:11 409s | 409s 65 | #[cfg(not(feature = "nightly"))] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 409s | 409s 53 | #[cfg(not(feature = "nightly"))] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 409s | 409s 55 | #[cfg(not(feature = "nightly"))] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 409s | 409s 57 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 409s | 409s 3549 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 409s | 409s 3661 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 409s | 409s 3678 | #[cfg(not(feature = "nightly"))] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 409s | 409s 4304 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 409s | 409s 4319 | #[cfg(not(feature = "nightly"))] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 409s | 409s 7 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 409s | 409s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 409s | 409s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 409s | 409s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `rkyv` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 409s | 409s 3 | #[cfg(feature = "rkyv")] 409s | ^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `rkyv` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:242:11 409s | 409s 242 | #[cfg(not(feature = "nightly"))] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:255:7 409s | 409s 255 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6517:11 409s | 409s 6517 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6523:11 409s | 409s 6523 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6591:11 409s | 409s 6591 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6597:11 409s | 409s 6597 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6651:11 409s | 409s 6651 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/map.rs:6657:11 409s | 409s 6657 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1359:11 409s | 409s 1359 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1365:11 409s | 409s 1365 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1383:11 409s | 409s 1383 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 409s warning: unexpected `cfg` condition value: `nightly` 409s --> /usr/share/cargo/registry/hashbrown-0.14.5/src/set.rs:1389:11 409s | 409s 1389 | #[cfg(feature = "nightly")] 409s | ^^^^^^^^^^^^^^^^^^^ 409s | 409s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 409s = help: consider adding `nightly` as a feature in `Cargo.toml` 409s = note: see for more information about checking conditional configuration 409s 410s warning: `hashbrown` (lib) generated 32 warnings (1 duplicate) 410s Compiling termcolor v1.4.1 410s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/termcolor-1.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/termcolor-1.4.1/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal. 410s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name termcolor --edition=2018 /tmp/tmp.QkNMvzgoUg/registry/termcolor-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ae72d8ae91d429e -C extra-filename=-1ae72d8ae91d429e --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 410s warning: `termcolor` (lib) generated 1 warning (1 duplicate) 410s Compiling ryu v1.0.19 410s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/ryu-1.0.19 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/ryu-1.0.19/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.19 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name ryu --edition=2018 /tmp/tmp.QkNMvzgoUg/registry/ryu-1.0.19/src/lib.rs --error-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", "small"))' -C metadata=c01778dbd79acb0e -C extra-filename=-c01778dbd79acb0e --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 410s warning: `ryu` (lib) generated 1 warning (1 duplicate) 410s Compiling memchr v2.7.4 410s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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 410s 1, 2 or 3 byte search and single substring search. 410s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9dfbaa7dc96bc3ae -C extra-filename=-9dfbaa7dc96bc3ae --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 411s warning: `serde` (lib) generated 1 warning (1 duplicate) 411s Compiling lazy_static v1.5.0 411s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/lazy_static-1.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/lazy_static-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name lazy_static --edition=2015 /tmp/tmp.QkNMvzgoUg/registry/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=fa782e2884b94cf1 -C extra-filename=-fa782e2884b94cf1 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 411s warning: elided lifetime has a name 411s --> /usr/share/cargo/registry/lazy_static-1.5.0/src/inline_lazy.rs:26:43 411s | 411s 26 | pub fn get(&'static self, f: F) -> &T 411s | ^ this elided lifetime gets resolved as `'static` 411s | 411s = note: `#[warn(elided_named_lifetimes)]` on by default 411s help: consider specifying it explicitly 411s | 411s 26 | pub fn get(&'static self, f: F) -> &'static T 411s | +++++++ 411s 411s warning: `lazy_static` (lib) generated 2 warnings (1 duplicate) 411s Compiling itoa v1.0.14 411s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.QkNMvzgoUg/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=a82a426f214c0959 -C extra-filename=-a82a426f214c0959 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 411s warning: `memchr` (lib) generated 1 warning (1 duplicate) 411s Compiling regex-syntax v0.8.5 411s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/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='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.QkNMvzgoUg/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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --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=4fc5539eea58731c -C extra-filename=-4fc5539eea58731c --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 411s warning: `itoa` (lib) generated 1 warning (1 duplicate) 411s Compiling escape8259 v0.5.3 411s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=escape8259 CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/escape8259-0.5.3 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/escape8259-0.5.3/Cargo.toml CARGO_PKG_AUTHORS='Eric Seppanen ' CARGO_PKG_DESCRIPTION='RFC8259-compliant string escaping and un-escaping' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=escape8259 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/ericseppanen/escape8259' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name escape8259 --edition=2018 /tmp/tmp.QkNMvzgoUg/registry/escape8259-0.5.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=f476162e42fd9d7f -C extra-filename=-f476162e42fd9d7f --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 411s warning: `escape8259` (lib) generated 1 warning (1 duplicate) 411s Compiling unarray v0.1.4 411s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unarray CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/unarray-0.1.4 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/unarray-0.1.4/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for working with uninitialized arrays' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unarray CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cameron1024/unarray' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name unarray --edition=2018 /tmp/tmp.QkNMvzgoUg/registry/unarray-0.1.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())' -C metadata=4bc01abf17def2c3 -C extra-filename=-4bc01abf17def2c3 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 411s warning: `unarray` (lib) generated 1 warning (1 duplicate) 411s Compiling equivalent v1.0.1 411s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.QkNMvzgoUg/registry/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50ee6cd9d9ded5bf -C extra-filename=-50ee6cd9d9ded5bf --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 411s warning: `equivalent` (lib) generated 1 warning (1 duplicate) 411s Compiling indexmap v2.7.0 411s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=add402dbf0c10c1b -C extra-filename=-add402dbf0c10c1b --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern equivalent=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libequivalent-50ee6cd9d9ded5bf.rmeta --extern hashbrown=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libhashbrown-abc055366cb5e49f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 411s warning: unexpected `cfg` condition value: `borsh` 411s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:117:7 411s | 411s 117 | #[cfg(feature = "borsh")] 411s | ^^^^^^^^^^^^^^^^^ 411s | 411s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 411s = help: consider adding `borsh` as a feature in `Cargo.toml` 411s = note: see for more information about checking conditional configuration 411s = note: `#[warn(unexpected_cfgs)]` on by default 411s 411s warning: unexpected `cfg` condition value: `rustc-rayon` 411s --> /usr/share/cargo/registry/indexmap-2.7.0/src/lib.rs:131:7 411s | 411s 131 | #[cfg(feature = "rustc-rayon")] 411s | ^^^^^^^^^^^^^^^^^^^^^^^ 411s | 411s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 411s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 411s = note: see for more information about checking conditional configuration 411s 411s warning: unexpected `cfg` condition value: `quickcheck` 411s --> /usr/share/cargo/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 411s | 411s 38 | #[cfg(feature = "quickcheck")] 411s | ^^^^^^^^^^^^^^^^^^^^^^ 411s | 411s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 411s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 411s = note: see for more information about checking conditional configuration 411s 411s warning: unexpected `cfg` condition value: `rustc-rayon` 411s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:128:30 411s | 411s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 411s | ^^^^^^^^^^^^^^^^^^^^^^^ 411s | 411s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 411s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 411s = note: see for more information about checking conditional configuration 411s 411s warning: unexpected `cfg` condition value: `rustc-rayon` 411s --> /usr/share/cargo/registry/indexmap-2.7.0/src/macros.rs:153:30 411s | 411s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 411s | ^^^^^^^^^^^^^^^^^^^^^^^ 411s | 411s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 411s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 411s = note: see for more information about checking conditional configuration 411s 412s warning: `indexmap` (lib) generated 6 warnings (1 duplicate) 412s Compiling libtest-mimic v0.7.3 412s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libtest_mimic CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/libtest-mimic-0.7.3 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/libtest-mimic-0.7.3/Cargo.toml CARGO_PKG_AUTHORS='Lukas Kalbertodt ' CARGO_PKG_DESCRIPTION='Write your own test harness that looks and behaves like the built-in test harness used by `rustc --test` 412s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libtest-mimic CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/LukasKalbertodt/libtest-mimic' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.7.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name libtest_mimic --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/libtest-mimic-0.7.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=d6b94db4ffa023fe -C extra-filename=-d6b94db4ffa023fe --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern clap=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libclap-355e5f7a560067a6.rmeta --extern escape8259=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libescape8259-f476162e42fd9d7f.rmeta --extern termcolor=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libtermcolor-1ae72d8ae91d429e.rmeta --extern threadpool=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libthreadpool-4f7b0bed022b0d96.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 413s warning: `libtest-mimic` (lib) generated 1 warning (1 duplicate) 413s Compiling proptest v1.6.0 413s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proptest CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/proptest-1.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/proptest-1.6.0/Cargo.toml CARGO_PKG_AUTHORS='Jason Lingle' CARGO_PKG_DESCRIPTION='Hypothesis-like property-based testing and shrinking. 413s ' CARGO_PKG_HOMEPAGE='https://proptest-rs.github.io/proptest/proptest/index.html' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proptest CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/proptest-rs/proptest' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name proptest --edition=2018 /tmp/tmp.QkNMvzgoUg/registry/proptest-1.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 --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "lazy_static", "no_std", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable"))' -C metadata=ed950dc73bb5efdf -C extra-filename=-ed950dc73bb5efdf --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern bit_set=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libbit_set-89b3c1c57b5a03ce.rmeta --extern bit_vec=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libbit_vec-f5a472a8e3d383f4.rmeta --extern bitflags=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern lazy_static=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/liblazy_static-fa782e2884b94cf1.rmeta --extern num_traits=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-0a13ea327a69f660.rmeta --extern rand=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/librand-b359ea3ff641bf46.rmeta --extern rand_chacha=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/librand_chacha-7246cd0addc4c9af.rmeta --extern rand_xorshift=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/librand_xorshift-6f9a9169531a5b9a.rmeta --extern regex_syntax=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-4fc5539eea58731c.rmeta --extern rusty_fork=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/librusty_fork-66f38081ff4ed394.rmeta --extern tempfile=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-5dc28daefecc49d5.rmeta --extern unarray=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libunarray-4bc01abf17def2c3.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 413s warning: unexpected `cfg` condition value: `attr-macro` 413s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:91:7 413s | 413s 91 | #[cfg(feature = "attr-macro")] 413s | ^^^^^^^^^^^^^^^^^^^^^^ 413s | 413s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 413s = help: consider adding `attr-macro` as a feature in `Cargo.toml` 413s = note: see for more information about checking conditional configuration 413s = note: `#[warn(unexpected_cfgs)]` on by default 413s 413s warning: unexpected `cfg` condition value: `attr-macro` 413s --> /usr/share/cargo/registry/proptest-1.6.0/src/lib.rs:94:7 413s | 413s 94 | #[cfg(feature = "attr-macro")] 413s | ^^^^^^^^^^^^^^^^^^^^^^ 413s | 413s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 413s = help: consider adding `attr-macro` as a feature in `Cargo.toml` 413s = note: see for more information about checking conditional configuration 413s 413s warning: unexpected `cfg` condition value: `hardware-rng` 413s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:487:9 413s | 413s 487 | feature = "hardware-rng" 413s | ^^^^^^^^^^^^^^^^^^^^^^^^ 413s | 413s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 413s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 413s = note: see for more information about checking conditional configuration 413s 413s warning: unexpected `cfg` condition value: `hardware-rng` 413s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/rng.rs:456:13 413s | 413s 456 | feature = "hardware-rng" 413s | ^^^^^^^^^^^^^^^^^^^^^^^^ 413s | 413s = note: expected values for `feature` are: `alloc`, `atomic64bit`, `bit-set`, `default`, `default-code-coverage`, `fork`, `handle-panics`, `lazy_static`, `no_std`, `regex-syntax`, `rusty-fork`, `std`, `tempfile`, `timeout`, and `unstable` 413s = help: consider adding `hardware-rng` as a feature in `Cargo.toml` 413s = note: see for more information about checking conditional configuration 413s 415s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 415s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/serde_json-1.0.133/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.133 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=133 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps OUT_DIR=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out rustc --crate-name serde_json --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/serde_json-1.0.133/src/lib.rs --error-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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ef11c4b3f48fb83f -C extra-filename=-ef11c4b3f48fb83f --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern itoa=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libitoa-a82a426f214c0959.rmeta --extern memchr=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern ryu=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libryu-c01778dbd79acb0e.rmeta --extern serde=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libserde-6514dc5edea52c62.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` 416s warning: struct `NoopFailurePersistence` is never constructed 416s --> /usr/share/cargo/registry/proptest-1.6.0/src/test_runner/failure_persistence/noop.rs:19:8 416s | 416s 19 | struct NoopFailurePersistence; 416s | ^^^^^^^^^^^^^^^^^^^^^^ 416s | 416s = note: `NoopFailurePersistence` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis 416s = note: `#[warn(dead_code)]` on by default 416s 417s warning: `serde_json` (lib) generated 1 warning (1 duplicate) 417s Compiling toml_datetime v0.6.8 417s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/tmp/tmp.QkNMvzgoUg/registry/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/tmp/tmp.QkNMvzgoUg/registry/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name toml_datetime --edition=2021 /tmp/tmp.QkNMvzgoUg/registry/toml_datetime-0.6.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=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::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' '--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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b05c75224d924c01 -C extra-filename=-b05c75224d924c01 --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 417s warning: `toml_datetime` (lib) generated 1 warning (1 duplicate) 418s warning: `proptest` (lib) generated 6 warnings (1 duplicate) 418s Compiling toml_edit v0.22.20 (/usr/share/cargo/registry/toml_edit-0.22.20) 418s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.QkNMvzgoUg/target/debug/deps rustc --crate-name toml_edit --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --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::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' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=6037660dde0f527f -C extra-filename=-6037660dde0f527f --out-dir /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.QkNMvzgoUg/target/debug/deps --extern indexmap=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libindexmap-add402dbf0c10c1b.rlib --extern libtest_mimic=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/liblibtest_mimic-d6b94db4ffa023fe.rlib --extern proptest=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libproptest-ed950dc73bb5efdf.rlib --extern serde_json=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-ef11c4b3f48fb83f.rlib --extern toml_datetime=/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/libtoml_datetime-b05c75224d924c01.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/toml_edit-0.22.20=/usr/share/cargo/registry/toml-edit-0.22.20 --remap-path-prefix /tmp/tmp.QkNMvzgoUg/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 418s warning: unused import: `std::str::FromStr` 418s --> src/document.rs:1:5 418s | 418s 1 | use std::str::FromStr; 418s | ^^^^^^^^^^^^^^^^^ 418s | 418s = note: `#[warn(unused_imports)]` on by default 418s 418s warning: unused import: `std::str::FromStr` 418s --> src/item.rs:1:5 418s | 418s 1 | use std::str::FromStr; 418s | ^^^^^^^^^^^^^^^^^ 418s 418s warning: unused import: `std::borrow::Cow` 418s --> src/key.rs:1:5 418s | 418s 1 | use std::borrow::Cow; 418s | ^^^^^^^^^^^^^^^^ 418s 418s warning: unused import: `std::str::FromStr` 418s --> src/key.rs:2:5 418s | 418s 2 | use std::str::FromStr; 418s | ^^^^^^^^^^^^^^^^^ 418s 418s warning: unused import: `std::borrow::Cow` 418s --> src/repr.rs:1:5 418s | 418s 1 | use std::borrow::Cow; 418s | ^^^^^^^^^^^^^^^^ 418s 418s warning: unused import: `crate::value::DEFAULT_VALUE_DECOR` 418s --> src/table.rs:7:5 418s | 418s 7 | use crate::value::DEFAULT_VALUE_DECOR; 418s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 418s 418s warning: unused import: `std::str::FromStr` 418s --> src/value.rs:2:5 418s | 418s 2 | use std::str::FromStr; 418s | ^^^^^^^^^^^^^^^^^ 418s 418s warning: field `implicit` is never read 418s --> src/inline_table.rs:15:16 418s | 418s 11 | pub struct InlineTable { 418s | ----------- field in this struct 419s ... 419s 15 | pub(crate) implicit: bool, 419s | ^^^^^^^^ 419s | 419s = note: `InlineTable` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis 419s = note: `#[warn(dead_code)]` on by default 419s 419s warning: methods `set_implicit` and `is_implicit` are never used 419s --> src/inline_table.rs:159:19 419s | 419s 49 | impl InlineTable { 419s | ---------------- methods in this implementation 419s ... 419s 159 | pub(crate) fn set_implicit(&mut self, implicit: bool) { 419s | ^^^^^^^^^^^^ 419s ... 419s 164 | pub(crate) fn is_implicit(&self) -> bool { 419s | ^^^^^^^^^^^ 419s 419s warning: constant `DEFAULT_INLINE_KEY_DECOR` is never used 419s --> src/inline_table.rs:600:18 419s | 419s 600 | pub(crate) const DEFAULT_INLINE_KEY_DECOR: (&str, &str) = (" ", " "); 419s | ^^^^^^^^^^^^^^^^^^^^^^^^ 419s 419s warning: methods `with_repr_unchecked` and `get_internal` are never used 419s --> src/key.rs:56:19 419s | 419s 37 | impl Key { 419s | -------- methods in this implementation 419s ... 419s 56 | pub(crate) fn with_repr_unchecked(mut self, repr: Repr) -> Self { 419s | ^^^^^^^^^^^^^^^^^^^ 419s ... 419s 89 | pub(crate) fn get_internal(&self) -> &InternalString { 419s | ^^^^^^^^^^^^ 419s 419s warning: variant `Spanned` is never constructed 419s --> src/raw_string.rs:11:5 419s | 419s 8 | enum RawStringInner { 419s | -------------- variant in this enum 419s ... 419s 11 | Spanned(std::ops::Range), 419s | ^^^^^^^ 419s | 419s = note: `RawStringInner` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis 419s 419s warning: associated items `with_span`, `to_str`, and `to_str_with_default` are never used 419s --> src/raw_string.rs:15:19 419s | 419s 14 | impl RawString { 419s | -------------- associated items in this implementation 419s 15 | pub(crate) fn with_span(span: std::ops::Range) -> Self { 419s | ^^^^^^^^^ 419s ... 419s 45 | pub(crate) fn to_str<'s>(&'s self, input: &'s str) -> &'s str { 419s | ^^^^^^ 419s ... 419s 55 | pub(crate) fn to_str_with_default<'s>( 419s | ^^^^^^^^^^^^^^^^^^^ 419s 419s warning: method `set_repr_unchecked` is never used 419s --> src/repr.rs:27:19 419s | 419s 14 | / impl Formatted 419s 15 | | where 419s 16 | | T: ValueRepr, 419s | |_________________- method in this implementation 419s ... 419s 27 | pub(crate) fn set_repr_unchecked(&mut self, repr: Repr) { 419s | ^^^^^^^^^^^^^^^^^^ 419s 419s warning: associated function `new_unchecked` is never used 419s --> src/repr.rs:144:19 419s | 419s 143 | impl Repr { 419s | --------- associated function in this implementation 419s 144 | pub(crate) fn new_unchecked(raw: impl Into) -> Self { 419s | ^^^^^^^^^^^^^ 419s 419s warning: constant `DEFAULT_ROOT_DECOR` is never used 419s --> src/table.rs:507:18 419s | 419s 507 | pub(crate) const DEFAULT_ROOT_DECOR: (&str, &str) = ("", ""); 419s | ^^^^^^^^^^^^^^^^^^ 419s 419s warning: constant `DEFAULT_KEY_DECOR` is never used 419s --> src/table.rs:508:18 419s | 419s 508 | pub(crate) const DEFAULT_KEY_DECOR: (&str, &str) = ("", " "); 419s | ^^^^^^^^^^^^^^^^^ 419s 419s warning: constant `DEFAULT_TABLE_DECOR` is never used 419s --> src/table.rs:509:18 419s | 419s 509 | pub(crate) const DEFAULT_TABLE_DECOR: (&str, &str) = ("\n", ""); 419s | ^^^^^^^^^^^^^^^^^^^ 419s 419s warning: constant `DEFAULT_KEY_PATH_DECOR` is never used 419s --> src/table.rs:510:18 419s | 419s 510 | pub(crate) const DEFAULT_KEY_PATH_DECOR: (&str, &str) = ("", ""); 419s | ^^^^^^^^^^^^^^^^^^^^^^ 419s 419s warning: constant `DEFAULT_TRAILING_VALUE_DECOR` is never used 419s --> src/value.rs:364:18 419s | 419s 364 | pub(crate) const DEFAULT_TRAILING_VALUE_DECOR: (&str, &str) = (" ", " "); 419s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 419s 419s warning: `toml_edit` (lib test) generated 21 warnings (1 duplicate) (run `cargo fix --lib -p toml_edit --tests` to apply 7 suggestions) 419s Finished `test` profile [unoptimized + debuginfo] target(s) in 28.13s 419s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.QkNMvzgoUg/target/s390x-unknown-linux-gnu/debug/deps/toml_edit-6037660dde0f527f` 419s 419s running 8 tests 419s test error::test_translate_position::empty ... ok 419s test error::test_translate_position::after ... ok 419s test error::test_translate_position::end ... ok 419s test error::test_translate_position::end_of_line ... ok 419s test error::test_translate_position::first_line ... ok 419s test error::test_translate_position::second_line ... ok 419s test error::test_translate_position::start ... ok 419s test error::test_translate_position::start_of_second_line ... ok 419s 419s test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 419s 419s /tmp/autopkgtest.v3WgVq/wrapper.sh: checking for leaked background processes... 419s /tmp/autopkgtest.v3WgVq/wrapper.sh: waiting for tee/cat subprocesses... 419s /tmp/autopkgtest.v3WgVq/wrapper.sh: cleaning up... 419s /tmp/autopkgtest.v3WgVq/wrapper.sh: Exit status: 0 419s autopkgtest: DBG: testbed command exited with code 0 419s autopkgtest [08:45:17]: test librust-toml-edit-dev:: -----------------------] 419s autopkgtest: DBG: testbed executing test finished with exit status 0 419s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3A-stdout /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3A-stdout 420s autopkgtest: DBG: got reply from testbed: ok 420s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3A-stderr /tmp/autopkgtest-work.g9cd8txd/out/librust-toml-edit-dev%3A-stderr 420s autopkgtest: DBG: got reply from testbed: ok 420s librust-toml-edit-dev: PASS 420s autopkgtest [08:45:18]: test librust-toml-edit-dev:: - - - - - - - - - - results - - - - - - - - - - 420s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.v3WgVq/librust-toml-edit-dev%3A-artifacts/ /tmp/autopkgtest-work.g9cd8txd/out/artifacts/ 420s autopkgtest: DBG: got reply from testbed: ok 420s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.v3WgVq/librust-toml-edit-dev:-artifacts', '/tmp/autopkgtest.v3WgVq/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 420s autopkgtest: DBG: testbed command exited with code 0 420s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 420s autopkgtest [08:45:18]: @@@@@@@@@@@@@@@@@@@@ summary 420s rust-toml-edit:@ PASS 420s librust-toml-edit-dev:default PASS 420s librust-toml-edit-dev:display PASS 420s librust-toml-edit-dev:parse PASS 420s librust-toml-edit-dev:perf PASS 420s librust-toml-edit-dev:serde PASS 420s librust-toml-edit-dev:unbounded PASS 420s librust-toml-edit-dev: PASS 420s autopkgtest: DBG: testbed stop 420s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.v3WgVq 420s autopkgtest: DBG: sending command to testbed: close 425s autopkgtest: DBG: got reply from testbed: ok 425s autopkgtest: DBG: sending command to testbed: quit 425s nova [W] Using flock in prodstack6-s390x 425s Creating nova instance adt-plucky-s390x-rust-toml-edit-20250215-083818-juju-7f2275-prod-proposed-migration-environment-15-5e234701-22ba-4075-92e2-530c4a856f48 from image adt/ubuntu-plucky-s390x-server-20250215.img (UUID 099dc609-2061-4009-a65b-d554466baca0)... 425s nova [W] Timed out waiting for 35095a0e-432d-42dd-8c7d-fbde16fe488d to get deleted.