0s autopkgtest: DBG: testbed init 0s autopkgtest [21:10:41]: starting date and time: 2025-02-11 21:10:41+0000 0s autopkgtest [21:10:41]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [21:10:41]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.vbrnmat2/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-railway-provider-db-movas --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 '--env=ADT_TEST_TRIGGERS=rust-defaults/1.84.0ubuntu1 libgit2/1.9.0~ds-0ubuntu1 rustc-1.84/1.84.0+dfsg0ubuntu1-0ubuntu1' -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-10.secgroup --name adt-plucky-s390x-rust-railway-provider-db-movas-20250211-211040-juju-7f2275-prod-proposed-migration-environment-15-0c37935d-28e4-48a2-a28b-44517a7d3b4b --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 69s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.dodFYD 69s autopkgtest: DBG: sending command to testbed: print-execute-command 69s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.tm7eizrv/runcmd 69s autopkgtest: DBG: sending command to testbed: capabilities 69s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu revert-full-system reboot revert isolation-machine root-on-testbed 69s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'revert-full-system', 'reboot', 'revert', 'isolation-machine', 'root-on-testbed', 'has_internet'] 69s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.dodFYD'], kind short, sout raw, serr pipe, env [] 69s autopkgtest: DBG: testbed command exited with code 0 69s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.dodFYD/wrapper.sh 70s autopkgtest: DBG: got reply from testbed: ok 70s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.dodFYD/wrapper.sh'], kind short, sout raw, serr pipe, env [] 70s autopkgtest: DBG: testbed command exited with code 0 70s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 70s autopkgtest: DBG: testbed command exited with code 0 70s autopkgtest [21:11:51]: testbed dpkg architecture: s390x 70s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 70s autopkgtest: DBG: testbed command exited with code 0 70s autopkgtest [21:11:51]: testbed apt version: 2.9.28 70s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 70s autopkgtest: DBG: testbed command exited with code 0 70s autopkgtest: DBG: testbed has eatmydata 70s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 70s autopkgtest: DBG: testbed command exited with code 0 70s autopkgtest [21:11:51]: @@@@@@@@@@@@@@@@@@@@ test bed setup 70s 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 [] 71s autopkgtest: DBG: testbed command exited with code 0 71s autopkgtest [21:11:52]: testbed release detected to be: None 71s 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 [] 71s autopkgtest: DBG: testbed command exited with code 0 71s 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 [] 71s autopkgtest: DBG: testbed command exited with code 0 71s autopkgtest: DBG: adding APT source: Types: deb deb-src 71s URIs: http://ftpmaster.internal/ubuntu/ 71s Suites: plucky-proposed 71s Components: main restricted universe multiverse 71s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 71s 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 [] 71s autopkgtest: DBG: testbed command exited with code 0 71s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 71s Package: * 71s Pin: release plucky-proposed 71s Pin-Priority: 500 71s 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 [] 71s autopkgtest: DBG: testbed command exited with code 0 71s autopkgtest [21:11:52]: updating testbed package index (apt update) 71s 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'] 72s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 72s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 72s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 72s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 72s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [66.8 kB] 72s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.8 kB] 72s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [871 kB] 72s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [83.6 kB] 72s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [791 kB] 72s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [6192 B] 72s Fetched 1944 kB in 1s (1933 kB/s) 73s Reading package lists... 73s autopkgtest: DBG: testbed command exited with code 0 73s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 73s Package: * 73s Pin: release plucky-proposed 73s Pin-Priority: 100 73s 73s Package: src:rust-defaults:any src:libgit2:any src:rustc-1.84:any 73s Pin: release plucky-proposed 73s Pin-Priority: 995 73s 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 [] 73s autopkgtest: DBG: testbed command exited with code 0 73s 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.dodFYD/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 73s autopkgtest: DBG: testbed command exited with code 0 73s 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'] 74s + lsb_release --codename --short 74s + RELEASE=plucky 74s + cat 74s + [ plucky != trusty ] 74s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 74s Reading package lists... 74s Building dependency tree... 74s Reading state information... 74s Calculating upgrade... 74s The following packages were automatically installed and are no longer required: 74s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 74s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 74s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 74s linux-tools-6.11.0-8-generic 74s Use 'sudo apt autoremove' to remove them. 74s The following packages will be upgraded: 74s libarchive13t64 libpcap0.8t64 libprotobuf-c1 74s 3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 74s Need to get 599 kB of archives. 74s After this operation, 10.2 kB of additional disk space will be used. 74s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpcap0.8t64 s390x 1.10.5-2ubuntu1 [155 kB] 74s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive13t64 s390x 3.7.7-0ubuntu1 [421 kB] 74s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libprotobuf-c1 s390x 1.5.1-1ubuntu1 [23.5 kB] 75s Fetched 599 kB in 0s (1229 kB/s) 75s (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.) 75s Preparing to unpack .../libpcap0.8t64_1.10.5-2ubuntu1_s390x.deb ... 75s Unpacking libpcap0.8t64:s390x (1.10.5-2ubuntu1) over (1.10.5-1ubuntu1) ... 75s Preparing to unpack .../libarchive13t64_3.7.7-0ubuntu1_s390x.deb ... 75s Unpacking libarchive13t64:s390x (3.7.7-0ubuntu1) over (3.7.4-1.1) ... 75s Preparing to unpack .../libprotobuf-c1_1.5.1-1ubuntu1_s390x.deb ... 75s Unpacking libprotobuf-c1:s390x (1.5.1-1ubuntu1) over (1.4.1-1ubuntu4) ... 75s Setting up libprotobuf-c1:s390x (1.5.1-1ubuntu1) ... 75s Setting up libpcap0.8t64:s390x (1.10.5-2ubuntu1) ... 75s Setting up libarchive13t64:s390x (3.7.7-0ubuntu1) ... 75s Processing triggers for man-db (2.13.0-1) ... 75s Processing triggers for libc-bin (2.40-4ubuntu1) ... 75s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 75s + /usr/lib/apt/apt-helper analyze-pattern ?true 75s + uname -r 75s + sed s/\./\\./g 75s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 75s + apt list ?obsolete 75s + tail -n+2 75s + grep -v ^linux-.*6\.12\.0-15-generic.* 75s + cut -d/ -f1 76s + true 76s + obsolete_pkgs= 76s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 76s Reading package lists... 76s Building dependency tree... 76s Reading state information... 76s The following packages will be REMOVED: 76s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 76s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 76s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 76s linux-tools-6.11.0-8-generic* 76s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 76s After this operation, 167 MB disk space will be freed. 76s (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.) 76s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 76s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 76s Removing libpython3.12t64:s390x (3.12.9-1) ... 76s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 76s Removing libnsl2:s390x (1.3.0-3build3) ... 76s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 76s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 76s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 77s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 77s Processing triggers for libc-bin (2.40-4ubuntu1) ... 77s (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.) 77s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 77s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 78s + grep -q trusty /etc/lsb-release 78s + [ ! -d /usr/share/doc/unattended-upgrades ] 78s + [ ! -d /usr/share/doc/lxd ] 78s + [ ! -d /usr/share/doc/lxd-client ] 78s + [ ! -d /usr/share/doc/snapd ] 78s + type iptables 78s + cat 78s + chmod 755 /etc/rc.local 78s + . /etc/rc.local 78s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 78s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 78s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 78s + uname -m 78s + [ s390x = ppc64le ] 78s + [ -d /run/systemd/system ] 78s + systemd-detect-virt --quiet --vm 78s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 78s + cat 78s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 78s + echo COMPRESS=lz4 78s autopkgtest: DBG: testbed command exited with code 0 78s autopkgtest [21:11:59]: upgrading testbed (apt dist-upgrade and autopurge) 78s 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'] 78s Reading package lists... 78s Building dependency tree... 78s Reading state information... 78s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 78s Starting 2 pkgProblemResolver with broken count: 0 78s Done 78s Entering ResolveByKeep 78s 79s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 79s autopkgtest: DBG: testbed command exited with code 0 79s 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'] 79s Reading package lists... 79s Building dependency tree... 79s Reading state information... 79s Starting pkgProblemResolver with broken count: 0 79s Starting 2 pkgProblemResolver with broken count: 0 79s Done 79s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 79s autopkgtest: DBG: testbed command exited with code 0 79s 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.dodFYD/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 79s autopkgtest: DBG: testbed command exited with code 1 79s autopkgtest [21:12:00]: rebooting testbed after setup commands that affected boot 79s autopkgtest: DBG: sending command to testbed: reboot 99s autopkgtest: DBG: got reply from testbed: ok 99s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 99s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.dodFYD'], kind short, sout raw, serr pipe, env [] 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.dodFYD/autopkgtest-reboot 99s autopkgtest: DBG: got reply from testbed: ok 99s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.dodFYD/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.dodFYD/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 99s autopkgtest: DBG: testbed command exited with code 0 99s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.dodFYD/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.dodFYD'], kind short, sout raw, serr pipe, env [] 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.dodFYD/autopkgtest-reboot-prepare 100s autopkgtest: DBG: got reply from testbed: ok 100s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.dodFYD/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.dodFYD/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 100s autopkgtest: DBG: testbed command exited with code 0 100s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest [21:12:22]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 101s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.dodFYD/testbed-packages"], kind short, sout raw, serr pipe, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/testbed-packages /tmp/autopkgtest-work.vbrnmat2/out/testbed-packages 101s autopkgtest: DBG: got reply from testbed: ok 101s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 101s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.dodFYD'], kind short, sout raw, serr pipe, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.dodFYD/autopkgtest-reboot 101s autopkgtest: DBG: got reply from testbed: ok 101s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.dodFYD/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.dodFYD/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.dodFYD/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.dodFYD'], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.dodFYD/autopkgtest-reboot-prepare 102s autopkgtest: DBG: got reply from testbed: ok 102s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.dodFYD/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.dodFYD/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: Binaries: initialising 103s autopkgtest [21:12:24]: @@@@@@@@@@@@@@@@@@@@ apt-source rust-railway-provider-db-movas 103s autopkgtest: DBG: blame += rust-railway-provider-db-movas 103s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 103s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'rust-railway-provider-db-movas'], kind short, sout pipe, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^librust-railway-provider-db-movas-dev$'], kind short, sout pipe, serr raw, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'librust-railway-provider-db-movas-dev=0.1.0-1'], kind short, sout pipe, serr raw, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: install_deps: deps_new=[] 104s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 104s autopkgtest: DBG: testbed command exited with code 0 104s 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.dodFYD/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source rust-railway-provider-db-movas=0.1.0-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-railway-provider-db-movas_*.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'] 104s + cd / 104s + mktemp -d /tmp/autopkgtest.dodFYD/build.XXX 104s + builddir=/tmp/autopkgtest.dodFYD/build.JqI 104s + cd /tmp/autopkgtest.dodFYD/build.JqI 104s + apt-get source -d -q --only-source rust-railway-provider-db-movas=0.1.0-1 104s + OUT=Reading package lists... 104s NOTICE: 'rust-railway-provider-db-movas' packaging is maintained in the 'Git' version control system at: 104s https://salsa.debian.org/rust-team/debcargo-conf.git [src/railway-provider-db-movas] 104s Please use: 104s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/railway-provider-db-movas] 104s to retrieve the latest (possibly unreleased) updates to the package. 104s Need to get 27.2 kB of source archives. 104s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-railway-provider-db-movas 0.1.0-1 (dsc) [2412 B] 104s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-railway-provider-db-movas 0.1.0-1 (tar) [7603 B] 104s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-railway-provider-db-movas 0.1.0-1 (diff) [17.2 kB] 104s Fetched 27.2 kB in 0s (99.1 kB/s) 104s Download complete and in download only mode 104s + [ -n ] 104s + echo Reading package lists... 104s NOTICE: 'rust-railway-provider-db-movas' packaging is maintained in the 'Git' version control system at: 104s https://salsa.debian.org/rust-team/debcargo-conf.git [src/railway-provider-db-movas] 104s Please use: 104s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/railway-provider-db-movas] 104s to retrieve the latest (possibly unreleased) updates to the package. 104s Need to get 27.2 kB of source archives. 104s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-railway-provider-db-movas 0.1.0-1 (dsc) [2412 B] 104s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-railway-provider-db-movas 0.1.0-1 (tar) [7603 B] 104s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-railway-provider-db-movas 0.1.0-1 (diff) [17.2 kB] 104s Fetched 27.2 kB in 0s (99.1 kB/s) 104s Download complete and in download only mode 104s + grep ^Get: 104s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-railway-provider-db-movas 0.1.0-1 (dsc) [2412 B] 104s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-railway-provider-db-movas 0.1.0-1 (tar) [7603 B] 104s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-railway-provider-db-movas 0.1.0-1 (diff) [17.2 kB] 104s + dpkg-source -x rust-railway-provider-db-movas_0.1.0-1.dsc src 104s gpgv: Signature made Sun Jan 19 16:27:04 2025 UTC 104s gpgv: using EDDSA key 14593BFF4A5EBF6FE0E9716EECBEDBB607B9B2BE 104s gpgv: issuer "werdahias@debian.org" 104s gpgv: Can't check signature: No public key 104s dpkg-source: warning: cannot verify inline signature for ./rust-railway-provider-db-movas_0.1.0-1.dsc: no acceptable signature found 104s + chmod -R a+rX . 104s + cd src/. 104s + pwd 104s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [21:12:25]: testing package rust-railway-provider-db-movas version 0.1.0-1 104s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/build.JqI/src/debian/ /tmp/autopkgtest-work.vbrnmat2/out/pkg/debian/ 105s autopkgtest: DBG: got reply from testbed: ok 105s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 105s autopkgtest: DBG: processing dependency rustc 105s autopkgtest: DBG: processing dependency librust-env-logger-0.11+default-dev (>= 0.11.3-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+default-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+macros-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency @ 105s autopkgtest: DBG: synthesised dependency librust-railway-provider-db-movas-dev 105s autopkgtest: DBG: Test defined: name rust-railway-provider-db-movas:@ path None command "/usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --all-features" restrictions ['allow-stderr', 'flaky', 'skip-not-installable'] features ['test-name=rust-railway-provider-db-movas:@'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 105s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 105s autopkgtest: DBG: processing dependency rustc 105s autopkgtest: DBG: processing dependency librust-env-logger-0.11+default-dev (>= 0.11.3-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+default-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+macros-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency @ 105s autopkgtest: DBG: synthesised dependency librust-railway-provider-db-movas-dev 105s autopkgtest: DBG: Test defined: name librust-railway-provider-db-movas-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets" restrictions ['allow-stderr', 'flaky', 'skip-not-installable'] features ['test-name=librust-railway-provider-db-movas-dev:default'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 105s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 105s autopkgtest: DBG: processing dependency rustc 105s autopkgtest: DBG: processing dependency librust-env-logger-0.11+default-dev (>= 0.11.3-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+default-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+macros-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency @ 105s autopkgtest: DBG: synthesised dependency librust-railway-provider-db-movas-dev 105s autopkgtest: DBG: Test defined: name librust-railway-provider-db-movas-dev:polylines path None command "/usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --no-default-features --features polylines" restrictions ['allow-stderr', 'flaky', 'skip-not-installable'] features ['test-name=librust-railway-provider-db-movas-dev:polylines'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 105s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 105s autopkgtest: DBG: processing dependency rustc 105s autopkgtest: DBG: processing dependency librust-env-logger-0.11+default-dev (>= 0.11.3-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+default-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+macros-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency @ 105s autopkgtest: DBG: synthesised dependency librust-railway-provider-db-movas-dev 105s autopkgtest: DBG: Test defined: name librust-railway-provider-db-movas-dev:rt-multi-thread path None command "/usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --no-default-features --features rt-multi-thread" restrictions ['allow-stderr', 'flaky', 'skip-not-installable'] features ['test-name=librust-railway-provider-db-movas-dev:rt-multi-thread'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 105s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 105s autopkgtest: DBG: processing dependency rustc 105s autopkgtest: DBG: processing dependency librust-env-logger-0.11+default-dev (>= 0.11.3-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+default-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+macros-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency @ 105s autopkgtest: DBG: synthesised dependency librust-railway-provider-db-movas-dev 105s autopkgtest: DBG: Test defined: name librust-railway-provider-db-movas-dev: path None command "/usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --no-default-features" restrictions ['allow-stderr', 'flaky', 'skip-not-installable'] features ['test-name=librust-railway-provider-db-movas-dev:'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 105s autopkgtest [21:12:26]: build not needed 105s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/build.JqI/src/ /tmp/autopkgtest-work.vbrnmat2/out/tests-tree/ 105s autopkgtest: DBG: got reply from testbed: ok 105s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 105s autopkgtest: DBG: processing dependency rustc 105s autopkgtest: DBG: processing dependency librust-env-logger-0.11+default-dev (>= 0.11.3-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+default-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+macros-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency @ 105s autopkgtest: DBG: synthesised dependency librust-railway-provider-db-movas-dev 105s autopkgtest: DBG: Test defined: name rust-railway-provider-db-movas:@ path None command "/usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --all-features" restrictions ['allow-stderr', 'flaky', 'skip-not-installable'] features ['test-name=rust-railway-provider-db-movas:@'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 105s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 105s autopkgtest: DBG: processing dependency rustc 105s autopkgtest: DBG: processing dependency librust-env-logger-0.11+default-dev (>= 0.11.3-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+default-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+macros-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency @ 105s autopkgtest: DBG: synthesised dependency librust-railway-provider-db-movas-dev 105s autopkgtest: DBG: Test defined: name librust-railway-provider-db-movas-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets" restrictions ['allow-stderr', 'flaky', 'skip-not-installable'] features ['test-name=librust-railway-provider-db-movas-dev:default'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 105s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 105s autopkgtest: DBG: processing dependency rustc 105s autopkgtest: DBG: processing dependency librust-env-logger-0.11+default-dev (>= 0.11.3-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+default-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+macros-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency @ 105s autopkgtest: DBG: synthesised dependency librust-railway-provider-db-movas-dev 105s autopkgtest: DBG: Test defined: name librust-railway-provider-db-movas-dev:polylines path None command "/usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --no-default-features --features polylines" restrictions ['allow-stderr', 'flaky', 'skip-not-installable'] features ['test-name=librust-railway-provider-db-movas-dev:polylines'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 105s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 105s autopkgtest: DBG: processing dependency rustc 105s autopkgtest: DBG: processing dependency librust-env-logger-0.11+default-dev (>= 0.11.3-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+default-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+macros-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency @ 105s autopkgtest: DBG: synthesised dependency librust-railway-provider-db-movas-dev 105s autopkgtest: DBG: Test defined: name librust-railway-provider-db-movas-dev:rt-multi-thread path None command "/usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --no-default-features --features rt-multi-thread" restrictions ['allow-stderr', 'flaky', 'skip-not-installable'] features ['test-name=librust-railway-provider-db-movas-dev:rt-multi-thread'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 105s autopkgtest: DBG: processing dependency dh-cargo (>= 31) 105s autopkgtest: DBG: processing dependency rustc 105s autopkgtest: DBG: processing dependency librust-env-logger-0.11+default-dev (>= 0.11.3-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+default-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+macros-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~) 105s autopkgtest: DBG: processing dependency @ 105s autopkgtest: DBG: synthesised dependency librust-railway-provider-db-movas-dev 105s autopkgtest: DBG: Test defined: name librust-railway-provider-db-movas-dev: path None command "/usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --no-default-features" restrictions ['allow-stderr', 'flaky', 'skip-not-installable'] features ['test-name=librust-railway-provider-db-movas-dev:'] depends ['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 105s autopkgtest [21:12:26]: test rust-railway-provider-db-movas:@: preparing testbed 105s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 105s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 105s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 105s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 31), rustc, librust-env-logger-0.11+default-dev (>= 0.11.3-~~), librust-tokio-1+default-dev (>= 1.37-~~), librust-tokio-1+macros-dev (>= 1.37-~~), librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~), librust-railway-provider-db-movas-dev 105s autopkgtest: DBG: can use apt-get on testbed: True 105s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 31), rustc, librust-env-logger-0.11+default-dev (>= 0.11.3-~~), librust-tokio-1+default-dev (>= 1.37-~~), librust-tokio-1+macros-dev (>= 1.37-~~), librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~), librust-railway-provider-db-movas-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 106s Reading package lists... 106s Building dependency tree... 106s Reading state information... 106s Starting pkgProblemResolver with broken count: 0 106s Starting 2 pkgProblemResolver with broken count: 0 106s Done 106s The following NEW packages will be installed: 106s autoconf automake autopoint autotools-dev cargo cargo-1.84 cpp cpp-14 106s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 106s dh-cargo dh-cargo-tools dh-strip-nondeterminism dwz fontconfig-config 106s fonts-dejavu-core fonts-dejavu-mono gcc gcc-14 gcc-14-s390x-linux-gnu 106s gcc-s390x-linux-gnu gettext intltool-debian libarchive-zip-perl libasan8 106s libbrotli-dev libbz2-dev libcc1-0 libdebhelper-perl libexpat1-dev 106s libfile-stripnondeterminism-perl libfontconfig-dev libfontconfig1 106s libfreetype-dev libfreetype6 libgcc-14-dev libgit2-1.9 libgomp1 libisl23 106s libitm1 libmpc3 libpkgconf3 libpng-dev librust-ab-glyph-dev 106s librust-ab-glyph-rasterizer+libm-dev librust-ab-glyph-rasterizer-dev 106s librust-addr2line-dev librust-adler-dev librust-ahash-dev 106s librust-aho-corasick-dev librust-allocator-api2-dev librust-anes-dev 106s librust-anstream-dev librust-anstyle-dev librust-anstyle-parse-dev 106s librust-anstyle-query-dev librust-approx-dev librust-arbitrary-dev 106s librust-arc-swap-dev librust-arrayvec-dev librust-async-attributes-dev 106s librust-async-channel-dev librust-async-executor-dev librust-async-fs-dev 106s librust-async-global-executor-dev librust-async-io-dev 106s librust-async-lock-dev librust-async-net-dev librust-async-process-dev 106s librust-async-signal-dev librust-async-std-dev librust-async-task-dev 106s librust-async-trait-dev librust-atomic-dev librust-atomic-waker-dev 106s librust-autocfg-dev librust-backtrace-dev librust-base64-dev 106s librust-bit-field-dev librust-bitflags-1-dev librust-bitflags-dev 106s librust-blobby-dev librust-block-buffer-dev librust-blocking-dev 106s librust-bumpalo-dev librust-bytecheck-derive-dev librust-bytecheck-dev 106s librust-bytemuck-derive-dev librust-bytemuck-dev librust-byteorder-dev 106s librust-bytes-dev librust-cast-dev librust-cc-dev librust-cfg-if-dev 106s librust-chrono-dev librust-chrono-tz-build-dev librust-chrono-tz-dev 106s librust-ciborium-dev librust-ciborium-io-dev librust-ciborium-ll-dev 106s librust-clap-builder-dev librust-clap-derive-dev librust-clap-dev 106s librust-clap-lex-dev librust-color-quant-dev librust-colorchoice-dev 106s librust-compiler-builtins+core-dev 106s librust-compiler-builtins+rustc-dep-of-std-dev librust-compiler-builtins-dev 106s librust-concurrent-queue-dev librust-const-oid-dev librust-const-random-dev 106s librust-const-random-macro-dev librust-core-maths-dev 106s librust-cpp-demangle-dev librust-cpufeatures-dev librust-crc32fast-dev 106s librust-criterion-dev librust-critical-section-dev 106s librust-crossbeam-deque-dev librust-crossbeam-epoch+std-dev 106s librust-crossbeam-epoch-dev librust-crossbeam-utils-dev librust-crunchy-dev 106s librust-crypto-common-dev librust-cstr-dev librust-csv-core-dev 106s librust-csv-dev librust-defmt-dev librust-defmt-macros-dev 106s librust-defmt-parser-dev librust-derive-arbitrary-dev librust-digest-dev 106s librust-dirs-dev librust-dirs-sys-dev librust-dlib-dev librust-either-dev 106s librust-env-filter-dev librust-env-logger-dev librust-equivalent-dev 106s librust-erased-serde-dev librust-errno-dev librust-event-listener-dev 106s librust-event-listener-strategy-dev librust-exr-dev 106s librust-fallible-iterator-dev librust-fastrand-dev librust-flate2-dev 106s librust-float-ord-dev librust-flume-dev librust-fnv-dev librust-font-kit-dev 106s librust-form-urlencoded-dev librust-freetype-dev librust-freetype-sys-dev 106s librust-futures-channel-dev librust-futures-core-dev librust-futures-dev 106s librust-futures-executor-dev librust-futures-io-dev librust-futures-lite-dev 106s librust-futures-macro-dev librust-futures-sink-dev librust-futures-task-dev 106s librust-futures-util-dev librust-generic-array-dev librust-geo-types-dev 106s librust-geojson-dev librust-getrandom-dev librust-gif-dev librust-gimli-dev 106s librust-h2-dev librust-half-dev librust-hashbrown-dev librust-heck-dev 106s librust-http-0.2-dev librust-http-body-0.4-dev librust-httparse-dev 106s librust-httpdate-dev librust-humantime-dev librust-hyper-0.14-dev 106s librust-hyper-rustls-dev librust-iana-time-zone-dev librust-idna-dev 106s librust-image-dev librust-image-webp-dev librust-indexmap-dev 106s librust-is-terminal-dev librust-itertools-dev librust-itoa-dev 106s librust-jobserver-dev librust-jpeg-decoder-dev librust-js-sys-dev 106s librust-kv-log-macro-dev librust-lazy-static-dev librust-lebe-dev 106s librust-libc-dev librust-libloading-dev librust-libm-dev 106s librust-libz-sys-dev librust-linux-raw-sys-dev librust-lock-api-dev 106s librust-log-dev librust-md-5-dev librust-md5-asm-dev librust-memchr-dev 106s librust-memmap2-dev librust-miniz-oxide-dev librust-mio-dev 106s librust-munge-dev librust-munge-macro-dev librust-nanorand-dev 106s librust-no-panic-dev librust-num-complex-dev librust-num-cpus-dev 106s librust-num-traits-dev librust-object-dev librust-once-cell-dev 106s librust-oorandom-dev librust-openssl-probe-dev librust-option-ext-dev 106s librust-owned-ttf-parser-dev librust-owning-ref-dev librust-parking-dev 106s librust-parking-lot-core-dev librust-parking-lot-dev 106s librust-parse-zoneinfo-dev librust-pathfinder-geometry-dev 106s librust-pathfinder-simd-dev librust-percent-encoding-dev 106s librust-phf+uncased-dev librust-phf-codegen-dev librust-phf-dev 106s librust-phf-generator-dev librust-phf-shared+uncased-dev 106s librust-phf-shared-dev librust-pin-project-lite-dev librust-pin-utils-dev 106s librust-pkg-config-dev librust-plotters-backend-dev 106s librust-plotters-bitmap-dev librust-plotters-dev librust-plotters-svg-dev 106s librust-png-dev librust-polling-dev librust-portable-atomic-dev 106s librust-ppv-lite86-dev librust-proc-macro-error-attr2-dev 106s librust-proc-macro-error2-dev librust-proc-macro2-dev 106s librust-ptr-meta-derive-dev librust-ptr-meta-dev 106s librust-pure-rust-locales-dev librust-qoi-dev librust-quick-error-dev 106s librust-quote-dev librust-railway-core-dev 106s librust-railway-provider-db-movas-dev librust-rancor-dev 106s librust-rand-chacha-dev librust-rand-core+getrandom-dev 106s librust-rand-core+serde-dev librust-rand-core+std-dev librust-rand-core-dev 106s librust-rand-dev librust-rand-distr-dev librust-rayon-core-dev 106s librust-rayon-dev librust-regex-automata-dev librust-regex-dev 106s librust-regex-syntax-dev librust-rend-dev librust-rgb-dev librust-ring-dev 106s librust-rkyv-derive-dev librust-rkyv-dev librust-rustc-demangle-dev 106s librust-rustc-std-workspace-core-dev librust-rustc-version-dev 106s librust-rustix-dev librust-rustls-dev librust-rustls-native-certs-dev 106s librust-rustls-pemfile-dev librust-rustls-webpki-dev librust-ruzstd-dev 106s librust-ryu-dev librust-same-file-dev librust-scopeguard-dev librust-sct-dev 106s librust-semver-dev librust-serde-derive-dev librust-serde-dev 106s librust-serde-fmt-dev librust-serde-json-dev librust-serde-test-dev 106s librust-sha1-asm-dev librust-sha1-dev librust-shlex-dev 106s librust-signal-hook-registry-dev librust-simd-adler32-dev 106s librust-simdutf8-dev librust-siphasher-dev librust-slab-dev librust-slog-dev 106s librust-smallvec-dev librust-smol-dev librust-smol-str-dev 106s librust-socket2-dev librust-spin-dev librust-stable-deref-trait-dev 106s librust-static-assertions-dev librust-strsim-dev librust-subtle-dev 106s librust-sval-buffer-dev librust-sval-derive-dev librust-sval-dev 106s librust-sval-dynamic-dev librust-sval-fmt-dev librust-sval-ref-dev 106s librust-sval-serde-dev librust-syn-1-dev librust-syn-dev 106s librust-terminal-size-dev librust-thin-vec-dev librust-thiserror-1-dev 106s librust-thiserror-dev librust-thiserror-impl-1-dev 106s librust-thiserror-impl-dev librust-tiff-dev librust-tiny-keccak-dev 106s librust-tinytemplate-dev librust-tinyvec+tinyvec-macros-dev 106s librust-tinyvec-dev librust-tinyvec-macros-dev librust-tokio-dev 106s librust-tokio-macros-dev librust-tokio-rustls-dev librust-tokio-util-dev 106s librust-tower-service-dev librust-tracing-attributes-dev 106s librust-tracing-core-dev librust-tracing-dev librust-triomphe-dev 106s librust-try-lock-dev librust-ttf-parser-dev librust-twox-hash-dev 106s librust-typed-arena-dev librust-typenum-dev librust-uncased-dev 106s librust-unicase-dev librust-unicode-bidi-dev librust-unicode-ident-dev 106s librust-unicode-normalization-dev librust-unicode-segmentation-dev 106s librust-unicode-width-dev librust-unsize-dev librust-untrusted-dev 106s librust-url-dev librust-utf8parse-dev librust-uuid-dev 106s librust-valuable-derive-dev librust-valuable-dev librust-value-bag-dev 106s librust-value-bag-serde1-dev librust-value-bag-sval2-dev 106s librust-version-check-dev librust-walkdir-dev librust-want-dev 106s librust-wasm-bindgen-backend-dev librust-wasm-bindgen-dev 106s librust-wasm-bindgen-macro-dev librust-wasm-bindgen-macro-support-dev 106s librust-wasm-bindgen-shared-dev librust-weezl-dev librust-winapi-dev 106s librust-winapi-i686-pc-windows-gnu-dev librust-winapi-util-dev 106s librust-winapi-x86-64-pc-windows-gnu-dev librust-yeslogic-fontconfig-sys-dev 106s librust-zerocopy-derive-dev librust-zerocopy-dev librust-zeroize-derive-dev 106s librust-zeroize-dev librust-zune-core-dev librust-zune-inflate-dev 106s librust-zune-jpeg-dev libstd-rust-1.84 libstd-rust-1.84-dev libtool 106s libubsan1 m4 pkgconf pkgconf-bin po-debconf rustc rustc-1.84 uuid-dev 106s zlib1g-dev 106s 0 upgraded, 401 newly installed, 0 to remove and 0 not upgraded. 106s Need to get 160 MB of archives. 106s After this operation, 656 MB of additional disk space will be used. 106s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 107s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 107s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 107s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 107s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 107s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libgit2-1.9 s390x 1.9.0~ds-0ubuntu1 [601 kB] 107s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libstd-rust-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [29.9 MB] 109s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libstd-rust-1.84-dev s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [47.9 MB] 111s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 111s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 111s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 111s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 111s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 111s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 111s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 111s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 111s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 111s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 112s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 112s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 112s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 113s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 113s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 113s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 113s Get:25 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x rustc-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [6414 kB] 113s Get:26 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x cargo-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [7497 kB] 113s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.23ubuntu1 [95.1 kB] 113s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 113s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 113s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 113s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 113s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 113s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 113s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 113s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 113s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 113s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 113s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.23ubuntu1 [895 kB] 113s Get:39 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x rustc s390x 1.84.0ubuntu1 [2830 B] 113s Get:40 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x cargo s390x 1.84.0ubuntu1 [2240 B] 113s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo-tools all 31ubuntu4 [5834 B] 113s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo all 31ubuntu4 [8668 B] 113s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 113s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 113s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-1.1ubuntu2 [37.4 kB] 113s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libbrotli-dev s390x 1.1.0-2build3 [395 kB] 113s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x libbz2-dev s390x 1.0.8-6 [39.1 kB] 113s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 113s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 114s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-1.1ubuntu2 [150 kB] 114s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 114s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x libpng-dev s390x 1.6.46-4 [283 kB] 114s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype-dev s390x 2.13.3+dfsg-1 [605 kB] 114s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x uuid-dev s390x 2.40.2-14ubuntu1 [54.0 kB] 114s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 114s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 114s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 114s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig-dev s390x 2.15.0-1.1ubuntu2 [172 kB] 114s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ab-glyph-rasterizer-dev s390x 0.1.7-1 [12.2 kB] 114s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libm-dev s390x 0.2.8-1 [101 kB] 114s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ab-glyph-rasterizer+libm-dev s390x 0.1.7-1 [1064 B] 114s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-core-maths-dev s390x 0.1.1-1 [8328 B] 114s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ttf-parser-dev s390x 0.24.1-1 [148 kB] 114s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-owned-ttf-parser-dev s390x 0.24.0-1 [129 kB] 114s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ab-glyph-dev s390x 0.2.28-1 [20.7 kB] 114s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cfg-if-dev s390x 1.0.0-1 [10.5 kB] 114s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cpp-demangle-dev s390x 0.4.0-1 [66.1 kB] 114s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-fallible-iterator-dev s390x 0.3.0-2 [20.3 kB] 114s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-ident-dev s390x 1.0.13-1 [38.5 kB] 114s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro2-dev s390x 1.0.92-1 [46.1 kB] 114s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quote-dev s390x 1.0.37-1 [29.5 kB] 114s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-syn-dev s390x 2.0.96-2 [227 kB] 114s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-derive-arbitrary-dev s390x 1.4.1-1 [13.5 kB] 114s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arbitrary-dev s390x 1.4.1-1 [36.9 kB] 114s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-equivalent-dev s390x 1.0.1-1 [8240 B] 114s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-critical-section-dev s390x 1.2.0-1 [21.0 kB] 114s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-derive-dev s390x 1.0.217-1 [51.2 kB] 114s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-dev s390x 1.0.217-1 [67.2 kB] 114s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-portable-atomic-dev s390x 1.10.0-3 [128 kB] 114s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-std-workspace-core-dev s390x 1.0.0-1 [3020 B] 114s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libc-dev s390x 0.2.169-1 [382 kB] 114s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-getrandom-dev s390x 0.2.15-1 [37.8 kB] 114s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-smallvec-dev s390x 1.13.2-1 [35.5 kB] 114s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-parking-lot-core-dev s390x 0.9.10-1 [32.6 kB] 114s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-once-cell-dev s390x 1.20.2-1 [31.9 kB] 114s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crunchy-dev s390x 0.2.2-1 [5340 B] 114s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tiny-keccak-dev s390x 2.0.2-1 [20.9 kB] 114s Get:88 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-macro-dev s390x 0.1.16-2 [10.5 kB] 114s Get:89 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-dev s390x 0.1.17-2 [8590 B] 114s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-version-check-dev s390x 0.9.5-1 [16.9 kB] 114s Get:91 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-byteorder-dev s390x 1.5.0-1 [22.4 kB] 114s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-derive-dev s390x 0.7.34-1 [30.3 kB] 114s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-dev s390x 0.7.34-1 [117 kB] 114s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ahash-dev all 0.8.11-9 [38.1 kB] 114s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-allocator-api2-dev s390x 0.2.16-1 [54.8 kB] 114s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins-dev s390x 0.1.139-1 [178 kB] 114s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-either-dev s390x 1.13.0-1 [20.2 kB] 114s Get:98 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-utils-dev s390x 0.8.19-1 [41.1 kB] 114s Get:99 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch-dev s390x 0.9.18-1 [42.3 kB] 114s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch+std-dev s390x 0.9.18-1 [1128 B] 114s Get:101 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-deque-dev s390x 0.8.5-1 [22.4 kB] 114s Get:102 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-core-dev s390x 1.12.1-1 [63.7 kB] 115s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-dev s390x 1.10.0-1 [149 kB] 115s Get:104 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hashbrown-dev s390x 0.14.5-5 [110 kB] 115s Get:105 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-indexmap-dev s390x 2.7.0-1 [69.4 kB] 115s Get:106 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-stable-deref-trait-dev s390x 1.2.0-1 [9794 B] 115s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gimli-dev s390x 0.31.1-2 [216 kB] 115s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memmap2-dev s390x 0.9.5-1 [31.6 kB] 115s Get:109 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc32fast-dev s390x 1.4.2-1 [39.8 kB] 115s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pkg-config-dev s390x 0.3.31-1 [23.5 kB] 115s Get:111 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libz-sys-dev s390x 1.1.20-1 [19.7 kB] 115s Get:112 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-adler-dev s390x 1.0.2-2 [15.3 kB] 115s Get:113 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-miniz-oxide-dev s390x 0.7.1-1 [51.5 kB] 115s Get:114 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-flate2-dev s390x 1.0.34-1 [94.5 kB] 115s Get:115 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-derive-dev s390x 2.6.1-2 [11.0 kB] 115s Get:116 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dev s390x 2.6.1-2 [28.0 kB] 115s Get:117 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-ref-dev s390x 2.6.1-1 [8942 B] 115s Get:118 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-erased-serde-dev s390x 0.3.31-1 [22.7 kB] 115s Get:119 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-fmt-dev all 1.0.3-4 [7202 B] 115s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-no-panic-dev s390x 0.1.32-1 [14.6 kB] 115s Get:121 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-itoa-dev s390x 1.0.14-1 [13.5 kB] 115s Get:122 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ryu-dev s390x 1.0.19-1 [43.1 kB] 115s Get:123 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-json-dev s390x 1.0.133-1 [130 kB] 115s Get:124 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-test-dev s390x 1.0.171-1 [20.6 kB] 115s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-serde1-dev s390x 1.9.0-1 [7820 B] 115s Get:126 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-buffer-dev s390x 2.6.1-1 [16.8 kB] 115s Get:127 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dynamic-dev s390x 2.6.1-1 [9542 B] 115s Get:128 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-fmt-dev s390x 2.6.1-1 [12.0 kB] 115s Get:129 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-serde-dev s390x 2.6.1-1 [13.2 kB] 115s Get:130 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-sval2-dev s390x 1.9.0-1 [7862 B] 115s Get:131 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-dev s390x 1.9.0-1 [37.6 kB] 115s Get:132 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-log-dev s390x 0.4.22-1 [43.0 kB] 115s Get:133 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memchr-dev s390x 2.7.4-1 [71.8 kB] 115s Get:134 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-blobby-dev s390x 0.3.1-1 [11.3 kB] 115s Get:135 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-typenum-dev s390x 1.17.0-2 [41.2 kB] 115s Get:136 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-derive-dev s390x 1.4.2-1 [12.7 kB] 115s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-dev s390x 1.8.1-1 [21.6 kB] 115s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-generic-array-dev s390x 0.14.7-1 [16.9 kB] 115s Get:139 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-block-buffer-dev s390x 0.10.2-2 [12.2 kB] 115s Get:140 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-oid-dev s390x 0.9.6-1 [41.5 kB] 115s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core-dev s390x 0.6.4-2 [23.8 kB] 115s Get:142 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+getrandom-dev s390x 0.6.4-2 [1054 B] 115s Get:143 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crypto-common-dev s390x 0.1.6-1 [10.5 kB] 115s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-subtle-dev s390x 2.6.1-1 [16.1 kB] 115s Get:145 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-digest-dev s390x 0.10.7-2 [20.9 kB] 115s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ppv-lite86-dev s390x 0.2.20-1 [22.2 kB] 115s Get:147 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-chacha-dev s390x 0.3.1-2 [16.9 kB] 115s Get:148 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+serde-dev s390x 0.6.4-2 [1108 B] 115s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+std-dev s390x 0.6.4-2 [1052 B] 115s Get:150 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-dev s390x 0.8.5-1 [77.5 kB] 115s Get:151 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-static-assertions-dev s390x 1.1.0-1 [19.0 kB] 115s Get:152 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-twox-hash-dev s390x 1.6.3-1 [21.6 kB] 115s Get:153 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ruzstd-dev s390x 0.7.3-2 [57.7 kB] 115s Get:154 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-object-dev s390x 0.36.5-2 [259 kB] 115s Get:155 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-demangle-dev s390x 0.1.24-1 [28.9 kB] 115s Get:156 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-typed-arena-dev s390x 2.0.2-1 [13.9 kB] 115s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-addr2line-dev s390x 0.24.2-2 [34.8 kB] 115s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-aho-corasick-dev s390x 1.1.3-1 [146 kB] 115s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bitflags-1-dev s390x 1.3.2-7 [25.6 kB] 115s Get:160 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anes-dev s390x 0.1.6-1 [21.1 kB] 115s Get:161 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-dev s390x 1.0.8-1 [16.7 kB] 115s Get:162 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arrayvec-dev s390x 0.7.6-1 [31.7 kB] 115s Get:163 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-utf8parse-dev s390x 0.2.1-1 [15.0 kB] 115s Get:164 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-parse-dev s390x 0.2.1-1 [17.1 kB] 115s Get:165 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-query-dev s390x 1.0.0-1 [9768 B] 115s Get:166 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-colorchoice-dev s390x 1.0.0-1 [8338 B] 116s Get:167 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstream-dev s390x 0.6.15-1 [25.7 kB] 116s Get:168 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytecheck-derive-dev s390x 0.8.0-1 [10.3 kB] 116s Get:169 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ptr-meta-derive-dev s390x 0.3.0-1 [6210 B] 116s Get:170 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ptr-meta-dev s390x 0.3.0-1 [9004 B] 116s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rancor-dev s390x 0.1.0-1 [11.5 kB] 116s Get:172 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-simdutf8-dev s390x 0.1.4-4 [27.2 kB] 116s Get:173 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-derive-dev s390x 1.5.0-2 [18.7 kB] 116s Get:174 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-dev s390x 1.21.0-1 [48.9 kB] 116s Get:175 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-atomic-dev s390x 0.6.0-1 [15.5 kB] 116s Get:176 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-jobserver-dev s390x 0.1.32-1 [29.1 kB] 116s Get:177 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-shlex-dev s390x 1.3.0-1 [20.1 kB] 116s Get:178 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cc-dev s390x 1.1.14-1 [73.6 kB] 116s Get:179 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-md5-asm-dev s390x 0.5.0-2 [7516 B] 116s Get:180 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-md-5-dev s390x 0.10.6-1 [17.5 kB] 116s Get:181 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cpufeatures-dev s390x 0.2.16-1 [15.5 kB] 116s Get:182 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sha1-asm-dev s390x 0.5.1-2 [8060 B] 116s Get:183 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sha1-dev s390x 0.10.6-1 [16.0 kB] 116s Get:184 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-slog-dev s390x 2.7.0-1 [44.0 kB] 116s Get:185 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-uuid-dev s390x 1.10.0-1 [44.2 kB] 116s Get:186 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytecheck-dev s390x 0.8.0-1 [13.6 kB] 116s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-autocfg-dev s390x 1.1.0-1 [15.2 kB] 116s Get:188 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-num-traits-dev s390x 0.2.19-2 [46.2 kB] 116s Get:189 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytes-dev s390x 1.9.0-1 [59.0 kB] 116s Get:190 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-munge-macro-dev s390x 0.4.1-1 [6686 B] 116s Get:191 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-munge-dev s390x 0.4.1-1 [11.2 kB] 116s Get:192 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rend-dev s390x 0.5.2-1 [15.3 kB] 116s Get:193 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rkyv-derive-dev s390x 0.8.9-1 [21.3 kB] 116s Get:194 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-smol-str-dev s390x 0.2.0-1 [15.2 kB] 116s Get:195 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thin-vec-dev s390x 0.2.13-2 [33.9 kB] 116s Get:196 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tinyvec-dev s390x 1.6.0-2 [37.7 kB] 116s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tinyvec-macros-dev s390x 0.1.0-1 [3852 B] 116s Get:198 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tinyvec+tinyvec-macros-dev s390x 1.6.0-2 [1126 B] 116s Get:199 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arc-swap-dev s390x 1.7.1-1 [64.6 kB] 116s Get:200 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unsize-dev s390x 1.1.0-1 [10.5 kB] 116s Get:201 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-triomphe-dev s390x 0.1.14-1 [28.8 kB] 116s Get:202 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rkyv-dev s390x 0.8.9-2 [131 kB] 116s Get:203 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-num-complex-dev s390x 0.4.6-3 [31.2 kB] 116s Get:204 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-approx-dev s390x 0.5.1-1 [16.0 kB] 116s Get:205 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-syn-1-dev s390x 1.0.109-3 [188 kB] 116s Get:206 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-async-attributes-dev all 1.1.2-7 [7024 B] 116s Get:207 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-concurrent-queue-dev s390x 2.5.0-4 [23.9 kB] 116s Get:208 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-parking-dev s390x 2.2.0-1 [11.6 kB] 116s Get:209 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pin-project-lite-dev s390x 0.2.13-1 [30.2 kB] 116s Get:210 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-event-listener-dev all 5.4.0-3 [31.3 kB] 116s Get:211 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-event-listener-strategy-dev s390x 0.5.3-1 [13.1 kB] 116s Get:212 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-core-dev s390x 0.3.31-1 [16.9 kB] 116s Get:213 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-async-channel-dev all 2.3.1-9 [13.3 kB] 116s Get:214 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-async-task-dev all 4.7.1-4 [29.5 kB] 116s Get:215 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-fastrand-dev s390x 2.1.1-1 [17.8 kB] 116s Get:216 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-io-dev s390x 0.3.31-1 [11.2 kB] 117s Get:217 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-lite-dev s390x 2.3.0-2 [38.6 kB] 117s Get:218 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-slab-dev s390x 0.4.9-1 [21.2 kB] 117s Get:219 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-async-executor-dev all 1.13.1-2 [18.8 kB] 117s Get:220 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-async-lock-dev all 3.4.0-5 [29.4 kB] 117s Get:221 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-atomic-waker-dev s390x 1.1.2-1 [14.3 kB] 117s Get:222 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tracing-attributes-dev s390x 0.1.27-1 [33.3 kB] 117s Get:223 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-valuable-derive-dev s390x 0.1.0-1 [5942 B] 117s Get:224 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-valuable-dev s390x 0.1.0-4 [23.5 kB] 117s Get:225 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tracing-core-dev s390x 0.1.32-1 [53.8 kB] 117s Get:226 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tracing-dev s390x 0.1.40-1 [69.5 kB] 117s Get:227 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-blocking-dev all 1.6.1-6 [17.7 kB] 117s Get:228 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-async-fs-dev all 2.1.2-5 [15.4 kB] 117s Get:229 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bitflags-dev s390x 2.8.0-1 [43.5 kB] 117s Get:230 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins+core-dev s390x 0.1.139-1 [1096 B] 117s Get:231 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins+rustc-dep-of-std-dev s390x 0.1.139-1 [1106 B] 117s Get:232 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-errno-dev s390x 0.3.8-1 [13.0 kB] 117s Get:233 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-linux-raw-sys-dev s390x 0.4.14-1 [138 kB] 117s Get:234 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustix-dev s390x 0.38.37-1 [272 kB] 117s Get:235 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-polling-dev s390x 3.4.0-1 [47.8 kB] 117s Get:236 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-async-io-dev s390x 2.3.3-4 [41.0 kB] 117s Get:237 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-backtrace-dev s390x 0.3.74-3 [79.8 kB] 117s Get:238 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-mio-dev s390x 1.0.2-3 [87.7 kB] 117s Get:239 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-owning-ref-dev s390x 0.4.1-1 [13.7 kB] 117s Get:240 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-scopeguard-dev s390x 1.2.0-1 [13.3 kB] 117s Get:241 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-lock-api-dev s390x 0.4.12-1 [22.9 kB] 117s Get:242 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-parking-lot-dev s390x 0.12.3-1 [38.7 kB] 117s Get:243 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-signal-hook-registry-dev s390x 1.4.0-1 [19.2 kB] 117s Get:244 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-socket2-dev s390x 0.5.8-1 [48.9 kB] 117s Get:245 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tokio-macros-dev s390x 2.5.0-1 [14.3 kB] 117s Get:246 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tokio-dev s390x 1.43.0-1 [585 kB] 117s Get:247 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-async-global-executor-dev s390x 2.4.1-5 [14.6 kB] 117s Get:248 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-async-net-dev all 2.0.0-5 [14.8 kB] 117s Get:249 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-async-signal-dev s390x 0.2.10-1 [16.0 kB] 117s Get:250 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-async-process-dev all 2.3.0-2 [21.3 kB] 117s Get:251 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-kv-log-macro-dev all 1.0.8-5 [7572 B] 117s Get:252 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pin-utils-dev s390x 0.1.0-1 [9340 B] 117s Get:253 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-async-std-dev all 1.13.0-4 [171 kB] 117s Get:254 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-async-trait-dev s390x 0.1.83-1 [30.4 kB] 117s Get:255 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-base64-dev s390x 0.22.1-1 [64.2 kB] 117s Get:256 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bit-field-dev s390x 0.10.2-1 [12.1 kB] 117s Get:257 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bumpalo-dev s390x 3.16.0-1 [75.7 kB] 117s Get:258 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cast-dev s390x 0.3.0-1 [13.1 kB] 117s Get:259 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-iana-time-zone-dev s390x 0.1.60-1 [25.1 kB] 117s Get:260 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wasm-bindgen-shared-dev s390x 0.2.99-1 [9822 B] 117s Get:261 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wasm-bindgen-backend-dev s390x 0.2.99-1 [30.5 kB] 117s Get:262 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wasm-bindgen-macro-support-dev s390x 0.2.99-1 [23.9 kB] 117s Get:263 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wasm-bindgen-macro-dev s390x 0.2.99-1 [9304 B] 117s Get:264 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wasm-bindgen-dev s390x 0.2.99-1 [44.1 kB] 117s Get:265 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-js-sys-dev s390x 0.3.64-1 [71.9 kB] 117s Get:266 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pure-rust-locales-dev s390x 0.8.1-1 [112 kB] 117s Get:267 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-chrono-dev s390x 0.4.39-2 [174 kB] 117s Get:268 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-syntax-dev s390x 0.8.5-1 [203 kB] 117s Get:269 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-automata-dev s390x 0.4.9-2 [425 kB] 117s Get:270 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-dev s390x 1.11.1-2 [201 kB] 117s Get:271 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-parse-zoneinfo-dev s390x 0.3.0-1 [71.0 kB] 117s Get:272 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-siphasher-dev s390x 1.0.1-1 [12.5 kB] 117s Get:273 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-phf-shared-dev s390x 0.11.2-2 [15.6 kB] 117s Get:274 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-phf-dev s390x 0.11.2-1 [21.6 kB] 117s Get:275 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-uncased-dev s390x 0.9.6-2 [12.2 kB] 117s Get:276 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-phf-shared+uncased-dev s390x 0.11.2-2 [1052 B] 117s Get:277 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-phf+uncased-dev s390x 0.11.2-1 [1030 B] 117s Get:278 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ciborium-io-dev s390x 0.2.2-1 [8180 B] 117s Get:279 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-distr-dev s390x 0.4.3-1 [53.6 kB] 117s Get:280 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-half-dev s390x 2.4.1-2 [41.3 kB] 117s Get:281 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ciborium-ll-dev s390x 0.2.2-2 [15.7 kB] 117s Get:282 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ciborium-dev s390x 0.2.2-2 [32.6 kB] 117s Get:283 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-lex-dev s390x 0.7.4-1 [14.7 kB] 117s Get:284 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-strsim-dev s390x 0.11.1-1 [15.9 kB] 117s Get:285 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-terminal-size-dev s390x 0.3.0-2 [12.6 kB] 117s Get:286 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicase-dev s390x 2.8.0-1 [19.3 kB] 117s Get:287 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-width-dev s390x 0.2.0-1 [194 kB] 117s Get:288 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-builder-dev s390x 4.5.23-1 [136 kB] 117s Get:289 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-segmentation-dev s390x 1.12.0-1 [77.3 kB] 117s Get:290 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-heck-dev s390x 0.4.1-1 [13.3 kB] 117s Get:291 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-derive-dev s390x 4.5.18-1 [29.5 kB] 117s Get:292 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-clap-dev s390x 4.5.23-1 [53.7 kB] 117s Get:293 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-csv-core-dev s390x 0.1.11-1 [25.9 kB] 117s Get:294 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-csv-dev s390x 1.3.0-1 [729 kB] 118s Get:295 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-sink-dev s390x 0.3.31-1 [10.1 kB] 118s Get:296 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-channel-dev s390x 0.3.31-1 [32.1 kB] 118s Get:297 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-task-dev s390x 0.3.31-3 [13.7 kB] 118s Get:298 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-macro-dev s390x 0.3.31-1 [13.4 kB] 118s Get:299 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-util-dev s390x 0.3.31-1 [129 kB] 118s Get:300 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-num-cpus-dev s390x 1.16.0-1 [18.1 kB] 118s Get:301 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-executor-dev s390x 0.3.31-1 [20.0 kB] 118s Get:302 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-dev s390x 0.3.30-2 [53.2 kB] 118s Get:303 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-is-terminal-dev s390x 0.4.13-1 [8266 B] 118s Get:304 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-itertools-dev s390x 0.13.0-3 [123 kB] 118s Get:305 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-oorandom-dev s390x 11.1.3-1 [11.3 kB] 118s Get:306 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-option-ext-dev s390x 0.2.0-1 [8868 B] 118s Get:307 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-dirs-sys-dev s390x 0.4.1-1 [12.9 kB] 118s Get:308 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-dirs-dev s390x 5.0.1-1 [13.9 kB] 118s Get:309 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-float-ord-dev s390x 0.3.2-1 [9400 B] 118s Get:310 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-freetype-sys-dev s390x 0.20.1-1 [17.2 kB] 118s Get:311 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-freetype-dev s390x 0.7.2-1 [22.2 kB] 118s Get:312 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-spin-dev s390x 0.9.8-4 [33.4 kB] 118s Get:313 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-lazy-static-dev s390x 1.5.0-1 [14.2 kB] 118s Get:314 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-semver-dev s390x 1.0.23-1 [30.6 kB] 118s Get:315 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-version-dev s390x 0.4.0-1 [13.8 kB] 118s Get:316 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pathfinder-simd-dev s390x 0.5.2-1 [20.1 kB] 118s Get:317 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pathfinder-geometry-dev s390x 0.5.1-1 [13.2 kB] 118s Get:318 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-i686-pc-windows-gnu-dev s390x 0.4.0-1 [3652 B] 118s Get:319 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-x86-64-pc-windows-gnu-dev s390x 0.4.0-1 [3660 B] 118s Get:320 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-dev s390x 0.3.9-1 [953 kB] 119s Get:321 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winapi-util-dev s390x 0.1.6-1 [14.0 kB] 119s Get:322 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-same-file-dev s390x 1.0.6-1 [11.5 kB] 119s Get:323 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-walkdir-dev s390x 2.5.0-1 [24.5 kB] 119s Get:324 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cstr-dev s390x 0.2.11-1 [8000 B] 119s Get:325 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libloading-dev s390x 0.8.5-1 [29.2 kB] 119s Get:326 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-dlib-dev s390x 0.5.2-2 [7974 B] 119s Get:327 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-yeslogic-fontconfig-sys-dev s390x 5.0.0-1 [8586 B] 119s Get:328 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-font-kit-dev s390x 0.14.2-2 [57.2 kB] 119s Get:329 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-color-quant-dev s390x 1.1.0-1 [8464 B] 119s Get:330 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-nanorand-dev all 0.7.0-12 [16.8 kB] 119s Get:331 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-flume-dev all 0.11.1+20241019-2 [47.6 kB] 119s Get:332 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-lebe-dev s390x 0.5.2-1 [10.4 kB] 119s Get:333 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-simd-adler32-dev s390x 0.3.7-1 [13.4 kB] 119s Get:334 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zune-inflate-dev s390x 0.2.54-1 [35.7 kB] 119s Get:335 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-exr-dev s390x 1.72.0-1 [181 kB] 119s Get:336 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-weezl-dev s390x 0.1.8-1 [31.1 kB] 119s Get:337 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gif-dev s390x 0.13.1-1 [31.1 kB] 119s Get:338 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quick-error-dev s390x 2.0.1-1 [15.6 kB] 119s Get:339 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-image-webp-dev s390x 0.2.0-2 [49.7 kB] 119s Get:340 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-png-dev s390x 0.17.7-3 [63.4 kB] 119s Get:341 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-qoi-dev s390x 0.4.1-2 [56.7 kB] 119s Get:342 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-impl-dev s390x 2.0.11-1 [21.9 kB] 119s Get:343 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-dev s390x 2.0.11-1 [29.0 kB] 119s Get:344 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-parser-dev s390x 0.4.1-1 [11.8 kB] 119s Get:345 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro-error-attr2-dev s390x 2.0.0-1 [9402 B] 119s Get:346 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro-error2-dev s390x 2.0.1-1 [26.2 kB] 119s Get:347 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-macros-dev s390x 0.4.0-1 [22.4 kB] 119s Get:348 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-defmt-dev s390x 0.3.10-1 [26.8 kB] 119s Get:349 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rgb-dev s390x 0.8.50-1 [21.5 kB] 119s Get:350 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-jpeg-decoder-dev s390x 0.3.0-1 [717 kB] 119s Get:351 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tiff-dev s390x 0.9.0-1 [1413 kB] 120s Get:352 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zune-core-dev s390x 0.4.12-1 [19.2 kB] 120s Get:353 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zune-jpeg-dev s390x 0.4.14-1 [58.4 kB] 120s Get:354 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-image-dev s390x 0.25.5-3 [191 kB] 120s Get:355 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-plotters-backend-dev s390x 0.3.7-1 [15.7 kB] 120s Get:356 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-plotters-bitmap-dev s390x 0.3.7-3 [15.8 kB] 120s Get:357 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-plotters-svg-dev s390x 0.3.7-1 [9556 B] 120s Get:358 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-plotters-dev s390x 0.3.7-2 [122 kB] 120s Get:359 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-smol-dev all 2.0.2-2 [205 kB] 120s Get:360 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tinytemplate-dev s390x 1.2.1-1 [26.8 kB] 120s Get:361 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-criterion-dev all 0.5.1-10 [104 kB] 120s Get:362 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-phf-generator-dev s390x 0.11.2-2 [12.3 kB] 120s Get:363 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-phf-codegen-dev s390x 0.11.2-1 [14.3 kB] 120s Get:364 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-chrono-tz-build-dev s390x 0.2.1-1 [12.1 kB] 120s Get:365 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-chrono-tz-dev s390x 0.8.6-2 [513 kB] 120s Get:366 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-env-filter-dev s390x 0.1.3-1 [15.0 kB] 120s Get:367 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-humantime-dev s390x 2.1.0-2 [19.2 kB] 120s Get:368 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-env-logger-dev s390x 0.11.5-2 [30.2 kB] 120s Get:369 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-fnv-dev s390x 1.0.7-1 [12.8 kB] 120s Get:370 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-percent-encoding-dev s390x 2.3.1-1 [11.9 kB] 120s Get:371 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-form-urlencoded-dev s390x 1.2.1-1 [10.8 kB] 120s Get:372 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-geo-types-dev s390x 0.7.11-2 [32.8 kB] 120s Get:373 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-impl-1-dev s390x 1.0.69-1 [20.0 kB] 120s Get:374 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-1-dev s390x 1.0.69-1 [25.6 kB] 120s Get:375 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-geojson-dev s390x 0.24.1-1 [130 kB] 120s Get:376 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-http-0.2-dev s390x 0.2.11-1 [87.1 kB] 120s Get:377 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tokio-util-dev s390x 0.7.10-1 [96.3 kB] 120s Get:378 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-h2-dev s390x 0.4.4-2 [129 kB] 120s Get:379 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-http-body-0.4-dev s390x 0.4.6-1 [12.7 kB] 120s Get:380 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-httparse-dev s390x 1.8.0-1 [30.3 kB] 120s Get:381 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-httpdate-dev s390x 1.0.2-1 [12.3 kB] 120s Get:382 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tower-service-dev s390x 0.3.3-1 [9236 B] 120s Get:383 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-try-lock-dev s390x 0.2.5-1 [6216 B] 120s Get:384 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-want-dev s390x 0.3.0-1 [8578 B] 120s Get:385 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hyper-0.14-dev s390x 0.14.32-1 [150 kB] 121s Get:386 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-untrusted-dev s390x 0.9.0-2 [16.1 kB] 121s Get:387 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ring-dev s390x 0.17.8-2 [3485 kB] 121s Get:388 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustls-webpki-dev all 0.101.7-4 [157 kB] 121s Get:389 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sct-dev s390x 0.7.1-3 [29.7 kB] 121s Get:390 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustls-dev all 0.21.12-9 [360 kB] 121s Get:391 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-openssl-probe-dev s390x 0.1.2-1 [8028 B] 121s Get:392 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustls-pemfile-dev s390x 1.0.3-2 [22.2 kB] 121s Get:393 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustls-native-certs-dev all 0.6.3-4 [14.6 kB] 121s Get:394 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tokio-rustls-dev s390x 0.24.1-1 [28.2 kB] 121s Get:395 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hyper-rustls-dev all 0.24.2-5 [22.2 kB] 121s Get:396 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-bidi-dev s390x 0.3.17-1 [47.5 kB] 121s Get:397 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-normalization-dev s390x 0.1.22-1 [104 kB] 121s Get:398 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-idna-dev s390x 0.4.0-1 [222 kB] 121s Get:399 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-url-dev s390x 2.5.2-1 [70.8 kB] 121s Get:400 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-railway-core-dev s390x 0.1.0-2 [26.3 kB] 121s Get:401 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-railway-provider-db-movas-dev s390x 0.1.0-1 [24.6 kB] 122s Fetched 160 MB in 15s (10.6 MB/s) 122s Selecting previously unselected package m4. 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 ... 55867 files and directories currently installed.) 122s Preparing to unpack .../000-m4_1.4.19-5_s390x.deb ... 122s Unpacking m4 (1.4.19-5) ... 122s Selecting previously unselected package autoconf. 122s Preparing to unpack .../001-autoconf_2.72-3_all.deb ... 122s Unpacking autoconf (2.72-3) ... 122s Selecting previously unselected package autotools-dev. 122s Preparing to unpack .../002-autotools-dev_20220109.1_all.deb ... 122s Unpacking autotools-dev (20220109.1) ... 122s Selecting previously unselected package automake. 122s Preparing to unpack .../003-automake_1%3a1.17-3_all.deb ... 122s Unpacking automake (1:1.17-3) ... 122s Selecting previously unselected package autopoint. 122s Preparing to unpack .../004-autopoint_0.23.1-1_all.deb ... 122s Unpacking autopoint (0.23.1-1) ... 122s Selecting previously unselected package libgit2-1.9:s390x. 122s Preparing to unpack .../005-libgit2-1.9_1.9.0~ds-0ubuntu1_s390x.deb ... 122s Unpacking libgit2-1.9:s390x (1.9.0~ds-0ubuntu1) ... 123s Selecting previously unselected package libstd-rust-1.84:s390x. 123s Preparing to unpack .../006-libstd-rust-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 123s Unpacking libstd-rust-1.84:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 123s Selecting previously unselected package libstd-rust-1.84-dev:s390x. 123s Preparing to unpack .../007-libstd-rust-1.84-dev_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 123s Unpacking libstd-rust-1.84-dev:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 124s Selecting previously unselected package libisl23:s390x. 124s Preparing to unpack .../008-libisl23_0.27-1_s390x.deb ... 124s Unpacking libisl23:s390x (0.27-1) ... 124s Selecting previously unselected package libmpc3:s390x. 124s Preparing to unpack .../009-libmpc3_1.3.1-1build2_s390x.deb ... 124s Unpacking libmpc3:s390x (1.3.1-1build2) ... 124s Selecting previously unselected package cpp-14-s390x-linux-gnu. 124s Preparing to unpack .../010-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 124s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 124s Selecting previously unselected package cpp-14. 124s Preparing to unpack .../011-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 124s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 124s Selecting previously unselected package cpp-s390x-linux-gnu. 124s Preparing to unpack .../012-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 124s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 124s Selecting previously unselected package cpp. 124s Preparing to unpack .../013-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 124s Unpacking cpp (4:14.2.0-1ubuntu1) ... 124s Selecting previously unselected package libcc1-0:s390x. 124s Preparing to unpack .../014-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 124s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 124s Selecting previously unselected package libgomp1:s390x. 124s Preparing to unpack .../015-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 124s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 124s Selecting previously unselected package libitm1:s390x. 124s Preparing to unpack .../016-libitm1_14.2.0-16ubuntu1_s390x.deb ... 124s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 124s Selecting previously unselected package libasan8:s390x. 124s Preparing to unpack .../017-libasan8_14.2.0-16ubuntu1_s390x.deb ... 124s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 124s Selecting previously unselected package libubsan1:s390x. 124s Preparing to unpack .../018-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 124s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 124s Selecting previously unselected package libgcc-14-dev:s390x. 124s Preparing to unpack .../019-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 124s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 124s Selecting previously unselected package gcc-14-s390x-linux-gnu. 124s Preparing to unpack .../020-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 124s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 124s Selecting previously unselected package gcc-14. 124s Preparing to unpack .../021-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 124s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 124s Selecting previously unselected package gcc-s390x-linux-gnu. 124s Preparing to unpack .../022-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 124s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 124s Selecting previously unselected package gcc. 124s Preparing to unpack .../023-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 124s Unpacking gcc (4:14.2.0-1ubuntu1) ... 124s Selecting previously unselected package rustc-1.84. 124s Preparing to unpack .../024-rustc-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 124s Unpacking rustc-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 125s Selecting previously unselected package cargo-1.84. 125s Preparing to unpack .../025-cargo-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 125s Unpacking cargo-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 125s Selecting previously unselected package libdebhelper-perl. 125s Preparing to unpack .../026-libdebhelper-perl_13.23ubuntu1_all.deb ... 125s Unpacking libdebhelper-perl (13.23ubuntu1) ... 125s Selecting previously unselected package libtool. 125s Preparing to unpack .../027-libtool_2.5.4-3build1_all.deb ... 125s Unpacking libtool (2.5.4-3build1) ... 125s Selecting previously unselected package dh-autoreconf. 125s Preparing to unpack .../028-dh-autoreconf_20_all.deb ... 125s Unpacking dh-autoreconf (20) ... 125s Selecting previously unselected package libarchive-zip-perl. 125s Preparing to unpack .../029-libarchive-zip-perl_1.68-1_all.deb ... 125s Unpacking libarchive-zip-perl (1.68-1) ... 125s Selecting previously unselected package libfile-stripnondeterminism-perl. 125s Preparing to unpack .../030-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 125s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 125s Selecting previously unselected package dh-strip-nondeterminism. 125s Preparing to unpack .../031-dh-strip-nondeterminism_1.14.1-2_all.deb ... 125s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 125s Selecting previously unselected package debugedit. 125s Preparing to unpack .../032-debugedit_1%3a5.1-2_s390x.deb ... 125s Unpacking debugedit (1:5.1-2) ... 125s Selecting previously unselected package dwz. 125s Preparing to unpack .../033-dwz_0.15-1build6_s390x.deb ... 125s Unpacking dwz (0.15-1build6) ... 125s Selecting previously unselected package gettext. 125s Preparing to unpack .../034-gettext_0.23.1-1_s390x.deb ... 125s Unpacking gettext (0.23.1-1) ... 125s Selecting previously unselected package intltool-debian. 125s Preparing to unpack .../035-intltool-debian_0.35.0+20060710.6_all.deb ... 125s Unpacking intltool-debian (0.35.0+20060710.6) ... 125s Selecting previously unselected package po-debconf. 125s Preparing to unpack .../036-po-debconf_1.0.21+nmu1_all.deb ... 125s Unpacking po-debconf (1.0.21+nmu1) ... 125s Selecting previously unselected package debhelper. 125s Preparing to unpack .../037-debhelper_13.23ubuntu1_all.deb ... 125s Unpacking debhelper (13.23ubuntu1) ... 125s Selecting previously unselected package rustc. 125s Preparing to unpack .../038-rustc_1.84.0ubuntu1_s390x.deb ... 125s Unpacking rustc (1.84.0ubuntu1) ... 125s Selecting previously unselected package cargo. 125s Preparing to unpack .../039-cargo_1.84.0ubuntu1_s390x.deb ... 125s Unpacking cargo (1.84.0ubuntu1) ... 125s Selecting previously unselected package dh-cargo-tools. 125s Preparing to unpack .../040-dh-cargo-tools_31ubuntu4_all.deb ... 125s Unpacking dh-cargo-tools (31ubuntu4) ... 125s Selecting previously unselected package dh-cargo. 125s Preparing to unpack .../041-dh-cargo_31ubuntu4_all.deb ... 125s Unpacking dh-cargo (31ubuntu4) ... 125s Selecting previously unselected package fonts-dejavu-mono. 125s Preparing to unpack .../042-fonts-dejavu-mono_2.37-8_all.deb ... 125s Unpacking fonts-dejavu-mono (2.37-8) ... 125s Selecting previously unselected package fonts-dejavu-core. 125s Preparing to unpack .../043-fonts-dejavu-core_2.37-8_all.deb ... 125s Unpacking fonts-dejavu-core (2.37-8) ... 125s Selecting previously unselected package fontconfig-config. 125s Preparing to unpack .../044-fontconfig-config_2.15.0-1.1ubuntu2_s390x.deb ... 125s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 125s Selecting previously unselected package libbrotli-dev:s390x. 125s Preparing to unpack .../045-libbrotli-dev_1.1.0-2build3_s390x.deb ... 125s Unpacking libbrotli-dev:s390x (1.1.0-2build3) ... 125s Selecting previously unselected package libbz2-dev:s390x. 125s Preparing to unpack .../046-libbz2-dev_1.0.8-6_s390x.deb ... 125s Unpacking libbz2-dev:s390x (1.0.8-6) ... 125s Selecting previously unselected package libexpat1-dev:s390x. 125s Preparing to unpack .../047-libexpat1-dev_2.6.4-1_s390x.deb ... 125s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 125s Selecting previously unselected package libfreetype6:s390x. 125s Preparing to unpack .../048-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 125s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 125s Selecting previously unselected package libfontconfig1:s390x. 125s Preparing to unpack .../049-libfontconfig1_2.15.0-1.1ubuntu2_s390x.deb ... 125s Unpacking libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 125s Selecting previously unselected package zlib1g-dev:s390x. 125s Preparing to unpack .../050-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 125s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 125s Selecting previously unselected package libpng-dev:s390x. 125s Preparing to unpack .../051-libpng-dev_1.6.46-4_s390x.deb ... 125s Unpacking libpng-dev:s390x (1.6.46-4) ... 125s Selecting previously unselected package libfreetype-dev:s390x. 125s Preparing to unpack .../052-libfreetype-dev_2.13.3+dfsg-1_s390x.deb ... 125s Unpacking libfreetype-dev:s390x (2.13.3+dfsg-1) ... 125s Selecting previously unselected package uuid-dev:s390x. 125s Preparing to unpack .../053-uuid-dev_2.40.2-14ubuntu1_s390x.deb ... 125s Unpacking uuid-dev:s390x (2.40.2-14ubuntu1) ... 125s Selecting previously unselected package libpkgconf3:s390x. 125s Preparing to unpack .../054-libpkgconf3_1.8.1-4_s390x.deb ... 125s Unpacking libpkgconf3:s390x (1.8.1-4) ... 125s Selecting previously unselected package pkgconf-bin. 125s Preparing to unpack .../055-pkgconf-bin_1.8.1-4_s390x.deb ... 125s Unpacking pkgconf-bin (1.8.1-4) ... 125s Selecting previously unselected package pkgconf:s390x. 125s Preparing to unpack .../056-pkgconf_1.8.1-4_s390x.deb ... 125s Unpacking pkgconf:s390x (1.8.1-4) ... 125s Selecting previously unselected package libfontconfig-dev:s390x. 125s Preparing to unpack .../057-libfontconfig-dev_2.15.0-1.1ubuntu2_s390x.deb ... 125s Unpacking libfontconfig-dev:s390x (2.15.0-1.1ubuntu2) ... 125s Selecting previously unselected package librust-ab-glyph-rasterizer-dev:s390x. 125s Preparing to unpack .../058-librust-ab-glyph-rasterizer-dev_0.1.7-1_s390x.deb ... 125s Unpacking librust-ab-glyph-rasterizer-dev:s390x (0.1.7-1) ... 125s Selecting previously unselected package librust-libm-dev:s390x. 125s Preparing to unpack .../059-librust-libm-dev_0.2.8-1_s390x.deb ... 125s Unpacking librust-libm-dev:s390x (0.2.8-1) ... 125s Selecting previously unselected package librust-ab-glyph-rasterizer+libm-dev:s390x. 125s Preparing to unpack .../060-librust-ab-glyph-rasterizer+libm-dev_0.1.7-1_s390x.deb ... 125s Unpacking librust-ab-glyph-rasterizer+libm-dev:s390x (0.1.7-1) ... 125s Selecting previously unselected package librust-core-maths-dev:s390x. 125s Preparing to unpack .../061-librust-core-maths-dev_0.1.1-1_s390x.deb ... 125s Unpacking librust-core-maths-dev:s390x (0.1.1-1) ... 125s Selecting previously unselected package librust-ttf-parser-dev:s390x. 125s Preparing to unpack .../062-librust-ttf-parser-dev_0.24.1-1_s390x.deb ... 125s Unpacking librust-ttf-parser-dev:s390x (0.24.1-1) ... 125s Selecting previously unselected package librust-owned-ttf-parser-dev:s390x. 125s Preparing to unpack .../063-librust-owned-ttf-parser-dev_0.24.0-1_s390x.deb ... 125s Unpacking librust-owned-ttf-parser-dev:s390x (0.24.0-1) ... 125s Selecting previously unselected package librust-ab-glyph-dev:s390x. 125s Preparing to unpack .../064-librust-ab-glyph-dev_0.2.28-1_s390x.deb ... 125s Unpacking librust-ab-glyph-dev:s390x (0.2.28-1) ... 125s Selecting previously unselected package librust-cfg-if-dev:s390x. 125s Preparing to unpack .../065-librust-cfg-if-dev_1.0.0-1_s390x.deb ... 125s Unpacking librust-cfg-if-dev:s390x (1.0.0-1) ... 125s Selecting previously unselected package librust-cpp-demangle-dev:s390x. 125s Preparing to unpack .../066-librust-cpp-demangle-dev_0.4.0-1_s390x.deb ... 125s Unpacking librust-cpp-demangle-dev:s390x (0.4.0-1) ... 125s Selecting previously unselected package librust-fallible-iterator-dev:s390x. 125s Preparing to unpack .../067-librust-fallible-iterator-dev_0.3.0-2_s390x.deb ... 125s Unpacking librust-fallible-iterator-dev:s390x (0.3.0-2) ... 125s Selecting previously unselected package librust-unicode-ident-dev:s390x. 125s Preparing to unpack .../068-librust-unicode-ident-dev_1.0.13-1_s390x.deb ... 125s Unpacking librust-unicode-ident-dev:s390x (1.0.13-1) ... 125s Selecting previously unselected package librust-proc-macro2-dev:s390x. 125s Preparing to unpack .../069-librust-proc-macro2-dev_1.0.92-1_s390x.deb ... 125s Unpacking librust-proc-macro2-dev:s390x (1.0.92-1) ... 125s Selecting previously unselected package librust-quote-dev:s390x. 125s Preparing to unpack .../070-librust-quote-dev_1.0.37-1_s390x.deb ... 125s Unpacking librust-quote-dev:s390x (1.0.37-1) ... 125s Selecting previously unselected package librust-syn-dev:s390x. 125s Preparing to unpack .../071-librust-syn-dev_2.0.96-2_s390x.deb ... 125s Unpacking librust-syn-dev:s390x (2.0.96-2) ... 125s Selecting previously unselected package librust-derive-arbitrary-dev:s390x. 125s Preparing to unpack .../072-librust-derive-arbitrary-dev_1.4.1-1_s390x.deb ... 125s Unpacking librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 125s Selecting previously unselected package librust-arbitrary-dev:s390x. 126s Preparing to unpack .../073-librust-arbitrary-dev_1.4.1-1_s390x.deb ... 126s Unpacking librust-arbitrary-dev:s390x (1.4.1-1) ... 126s Selecting previously unselected package librust-equivalent-dev:s390x. 126s Preparing to unpack .../074-librust-equivalent-dev_1.0.1-1_s390x.deb ... 126s Unpacking librust-equivalent-dev:s390x (1.0.1-1) ... 126s Selecting previously unselected package librust-critical-section-dev:s390x. 126s Preparing to unpack .../075-librust-critical-section-dev_1.2.0-1_s390x.deb ... 126s Unpacking librust-critical-section-dev:s390x (1.2.0-1) ... 126s Selecting previously unselected package librust-serde-derive-dev:s390x. 126s Preparing to unpack .../076-librust-serde-derive-dev_1.0.217-1_s390x.deb ... 126s Unpacking librust-serde-derive-dev:s390x (1.0.217-1) ... 126s Selecting previously unselected package librust-serde-dev:s390x. 126s Preparing to unpack .../077-librust-serde-dev_1.0.217-1_s390x.deb ... 126s Unpacking librust-serde-dev:s390x (1.0.217-1) ... 126s Selecting previously unselected package librust-portable-atomic-dev:s390x. 126s Preparing to unpack .../078-librust-portable-atomic-dev_1.10.0-3_s390x.deb ... 126s Unpacking librust-portable-atomic-dev:s390x (1.10.0-3) ... 126s Selecting previously unselected package librust-rustc-std-workspace-core-dev:s390x. 126s Preparing to unpack .../079-librust-rustc-std-workspace-core-dev_1.0.0-1_s390x.deb ... 126s Unpacking librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 126s Selecting previously unselected package librust-libc-dev:s390x. 126s Preparing to unpack .../080-librust-libc-dev_0.2.169-1_s390x.deb ... 126s Unpacking librust-libc-dev:s390x (0.2.169-1) ... 126s Selecting previously unselected package librust-getrandom-dev:s390x. 126s Preparing to unpack .../081-librust-getrandom-dev_0.2.15-1_s390x.deb ... 126s Unpacking librust-getrandom-dev:s390x (0.2.15-1) ... 126s Selecting previously unselected package librust-smallvec-dev:s390x. 126s Preparing to unpack .../082-librust-smallvec-dev_1.13.2-1_s390x.deb ... 126s Unpacking librust-smallvec-dev:s390x (1.13.2-1) ... 126s Selecting previously unselected package librust-parking-lot-core-dev:s390x. 126s Preparing to unpack .../083-librust-parking-lot-core-dev_0.9.10-1_s390x.deb ... 126s Unpacking librust-parking-lot-core-dev:s390x (0.9.10-1) ... 126s Selecting previously unselected package librust-once-cell-dev:s390x. 126s Preparing to unpack .../084-librust-once-cell-dev_1.20.2-1_s390x.deb ... 126s Unpacking librust-once-cell-dev:s390x (1.20.2-1) ... 126s Selecting previously unselected package librust-crunchy-dev:s390x. 126s Preparing to unpack .../085-librust-crunchy-dev_0.2.2-1_s390x.deb ... 126s Unpacking librust-crunchy-dev:s390x (0.2.2-1) ... 126s Selecting previously unselected package librust-tiny-keccak-dev:s390x. 126s Preparing to unpack .../086-librust-tiny-keccak-dev_2.0.2-1_s390x.deb ... 126s Unpacking librust-tiny-keccak-dev:s390x (2.0.2-1) ... 126s Selecting previously unselected package librust-const-random-macro-dev:s390x. 126s Preparing to unpack .../087-librust-const-random-macro-dev_0.1.16-2_s390x.deb ... 126s Unpacking librust-const-random-macro-dev:s390x (0.1.16-2) ... 126s Selecting previously unselected package librust-const-random-dev:s390x. 126s Preparing to unpack .../088-librust-const-random-dev_0.1.17-2_s390x.deb ... 126s Unpacking librust-const-random-dev:s390x (0.1.17-2) ... 126s Selecting previously unselected package librust-version-check-dev:s390x. 126s Preparing to unpack .../089-librust-version-check-dev_0.9.5-1_s390x.deb ... 126s Unpacking librust-version-check-dev:s390x (0.9.5-1) ... 126s Selecting previously unselected package librust-byteorder-dev:s390x. 126s Preparing to unpack .../090-librust-byteorder-dev_1.5.0-1_s390x.deb ... 126s Unpacking librust-byteorder-dev:s390x (1.5.0-1) ... 126s Selecting previously unselected package librust-zerocopy-derive-dev:s390x. 126s Preparing to unpack .../091-librust-zerocopy-derive-dev_0.7.34-1_s390x.deb ... 126s Unpacking librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 126s Selecting previously unselected package librust-zerocopy-dev:s390x. 126s Preparing to unpack .../092-librust-zerocopy-dev_0.7.34-1_s390x.deb ... 126s Unpacking librust-zerocopy-dev:s390x (0.7.34-1) ... 126s Selecting previously unselected package librust-ahash-dev. 126s Preparing to unpack .../093-librust-ahash-dev_0.8.11-9_all.deb ... 126s Unpacking librust-ahash-dev (0.8.11-9) ... 126s Selecting previously unselected package librust-allocator-api2-dev:s390x. 126s Preparing to unpack .../094-librust-allocator-api2-dev_0.2.16-1_s390x.deb ... 126s Unpacking librust-allocator-api2-dev:s390x (0.2.16-1) ... 126s Selecting previously unselected package librust-compiler-builtins-dev:s390x. 126s Preparing to unpack .../095-librust-compiler-builtins-dev_0.1.139-1_s390x.deb ... 126s Unpacking librust-compiler-builtins-dev:s390x (0.1.139-1) ... 126s Selecting previously unselected package librust-either-dev:s390x. 126s Preparing to unpack .../096-librust-either-dev_1.13.0-1_s390x.deb ... 126s Unpacking librust-either-dev:s390x (1.13.0-1) ... 126s Selecting previously unselected package librust-crossbeam-utils-dev:s390x. 126s Preparing to unpack .../097-librust-crossbeam-utils-dev_0.8.19-1_s390x.deb ... 126s Unpacking librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 126s Selecting previously unselected package librust-crossbeam-epoch-dev:s390x. 126s Preparing to unpack .../098-librust-crossbeam-epoch-dev_0.9.18-1_s390x.deb ... 126s Unpacking librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 126s Selecting previously unselected package librust-crossbeam-epoch+std-dev:s390x. 126s Preparing to unpack .../099-librust-crossbeam-epoch+std-dev_0.9.18-1_s390x.deb ... 126s Unpacking librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 126s Selecting previously unselected package librust-crossbeam-deque-dev:s390x. 126s Preparing to unpack .../100-librust-crossbeam-deque-dev_0.8.5-1_s390x.deb ... 126s Unpacking librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 126s Selecting previously unselected package librust-rayon-core-dev:s390x. 126s Preparing to unpack .../101-librust-rayon-core-dev_1.12.1-1_s390x.deb ... 126s Unpacking librust-rayon-core-dev:s390x (1.12.1-1) ... 126s Selecting previously unselected package librust-rayon-dev:s390x. 126s Preparing to unpack .../102-librust-rayon-dev_1.10.0-1_s390x.deb ... 126s Unpacking librust-rayon-dev:s390x (1.10.0-1) ... 126s Selecting previously unselected package librust-hashbrown-dev:s390x. 126s Preparing to unpack .../103-librust-hashbrown-dev_0.14.5-5_s390x.deb ... 126s Unpacking librust-hashbrown-dev:s390x (0.14.5-5) ... 126s Selecting previously unselected package librust-indexmap-dev:s390x. 126s Preparing to unpack .../104-librust-indexmap-dev_2.7.0-1_s390x.deb ... 126s Unpacking librust-indexmap-dev:s390x (2.7.0-1) ... 126s Selecting previously unselected package librust-stable-deref-trait-dev:s390x. 126s Preparing to unpack .../105-librust-stable-deref-trait-dev_1.2.0-1_s390x.deb ... 126s Unpacking librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 126s Selecting previously unselected package librust-gimli-dev:s390x. 126s Preparing to unpack .../106-librust-gimli-dev_0.31.1-2_s390x.deb ... 126s Unpacking librust-gimli-dev:s390x (0.31.1-2) ... 126s Selecting previously unselected package librust-memmap2-dev:s390x. 126s Preparing to unpack .../107-librust-memmap2-dev_0.9.5-1_s390x.deb ... 126s Unpacking librust-memmap2-dev:s390x (0.9.5-1) ... 126s Selecting previously unselected package librust-crc32fast-dev:s390x. 126s Preparing to unpack .../108-librust-crc32fast-dev_1.4.2-1_s390x.deb ... 126s Unpacking librust-crc32fast-dev:s390x (1.4.2-1) ... 126s Selecting previously unselected package librust-pkg-config-dev:s390x. 126s Preparing to unpack .../109-librust-pkg-config-dev_0.3.31-1_s390x.deb ... 126s Unpacking librust-pkg-config-dev:s390x (0.3.31-1) ... 126s Selecting previously unselected package librust-libz-sys-dev:s390x. 126s Preparing to unpack .../110-librust-libz-sys-dev_1.1.20-1_s390x.deb ... 126s Unpacking librust-libz-sys-dev:s390x (1.1.20-1) ... 126s Selecting previously unselected package librust-adler-dev:s390x. 126s Preparing to unpack .../111-librust-adler-dev_1.0.2-2_s390x.deb ... 126s Unpacking librust-adler-dev:s390x (1.0.2-2) ... 126s Selecting previously unselected package librust-miniz-oxide-dev:s390x. 126s Preparing to unpack .../112-librust-miniz-oxide-dev_0.7.1-1_s390x.deb ... 126s Unpacking librust-miniz-oxide-dev:s390x (0.7.1-1) ... 126s Selecting previously unselected package librust-flate2-dev:s390x. 126s Preparing to unpack .../113-librust-flate2-dev_1.0.34-1_s390x.deb ... 126s Unpacking librust-flate2-dev:s390x (1.0.34-1) ... 126s Selecting previously unselected package librust-sval-derive-dev:s390x. 126s Preparing to unpack .../114-librust-sval-derive-dev_2.6.1-2_s390x.deb ... 126s Unpacking librust-sval-derive-dev:s390x (2.6.1-2) ... 126s Selecting previously unselected package librust-sval-dev:s390x. 126s Preparing to unpack .../115-librust-sval-dev_2.6.1-2_s390x.deb ... 126s Unpacking librust-sval-dev:s390x (2.6.1-2) ... 126s Selecting previously unselected package librust-sval-ref-dev:s390x. 126s Preparing to unpack .../116-librust-sval-ref-dev_2.6.1-1_s390x.deb ... 126s Unpacking librust-sval-ref-dev:s390x (2.6.1-1) ... 126s Selecting previously unselected package librust-erased-serde-dev:s390x. 126s Preparing to unpack .../117-librust-erased-serde-dev_0.3.31-1_s390x.deb ... 126s Unpacking librust-erased-serde-dev:s390x (0.3.31-1) ... 126s Selecting previously unselected package librust-serde-fmt-dev. 126s Preparing to unpack .../118-librust-serde-fmt-dev_1.0.3-4_all.deb ... 126s Unpacking librust-serde-fmt-dev (1.0.3-4) ... 126s Selecting previously unselected package librust-no-panic-dev:s390x. 126s Preparing to unpack .../119-librust-no-panic-dev_0.1.32-1_s390x.deb ... 126s Unpacking librust-no-panic-dev:s390x (0.1.32-1) ... 126s Selecting previously unselected package librust-itoa-dev:s390x. 126s Preparing to unpack .../120-librust-itoa-dev_1.0.14-1_s390x.deb ... 126s Unpacking librust-itoa-dev:s390x (1.0.14-1) ... 126s Selecting previously unselected package librust-ryu-dev:s390x. 126s Preparing to unpack .../121-librust-ryu-dev_1.0.19-1_s390x.deb ... 126s Unpacking librust-ryu-dev:s390x (1.0.19-1) ... 126s Selecting previously unselected package librust-serde-json-dev:s390x. 126s Preparing to unpack .../122-librust-serde-json-dev_1.0.133-1_s390x.deb ... 126s Unpacking librust-serde-json-dev:s390x (1.0.133-1) ... 126s Selecting previously unselected package librust-serde-test-dev:s390x. 126s Preparing to unpack .../123-librust-serde-test-dev_1.0.171-1_s390x.deb ... 126s Unpacking librust-serde-test-dev:s390x (1.0.171-1) ... 126s Selecting previously unselected package librust-value-bag-serde1-dev:s390x. 126s Preparing to unpack .../124-librust-value-bag-serde1-dev_1.9.0-1_s390x.deb ... 126s Unpacking librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 126s Selecting previously unselected package librust-sval-buffer-dev:s390x. 126s Preparing to unpack .../125-librust-sval-buffer-dev_2.6.1-1_s390x.deb ... 126s Unpacking librust-sval-buffer-dev:s390x (2.6.1-1) ... 126s Selecting previously unselected package librust-sval-dynamic-dev:s390x. 126s Preparing to unpack .../126-librust-sval-dynamic-dev_2.6.1-1_s390x.deb ... 126s Unpacking librust-sval-dynamic-dev:s390x (2.6.1-1) ... 126s Selecting previously unselected package librust-sval-fmt-dev:s390x. 126s Preparing to unpack .../127-librust-sval-fmt-dev_2.6.1-1_s390x.deb ... 126s Unpacking librust-sval-fmt-dev:s390x (2.6.1-1) ... 126s Selecting previously unselected package librust-sval-serde-dev:s390x. 126s Preparing to unpack .../128-librust-sval-serde-dev_2.6.1-1_s390x.deb ... 126s Unpacking librust-sval-serde-dev:s390x (2.6.1-1) ... 126s Selecting previously unselected package librust-value-bag-sval2-dev:s390x. 126s Preparing to unpack .../129-librust-value-bag-sval2-dev_1.9.0-1_s390x.deb ... 126s Unpacking librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 126s Selecting previously unselected package librust-value-bag-dev:s390x. 126s Preparing to unpack .../130-librust-value-bag-dev_1.9.0-1_s390x.deb ... 126s Unpacking librust-value-bag-dev:s390x (1.9.0-1) ... 126s Selecting previously unselected package librust-log-dev:s390x. 126s Preparing to unpack .../131-librust-log-dev_0.4.22-1_s390x.deb ... 126s Unpacking librust-log-dev:s390x (0.4.22-1) ... 126s Selecting previously unselected package librust-memchr-dev:s390x. 126s Preparing to unpack .../132-librust-memchr-dev_2.7.4-1_s390x.deb ... 126s Unpacking librust-memchr-dev:s390x (2.7.4-1) ... 126s Selecting previously unselected package librust-blobby-dev:s390x. 126s Preparing to unpack .../133-librust-blobby-dev_0.3.1-1_s390x.deb ... 126s Unpacking librust-blobby-dev:s390x (0.3.1-1) ... 126s Selecting previously unselected package librust-typenum-dev:s390x. 126s Preparing to unpack .../134-librust-typenum-dev_1.17.0-2_s390x.deb ... 126s Unpacking librust-typenum-dev:s390x (1.17.0-2) ... 126s Selecting previously unselected package librust-zeroize-derive-dev:s390x. 126s Preparing to unpack .../135-librust-zeroize-derive-dev_1.4.2-1_s390x.deb ... 126s Unpacking librust-zeroize-derive-dev:s390x (1.4.2-1) ... 126s Selecting previously unselected package librust-zeroize-dev:s390x. 126s Preparing to unpack .../136-librust-zeroize-dev_1.8.1-1_s390x.deb ... 126s Unpacking librust-zeroize-dev:s390x (1.8.1-1) ... 126s Selecting previously unselected package librust-generic-array-dev:s390x. 126s Preparing to unpack .../137-librust-generic-array-dev_0.14.7-1_s390x.deb ... 126s Unpacking librust-generic-array-dev:s390x (0.14.7-1) ... 126s Selecting previously unselected package librust-block-buffer-dev:s390x. 126s Preparing to unpack .../138-librust-block-buffer-dev_0.10.2-2_s390x.deb ... 126s Unpacking librust-block-buffer-dev:s390x (0.10.2-2) ... 126s Selecting previously unselected package librust-const-oid-dev:s390x. 126s Preparing to unpack .../139-librust-const-oid-dev_0.9.6-1_s390x.deb ... 126s Unpacking librust-const-oid-dev:s390x (0.9.6-1) ... 126s Selecting previously unselected package librust-rand-core-dev:s390x. 126s Preparing to unpack .../140-librust-rand-core-dev_0.6.4-2_s390x.deb ... 126s Unpacking librust-rand-core-dev:s390x (0.6.4-2) ... 126s Selecting previously unselected package librust-rand-core+getrandom-dev:s390x. 126s Preparing to unpack .../141-librust-rand-core+getrandom-dev_0.6.4-2_s390x.deb ... 126s Unpacking librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 126s Selecting previously unselected package librust-crypto-common-dev:s390x. 126s Preparing to unpack .../142-librust-crypto-common-dev_0.1.6-1_s390x.deb ... 126s Unpacking librust-crypto-common-dev:s390x (0.1.6-1) ... 126s Selecting previously unselected package librust-subtle-dev:s390x. 126s Preparing to unpack .../143-librust-subtle-dev_2.6.1-1_s390x.deb ... 126s Unpacking librust-subtle-dev:s390x (2.6.1-1) ... 126s Selecting previously unselected package librust-digest-dev:s390x. 126s Preparing to unpack .../144-librust-digest-dev_0.10.7-2_s390x.deb ... 126s Unpacking librust-digest-dev:s390x (0.10.7-2) ... 127s Selecting previously unselected package librust-ppv-lite86-dev:s390x. 127s Preparing to unpack .../145-librust-ppv-lite86-dev_0.2.20-1_s390x.deb ... 127s Unpacking librust-ppv-lite86-dev:s390x (0.2.20-1) ... 127s Selecting previously unselected package librust-rand-chacha-dev:s390x. 127s Preparing to unpack .../146-librust-rand-chacha-dev_0.3.1-2_s390x.deb ... 127s Unpacking librust-rand-chacha-dev:s390x (0.3.1-2) ... 127s Selecting previously unselected package librust-rand-core+serde-dev:s390x. 127s Preparing to unpack .../147-librust-rand-core+serde-dev_0.6.4-2_s390x.deb ... 127s Unpacking librust-rand-core+serde-dev:s390x (0.6.4-2) ... 127s Selecting previously unselected package librust-rand-core+std-dev:s390x. 127s Preparing to unpack .../148-librust-rand-core+std-dev_0.6.4-2_s390x.deb ... 127s Unpacking librust-rand-core+std-dev:s390x (0.6.4-2) ... 127s Selecting previously unselected package librust-rand-dev:s390x. 127s Preparing to unpack .../149-librust-rand-dev_0.8.5-1_s390x.deb ... 127s Unpacking librust-rand-dev:s390x (0.8.5-1) ... 127s Selecting previously unselected package librust-static-assertions-dev:s390x. 127s Preparing to unpack .../150-librust-static-assertions-dev_1.1.0-1_s390x.deb ... 127s Unpacking librust-static-assertions-dev:s390x (1.1.0-1) ... 127s Selecting previously unselected package librust-twox-hash-dev:s390x. 127s Preparing to unpack .../151-librust-twox-hash-dev_1.6.3-1_s390x.deb ... 127s Unpacking librust-twox-hash-dev:s390x (1.6.3-1) ... 127s Selecting previously unselected package librust-ruzstd-dev:s390x. 127s Preparing to unpack .../152-librust-ruzstd-dev_0.7.3-2_s390x.deb ... 127s Unpacking librust-ruzstd-dev:s390x (0.7.3-2) ... 127s Selecting previously unselected package librust-object-dev:s390x. 127s Preparing to unpack .../153-librust-object-dev_0.36.5-2_s390x.deb ... 127s Unpacking librust-object-dev:s390x (0.36.5-2) ... 127s Selecting previously unselected package librust-rustc-demangle-dev:s390x. 127s Preparing to unpack .../154-librust-rustc-demangle-dev_0.1.24-1_s390x.deb ... 127s Unpacking librust-rustc-demangle-dev:s390x (0.1.24-1) ... 127s Selecting previously unselected package librust-typed-arena-dev:s390x. 127s Preparing to unpack .../155-librust-typed-arena-dev_2.0.2-1_s390x.deb ... 127s Unpacking librust-typed-arena-dev:s390x (2.0.2-1) ... 127s Selecting previously unselected package librust-addr2line-dev:s390x. 127s Preparing to unpack .../156-librust-addr2line-dev_0.24.2-2_s390x.deb ... 127s Unpacking librust-addr2line-dev:s390x (0.24.2-2) ... 127s Selecting previously unselected package librust-aho-corasick-dev:s390x. 127s Preparing to unpack .../157-librust-aho-corasick-dev_1.1.3-1_s390x.deb ... 127s Unpacking librust-aho-corasick-dev:s390x (1.1.3-1) ... 127s Selecting previously unselected package librust-bitflags-1-dev:s390x. 127s Preparing to unpack .../158-librust-bitflags-1-dev_1.3.2-7_s390x.deb ... 127s Unpacking librust-bitflags-1-dev:s390x (1.3.2-7) ... 127s Selecting previously unselected package librust-anes-dev:s390x. 127s Preparing to unpack .../159-librust-anes-dev_0.1.6-1_s390x.deb ... 127s Unpacking librust-anes-dev:s390x (0.1.6-1) ... 127s Selecting previously unselected package librust-anstyle-dev:s390x. 127s Preparing to unpack .../160-librust-anstyle-dev_1.0.8-1_s390x.deb ... 127s Unpacking librust-anstyle-dev:s390x (1.0.8-1) ... 127s Selecting previously unselected package librust-arrayvec-dev:s390x. 127s Preparing to unpack .../161-librust-arrayvec-dev_0.7.6-1_s390x.deb ... 127s Unpacking librust-arrayvec-dev:s390x (0.7.6-1) ... 127s Selecting previously unselected package librust-utf8parse-dev:s390x. 127s Preparing to unpack .../162-librust-utf8parse-dev_0.2.1-1_s390x.deb ... 127s Unpacking librust-utf8parse-dev:s390x (0.2.1-1) ... 127s Selecting previously unselected package librust-anstyle-parse-dev:s390x. 127s Preparing to unpack .../163-librust-anstyle-parse-dev_0.2.1-1_s390x.deb ... 127s Unpacking librust-anstyle-parse-dev:s390x (0.2.1-1) ... 127s Selecting previously unselected package librust-anstyle-query-dev:s390x. 127s Preparing to unpack .../164-librust-anstyle-query-dev_1.0.0-1_s390x.deb ... 127s Unpacking librust-anstyle-query-dev:s390x (1.0.0-1) ... 127s Selecting previously unselected package librust-colorchoice-dev:s390x. 127s Preparing to unpack .../165-librust-colorchoice-dev_1.0.0-1_s390x.deb ... 127s Unpacking librust-colorchoice-dev:s390x (1.0.0-1) ... 127s Selecting previously unselected package librust-anstream-dev:s390x. 127s Preparing to unpack .../166-librust-anstream-dev_0.6.15-1_s390x.deb ... 127s Unpacking librust-anstream-dev:s390x (0.6.15-1) ... 127s Selecting previously unselected package librust-bytecheck-derive-dev:s390x. 127s Preparing to unpack .../167-librust-bytecheck-derive-dev_0.8.0-1_s390x.deb ... 127s Unpacking librust-bytecheck-derive-dev:s390x (0.8.0-1) ... 127s Selecting previously unselected package librust-ptr-meta-derive-dev:s390x. 127s Preparing to unpack .../168-librust-ptr-meta-derive-dev_0.3.0-1_s390x.deb ... 127s Unpacking librust-ptr-meta-derive-dev:s390x (0.3.0-1) ... 127s Selecting previously unselected package librust-ptr-meta-dev:s390x. 127s Preparing to unpack .../169-librust-ptr-meta-dev_0.3.0-1_s390x.deb ... 127s Unpacking librust-ptr-meta-dev:s390x (0.3.0-1) ... 127s Selecting previously unselected package librust-rancor-dev:s390x. 127s Preparing to unpack .../170-librust-rancor-dev_0.1.0-1_s390x.deb ... 127s Unpacking librust-rancor-dev:s390x (0.1.0-1) ... 127s Selecting previously unselected package librust-simdutf8-dev:s390x. 127s Preparing to unpack .../171-librust-simdutf8-dev_0.1.4-4_s390x.deb ... 127s Unpacking librust-simdutf8-dev:s390x (0.1.4-4) ... 127s Selecting previously unselected package librust-bytemuck-derive-dev:s390x. 127s Preparing to unpack .../172-librust-bytemuck-derive-dev_1.5.0-2_s390x.deb ... 127s Unpacking librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 127s Selecting previously unselected package librust-bytemuck-dev:s390x. 127s Preparing to unpack .../173-librust-bytemuck-dev_1.21.0-1_s390x.deb ... 127s Unpacking librust-bytemuck-dev:s390x (1.21.0-1) ... 127s Selecting previously unselected package librust-atomic-dev:s390x. 127s Preparing to unpack .../174-librust-atomic-dev_0.6.0-1_s390x.deb ... 127s Unpacking librust-atomic-dev:s390x (0.6.0-1) ... 127s Selecting previously unselected package librust-jobserver-dev:s390x. 127s Preparing to unpack .../175-librust-jobserver-dev_0.1.32-1_s390x.deb ... 127s Unpacking librust-jobserver-dev:s390x (0.1.32-1) ... 127s Selecting previously unselected package librust-shlex-dev:s390x. 127s Preparing to unpack .../176-librust-shlex-dev_1.3.0-1_s390x.deb ... 127s Unpacking librust-shlex-dev:s390x (1.3.0-1) ... 127s Selecting previously unselected package librust-cc-dev:s390x. 127s Preparing to unpack .../177-librust-cc-dev_1.1.14-1_s390x.deb ... 127s Unpacking librust-cc-dev:s390x (1.1.14-1) ... 127s Selecting previously unselected package librust-md5-asm-dev:s390x. 127s Preparing to unpack .../178-librust-md5-asm-dev_0.5.0-2_s390x.deb ... 127s Unpacking librust-md5-asm-dev:s390x (0.5.0-2) ... 127s Selecting previously unselected package librust-md-5-dev:s390x. 127s Preparing to unpack .../179-librust-md-5-dev_0.10.6-1_s390x.deb ... 127s Unpacking librust-md-5-dev:s390x (0.10.6-1) ... 127s Selecting previously unselected package librust-cpufeatures-dev:s390x. 127s Preparing to unpack .../180-librust-cpufeatures-dev_0.2.16-1_s390x.deb ... 127s Unpacking librust-cpufeatures-dev:s390x (0.2.16-1) ... 127s Selecting previously unselected package librust-sha1-asm-dev:s390x. 127s Preparing to unpack .../181-librust-sha1-asm-dev_0.5.1-2_s390x.deb ... 127s Unpacking librust-sha1-asm-dev:s390x (0.5.1-2) ... 127s Selecting previously unselected package librust-sha1-dev:s390x. 127s Preparing to unpack .../182-librust-sha1-dev_0.10.6-1_s390x.deb ... 127s Unpacking librust-sha1-dev:s390x (0.10.6-1) ... 127s Selecting previously unselected package librust-slog-dev:s390x. 127s Preparing to unpack .../183-librust-slog-dev_2.7.0-1_s390x.deb ... 127s Unpacking librust-slog-dev:s390x (2.7.0-1) ... 127s Selecting previously unselected package librust-uuid-dev:s390x. 127s Preparing to unpack .../184-librust-uuid-dev_1.10.0-1_s390x.deb ... 127s Unpacking librust-uuid-dev:s390x (1.10.0-1) ... 127s Selecting previously unselected package librust-bytecheck-dev:s390x. 127s Preparing to unpack .../185-librust-bytecheck-dev_0.8.0-1_s390x.deb ... 127s Unpacking librust-bytecheck-dev:s390x (0.8.0-1) ... 127s Selecting previously unselected package librust-autocfg-dev:s390x. 127s Preparing to unpack .../186-librust-autocfg-dev_1.1.0-1_s390x.deb ... 127s Unpacking librust-autocfg-dev:s390x (1.1.0-1) ... 127s Selecting previously unselected package librust-num-traits-dev:s390x. 127s Preparing to unpack .../187-librust-num-traits-dev_0.2.19-2_s390x.deb ... 127s Unpacking librust-num-traits-dev:s390x (0.2.19-2) ... 127s Selecting previously unselected package librust-bytes-dev:s390x. 127s Preparing to unpack .../188-librust-bytes-dev_1.9.0-1_s390x.deb ... 127s Unpacking librust-bytes-dev:s390x (1.9.0-1) ... 127s Selecting previously unselected package librust-munge-macro-dev:s390x. 127s Preparing to unpack .../189-librust-munge-macro-dev_0.4.1-1_s390x.deb ... 127s Unpacking librust-munge-macro-dev:s390x (0.4.1-1) ... 127s Selecting previously unselected package librust-munge-dev:s390x. 127s Preparing to unpack .../190-librust-munge-dev_0.4.1-1_s390x.deb ... 127s Unpacking librust-munge-dev:s390x (0.4.1-1) ... 127s Selecting previously unselected package librust-rend-dev:s390x. 127s Preparing to unpack .../191-librust-rend-dev_0.5.2-1_s390x.deb ... 127s Unpacking librust-rend-dev:s390x (0.5.2-1) ... 127s Selecting previously unselected package librust-rkyv-derive-dev:s390x. 127s Preparing to unpack .../192-librust-rkyv-derive-dev_0.8.9-1_s390x.deb ... 127s Unpacking librust-rkyv-derive-dev:s390x (0.8.9-1) ... 127s Selecting previously unselected package librust-smol-str-dev:s390x. 127s Preparing to unpack .../193-librust-smol-str-dev_0.2.0-1_s390x.deb ... 127s Unpacking librust-smol-str-dev:s390x (0.2.0-1) ... 127s Selecting previously unselected package librust-thin-vec-dev:s390x. 127s Preparing to unpack .../194-librust-thin-vec-dev_0.2.13-2_s390x.deb ... 127s Unpacking librust-thin-vec-dev:s390x (0.2.13-2) ... 127s Selecting previously unselected package librust-tinyvec-dev:s390x. 127s Preparing to unpack .../195-librust-tinyvec-dev_1.6.0-2_s390x.deb ... 127s Unpacking librust-tinyvec-dev:s390x (1.6.0-2) ... 127s Selecting previously unselected package librust-tinyvec-macros-dev:s390x. 127s Preparing to unpack .../196-librust-tinyvec-macros-dev_0.1.0-1_s390x.deb ... 127s Unpacking librust-tinyvec-macros-dev:s390x (0.1.0-1) ... 127s Selecting previously unselected package librust-tinyvec+tinyvec-macros-dev:s390x. 127s Preparing to unpack .../197-librust-tinyvec+tinyvec-macros-dev_1.6.0-2_s390x.deb ... 127s Unpacking librust-tinyvec+tinyvec-macros-dev:s390x (1.6.0-2) ... 127s Selecting previously unselected package librust-arc-swap-dev:s390x. 127s Preparing to unpack .../198-librust-arc-swap-dev_1.7.1-1_s390x.deb ... 127s Unpacking librust-arc-swap-dev:s390x (1.7.1-1) ... 127s Selecting previously unselected package librust-unsize-dev:s390x. 127s Preparing to unpack .../199-librust-unsize-dev_1.1.0-1_s390x.deb ... 127s Unpacking librust-unsize-dev:s390x (1.1.0-1) ... 127s Selecting previously unselected package librust-triomphe-dev:s390x. 127s Preparing to unpack .../200-librust-triomphe-dev_0.1.14-1_s390x.deb ... 127s Unpacking librust-triomphe-dev:s390x (0.1.14-1) ... 127s Selecting previously unselected package librust-rkyv-dev:s390x. 127s Preparing to unpack .../201-librust-rkyv-dev_0.8.9-2_s390x.deb ... 127s Unpacking librust-rkyv-dev:s390x (0.8.9-2) ... 127s Selecting previously unselected package librust-num-complex-dev:s390x. 127s Preparing to unpack .../202-librust-num-complex-dev_0.4.6-3_s390x.deb ... 127s Unpacking librust-num-complex-dev:s390x (0.4.6-3) ... 127s Selecting previously unselected package librust-approx-dev:s390x. 127s Preparing to unpack .../203-librust-approx-dev_0.5.1-1_s390x.deb ... 127s Unpacking librust-approx-dev:s390x (0.5.1-1) ... 127s Selecting previously unselected package librust-syn-1-dev:s390x. 127s Preparing to unpack .../204-librust-syn-1-dev_1.0.109-3_s390x.deb ... 127s Unpacking librust-syn-1-dev:s390x (1.0.109-3) ... 127s Selecting previously unselected package librust-async-attributes-dev. 127s Preparing to unpack .../205-librust-async-attributes-dev_1.1.2-7_all.deb ... 127s Unpacking librust-async-attributes-dev (1.1.2-7) ... 127s Selecting previously unselected package librust-concurrent-queue-dev:s390x. 127s Preparing to unpack .../206-librust-concurrent-queue-dev_2.5.0-4_s390x.deb ... 127s Unpacking librust-concurrent-queue-dev:s390x (2.5.0-4) ... 127s Selecting previously unselected package librust-parking-dev:s390x. 127s Preparing to unpack .../207-librust-parking-dev_2.2.0-1_s390x.deb ... 127s Unpacking librust-parking-dev:s390x (2.2.0-1) ... 127s Selecting previously unselected package librust-pin-project-lite-dev:s390x. 127s Preparing to unpack .../208-librust-pin-project-lite-dev_0.2.13-1_s390x.deb ... 127s Unpacking librust-pin-project-lite-dev:s390x (0.2.13-1) ... 127s Selecting previously unselected package librust-event-listener-dev. 127s Preparing to unpack .../209-librust-event-listener-dev_5.4.0-3_all.deb ... 127s Unpacking librust-event-listener-dev (5.4.0-3) ... 127s Selecting previously unselected package librust-event-listener-strategy-dev:s390x. 127s Preparing to unpack .../210-librust-event-listener-strategy-dev_0.5.3-1_s390x.deb ... 127s Unpacking librust-event-listener-strategy-dev:s390x (0.5.3-1) ... 127s Selecting previously unselected package librust-futures-core-dev:s390x. 127s Preparing to unpack .../211-librust-futures-core-dev_0.3.31-1_s390x.deb ... 127s Unpacking librust-futures-core-dev:s390x (0.3.31-1) ... 127s Selecting previously unselected package librust-async-channel-dev. 127s Preparing to unpack .../212-librust-async-channel-dev_2.3.1-9_all.deb ... 127s Unpacking librust-async-channel-dev (2.3.1-9) ... 127s Selecting previously unselected package librust-async-task-dev. 127s Preparing to unpack .../213-librust-async-task-dev_4.7.1-4_all.deb ... 127s Unpacking librust-async-task-dev (4.7.1-4) ... 127s Selecting previously unselected package librust-fastrand-dev:s390x. 127s Preparing to unpack .../214-librust-fastrand-dev_2.1.1-1_s390x.deb ... 127s Unpacking librust-fastrand-dev:s390x (2.1.1-1) ... 127s Selecting previously unselected package librust-futures-io-dev:s390x. 127s Preparing to unpack .../215-librust-futures-io-dev_0.3.31-1_s390x.deb ... 127s Unpacking librust-futures-io-dev:s390x (0.3.31-1) ... 127s Selecting previously unselected package librust-futures-lite-dev:s390x. 127s Preparing to unpack .../216-librust-futures-lite-dev_2.3.0-2_s390x.deb ... 127s Unpacking librust-futures-lite-dev:s390x (2.3.0-2) ... 127s Selecting previously unselected package librust-slab-dev:s390x. 127s Preparing to unpack .../217-librust-slab-dev_0.4.9-1_s390x.deb ... 127s Unpacking librust-slab-dev:s390x (0.4.9-1) ... 127s Selecting previously unselected package librust-async-executor-dev. 127s Preparing to unpack .../218-librust-async-executor-dev_1.13.1-2_all.deb ... 127s Unpacking librust-async-executor-dev (1.13.1-2) ... 127s Selecting previously unselected package librust-async-lock-dev. 127s Preparing to unpack .../219-librust-async-lock-dev_3.4.0-5_all.deb ... 127s Unpacking librust-async-lock-dev (3.4.0-5) ... 127s Selecting previously unselected package librust-atomic-waker-dev:s390x. 127s Preparing to unpack .../220-librust-atomic-waker-dev_1.1.2-1_s390x.deb ... 127s Unpacking librust-atomic-waker-dev:s390x (1.1.2-1) ... 127s Selecting previously unselected package librust-tracing-attributes-dev:s390x. 128s Preparing to unpack .../221-librust-tracing-attributes-dev_0.1.27-1_s390x.deb ... 128s Unpacking librust-tracing-attributes-dev:s390x (0.1.27-1) ... 128s Selecting previously unselected package librust-valuable-derive-dev:s390x. 128s Preparing to unpack .../222-librust-valuable-derive-dev_0.1.0-1_s390x.deb ... 128s Unpacking librust-valuable-derive-dev:s390x (0.1.0-1) ... 128s Selecting previously unselected package librust-valuable-dev:s390x. 128s Preparing to unpack .../223-librust-valuable-dev_0.1.0-4_s390x.deb ... 128s Unpacking librust-valuable-dev:s390x (0.1.0-4) ... 128s Selecting previously unselected package librust-tracing-core-dev:s390x. 128s Preparing to unpack .../224-librust-tracing-core-dev_0.1.32-1_s390x.deb ... 128s Unpacking librust-tracing-core-dev:s390x (0.1.32-1) ... 128s Selecting previously unselected package librust-tracing-dev:s390x. 128s Preparing to unpack .../225-librust-tracing-dev_0.1.40-1_s390x.deb ... 128s Unpacking librust-tracing-dev:s390x (0.1.40-1) ... 128s Selecting previously unselected package librust-blocking-dev. 128s Preparing to unpack .../226-librust-blocking-dev_1.6.1-6_all.deb ... 128s Unpacking librust-blocking-dev (1.6.1-6) ... 128s Selecting previously unselected package librust-async-fs-dev. 128s Preparing to unpack .../227-librust-async-fs-dev_2.1.2-5_all.deb ... 128s Unpacking librust-async-fs-dev (2.1.2-5) ... 128s Selecting previously unselected package librust-bitflags-dev:s390x. 128s Preparing to unpack .../228-librust-bitflags-dev_2.8.0-1_s390x.deb ... 128s Unpacking librust-bitflags-dev:s390x (2.8.0-1) ... 128s Selecting previously unselected package librust-compiler-builtins+core-dev:s390x. 128s Preparing to unpack .../229-librust-compiler-builtins+core-dev_0.1.139-1_s390x.deb ... 128s Unpacking librust-compiler-builtins+core-dev:s390x (0.1.139-1) ... 128s Selecting previously unselected package librust-compiler-builtins+rustc-dep-of-std-dev:s390x. 128s Preparing to unpack .../230-librust-compiler-builtins+rustc-dep-of-std-dev_0.1.139-1_s390x.deb ... 128s Unpacking librust-compiler-builtins+rustc-dep-of-std-dev:s390x (0.1.139-1) ... 128s Selecting previously unselected package librust-errno-dev:s390x. 128s Preparing to unpack .../231-librust-errno-dev_0.3.8-1_s390x.deb ... 128s Unpacking librust-errno-dev:s390x (0.3.8-1) ... 128s Selecting previously unselected package librust-linux-raw-sys-dev:s390x. 128s Preparing to unpack .../232-librust-linux-raw-sys-dev_0.4.14-1_s390x.deb ... 128s Unpacking librust-linux-raw-sys-dev:s390x (0.4.14-1) ... 128s Selecting previously unselected package librust-rustix-dev:s390x. 128s Preparing to unpack .../233-librust-rustix-dev_0.38.37-1_s390x.deb ... 128s Unpacking librust-rustix-dev:s390x (0.38.37-1) ... 128s Selecting previously unselected package librust-polling-dev:s390x. 128s Preparing to unpack .../234-librust-polling-dev_3.4.0-1_s390x.deb ... 128s Unpacking librust-polling-dev:s390x (3.4.0-1) ... 128s Selecting previously unselected package librust-async-io-dev:s390x. 128s Preparing to unpack .../235-librust-async-io-dev_2.3.3-4_s390x.deb ... 128s Unpacking librust-async-io-dev:s390x (2.3.3-4) ... 128s Selecting previously unselected package librust-backtrace-dev:s390x. 128s Preparing to unpack .../236-librust-backtrace-dev_0.3.74-3_s390x.deb ... 128s Unpacking librust-backtrace-dev:s390x (0.3.74-3) ... 128s Selecting previously unselected package librust-mio-dev:s390x. 128s Preparing to unpack .../237-librust-mio-dev_1.0.2-3_s390x.deb ... 128s Unpacking librust-mio-dev:s390x (1.0.2-3) ... 128s Selecting previously unselected package librust-owning-ref-dev:s390x. 128s Preparing to unpack .../238-librust-owning-ref-dev_0.4.1-1_s390x.deb ... 128s Unpacking librust-owning-ref-dev:s390x (0.4.1-1) ... 128s Selecting previously unselected package librust-scopeguard-dev:s390x. 128s Preparing to unpack .../239-librust-scopeguard-dev_1.2.0-1_s390x.deb ... 128s Unpacking librust-scopeguard-dev:s390x (1.2.0-1) ... 128s Selecting previously unselected package librust-lock-api-dev:s390x. 128s Preparing to unpack .../240-librust-lock-api-dev_0.4.12-1_s390x.deb ... 128s Unpacking librust-lock-api-dev:s390x (0.4.12-1) ... 128s Selecting previously unselected package librust-parking-lot-dev:s390x. 128s Preparing to unpack .../241-librust-parking-lot-dev_0.12.3-1_s390x.deb ... 128s Unpacking librust-parking-lot-dev:s390x (0.12.3-1) ... 128s Selecting previously unselected package librust-signal-hook-registry-dev:s390x. 128s Preparing to unpack .../242-librust-signal-hook-registry-dev_1.4.0-1_s390x.deb ... 128s Unpacking librust-signal-hook-registry-dev:s390x (1.4.0-1) ... 128s Selecting previously unselected package librust-socket2-dev:s390x. 128s Preparing to unpack .../243-librust-socket2-dev_0.5.8-1_s390x.deb ... 128s Unpacking librust-socket2-dev:s390x (0.5.8-1) ... 128s Selecting previously unselected package librust-tokio-macros-dev:s390x. 128s Preparing to unpack .../244-librust-tokio-macros-dev_2.5.0-1_s390x.deb ... 128s Unpacking librust-tokio-macros-dev:s390x (2.5.0-1) ... 128s Selecting previously unselected package librust-tokio-dev:s390x. 128s Preparing to unpack .../245-librust-tokio-dev_1.43.0-1_s390x.deb ... 128s Unpacking librust-tokio-dev:s390x (1.43.0-1) ... 128s Selecting previously unselected package librust-async-global-executor-dev:s390x. 128s Preparing to unpack .../246-librust-async-global-executor-dev_2.4.1-5_s390x.deb ... 128s Unpacking librust-async-global-executor-dev:s390x (2.4.1-5) ... 128s Selecting previously unselected package librust-async-net-dev. 128s Preparing to unpack .../247-librust-async-net-dev_2.0.0-5_all.deb ... 128s Unpacking librust-async-net-dev (2.0.0-5) ... 128s Selecting previously unselected package librust-async-signal-dev:s390x. 128s Preparing to unpack .../248-librust-async-signal-dev_0.2.10-1_s390x.deb ... 128s Unpacking librust-async-signal-dev:s390x (0.2.10-1) ... 128s Selecting previously unselected package librust-async-process-dev. 128s Preparing to unpack .../249-librust-async-process-dev_2.3.0-2_all.deb ... 128s Unpacking librust-async-process-dev (2.3.0-2) ... 128s Selecting previously unselected package librust-kv-log-macro-dev. 128s Preparing to unpack .../250-librust-kv-log-macro-dev_1.0.8-5_all.deb ... 128s Unpacking librust-kv-log-macro-dev (1.0.8-5) ... 128s Selecting previously unselected package librust-pin-utils-dev:s390x. 128s Preparing to unpack .../251-librust-pin-utils-dev_0.1.0-1_s390x.deb ... 128s Unpacking librust-pin-utils-dev:s390x (0.1.0-1) ... 128s Selecting previously unselected package librust-async-std-dev. 128s Preparing to unpack .../252-librust-async-std-dev_1.13.0-4_all.deb ... 128s Unpacking librust-async-std-dev (1.13.0-4) ... 128s Selecting previously unselected package librust-async-trait-dev:s390x. 128s Preparing to unpack .../253-librust-async-trait-dev_0.1.83-1_s390x.deb ... 128s Unpacking librust-async-trait-dev:s390x (0.1.83-1) ... 128s Selecting previously unselected package librust-base64-dev:s390x. 128s Preparing to unpack .../254-librust-base64-dev_0.22.1-1_s390x.deb ... 128s Unpacking librust-base64-dev:s390x (0.22.1-1) ... 128s Selecting previously unselected package librust-bit-field-dev:s390x. 128s Preparing to unpack .../255-librust-bit-field-dev_0.10.2-1_s390x.deb ... 128s Unpacking librust-bit-field-dev:s390x (0.10.2-1) ... 128s Selecting previously unselected package librust-bumpalo-dev:s390x. 128s Preparing to unpack .../256-librust-bumpalo-dev_3.16.0-1_s390x.deb ... 128s Unpacking librust-bumpalo-dev:s390x (3.16.0-1) ... 128s Selecting previously unselected package librust-cast-dev:s390x. 128s Preparing to unpack .../257-librust-cast-dev_0.3.0-1_s390x.deb ... 128s Unpacking librust-cast-dev:s390x (0.3.0-1) ... 128s Selecting previously unselected package librust-iana-time-zone-dev:s390x. 128s Preparing to unpack .../258-librust-iana-time-zone-dev_0.1.60-1_s390x.deb ... 128s Unpacking librust-iana-time-zone-dev:s390x (0.1.60-1) ... 128s Selecting previously unselected package librust-wasm-bindgen-shared-dev:s390x. 128s Preparing to unpack .../259-librust-wasm-bindgen-shared-dev_0.2.99-1_s390x.deb ... 128s Unpacking librust-wasm-bindgen-shared-dev:s390x (0.2.99-1) ... 128s Selecting previously unselected package librust-wasm-bindgen-backend-dev:s390x. 128s Preparing to unpack .../260-librust-wasm-bindgen-backend-dev_0.2.99-1_s390x.deb ... 128s Unpacking librust-wasm-bindgen-backend-dev:s390x (0.2.99-1) ... 128s Selecting previously unselected package librust-wasm-bindgen-macro-support-dev:s390x. 128s Preparing to unpack .../261-librust-wasm-bindgen-macro-support-dev_0.2.99-1_s390x.deb ... 128s Unpacking librust-wasm-bindgen-macro-support-dev:s390x (0.2.99-1) ... 128s Selecting previously unselected package librust-wasm-bindgen-macro-dev:s390x. 128s Preparing to unpack .../262-librust-wasm-bindgen-macro-dev_0.2.99-1_s390x.deb ... 128s Unpacking librust-wasm-bindgen-macro-dev:s390x (0.2.99-1) ... 128s Selecting previously unselected package librust-wasm-bindgen-dev:s390x. 128s Preparing to unpack .../263-librust-wasm-bindgen-dev_0.2.99-1_s390x.deb ... 128s Unpacking librust-wasm-bindgen-dev:s390x (0.2.99-1) ... 128s Selecting previously unselected package librust-js-sys-dev:s390x. 128s Preparing to unpack .../264-librust-js-sys-dev_0.3.64-1_s390x.deb ... 128s Unpacking librust-js-sys-dev:s390x (0.3.64-1) ... 128s Selecting previously unselected package librust-pure-rust-locales-dev:s390x. 128s Preparing to unpack .../265-librust-pure-rust-locales-dev_0.8.1-1_s390x.deb ... 128s Unpacking librust-pure-rust-locales-dev:s390x (0.8.1-1) ... 128s Selecting previously unselected package librust-chrono-dev:s390x. 128s Preparing to unpack .../266-librust-chrono-dev_0.4.39-2_s390x.deb ... 128s Unpacking librust-chrono-dev:s390x (0.4.39-2) ... 128s Selecting previously unselected package librust-regex-syntax-dev:s390x. 128s Preparing to unpack .../267-librust-regex-syntax-dev_0.8.5-1_s390x.deb ... 128s Unpacking librust-regex-syntax-dev:s390x (0.8.5-1) ... 128s Selecting previously unselected package librust-regex-automata-dev:s390x. 128s Preparing to unpack .../268-librust-regex-automata-dev_0.4.9-2_s390x.deb ... 128s Unpacking librust-regex-automata-dev:s390x (0.4.9-2) ... 128s Selecting previously unselected package librust-regex-dev:s390x. 128s Preparing to unpack .../269-librust-regex-dev_1.11.1-2_s390x.deb ... 128s Unpacking librust-regex-dev:s390x (1.11.1-2) ... 128s Selecting previously unselected package librust-parse-zoneinfo-dev:s390x. 128s Preparing to unpack .../270-librust-parse-zoneinfo-dev_0.3.0-1_s390x.deb ... 128s Unpacking librust-parse-zoneinfo-dev:s390x (0.3.0-1) ... 128s Selecting previously unselected package librust-siphasher-dev:s390x. 128s Preparing to unpack .../271-librust-siphasher-dev_1.0.1-1_s390x.deb ... 128s Unpacking librust-siphasher-dev:s390x (1.0.1-1) ... 128s Selecting previously unselected package librust-phf-shared-dev:s390x. 128s Preparing to unpack .../272-librust-phf-shared-dev_0.11.2-2_s390x.deb ... 128s Unpacking librust-phf-shared-dev:s390x (0.11.2-2) ... 128s Selecting previously unselected package librust-phf-dev:s390x. 128s Preparing to unpack .../273-librust-phf-dev_0.11.2-1_s390x.deb ... 128s Unpacking librust-phf-dev:s390x (0.11.2-1) ... 128s Selecting previously unselected package librust-uncased-dev:s390x. 128s Preparing to unpack .../274-librust-uncased-dev_0.9.6-2_s390x.deb ... 128s Unpacking librust-uncased-dev:s390x (0.9.6-2) ... 128s Selecting previously unselected package librust-phf-shared+uncased-dev:s390x. 128s Preparing to unpack .../275-librust-phf-shared+uncased-dev_0.11.2-2_s390x.deb ... 128s Unpacking librust-phf-shared+uncased-dev:s390x (0.11.2-2) ... 128s Selecting previously unselected package librust-phf+uncased-dev:s390x. 128s Preparing to unpack .../276-librust-phf+uncased-dev_0.11.2-1_s390x.deb ... 128s Unpacking librust-phf+uncased-dev:s390x (0.11.2-1) ... 128s Selecting previously unselected package librust-ciborium-io-dev:s390x. 128s Preparing to unpack .../277-librust-ciborium-io-dev_0.2.2-1_s390x.deb ... 128s Unpacking librust-ciborium-io-dev:s390x (0.2.2-1) ... 128s Selecting previously unselected package librust-rand-distr-dev:s390x. 128s Preparing to unpack .../278-librust-rand-distr-dev_0.4.3-1_s390x.deb ... 128s Unpacking librust-rand-distr-dev:s390x (0.4.3-1) ... 128s Selecting previously unselected package librust-half-dev:s390x. 128s Preparing to unpack .../279-librust-half-dev_2.4.1-2_s390x.deb ... 128s Unpacking librust-half-dev:s390x (2.4.1-2) ... 128s Selecting previously unselected package librust-ciborium-ll-dev:s390x. 128s Preparing to unpack .../280-librust-ciborium-ll-dev_0.2.2-2_s390x.deb ... 128s Unpacking librust-ciborium-ll-dev:s390x (0.2.2-2) ... 128s Selecting previously unselected package librust-ciborium-dev:s390x. 128s Preparing to unpack .../281-librust-ciborium-dev_0.2.2-2_s390x.deb ... 128s Unpacking librust-ciborium-dev:s390x (0.2.2-2) ... 129s Selecting previously unselected package librust-clap-lex-dev:s390x. 129s Preparing to unpack .../282-librust-clap-lex-dev_0.7.4-1_s390x.deb ... 129s Unpacking librust-clap-lex-dev:s390x (0.7.4-1) ... 129s Selecting previously unselected package librust-strsim-dev:s390x. 129s Preparing to unpack .../283-librust-strsim-dev_0.11.1-1_s390x.deb ... 129s Unpacking librust-strsim-dev:s390x (0.11.1-1) ... 129s Selecting previously unselected package librust-terminal-size-dev:s390x. 129s Preparing to unpack .../284-librust-terminal-size-dev_0.3.0-2_s390x.deb ... 129s Unpacking librust-terminal-size-dev:s390x (0.3.0-2) ... 129s Selecting previously unselected package librust-unicase-dev:s390x. 129s Preparing to unpack .../285-librust-unicase-dev_2.8.0-1_s390x.deb ... 129s Unpacking librust-unicase-dev:s390x (2.8.0-1) ... 129s Selecting previously unselected package librust-unicode-width-dev:s390x. 129s Preparing to unpack .../286-librust-unicode-width-dev_0.2.0-1_s390x.deb ... 129s Unpacking librust-unicode-width-dev:s390x (0.2.0-1) ... 129s Selecting previously unselected package librust-clap-builder-dev:s390x. 129s Preparing to unpack .../287-librust-clap-builder-dev_4.5.23-1_s390x.deb ... 129s Unpacking librust-clap-builder-dev:s390x (4.5.23-1) ... 129s Selecting previously unselected package librust-unicode-segmentation-dev:s390x. 129s Preparing to unpack .../288-librust-unicode-segmentation-dev_1.12.0-1_s390x.deb ... 129s Unpacking librust-unicode-segmentation-dev:s390x (1.12.0-1) ... 129s Selecting previously unselected package librust-heck-dev:s390x. 129s Preparing to unpack .../289-librust-heck-dev_0.4.1-1_s390x.deb ... 129s Unpacking librust-heck-dev:s390x (0.4.1-1) ... 129s Selecting previously unselected package librust-clap-derive-dev:s390x. 129s Preparing to unpack .../290-librust-clap-derive-dev_4.5.18-1_s390x.deb ... 129s Unpacking librust-clap-derive-dev:s390x (4.5.18-1) ... 129s Selecting previously unselected package librust-clap-dev:s390x. 129s Preparing to unpack .../291-librust-clap-dev_4.5.23-1_s390x.deb ... 129s Unpacking librust-clap-dev:s390x (4.5.23-1) ... 129s Selecting previously unselected package librust-csv-core-dev:s390x. 129s Preparing to unpack .../292-librust-csv-core-dev_0.1.11-1_s390x.deb ... 129s Unpacking librust-csv-core-dev:s390x (0.1.11-1) ... 129s Selecting previously unselected package librust-csv-dev:s390x. 129s Preparing to unpack .../293-librust-csv-dev_1.3.0-1_s390x.deb ... 129s Unpacking librust-csv-dev:s390x (1.3.0-1) ... 129s Selecting previously unselected package librust-futures-sink-dev:s390x. 129s Preparing to unpack .../294-librust-futures-sink-dev_0.3.31-1_s390x.deb ... 129s Unpacking librust-futures-sink-dev:s390x (0.3.31-1) ... 129s Selecting previously unselected package librust-futures-channel-dev:s390x. 129s Preparing to unpack .../295-librust-futures-channel-dev_0.3.31-1_s390x.deb ... 129s Unpacking librust-futures-channel-dev:s390x (0.3.31-1) ... 129s Selecting previously unselected package librust-futures-task-dev:s390x. 129s Preparing to unpack .../296-librust-futures-task-dev_0.3.31-3_s390x.deb ... 129s Unpacking librust-futures-task-dev:s390x (0.3.31-3) ... 129s Selecting previously unselected package librust-futures-macro-dev:s390x. 129s Preparing to unpack .../297-librust-futures-macro-dev_0.3.31-1_s390x.deb ... 129s Unpacking librust-futures-macro-dev:s390x (0.3.31-1) ... 129s Selecting previously unselected package librust-futures-util-dev:s390x. 129s Preparing to unpack .../298-librust-futures-util-dev_0.3.31-1_s390x.deb ... 129s Unpacking librust-futures-util-dev:s390x (0.3.31-1) ... 129s Selecting previously unselected package librust-num-cpus-dev:s390x. 129s Preparing to unpack .../299-librust-num-cpus-dev_1.16.0-1_s390x.deb ... 129s Unpacking librust-num-cpus-dev:s390x (1.16.0-1) ... 129s Selecting previously unselected package librust-futures-executor-dev:s390x. 129s Preparing to unpack .../300-librust-futures-executor-dev_0.3.31-1_s390x.deb ... 129s Unpacking librust-futures-executor-dev:s390x (0.3.31-1) ... 129s Selecting previously unselected package librust-futures-dev:s390x. 129s Preparing to unpack .../301-librust-futures-dev_0.3.30-2_s390x.deb ... 129s Unpacking librust-futures-dev:s390x (0.3.30-2) ... 129s Selecting previously unselected package librust-is-terminal-dev:s390x. 129s Preparing to unpack .../302-librust-is-terminal-dev_0.4.13-1_s390x.deb ... 129s Unpacking librust-is-terminal-dev:s390x (0.4.13-1) ... 129s Selecting previously unselected package librust-itertools-dev:s390x. 129s Preparing to unpack .../303-librust-itertools-dev_0.13.0-3_s390x.deb ... 129s Unpacking librust-itertools-dev:s390x (0.13.0-3) ... 129s Selecting previously unselected package librust-oorandom-dev:s390x. 129s Preparing to unpack .../304-librust-oorandom-dev_11.1.3-1_s390x.deb ... 129s Unpacking librust-oorandom-dev:s390x (11.1.3-1) ... 129s Selecting previously unselected package librust-option-ext-dev:s390x. 129s Preparing to unpack .../305-librust-option-ext-dev_0.2.0-1_s390x.deb ... 129s Unpacking librust-option-ext-dev:s390x (0.2.0-1) ... 129s Selecting previously unselected package librust-dirs-sys-dev:s390x. 129s Preparing to unpack .../306-librust-dirs-sys-dev_0.4.1-1_s390x.deb ... 129s Unpacking librust-dirs-sys-dev:s390x (0.4.1-1) ... 129s Selecting previously unselected package librust-dirs-dev:s390x. 129s Preparing to unpack .../307-librust-dirs-dev_5.0.1-1_s390x.deb ... 129s Unpacking librust-dirs-dev:s390x (5.0.1-1) ... 129s Selecting previously unselected package librust-float-ord-dev:s390x. 129s Preparing to unpack .../308-librust-float-ord-dev_0.3.2-1_s390x.deb ... 129s Unpacking librust-float-ord-dev:s390x (0.3.2-1) ... 129s Selecting previously unselected package librust-freetype-sys-dev:s390x. 129s Preparing to unpack .../309-librust-freetype-sys-dev_0.20.1-1_s390x.deb ... 129s Unpacking librust-freetype-sys-dev:s390x (0.20.1-1) ... 129s Selecting previously unselected package librust-freetype-dev:s390x. 129s Preparing to unpack .../310-librust-freetype-dev_0.7.2-1_s390x.deb ... 129s Unpacking librust-freetype-dev:s390x (0.7.2-1) ... 129s Selecting previously unselected package librust-spin-dev:s390x. 129s Preparing to unpack .../311-librust-spin-dev_0.9.8-4_s390x.deb ... 129s Unpacking librust-spin-dev:s390x (0.9.8-4) ... 129s Selecting previously unselected package librust-lazy-static-dev:s390x. 129s Preparing to unpack .../312-librust-lazy-static-dev_1.5.0-1_s390x.deb ... 129s Unpacking librust-lazy-static-dev:s390x (1.5.0-1) ... 129s Selecting previously unselected package librust-semver-dev:s390x. 129s Preparing to unpack .../313-librust-semver-dev_1.0.23-1_s390x.deb ... 129s Unpacking librust-semver-dev:s390x (1.0.23-1) ... 129s Selecting previously unselected package librust-rustc-version-dev:s390x. 129s Preparing to unpack .../314-librust-rustc-version-dev_0.4.0-1_s390x.deb ... 129s Unpacking librust-rustc-version-dev:s390x (0.4.0-1) ... 129s Selecting previously unselected package librust-pathfinder-simd-dev:s390x. 129s Preparing to unpack .../315-librust-pathfinder-simd-dev_0.5.2-1_s390x.deb ... 129s Unpacking librust-pathfinder-simd-dev:s390x (0.5.2-1) ... 129s Selecting previously unselected package librust-pathfinder-geometry-dev:s390x. 129s Preparing to unpack .../316-librust-pathfinder-geometry-dev_0.5.1-1_s390x.deb ... 129s Unpacking librust-pathfinder-geometry-dev:s390x (0.5.1-1) ... 129s Selecting previously unselected package librust-winapi-i686-pc-windows-gnu-dev:s390x. 129s Preparing to unpack .../317-librust-winapi-i686-pc-windows-gnu-dev_0.4.0-1_s390x.deb ... 129s Unpacking librust-winapi-i686-pc-windows-gnu-dev:s390x (0.4.0-1) ... 129s Selecting previously unselected package librust-winapi-x86-64-pc-windows-gnu-dev:s390x. 129s Preparing to unpack .../318-librust-winapi-x86-64-pc-windows-gnu-dev_0.4.0-1_s390x.deb ... 129s Unpacking librust-winapi-x86-64-pc-windows-gnu-dev:s390x (0.4.0-1) ... 129s Selecting previously unselected package librust-winapi-dev:s390x. 129s Preparing to unpack .../319-librust-winapi-dev_0.3.9-1_s390x.deb ... 129s Unpacking librust-winapi-dev:s390x (0.3.9-1) ... 129s Selecting previously unselected package librust-winapi-util-dev:s390x. 129s Preparing to unpack .../320-librust-winapi-util-dev_0.1.6-1_s390x.deb ... 129s Unpacking librust-winapi-util-dev:s390x (0.1.6-1) ... 129s Selecting previously unselected package librust-same-file-dev:s390x. 129s Preparing to unpack .../321-librust-same-file-dev_1.0.6-1_s390x.deb ... 129s Unpacking librust-same-file-dev:s390x (1.0.6-1) ... 129s Selecting previously unselected package librust-walkdir-dev:s390x. 129s Preparing to unpack .../322-librust-walkdir-dev_2.5.0-1_s390x.deb ... 129s Unpacking librust-walkdir-dev:s390x (2.5.0-1) ... 129s Selecting previously unselected package librust-cstr-dev:s390x. 129s Preparing to unpack .../323-librust-cstr-dev_0.2.11-1_s390x.deb ... 129s Unpacking librust-cstr-dev:s390x (0.2.11-1) ... 129s Selecting previously unselected package librust-libloading-dev:s390x. 129s Preparing to unpack .../324-librust-libloading-dev_0.8.5-1_s390x.deb ... 129s Unpacking librust-libloading-dev:s390x (0.8.5-1) ... 129s Selecting previously unselected package librust-dlib-dev:s390x. 129s Preparing to unpack .../325-librust-dlib-dev_0.5.2-2_s390x.deb ... 129s Unpacking librust-dlib-dev:s390x (0.5.2-2) ... 129s Selecting previously unselected package librust-yeslogic-fontconfig-sys-dev:s390x. 129s Preparing to unpack .../326-librust-yeslogic-fontconfig-sys-dev_5.0.0-1_s390x.deb ... 129s Unpacking librust-yeslogic-fontconfig-sys-dev:s390x (5.0.0-1) ... 129s Selecting previously unselected package librust-font-kit-dev:s390x. 129s Preparing to unpack .../327-librust-font-kit-dev_0.14.2-2_s390x.deb ... 129s Unpacking librust-font-kit-dev:s390x (0.14.2-2) ... 129s Selecting previously unselected package librust-color-quant-dev:s390x. 129s Preparing to unpack .../328-librust-color-quant-dev_1.1.0-1_s390x.deb ... 129s Unpacking librust-color-quant-dev:s390x (1.1.0-1) ... 129s Selecting previously unselected package librust-nanorand-dev. 129s Preparing to unpack .../329-librust-nanorand-dev_0.7.0-12_all.deb ... 129s Unpacking librust-nanorand-dev (0.7.0-12) ... 129s Selecting previously unselected package librust-flume-dev. 129s Preparing to unpack .../330-librust-flume-dev_0.11.1+20241019-2_all.deb ... 129s Unpacking librust-flume-dev (0.11.1+20241019-2) ... 129s Selecting previously unselected package librust-lebe-dev:s390x. 129s Preparing to unpack .../331-librust-lebe-dev_0.5.2-1_s390x.deb ... 129s Unpacking librust-lebe-dev:s390x (0.5.2-1) ... 129s Selecting previously unselected package librust-simd-adler32-dev:s390x. 129s Preparing to unpack .../332-librust-simd-adler32-dev_0.3.7-1_s390x.deb ... 129s Unpacking librust-simd-adler32-dev:s390x (0.3.7-1) ... 129s Selecting previously unselected package librust-zune-inflate-dev:s390x. 129s Preparing to unpack .../333-librust-zune-inflate-dev_0.2.54-1_s390x.deb ... 129s Unpacking librust-zune-inflate-dev:s390x (0.2.54-1) ... 129s Selecting previously unselected package librust-exr-dev:s390x. 129s Preparing to unpack .../334-librust-exr-dev_1.72.0-1_s390x.deb ... 129s Unpacking librust-exr-dev:s390x (1.72.0-1) ... 129s Selecting previously unselected package librust-weezl-dev:s390x. 129s Preparing to unpack .../335-librust-weezl-dev_0.1.8-1_s390x.deb ... 129s Unpacking librust-weezl-dev:s390x (0.1.8-1) ... 129s Selecting previously unselected package librust-gif-dev:s390x. 129s Preparing to unpack .../336-librust-gif-dev_0.13.1-1_s390x.deb ... 129s Unpacking librust-gif-dev:s390x (0.13.1-1) ... 129s Selecting previously unselected package librust-quick-error-dev:s390x. 129s Preparing to unpack .../337-librust-quick-error-dev_2.0.1-1_s390x.deb ... 129s Unpacking librust-quick-error-dev:s390x (2.0.1-1) ... 129s Selecting previously unselected package librust-image-webp-dev:s390x. 129s Preparing to unpack .../338-librust-image-webp-dev_0.2.0-2_s390x.deb ... 129s Unpacking librust-image-webp-dev:s390x (0.2.0-2) ... 129s Selecting previously unselected package librust-png-dev:s390x. 129s Preparing to unpack .../339-librust-png-dev_0.17.7-3_s390x.deb ... 129s Unpacking librust-png-dev:s390x (0.17.7-3) ... 129s Selecting previously unselected package librust-qoi-dev:s390x. 129s Preparing to unpack .../340-librust-qoi-dev_0.4.1-2_s390x.deb ... 129s Unpacking librust-qoi-dev:s390x (0.4.1-2) ... 129s Selecting previously unselected package librust-thiserror-impl-dev:s390x. 129s Preparing to unpack .../341-librust-thiserror-impl-dev_2.0.11-1_s390x.deb ... 129s Unpacking librust-thiserror-impl-dev:s390x (2.0.11-1) ... 129s Selecting previously unselected package librust-thiserror-dev:s390x. 129s Preparing to unpack .../342-librust-thiserror-dev_2.0.11-1_s390x.deb ... 129s Unpacking librust-thiserror-dev:s390x (2.0.11-1) ... 129s Selecting previously unselected package librust-defmt-parser-dev:s390x. 129s Preparing to unpack .../343-librust-defmt-parser-dev_0.4.1-1_s390x.deb ... 129s Unpacking librust-defmt-parser-dev:s390x (0.4.1-1) ... 130s Selecting previously unselected package librust-proc-macro-error-attr2-dev:s390x. 130s Preparing to unpack .../344-librust-proc-macro-error-attr2-dev_2.0.0-1_s390x.deb ... 130s Unpacking librust-proc-macro-error-attr2-dev:s390x (2.0.0-1) ... 130s Selecting previously unselected package librust-proc-macro-error2-dev:s390x. 130s Preparing to unpack .../345-librust-proc-macro-error2-dev_2.0.1-1_s390x.deb ... 130s Unpacking librust-proc-macro-error2-dev:s390x (2.0.1-1) ... 130s Selecting previously unselected package librust-defmt-macros-dev:s390x. 130s Preparing to unpack .../346-librust-defmt-macros-dev_0.4.0-1_s390x.deb ... 130s Unpacking librust-defmt-macros-dev:s390x (0.4.0-1) ... 130s Selecting previously unselected package librust-defmt-dev:s390x. 130s Preparing to unpack .../347-librust-defmt-dev_0.3.10-1_s390x.deb ... 130s Unpacking librust-defmt-dev:s390x (0.3.10-1) ... 130s Selecting previously unselected package librust-rgb-dev:s390x. 130s Preparing to unpack .../348-librust-rgb-dev_0.8.50-1_s390x.deb ... 130s Unpacking librust-rgb-dev:s390x (0.8.50-1) ... 130s Selecting previously unselected package librust-jpeg-decoder-dev:s390x. 130s Preparing to unpack .../349-librust-jpeg-decoder-dev_0.3.0-1_s390x.deb ... 130s Unpacking librust-jpeg-decoder-dev:s390x (0.3.0-1) ... 130s Selecting previously unselected package librust-tiff-dev:s390x. 130s Preparing to unpack .../350-librust-tiff-dev_0.9.0-1_s390x.deb ... 130s Unpacking librust-tiff-dev:s390x (0.9.0-1) ... 130s Selecting previously unselected package librust-zune-core-dev:s390x. 130s Preparing to unpack .../351-librust-zune-core-dev_0.4.12-1_s390x.deb ... 130s Unpacking librust-zune-core-dev:s390x (0.4.12-1) ... 130s Selecting previously unselected package librust-zune-jpeg-dev:s390x. 130s Preparing to unpack .../352-librust-zune-jpeg-dev_0.4.14-1_s390x.deb ... 130s Unpacking librust-zune-jpeg-dev:s390x (0.4.14-1) ... 130s Selecting previously unselected package librust-image-dev:s390x. 130s Preparing to unpack .../353-librust-image-dev_0.25.5-3_s390x.deb ... 130s Unpacking librust-image-dev:s390x (0.25.5-3) ... 130s Selecting previously unselected package librust-plotters-backend-dev:s390x. 130s Preparing to unpack .../354-librust-plotters-backend-dev_0.3.7-1_s390x.deb ... 130s Unpacking librust-plotters-backend-dev:s390x (0.3.7-1) ... 130s Selecting previously unselected package librust-plotters-bitmap-dev:s390x. 130s Preparing to unpack .../355-librust-plotters-bitmap-dev_0.3.7-3_s390x.deb ... 130s Unpacking librust-plotters-bitmap-dev:s390x (0.3.7-3) ... 130s Selecting previously unselected package librust-plotters-svg-dev:s390x. 130s Preparing to unpack .../356-librust-plotters-svg-dev_0.3.7-1_s390x.deb ... 130s Unpacking librust-plotters-svg-dev:s390x (0.3.7-1) ... 130s Selecting previously unselected package librust-plotters-dev:s390x. 130s Preparing to unpack .../357-librust-plotters-dev_0.3.7-2_s390x.deb ... 130s Unpacking librust-plotters-dev:s390x (0.3.7-2) ... 130s Selecting previously unselected package librust-smol-dev. 130s Preparing to unpack .../358-librust-smol-dev_2.0.2-2_all.deb ... 130s Unpacking librust-smol-dev (2.0.2-2) ... 130s Selecting previously unselected package librust-tinytemplate-dev:s390x. 130s Preparing to unpack .../359-librust-tinytemplate-dev_1.2.1-1_s390x.deb ... 130s Unpacking librust-tinytemplate-dev:s390x (1.2.1-1) ... 130s Selecting previously unselected package librust-criterion-dev. 130s Preparing to unpack .../360-librust-criterion-dev_0.5.1-10_all.deb ... 130s Unpacking librust-criterion-dev (0.5.1-10) ... 130s Selecting previously unselected package librust-phf-generator-dev:s390x. 130s Preparing to unpack .../361-librust-phf-generator-dev_0.11.2-2_s390x.deb ... 130s Unpacking librust-phf-generator-dev:s390x (0.11.2-2) ... 130s Selecting previously unselected package librust-phf-codegen-dev:s390x. 130s Preparing to unpack .../362-librust-phf-codegen-dev_0.11.2-1_s390x.deb ... 130s Unpacking librust-phf-codegen-dev:s390x (0.11.2-1) ... 130s Selecting previously unselected package librust-chrono-tz-build-dev:s390x. 130s Preparing to unpack .../363-librust-chrono-tz-build-dev_0.2.1-1_s390x.deb ... 130s Unpacking librust-chrono-tz-build-dev:s390x (0.2.1-1) ... 130s Selecting previously unselected package librust-chrono-tz-dev:s390x. 130s Preparing to unpack .../364-librust-chrono-tz-dev_0.8.6-2_s390x.deb ... 130s Unpacking librust-chrono-tz-dev:s390x (0.8.6-2) ... 130s Selecting previously unselected package librust-env-filter-dev:s390x. 130s Preparing to unpack .../365-librust-env-filter-dev_0.1.3-1_s390x.deb ... 130s Unpacking librust-env-filter-dev:s390x (0.1.3-1) ... 130s Selecting previously unselected package librust-humantime-dev:s390x. 130s Preparing to unpack .../366-librust-humantime-dev_2.1.0-2_s390x.deb ... 130s Unpacking librust-humantime-dev:s390x (2.1.0-2) ... 130s Selecting previously unselected package librust-env-logger-dev:s390x. 130s Preparing to unpack .../367-librust-env-logger-dev_0.11.5-2_s390x.deb ... 130s Unpacking librust-env-logger-dev:s390x (0.11.5-2) ... 130s Selecting previously unselected package librust-fnv-dev:s390x. 130s Preparing to unpack .../368-librust-fnv-dev_1.0.7-1_s390x.deb ... 130s Unpacking librust-fnv-dev:s390x (1.0.7-1) ... 130s Selecting previously unselected package librust-percent-encoding-dev:s390x. 130s Preparing to unpack .../369-librust-percent-encoding-dev_2.3.1-1_s390x.deb ... 130s Unpacking librust-percent-encoding-dev:s390x (2.3.1-1) ... 130s Selecting previously unselected package librust-form-urlencoded-dev:s390x. 130s Preparing to unpack .../370-librust-form-urlencoded-dev_1.2.1-1_s390x.deb ... 130s Unpacking librust-form-urlencoded-dev:s390x (1.2.1-1) ... 130s Selecting previously unselected package librust-geo-types-dev:s390x. 130s Preparing to unpack .../371-librust-geo-types-dev_0.7.11-2_s390x.deb ... 130s Unpacking librust-geo-types-dev:s390x (0.7.11-2) ... 130s Selecting previously unselected package librust-thiserror-impl-1-dev:s390x. 130s Preparing to unpack .../372-librust-thiserror-impl-1-dev_1.0.69-1_s390x.deb ... 130s Unpacking librust-thiserror-impl-1-dev:s390x (1.0.69-1) ... 130s Selecting previously unselected package librust-thiserror-1-dev:s390x. 130s Preparing to unpack .../373-librust-thiserror-1-dev_1.0.69-1_s390x.deb ... 130s Unpacking librust-thiserror-1-dev:s390x (1.0.69-1) ... 130s Selecting previously unselected package librust-geojson-dev:s390x. 130s Preparing to unpack .../374-librust-geojson-dev_0.24.1-1_s390x.deb ... 130s Unpacking librust-geojson-dev:s390x (0.24.1-1) ... 130s Selecting previously unselected package librust-http-0.2-dev:s390x. 130s Preparing to unpack .../375-librust-http-0.2-dev_0.2.11-1_s390x.deb ... 130s Unpacking librust-http-0.2-dev:s390x (0.2.11-1) ... 130s Selecting previously unselected package librust-tokio-util-dev:s390x. 130s Preparing to unpack .../376-librust-tokio-util-dev_0.7.10-1_s390x.deb ... 130s Unpacking librust-tokio-util-dev:s390x (0.7.10-1) ... 130s Selecting previously unselected package librust-h2-dev:s390x. 130s Preparing to unpack .../377-librust-h2-dev_0.4.4-2_s390x.deb ... 130s Unpacking librust-h2-dev:s390x (0.4.4-2) ... 130s Selecting previously unselected package librust-http-body-0.4-dev:s390x. 130s Preparing to unpack .../378-librust-http-body-0.4-dev_0.4.6-1_s390x.deb ... 130s Unpacking librust-http-body-0.4-dev:s390x (0.4.6-1) ... 130s Selecting previously unselected package librust-httparse-dev:s390x. 130s Preparing to unpack .../379-librust-httparse-dev_1.8.0-1_s390x.deb ... 130s Unpacking librust-httparse-dev:s390x (1.8.0-1) ... 130s Selecting previously unselected package librust-httpdate-dev:s390x. 130s Preparing to unpack .../380-librust-httpdate-dev_1.0.2-1_s390x.deb ... 130s Unpacking librust-httpdate-dev:s390x (1.0.2-1) ... 130s Selecting previously unselected package librust-tower-service-dev:s390x. 130s Preparing to unpack .../381-librust-tower-service-dev_0.3.3-1_s390x.deb ... 130s Unpacking librust-tower-service-dev:s390x (0.3.3-1) ... 130s Selecting previously unselected package librust-try-lock-dev:s390x. 130s Preparing to unpack .../382-librust-try-lock-dev_0.2.5-1_s390x.deb ... 130s Unpacking librust-try-lock-dev:s390x (0.2.5-1) ... 130s Selecting previously unselected package librust-want-dev:s390x. 130s Preparing to unpack .../383-librust-want-dev_0.3.0-1_s390x.deb ... 130s Unpacking librust-want-dev:s390x (0.3.0-1) ... 130s Selecting previously unselected package librust-hyper-0.14-dev:s390x. 130s Preparing to unpack .../384-librust-hyper-0.14-dev_0.14.32-1_s390x.deb ... 130s Unpacking librust-hyper-0.14-dev:s390x (0.14.32-1) ... 130s Selecting previously unselected package librust-untrusted-dev:s390x. 130s Preparing to unpack .../385-librust-untrusted-dev_0.9.0-2_s390x.deb ... 130s Unpacking librust-untrusted-dev:s390x (0.9.0-2) ... 130s Selecting previously unselected package librust-ring-dev:s390x. 130s Preparing to unpack .../386-librust-ring-dev_0.17.8-2_s390x.deb ... 130s Unpacking librust-ring-dev:s390x (0.17.8-2) ... 130s Selecting previously unselected package librust-rustls-webpki-dev. 130s Preparing to unpack .../387-librust-rustls-webpki-dev_0.101.7-4_all.deb ... 130s Unpacking librust-rustls-webpki-dev (0.101.7-4) ... 130s Selecting previously unselected package librust-sct-dev:s390x. 130s Preparing to unpack .../388-librust-sct-dev_0.7.1-3_s390x.deb ... 130s Unpacking librust-sct-dev:s390x (0.7.1-3) ... 130s Selecting previously unselected package librust-rustls-dev. 130s Preparing to unpack .../389-librust-rustls-dev_0.21.12-9_all.deb ... 130s Unpacking librust-rustls-dev (0.21.12-9) ... 130s Selecting previously unselected package librust-openssl-probe-dev:s390x. 130s Preparing to unpack .../390-librust-openssl-probe-dev_0.1.2-1_s390x.deb ... 130s Unpacking librust-openssl-probe-dev:s390x (0.1.2-1) ... 130s Selecting previously unselected package librust-rustls-pemfile-dev:s390x. 130s Preparing to unpack .../391-librust-rustls-pemfile-dev_1.0.3-2_s390x.deb ... 130s Unpacking librust-rustls-pemfile-dev:s390x (1.0.3-2) ... 130s Selecting previously unselected package librust-rustls-native-certs-dev. 130s Preparing to unpack .../392-librust-rustls-native-certs-dev_0.6.3-4_all.deb ... 130s Unpacking librust-rustls-native-certs-dev (0.6.3-4) ... 130s Selecting previously unselected package librust-tokio-rustls-dev:s390x. 130s Preparing to unpack .../393-librust-tokio-rustls-dev_0.24.1-1_s390x.deb ... 130s Unpacking librust-tokio-rustls-dev:s390x (0.24.1-1) ... 130s Selecting previously unselected package librust-hyper-rustls-dev. 130s Preparing to unpack .../394-librust-hyper-rustls-dev_0.24.2-5_all.deb ... 130s Unpacking librust-hyper-rustls-dev (0.24.2-5) ... 130s Selecting previously unselected package librust-unicode-bidi-dev:s390x. 130s Preparing to unpack .../395-librust-unicode-bidi-dev_0.3.17-1_s390x.deb ... 130s Unpacking librust-unicode-bidi-dev:s390x (0.3.17-1) ... 130s Selecting previously unselected package librust-unicode-normalization-dev:s390x. 130s Preparing to unpack .../396-librust-unicode-normalization-dev_0.1.22-1_s390x.deb ... 130s Unpacking librust-unicode-normalization-dev:s390x (0.1.22-1) ... 130s Selecting previously unselected package librust-idna-dev:s390x. 131s Preparing to unpack .../397-librust-idna-dev_0.4.0-1_s390x.deb ... 131s Unpacking librust-idna-dev:s390x (0.4.0-1) ... 131s Selecting previously unselected package librust-url-dev:s390x. 131s Preparing to unpack .../398-librust-url-dev_2.5.2-1_s390x.deb ... 131s Unpacking librust-url-dev:s390x (2.5.2-1) ... 131s Selecting previously unselected package librust-railway-core-dev:s390x. 131s Preparing to unpack .../399-librust-railway-core-dev_0.1.0-2_s390x.deb ... 131s Unpacking librust-railway-core-dev:s390x (0.1.0-2) ... 131s Selecting previously unselected package librust-railway-provider-db-movas-dev:s390x. 131s Preparing to unpack .../400-librust-railway-provider-db-movas-dev_0.1.0-1_s390x.deb ... 131s Unpacking librust-railway-provider-db-movas-dev:s390x (0.1.0-1) ... 131s Setting up librust-ciborium-io-dev:s390x (0.2.2-1) ... 131s Setting up librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 131s Setting up librust-parking-dev:s390x (2.2.0-1) ... 131s Setting up librust-pin-utils-dev:s390x (0.1.0-1) ... 131s Setting up librust-simd-adler32-dev:s390x (0.3.7-1) ... 131s Setting up librust-fnv-dev:s390x (1.0.7-1) ... 131s Setting up librust-quick-error-dev:s390x (2.0.1-1) ... 131s Setting up librust-either-dev:s390x (1.13.0-1) ... 131s Setting up librust-openssl-probe-dev:s390x (0.1.2-1) ... 131s Setting up librust-adler-dev:s390x (1.0.2-2) ... 131s Setting up dh-cargo-tools (31ubuntu4) ... 131s Setting up librust-version-check-dev:s390x (0.9.5-1) ... 131s Setting up librust-base64-dev:s390x (0.22.1-1) ... 131s Setting up librust-anstyle-dev:s390x (1.0.8-1) ... 131s Setting up librust-winapi-i686-pc-windows-gnu-dev:s390x (0.4.0-1) ... 131s Setting up librust-futures-task-dev:s390x (0.3.31-3) ... 131s Setting up librust-wasm-bindgen-shared-dev:s390x (0.2.99-1) ... 131s Setting up libarchive-zip-perl (1.68-1) ... 131s Setting up librust-colorchoice-dev:s390x (1.0.0-1) ... 131s Setting up librust-fastrand-dev:s390x (2.1.1-1) ... 131s Setting up librust-rustls-pemfile-dev:s390x (1.0.3-2) ... 131s Setting up libdebhelper-perl (13.23ubuntu1) ... 131s Setting up librust-tinyvec-macros-dev:s390x (0.1.0-1) ... 131s Setting up librust-libm-dev:s390x (0.2.8-1) ... 131s Setting up librust-typed-arena-dev:s390x (2.0.2-1) ... 131s Setting up librust-httparse-dev:s390x (1.8.0-1) ... 131s Setting up librust-strsim-dev:s390x (0.11.1-1) ... 131s Setting up librust-option-ext-dev:s390x (0.2.0-1) ... 131s Setting up m4 (1.4.19-5) ... 131s Setting up librust-rustc-demangle-dev:s390x (0.1.24-1) ... 131s Setting up librust-fallible-iterator-dev:s390x (0.3.0-2) ... 131s Setting up librust-ryu-dev:s390x (1.0.19-1) ... 131s Setting up librust-humantime-dev:s390x (2.1.0-2) ... 131s Setting up librust-anstyle-query-dev:s390x (1.0.0-1) ... 131s Setting up librust-cast-dev:s390x (0.3.0-1) ... 131s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 131s Setting up librust-subtle-dev:s390x (2.6.1-1) ... 131s Setting up librust-simdutf8-dev:s390x (0.1.4-4) ... 131s Setting up librust-atomic-waker-dev:s390x (1.1.2-1) ... 131s Setting up librust-miniz-oxide-dev:s390x (0.7.1-1) ... 131s Setting up librust-pin-project-lite-dev:s390x (0.2.13-1) ... 131s Setting up librust-unicode-segmentation-dev:s390x (1.12.0-1) ... 131s Setting up librust-compiler-builtins-dev:s390x (0.1.139-1) ... 131s Setting up librust-zune-inflate-dev:s390x (0.2.54-1) ... 131s Setting up librust-weezl-dev:s390x (0.1.8-1) ... 131s Setting up librust-utf8parse-dev:s390x (0.2.1-1) ... 131s Setting up librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 131s Setting up librust-rustls-native-certs-dev (0.6.3-4) ... 131s Setting up autotools-dev (20220109.1) ... 131s Setting up libpkgconf3:s390x (1.8.1-4) ... 131s Setting up librust-oorandom-dev:s390x (11.1.3-1) ... 131s Setting up libexpat1-dev:s390x (2.6.4-1) ... 131s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 131s Setting up librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 131s Setting up librust-bit-field-dev:s390x (0.10.2-1) ... 131s Setting up librust-futures-io-dev:s390x (0.3.31-1) ... 131s Setting up librust-typenum-dev:s390x (1.17.0-2) ... 131s Setting up uuid-dev:s390x (2.40.2-14ubuntu1) ... 131s Setting up librust-core-maths-dev:s390x (0.1.1-1) ... 131s Setting up librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 131s Setting up librust-critical-section-dev:s390x (1.2.0-1) ... 131s Setting up librust-scopeguard-dev:s390x (1.2.0-1) ... 131s Setting up librust-iana-time-zone-dev:s390x (0.1.60-1) ... 131s Setting up fonts-dejavu-mono (2.37-8) ... 131s Setting up libmpc3:s390x (1.3.1-1build2) ... 131s Setting up librust-rand-core-dev:s390x (0.6.4-2) ... 131s Setting up librust-try-lock-dev:s390x (0.2.5-1) ... 131s Setting up autopoint (0.23.1-1) ... 131s Setting up librust-lebe-dev:s390x (0.5.2-1) ... 131s Setting up fonts-dejavu-core (2.37-8) ... 131s Setting up pkgconf-bin (1.8.1-4) ... 131s Setting up librust-ab-glyph-rasterizer-dev:s390x (0.1.7-1) ... 131s Setting up librust-crunchy-dev:s390x (0.2.2-1) ... 131s Setting up libgit2-1.9:s390x (1.9.0~ds-0ubuntu1) ... 131s Setting up librust-unicase-dev:s390x (2.8.0-1) ... 131s Setting up librust-unicode-width-dev:s390x (0.2.0-1) ... 131s Setting up autoconf (2.72-3) ... 131s Setting up libstd-rust-1.84:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 131s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 131s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 131s Setting up librust-tower-service-dev:s390x (0.3.3-1) ... 131s Setting up librust-unicode-ident-dev:s390x (1.0.13-1) ... 131s Setting up librust-equivalent-dev:s390x (1.0.1-1) ... 131s Setting up dwz (0.15-1build6) ... 131s Setting up librust-bitflags-1-dev:s390x (1.3.2-7) ... 131s Setting up librust-uncased-dev:s390x (0.9.6-2) ... 131s Setting up librust-slog-dev:s390x (2.7.0-1) ... 131s Setting up librust-pure-rust-locales-dev:s390x (0.8.1-1) ... 131s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 131s Setting up libstd-rust-1.84-dev:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 131s Setting up librust-ttf-parser-dev:s390x (0.24.1-1) ... 131s Setting up librust-cfg-if-dev:s390x (1.0.0-1) ... 131s Setting up debugedit (1:5.1-2) ... 131s Setting up librust-color-quant-dev:s390x (1.1.0-1) ... 131s Setting up librust-blobby-dev:s390x (0.3.1-1) ... 131s Setting up librust-httpdate-dev:s390x (1.0.2-1) ... 131s Setting up librust-percent-encoding-dev:s390x (2.3.1-1) ... 131s Setting up librust-byteorder-dev:s390x (1.5.0-1) ... 131s Setting up librust-static-assertions-dev:s390x (1.1.0-1) ... 131s Setting up librust-compiler-builtins+core-dev:s390x (0.1.139-1) ... 131s Setting up librust-float-ord-dev:s390x (0.3.2-1) ... 131s Setting up librust-untrusted-dev:s390x (0.9.0-2) ... 131s Setting up librust-autocfg-dev:s390x (1.1.0-1) ... 131s Setting up libisl23:s390x (0.27-1) ... 131s Setting up librust-futures-sink-dev:s390x (0.3.31-1) ... 131s Setting up librust-tinyvec-dev:s390x (1.6.0-2) ... 131s Setting up librust-plotters-backend-dev:s390x (0.3.7-1) ... 131s Setting up librust-shlex-dev:s390x (1.3.0-1) ... 131s Setting up librust-cpp-demangle-dev:s390x (0.4.0-1) ... 131s Setting up librust-winapi-x86-64-pc-windows-gnu-dev:s390x (0.4.0-1) ... 131s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 131s Setting up libbrotli-dev:s390x (1.1.0-2build3) ... 131s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 131s Setting up librust-clap-lex-dev:s390x (0.7.4-1) ... 131s Setting up librust-itertools-dev:s390x (0.13.0-3) ... 131s Setting up librust-heck-dev:s390x (0.4.1-1) ... 131s Setting up libbz2-dev:s390x (1.0.8-6) ... 131s Setting up automake (1:1.17-3) ... 131s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 131s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 131s Setting up librust-owned-ttf-parser-dev:s390x (0.24.0-1) ... 131s Setting up librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 131s Setting up librust-form-urlencoded-dev:s390x (1.2.1-1) ... 131s Setting up librust-libc-dev:s390x (0.2.169-1) ... 131s Setting up librust-is-terminal-dev:s390x (0.4.13-1) ... 131s Setting up librust-dirs-sys-dev:s390x (0.4.1-1) ... 131s Setting up gettext (0.23.1-1) ... 131s Setting up librust-gif-dev:s390x (0.13.1-1) ... 131s Setting up librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 131s Setting up librust-tiny-keccak-dev:s390x (2.0.2-1) ... 131s Setting up librust-unsize-dev:s390x (1.1.0-1) ... 131s Setting up librust-image-webp-dev:s390x (0.2.0-2) ... 131s Setting up librust-linux-raw-sys-dev:s390x (0.4.14-1) ... 131s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 131s Setting up librust-getrandom-dev:s390x (0.2.15-1) ... 131s Setting up librust-libloading-dev:s390x (0.8.5-1) ... 131s Setting up librust-socket2-dev:s390x (0.5.8-1) ... 131s Setting up librust-memmap2-dev:s390x (0.9.5-1) ... 131s Setting up librust-ab-glyph-rasterizer+libm-dev:s390x (0.1.7-1) ... 131s Setting up libpng-dev:s390x (1.6.46-4) ... 131s Setting up librust-tinyvec+tinyvec-macros-dev:s390x (1.6.0-2) ... 131s Setting up librust-owning-ref-dev:s390x (0.4.1-1) ... 131s Setting up librust-num-cpus-dev:s390x (1.16.0-1) ... 131s Setting up librust-cpufeatures-dev:s390x (0.2.16-1) ... 131s Setting up librust-proc-macro2-dev:s390x (1.0.92-1) ... 131s Setting up librust-compiler-builtins+rustc-dep-of-std-dev:s390x (0.1.139-1) ... 131s Setting up librust-rayon-core-dev:s390x (1.12.1-1) ... 131s Setting up librust-winapi-dev:s390x (0.3.9-1) ... 131s Setting up pkgconf:s390x (1.8.1-4) ... 131s Setting up librust-ab-glyph-dev:s390x (0.2.28-1) ... 131s Setting up libfreetype-dev:s390x (2.13.3+dfsg-1) ... 131s Setting up intltool-debian (0.35.0+20060710.6) ... 131s Setting up librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 131s Setting up librust-signal-hook-registry-dev:s390x (1.4.0-1) ... 131s Setting up librust-errno-dev:s390x (0.3.8-1) ... 131s Setting up librust-anes-dev:s390x (0.1.6-1) ... 131s Setting up librust-jobserver-dev:s390x (0.1.32-1) ... 131s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 131s Setting up cpp-14 (14.2.0-16ubuntu1) ... 131s Setting up dh-strip-nondeterminism (1.14.1-2) ... 131s Setting up librust-crc32fast-dev:s390x (1.4.2-1) ... 131s Setting up librust-num-traits-dev:s390x (0.2.19-2) ... 131s Setting up librust-winapi-util-dev:s390x (0.1.6-1) ... 131s Setting up libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 131s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 131s Setting up librust-same-file-dev:s390x (1.0.6-1) ... 131s Setting up librust-rayon-dev:s390x (1.10.0-1) ... 131s Setting up librust-dirs-dev:s390x (5.0.1-1) ... 131s Setting up librust-pkg-config-dev:s390x (0.3.31-1) ... 131s Setting up librust-jpeg-decoder-dev:s390x (0.3.0-1) ... 131s Setting up librust-dlib-dev:s390x (0.5.2-2) ... 131s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 131s Setting up libfontconfig-dev:s390x (2.15.0-1.1ubuntu2) ... 131s Setting up po-debconf (1.0.21+nmu1) ... 131s Setting up librust-quote-dev:s390x (1.0.37-1) ... 131s Setting up librust-proc-macro-error-attr2-dev:s390x (2.0.0-1) ... 131s Setting up librust-libz-sys-dev:s390x (1.1.20-1) ... 131s Setting up librust-syn-dev:s390x (2.0.96-2) ... 131s Setting up librust-rand-core+std-dev:s390x (0.6.4-2) ... 131s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 131s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 131s Setting up librust-rkyv-derive-dev:s390x (0.8.9-1) ... 131s Setting up librust-sval-derive-dev:s390x (2.6.1-2) ... 131s Setting up librust-munge-macro-dev:s390x (0.4.1-1) ... 131s Setting up librust-cc-dev:s390x (1.1.14-1) ... 131s Setting up librust-zeroize-derive-dev:s390x (1.4.2-1) ... 131s Setting up librust-syn-1-dev:s390x (1.0.109-3) ... 131s Setting up librust-clap-derive-dev:s390x (4.5.18-1) ... 131s Setting up librust-bytecheck-derive-dev:s390x (0.8.0-1) ... 131s Setting up librust-async-trait-dev:s390x (0.1.83-1) ... 131s Setting up librust-proc-macro-error2-dev:s390x (2.0.1-1) ... 131s Setting up librust-no-panic-dev:s390x (0.1.32-1) ... 131s Setting up cpp (4:14.2.0-1ubuntu1) ... 131s Setting up librust-serde-derive-dev:s390x (1.0.217-1) ... 131s Setting up librust-walkdir-dev:s390x (2.5.0-1) ... 131s Setting up librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 131s Setting up librust-sha1-asm-dev:s390x (0.5.1-2) ... 131s Setting up librust-valuable-derive-dev:s390x (0.1.0-1) ... 131s Setting up librust-serde-dev:s390x (1.0.217-1) ... 131s Setting up librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 131s Setting up librust-thiserror-impl-1-dev:s390x (1.0.69-1) ... 131s Setting up librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 131s Setting up librust-allocator-api2-dev:s390x (0.2.16-1) ... 131s Setting up librust-thiserror-impl-dev:s390x (2.0.11-1) ... 131s Setting up librust-async-attributes-dev (1.1.2-7) ... 131s Setting up librust-futures-macro-dev:s390x (0.3.31-1) ... 131s Setting up librust-thiserror-1-dev:s390x (1.0.69-1) ... 131s Setting up librust-thiserror-dev:s390x (2.0.11-1) ... 131s Setting up librust-tracing-attributes-dev:s390x (0.1.27-1) ... 131s Setting up librust-cstr-dev:s390x (0.2.11-1) ... 131s Setting up librust-ptr-meta-derive-dev:s390x (0.3.0-1) ... 131s Setting up librust-serde-fmt-dev (1.0.3-4) ... 131s Setting up librust-arc-swap-dev:s390x (1.7.1-1) ... 131s Setting up librust-munge-dev:s390x (0.4.1-1) ... 131s Setting up librust-portable-atomic-dev:s390x (1.10.0-3) ... 131s Setting up librust-tokio-macros-dev:s390x (2.5.0-1) ... 131s Setting up librust-flate2-dev:s390x (1.0.34-1) ... 131s Setting up librust-freetype-sys-dev:s390x (0.20.1-1) ... 131s Setting up librust-lock-api-dev:s390x (0.4.12-1) ... 131s Setting up librust-ptr-meta-dev:s390x (0.3.0-1) ... 131s Setting up librust-sval-dev:s390x (2.6.1-2) ... 131s Setting up librust-itoa-dev:s390x (1.0.14-1) ... 131s Setting up gcc-14 (14.2.0-16ubuntu1) ... 131s Setting up librust-bytes-dev:s390x (1.9.0-1) ... 131s Setting up librust-bumpalo-dev:s390x (3.16.0-1) ... 131s Setting up librust-triomphe-dev:s390x (0.1.14-1) ... 131s Setting up librust-rand-core+serde-dev:s390x (0.6.4-2) ... 131s Setting up librust-sval-ref-dev:s390x (2.6.1-1) ... 131s Setting up librust-zerocopy-dev:s390x (0.7.34-1) ... 131s Setting up librust-md5-asm-dev:s390x (0.5.0-2) ... 131s Setting up librust-semver-dev:s390x (1.0.23-1) ... 131s Setting up librust-freetype-dev:s390x (0.7.2-1) ... 131s Setting up librust-thin-vec-dev:s390x (0.2.13-2) ... 131s Setting up librust-bytemuck-dev:s390x (1.21.0-1) ... 131s Setting up librust-zeroize-dev:s390x (1.8.1-1) ... 131s Setting up librust-rancor-dev:s390x (0.1.0-1) ... 131s Setting up librust-slab-dev:s390x (0.4.9-1) ... 131s Setting up librust-arbitrary-dev:s390x (1.4.1-1) ... 131s Setting up librust-valuable-dev:s390x (0.1.0-4) ... 131s Setting up librust-serde-test-dev:s390x (1.0.171-1) ... 131s Setting up librust-concurrent-queue-dev:s390x (2.5.0-4) ... 131s Setting up librust-erased-serde-dev:s390x (0.3.31-1) ... 131s Setting up librust-defmt-parser-dev:s390x (0.4.1-1) ... 131s Setting up librust-tiff-dev:s390x (0.9.0-1) ... 131s Setting up librust-smol-str-dev:s390x (0.2.0-1) ... 131s Setting up librust-atomic-dev:s390x (0.6.0-1) ... 131s Setting up librust-defmt-macros-dev:s390x (0.4.0-1) ... 131s Setting up librust-generic-array-dev:s390x (0.14.7-1) ... 131s Setting up librust-ppv-lite86-dev:s390x (0.2.20-1) ... 131s Setting up librust-rand-chacha-dev:s390x (0.3.1-2) ... 131s Setting up librust-spin-dev:s390x (0.9.8-4) ... 131s Setting up librust-http-0.2-dev:s390x (0.2.11-1) ... 131s Setting up librust-sval-dynamic-dev:s390x (2.6.1-1) ... 131s Setting up librust-qoi-dev:s390x (0.4.1-2) ... 131s Setting up librust-async-task-dev (4.7.1-4) ... 131s Setting up librust-crypto-common-dev:s390x (0.1.6-1) ... 131s Setting up librust-http-body-0.4-dev:s390x (0.4.6-1) ... 131s Setting up librust-futures-core-dev:s390x (0.3.31-1) ... 131s Setting up librust-lazy-static-dev:s390x (1.5.0-1) ... 131s Setting up libtool (2.5.4-3build1) ... 131s Setting up librust-sval-buffer-dev:s390x (2.6.1-1) ... 131s Setting up librust-arrayvec-dev:s390x (0.7.6-1) ... 131s Setting up librust-png-dev:s390x (0.17.7-3) ... 131s Setting up librust-rustc-version-dev:s390x (0.4.0-1) ... 131s Setting up librust-event-listener-dev (5.4.0-3) ... 131s Setting up librust-ring-dev:s390x (0.17.8-2) ... 131s Setting up librust-nanorand-dev (0.7.0-12) ... 131s Setting up librust-smallvec-dev:s390x (1.13.2-1) ... 131s Setting up librust-sval-fmt-dev:s390x (2.6.1-1) ... 131s Setting up librust-const-oid-dev:s390x (0.9.6-1) ... 131s Setting up gcc (4:14.2.0-1ubuntu1) ... 131s Setting up librust-anstyle-parse-dev:s390x (0.2.1-1) ... 131s Setting up dh-autoreconf (20) ... 131s Setting up librust-block-buffer-dev:s390x (0.10.2-2) ... 131s Setting up librust-pathfinder-simd-dev:s390x (0.5.2-1) ... 131s Setting up librust-unicode-normalization-dev:s390x (0.1.22-1) ... 131s Setting up librust-anstream-dev:s390x (0.6.15-1) ... 131s Setting up librust-bitflags-dev:s390x (2.8.0-1) ... 131s Setting up rustc-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 131s Setting up librust-regex-syntax-dev:s390x (0.8.5-1) ... 131s Setting up rustc (1.84.0ubuntu1) ... 131s Setting up librust-parking-lot-core-dev:s390x (0.9.10-1) ... 131s Setting up librust-defmt-dev:s390x (0.3.10-1) ... 131s Setting up librust-futures-channel-dev:s390x (0.3.31-1) ... 131s Setting up librust-once-cell-dev:s390x (1.20.2-1) ... 131s Setting up librust-rustls-webpki-dev (0.101.7-4) ... 131s Setting up librust-flume-dev (0.11.1+20241019-2) ... 131s Setting up librust-digest-dev:s390x (0.10.7-2) ... 131s Setting up librust-md-5-dev:s390x (0.10.6-1) ... 131s Setting up librust-sval-serde-dev:s390x (2.6.1-1) ... 131s Setting up librust-unicode-bidi-dev:s390x (0.3.17-1) ... 131s Setting up librust-parking-lot-dev:s390x (0.12.3-1) ... 131s Setting up cargo-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 131s Setting up librust-event-listener-strategy-dev:s390x (0.5.3-1) ... 131s Setting up librust-sct-dev:s390x (0.7.1-3) ... 131s Setting up librust-const-random-macro-dev:s390x (0.1.16-2) ... 131s Setting up librust-const-random-dev:s390x (0.1.17-2) ... 131s Setting up librust-sha1-dev:s390x (0.10.6-1) ... 131s Setting up debhelper (13.23ubuntu1) ... 131s Setting up librust-ahash-dev (0.8.11-9) ... 131s Setting up librust-async-channel-dev (2.3.1-9) ... 131s Setting up librust-tracing-core-dev:s390x (0.1.32-1) ... 131s Setting up cargo (1.84.0ubuntu1) ... 131s Setting up dh-cargo (31ubuntu4) ... 131s Setting up librust-async-lock-dev (3.4.0-5) ... 131s Setting up librust-yeslogic-fontconfig-sys-dev:s390x (5.0.0-1) ... 131s Setting up librust-idna-dev:s390x (0.4.0-1) ... 131s Setting up librust-rustix-dev:s390x (0.38.37-1) ... 131s Setting up librust-rgb-dev:s390x (0.8.50-1) ... 131s Setting up librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 131s Setting up librust-url-dev:s390x (2.5.2-1) ... 131s Setting up librust-hashbrown-dev:s390x (0.14.5-5) ... 131s Setting up librust-terminal-size-dev:s390x (0.3.0-2) ... 131s Setting up librust-indexmap-dev:s390x (2.7.0-1) ... 131s Setting up librust-gimli-dev:s390x (0.31.1-2) ... 131s Setting up librust-memchr-dev:s390x (2.7.4-1) ... 131s Setting up librust-futures-util-dev:s390x (0.3.31-1) ... 131s Setting up librust-csv-core-dev:s390x (0.1.11-1) ... 131s Setting up librust-futures-lite-dev:s390x (2.3.0-2) ... 131s Setting up librust-csv-dev:s390x (1.3.0-1) ... 131s Setting up librust-serde-json-dev:s390x (1.0.133-1) ... 131s Setting up librust-siphasher-dev:s390x (1.0.1-1) ... 131s Setting up librust-async-executor-dev (1.13.1-2) ... 131s Setting up librust-phf-shared-dev:s390x (0.11.2-2) ... 131s Setting up librust-futures-executor-dev:s390x (0.3.31-1) ... 131s Setting up librust-phf-dev:s390x (0.11.2-1) ... 131s Setting up librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 131s Setting up librust-tinytemplate-dev:s390x (1.2.1-1) ... 131s Setting up librust-futures-dev:s390x (0.3.30-2) ... 131s Setting up librust-phf-shared+uncased-dev:s390x (0.11.2-2) ... 131s Setting up librust-value-bag-dev:s390x (1.9.0-1) ... 131s Setting up librust-log-dev:s390x (0.4.22-1) ... 131s Setting up librust-kv-log-macro-dev (1.0.8-5) ... 131s Setting up librust-pathfinder-geometry-dev:s390x (0.5.1-1) ... 131s Setting up librust-tracing-dev:s390x (0.1.40-1) ... 131s Setting up librust-polling-dev:s390x (3.4.0-1) ... 131s Setting up librust-want-dev:s390x (0.3.0-1) ... 131s Setting up librust-aho-corasick-dev:s390x (1.1.3-1) ... 131s Setting up librust-phf+uncased-dev:s390x (0.11.2-1) ... 131s Setting up librust-font-kit-dev:s390x (0.14.2-2) ... 131s Setting up librust-async-io-dev:s390x (2.3.3-4) ... 131s Setting up librust-rustls-dev (0.21.12-9) ... 131s Setting up librust-blocking-dev (1.6.1-6) ... 131s Setting up librust-zune-core-dev:s390x (0.4.12-1) ... 131s Setting up librust-async-net-dev (2.0.0-5) ... 131s Setting up librust-rand-dev:s390x (0.8.5-1) ... 131s Setting up librust-mio-dev:s390x (1.0.2-3) ... 131s Setting up librust-wasm-bindgen-backend-dev:s390x (0.2.99-1) ... 131s Setting up librust-rand-distr-dev:s390x (0.4.3-1) ... 131s Setting up librust-twox-hash-dev:s390x (1.6.3-1) ... 131s Setting up librust-wasm-bindgen-macro-support-dev:s390x (0.2.99-1) ... 131s Setting up librust-regex-automata-dev:s390x (0.4.9-2) ... 131s Setting up librust-wasm-bindgen-macro-dev:s390x (0.2.99-1) ... 131s Setting up librust-uuid-dev:s390x (1.10.0-1) ... 131s Setting up librust-ruzstd-dev:s390x (0.7.3-2) ... 131s Setting up librust-async-signal-dev:s390x (0.2.10-1) ... 131s Setting up librust-bytecheck-dev:s390x (0.8.0-1) ... 131s Setting up librust-zune-jpeg-dev:s390x (0.4.14-1) ... 131s Setting up librust-async-fs-dev (2.1.2-5) ... 131s Setting up librust-wasm-bindgen-dev:s390x (0.2.99-1) ... 131s Setting up librust-js-sys-dev:s390x (0.3.64-1) ... 131s Setting up librust-regex-dev:s390x (1.11.1-2) ... 131s Setting up librust-async-process-dev (2.3.0-2) ... 131s Setting up librust-object-dev:s390x (0.36.5-2) ... 131s Setting up librust-rend-dev:s390x (0.5.2-1) ... 131s Setting up librust-rkyv-dev:s390x (0.8.9-2) ... 131s Setting up librust-env-filter-dev:s390x (0.1.3-1) ... 131s Setting up librust-addr2line-dev:s390x (0.24.2-2) ... 131s Setting up librust-half-dev:s390x (2.4.1-2) ... 131s Setting up librust-parse-zoneinfo-dev:s390x (0.3.0-1) ... 131s Setting up librust-smol-dev (2.0.2-2) ... 131s Setting up librust-ciborium-ll-dev:s390x (0.2.2-2) ... 131s Setting up librust-chrono-dev:s390x (0.4.39-2) ... 131s Setting up librust-num-complex-dev:s390x (0.4.6-3) ... 131s Setting up librust-approx-dev:s390x (0.5.1-1) ... 131s Setting up librust-ciborium-dev:s390x (0.2.2-2) ... 131s Setting up librust-exr-dev:s390x (1.72.0-1) ... 131s Setting up librust-geo-types-dev:s390x (0.7.11-2) ... 131s Setting up librust-backtrace-dev:s390x (0.3.74-3) ... 131s Setting up librust-env-logger-dev:s390x (0.11.5-2) ... 131s Setting up librust-tokio-dev:s390x (1.43.0-1) ... 131s Setting up librust-async-global-executor-dev:s390x (2.4.1-5) ... 131s Setting up librust-geojson-dev:s390x (0.24.1-1) ... 131s Setting up librust-clap-builder-dev:s390x (4.5.23-1) ... 131s Setting up librust-tokio-util-dev:s390x (0.7.10-1) ... 131s Setting up librust-image-dev:s390x (0.25.5-3) ... 131s Setting up librust-tokio-rustls-dev:s390x (0.24.1-1) ... 131s Setting up librust-clap-dev:s390x (4.5.23-1) ... 131s Setting up librust-plotters-bitmap-dev:s390x (0.3.7-3) ... 131s Setting up librust-async-std-dev (1.13.0-4) ... 131s Setting up librust-h2-dev:s390x (0.4.4-2) ... 131s Setting up librust-plotters-svg-dev:s390x (0.3.7-1) ... 131s Setting up librust-hyper-0.14-dev:s390x (0.14.32-1) ... 131s Setting up librust-hyper-rustls-dev (0.24.2-5) ... 131s Setting up librust-plotters-dev:s390x (0.3.7-2) ... 131s Setting up librust-criterion-dev (0.5.1-10) ... 131s Setting up librust-phf-generator-dev:s390x (0.11.2-2) ... 131s Setting up librust-phf-codegen-dev:s390x (0.11.2-1) ... 131s Setting up librust-chrono-tz-build-dev:s390x (0.2.1-1) ... 131s Setting up librust-chrono-tz-dev:s390x (0.8.6-2) ... 131s Setting up librust-railway-core-dev:s390x (0.1.0-2) ... 131s Setting up librust-railway-provider-db-movas-dev:s390x (0.1.0-1) ... 131s Processing triggers for libc-bin (2.40-4ubuntu1) ... 131s Processing triggers for man-db (2.13.0-1) ... 131s Processing triggers for install-info (7.1.1-1) ... 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-railway-provider-db-movas-dev'], kind short, sout pipe, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.dodFYD/rust-railway-provider-db-movas:@-packages.all"], kind short, sout raw, serr pipe, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/rust-railway-provider-db-movas%3A%40-packages.all /tmp/autopkgtest-work.vbrnmat2/out/rust-railway-provider-db-movas%3A%40-packages.all 132s autopkgtest: DBG: got reply from testbed: ok 132s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.dodFYD/build.JqI/src'], kind short, sout raw, serr raw, env [] 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.dodFYD/build.JqI/src already exists 132s autopkgtest [21:12:53]: test rust-railway-provider-db-movas:@: /usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --all-features 132s autopkgtest [21:12:53]: test rust-railway-provider-db-movas:@: [----------------------- 132s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.dodFYD/wrapper.sh --debug --artifacts=/tmp/autopkgtest.dodFYD/rust-railway-provider-db-movas:@-artifacts --chdir=/tmp/autopkgtest.dodFYD/build.JqI/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.dodFYD/rust-railway-provider-db-movas:@-stderr --stdout=/tmp/autopkgtest.dodFYD/rust-railway-provider-db-movas:@-stdout --tmp=/tmp/autopkgtest.dodFYD/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 railway-provider-db-movas 0.1.0 --all-targets --all-features'"], kind test, sout raw, serr raw, env [] 132s /tmp/autopkgtest.dodFYD/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.dodFYD/rust-railway-provider-db-movas:@-artifacts 132s /tmp/autopkgtest.dodFYD/wrapper.sh: changing to directory: /tmp/autopkgtest.dodFYD/build.JqI/src 132s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 132s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 132s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 132s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 132s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: LANG=C.UTF-8 132s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LANGUAGE 132s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_ADDRESS 132s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_ALL 132s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_COLLATE 132s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_CTYPE 132s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_IDENTIFICATION 132s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MEASUREMENT 132s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MESSAGES 132s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MONETARY 132s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_NAME 132s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_NUMERIC 132s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_PAPER 132s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_TELEPHONE 132s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_TIME 132s /tmp/autopkgtest.dodFYD/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 132s /tmp/autopkgtest.dodFYD/wrapper.sh: pretending to be a login shell 132s /tmp/autopkgtest.dodFYD/wrapper.sh: will write standard error to /tmp/autopkgtest.dodFYD/rust-railway-provider-db-movas:@-stderr 132s /tmp/autopkgtest.dodFYD/wrapper.sh: will write stdout to /tmp/autopkgtest.dodFYD/rust-railway-provider-db-movas:@-stdout 132s /tmp/autopkgtest.dodFYD/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.dodFYD/autopkgtest_tmp 132s /tmp/autopkgtest.dodFYD/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 132s /tmp/autopkgtest.dodFYD/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --all-features 132s /tmp/autopkgtest.dodFYD/wrapper.sh: copying /tmp/tmp.KbF52pVSOq/out to stdout and file: /tmp/autopkgtest.dodFYD/rust-railway-provider-db-movas:@-stdout 132s /tmp/autopkgtest.dodFYD/wrapper.sh: copying /tmp/tmp.KbF52pVSOq/err to standard error and file: /tmp/autopkgtest.dodFYD/rust-railway-provider-db-movas:@-stdout 132s /tmp/autopkgtest.dodFYD/wrapper.sh: writing script pid 5343 to /tmp/autopkgtest_script_pid 133s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 133s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 133s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 133s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.mkunhNCJYf/registry/ 133s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 133s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 133s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 133s 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'],) {} 133s Compiling proc-macro2 v1.0.92 133s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn` 133s Compiling unicode-ident v1.0.13 133s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn` 133s Compiling siphasher v1.0.1 133s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/siphasher-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/siphasher-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' 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.mkunhNCJYf/target/debug/deps rustc --crate-name siphasher --edition=2018 /tmp/tmp.mkunhNCJYf/registry/siphasher-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=4b9ab36ba684b98f -C extra-filename=-4b9ab36ba684b98f --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn` 133s Compiling phf_shared v0.11.2 133s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_shared CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/phf_shared-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/phf_shared-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Support code shared by PHF libraries' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_shared CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name phf_shared --edition=2021 /tmp/tmp.mkunhNCJYf/registry/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=96345fb2bb3c7b2c -C extra-filename=-96345fb2bb3c7b2c --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern siphasher=/tmp/tmp.mkunhNCJYf/target/debug/deps/libsiphasher-4b9ab36ba684b98f.rmeta --cap-lints warn` 133s Compiling rand_core v0.6.4 133s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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. 133s ' 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.mkunhNCJYf/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.mkunhNCJYf/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=fe79e05e504a2b04 -C extra-filename=-fe79e05e504a2b04 --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn` 133s warning: unexpected `cfg` condition name: `doc_cfg` 133s --> /tmp/tmp.mkunhNCJYf/registry/rand_core-0.6.4/src/lib.rs:38:13 133s | 133s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 133s | ^^^^^^^ 133s | 133s = 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` 133s = help: consider using a Cargo feature instead 133s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 133s [lints.rust] 133s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 133s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 133s = note: see for more information about checking conditional configuration 133s = note: `#[warn(unexpected_cfgs)]` on by default 133s 133s 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.mkunhNCJYf/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps:/tmp/tmp.mkunhNCJYf/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.mkunhNCJYf/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.mkunhNCJYf/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 133s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 133s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 133s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 133s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 133s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 133s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 133s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 133s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 133s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 133s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 133s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 133s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 133s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 133s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 133s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 133s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 133s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps OUT_DIR=/tmp/tmp.mkunhNCJYf/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern unicode_ident=/tmp/tmp.mkunhNCJYf/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)'` 133s warning: `rand_core` (lib) generated 1 warning 133s Compiling memchr v2.7.4 133s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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 133s 1, 2 or 3 byte search and single substring search. 133s ' 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.mkunhNCJYf/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 134s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 134s | 134s = note: this feature is not stably supported; its behavior can change in the future 134s 134s warning: `memchr` (lib) generated 1 warning 134s Compiling quote v1.0.37 134s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern proc_macro2=/tmp/tmp.mkunhNCJYf/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 134s Compiling syn v2.0.96 134s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.mkunhNCJYf/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"' --cfg 'feature="visit-mut"' --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=a9da2a2afa301954 -C extra-filename=-a9da2a2afa301954 --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern proc_macro2=/tmp/tmp.mkunhNCJYf/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.mkunhNCJYf/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.mkunhNCJYf/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 134s Compiling libm v0.2.8 134s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/libm-0.2.8 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/libm-0.2.8/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='libm in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libm' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.mkunhNCJYf/registry/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45645b08300d76d7 -C extra-filename=-45645b08300d76d7 --out-dir /tmp/tmp.mkunhNCJYf/target/debug/build/libm-45645b08300d76d7 -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn` 134s warning: unexpected `cfg` condition value: `musl-reference-tests` 134s --> /tmp/tmp.mkunhNCJYf/registry/libm-0.2.8/build.rs:17:7 134s | 134s 17 | #[cfg(feature = "musl-reference-tests")] 134s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition 134s | 134s = note: no expected values for `feature` 134s = help: consider adding `musl-reference-tests` as a feature in `Cargo.toml` 134s = note: see for more information about checking conditional configuration 134s = note: `#[warn(unexpected_cfgs)]` on by default 134s 134s warning: unexpected `cfg` condition value: `musl-reference-tests` 134s --> /tmp/tmp.mkunhNCJYf/registry/libm-0.2.8/build.rs:6:11 134s | 134s 6 | #[cfg(feature = "musl-reference-tests")] 134s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition 134s | 134s = note: no expected values for `feature` 134s = help: consider adding `musl-reference-tests` as a feature in `Cargo.toml` 134s = note: see for more information about checking conditional configuration 134s 134s warning: unexpected `cfg` condition value: `checked` 134s --> /tmp/tmp.mkunhNCJYf/registry/libm-0.2.8/build.rs:9:14 134s | 134s 9 | if !cfg!(feature = "checked") { 134s | ^^^^^^^^^^^^^^^^^^^ help: remove the condition 134s | 134s = note: no expected values for `feature` 134s = help: consider adding `checked` as a feature in `Cargo.toml` 134s = note: see for more information about checking conditional configuration 134s 134s warning: `libm` (build script) generated 3 warnings 134s Compiling regex-syntax v0.8.5 134s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.mkunhNCJYf/registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --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=ab0d8dd00f49479a -C extra-filename=-ab0d8dd00f49479a --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn` 137s Compiling autocfg v1.1.0 137s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn` 137s Compiling num-traits v0.2.19 137s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.mkunhNCJYf/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="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=699d9cf3b56328ea -C extra-filename=-699d9cf3b56328ea --out-dir /tmp/tmp.mkunhNCJYf/target/debug/build/num-traits-699d9cf3b56328ea -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern autocfg=/tmp/tmp.mkunhNCJYf/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 137s Compiling regex-automata v0.4.9 138s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.mkunhNCJYf/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=d9666b3547633884 -C extra-filename=-d9666b3547633884 --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern regex_syntax=/tmp/tmp.mkunhNCJYf/target/debug/deps/libregex_syntax-ab0d8dd00f49479a.rmeta --cap-lints warn` 139s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/libm-0.2.8 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/libm-0.2.8/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='libm in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libm' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.mkunhNCJYf/target/debug/deps:/tmp/tmp.mkunhNCJYf/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/build/libm-233baf51ff549517/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.mkunhNCJYf/target/debug/build/libm-45645b08300d76d7/build-script-build` 139s [libm 0.2.8] cargo:rerun-if-changed=build.rs 139s Compiling rand v0.8.5 139s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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. 139s ' 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.mkunhNCJYf/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.mkunhNCJYf/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="small_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=06624c90811134c1 -C extra-filename=-06624c90811134c1 --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern rand_core=/tmp/tmp.mkunhNCJYf/target/debug/deps/librand_core-fe79e05e504a2b04.rmeta --cap-lints warn` 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/lib.rs:52:13 139s | 139s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s = note: `#[warn(unexpected_cfgs)]` on by default 139s 139s warning: unexpected `cfg` condition name: `doc_cfg` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/lib.rs:53:13 139s | 139s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 139s | ^^^^^^^ 139s | 139s = 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` 139s = help: consider using a Cargo feature instead 139s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 139s [lints.rust] 139s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 139s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition name: `features` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 139s | 139s 162 | #[cfg(features = "nightly")] 139s | ^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: see for more information about checking conditional configuration 139s help: there is a config with a similar name and value 139s | 139s 162 | #[cfg(feature = "nightly")] 139s | ~~~~~~~ 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/float.rs:15:7 139s | 139s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/float.rs:156:7 139s | 139s 156 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/float.rs:158:7 139s | 139s 158 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/float.rs:160:7 139s | 139s 160 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/float.rs:162:7 139s | 139s 162 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/float.rs:165:7 139s | 139s 165 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/float.rs:167:7 139s | 139s 167 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/float.rs:169:7 139s | 139s 169 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/integer.rs:13:32 139s | 139s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/integer.rs:15:35 139s | 139s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/integer.rs:19:7 139s | 139s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/integer.rs:112:7 139s | 139s 112 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/integer.rs:142:7 139s | 139s 142 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/integer.rs:144:7 139s | 139s 144 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/integer.rs:146:7 139s | 139s 146 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/integer.rs:148:7 139s | 139s 148 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/integer.rs:150:7 139s | 139s 150 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/integer.rs:152:7 139s | 139s 152 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/integer.rs:155:5 139s | 139s 155 | feature = "simd_support", 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:11:7 139s | 139s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:144:7 139s | 139s 144 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition name: `std` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:235:11 139s | 139s 235 | #[cfg(not(std))] 139s | ^^^ help: found config with similar value: `feature = "std"` 139s | 139s = help: consider using a Cargo feature instead 139s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 139s [lints.rust] 139s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 139s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:363:7 139s | 139s 363 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:423:7 139s | 139s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 139s | ^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:424:7 139s | 139s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 139s | ^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:425:7 139s | 139s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 139s | ^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:426:7 139s | 139s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 139s | ^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:427:7 139s | 139s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 139s | ^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:428:7 139s | 139s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 139s | ^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:429:7 139s | 139s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 139s | ^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition name: `std` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:291:19 139s | 139s 291 | #[cfg(not(std))] 139s | ^^^ help: found config with similar value: `feature = "std"` 139s ... 139s 359 | scalar_float_impl!(f32, u32); 139s | ---------------------------- in this macro invocation 139s | 139s = help: consider using a Cargo feature instead 139s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 139s [lints.rust] 139s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 139s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 139s = note: see for more information about checking conditional configuration 139s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 139s 139s warning: unexpected `cfg` condition name: `std` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:291:19 139s | 139s 291 | #[cfg(not(std))] 139s | ^^^ help: found config with similar value: `feature = "std"` 139s ... 139s 360 | scalar_float_impl!(f64, u64); 139s | ---------------------------- in this macro invocation 139s | 139s = help: consider using a Cargo feature instead 139s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 139s [lints.rust] 139s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 139s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 139s = note: see for more information about checking conditional configuration 139s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 139s | 139s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 139s | 139s 572 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 139s | 139s 679 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 139s | 139s 687 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 139s | 139s 696 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 139s | 139s 706 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 139s | 139s 1001 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 139s | 139s 1003 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 139s | 139s 1005 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 139s | 139s 1007 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 139s | 139s 1010 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 139s | 139s 1012 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition value: `simd_support` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 139s | 139s 1014 | #[cfg(feature = "simd_support")] 139s | ^^^^^^^^^^^^^^^^^^^^^^^^ 139s | 139s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 139s = help: consider adding `simd_support` as a feature in `Cargo.toml` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition name: `doc_cfg` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/rng.rs:395:12 139s | 139s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 139s | ^^^^^^^ 139s | 139s = help: consider using a Cargo feature instead 139s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 139s [lints.rust] 139s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 139s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition name: `doc_cfg` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/rngs/mod.rs:99:12 139s | 139s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 139s | ^^^^^^^ 139s | 139s = help: consider using a Cargo feature instead 139s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 139s [lints.rust] 139s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 139s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition name: `doc_cfg` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/rngs/mod.rs:118:12 139s | 139s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 139s | ^^^^^^^ 139s | 139s = help: consider using a Cargo feature instead 139s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 139s [lints.rust] 139s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 139s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 139s = note: see for more information about checking conditional configuration 139s 139s warning: unexpected `cfg` condition name: `doc_cfg` 139s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/rngs/small.rs:79:12 139s | 139s 79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "small_rng")))] 139s | ^^^^^^^ 139s | 139s = help: consider using a Cargo feature instead 139s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 139s [lints.rust] 139s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 139s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 139s = note: see for more information about checking conditional configuration 139s 140s warning: trait `Float` is never used 140s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:238:18 140s | 140s 238 | pub(crate) trait Float: Sized { 140s | ^^^^^ 140s | 140s = note: `#[warn(dead_code)]` on by default 140s 140s warning: associated items `lanes`, `extract`, and `replace` are never used 140s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:247:8 140s | 140s 245 | pub(crate) trait FloatAsSIMD: Sized { 140s | ----------- associated items in this trait 140s 246 | #[inline(always)] 140s 247 | fn lanes() -> usize { 140s | ^^^^^ 140s ... 140s 255 | fn extract(self, index: usize) -> Self { 140s | ^^^^^^^ 140s ... 140s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 140s | ^^^^^^^ 140s 140s warning: method `all` is never used 140s --> /tmp/tmp.mkunhNCJYf/registry/rand-0.8.5/src/distributions/utils.rs:268:8 140s | 140s 266 | pub(crate) trait BoolAsSIMD: Sized { 140s | ---------- method in this trait 140s 267 | fn any(self) -> bool; 140s 268 | fn all(self) -> bool; 140s | ^^^ 140s 141s warning: `rand` (lib) generated 55 warnings 141s Compiling phf_generator v0.11.2 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_generator CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/phf_generator-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/phf_generator-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='PHF generation logic' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_generator CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name phf_generator --edition=2021 /tmp/tmp.mkunhNCJYf/registry/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=09d2a0a5cafc99ec -C extra-filename=-09d2a0a5cafc99ec --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern phf_shared=/tmp/tmp.mkunhNCJYf/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --extern rand=/tmp/tmp.mkunhNCJYf/target/debug/deps/librand-06624c90811134c1.rmeta --cap-lints warn` 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libm CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/libm-0.2.8 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/libm-0.2.8/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='libm in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libm' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps OUT_DIR=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/build/libm-233baf51ff549517/out rustc --crate-name libm --edition=2018 /tmp/tmp.mkunhNCJYf/registry/libm-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1d3cb3df2fb6eed -C extra-filename=-f1d3cb3df2fb6eed --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s warning: unexpected `cfg` condition value: `unstable` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/lib.rs:4:17 141s | 141s 4 | #![cfg_attr(all(feature = "unstable"), feature(core_intrinsics))] 141s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `unstable` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s note: the lint level is defined here 141s --> /usr/share/cargo/registry/libm-0.2.8/src/lib.rs:2:9 141s | 141s 2 | #![deny(warnings)] 141s | ^^^^^^^^ 141s = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` 141s 141s warning: unexpected `cfg` condition value: `musl-reference-tests` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/lib.rs:58:17 141s | 141s 58 | #[cfg(all(test, feature = "musl-reference-tests"))] 141s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `musl-reference-tests` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `unstable` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:63:33 141s | 141s 63 | #[cfg(any(debug_assertions, not(feature = "unstable")))] 141s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `unstable` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `unstable` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:70:34 141s | 141s 70 | #[cfg(all(not(debug_assertions), feature = "unstable"))] 141s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `unstable` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/acos.rs:62:22 141s | 141s 62 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = 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` 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/acosf.rs:36:22 141s | 141s 36 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/acosh.rs:10:22 141s | 141s 10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/acoshf.rs:10:22 141s | 141s 10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/asin.rs:69:22 141s | 141s 69 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/asinf.rs:38:22 141s | 141s 38 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/asinh.rs:10:22 141s | 141s 10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/asinhf.rs:10:22 141s | 141s 10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/atan.rs:67:22 141s | 141s 67 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/atan2.rs:51:22 141s | 141s 51 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/atan2f.rs:27:22 141s | 141s 27 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/atanf.rs:44:22 141s | 141s 44 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/atanh.rs:8:22 141s | 141s 8 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/atanhf.rs:8:22 141s | 141s 8 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/cbrt.rs:33:22 141s | 141s 33 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/cbrtf.rs:28:22 141s | 141s 28 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/ceil.rs:9:22 141s | 141s 9 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `unstable` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 141s | 141s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 141s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/ceil.rs:14:5 141s | 141s 14 | / llvm_intrinsically_optimized! { 141s 15 | | #[cfg(target_arch = "wasm32")] { 141s 16 | | return unsafe { ::core::intrinsics::ceilf64(x) } 141s 17 | | } 141s 18 | | } 141s | |_____- in this macro invocation 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `unstable` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/ceilf.rs:6:22 141s | 141s 6 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `unstable` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 141s | 141s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 141s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/ceilf.rs:11:5 141s | 141s 11 | / llvm_intrinsically_optimized! { 141s 12 | | #[cfg(target_arch = "wasm32")] { 141s 13 | | return unsafe { ::core::intrinsics::ceilf32(x) } 141s 14 | | } 141s 15 | | } 141s | |_____- in this macro invocation 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `unstable` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/copysign.rs:5:22 141s | 141s 5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/copysignf.rs:5:22 141s | 141s 5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/cos.rs:44:22 141s | 141s 44 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/cosf.rs:27:22 141s | 141s 27 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/cosh.rs:10:22 141s | 141s 10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/coshf.rs:10:22 141s | 141s 10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/erf.rs:222:22 141s | 141s 222 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/erff.rs:133:22 141s | 141s 133 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/exp.rs:84:22 141s | 141s 84 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/exp10.rs:9:22 141s | 141s 9 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/exp10f.rs:9:22 141s | 141s 9 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/exp2.rs:325:22 141s | 141s 325 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/exp2f.rs:76:22 141s | 141s 76 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/expf.rs:33:22 141s | 141s 33 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/expm1.rs:33:22 141s | 141s 33 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/expm1f.rs:35:22 141s | 141s 35 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fabs.rs:6:22 141s | 141s 6 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `unstable` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 141s | 141s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 141s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/fabs.rs:11:5 141s | 141s 11 | / llvm_intrinsically_optimized! { 141s 12 | | #[cfg(target_arch = "wasm32")] { 141s 13 | | return unsafe { ::core::intrinsics::fabsf64(x) } 141s 14 | | } 141s 15 | | } 141s | |_____- in this macro invocation 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `unstable` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fabsf.rs:4:22 141s | 141s 4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `unstable` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 141s | 141s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 141s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/fabsf.rs:9:5 141s | 141s 9 | / llvm_intrinsically_optimized! { 141s 10 | | #[cfg(target_arch = "wasm32")] { 141s 11 | | return unsafe { ::core::intrinsics::fabsf32(x) } 141s 12 | | } 141s 13 | | } 141s | |_____- in this macro invocation 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `unstable` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fdim.rs:11:22 141s | 141s 11 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fdimf.rs:11:22 141s | 141s 11 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/floor.rs:9:22 141s | 141s 9 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `unstable` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 141s | 141s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 141s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/floor.rs:14:5 141s | 141s 14 | / llvm_intrinsically_optimized! { 141s 15 | | #[cfg(target_arch = "wasm32")] { 141s 16 | | return unsafe { ::core::intrinsics::floorf64(x) } 141s 17 | | } 141s 18 | | } 141s | |_____- in this macro invocation 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `unstable` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/floorf.rs:6:22 141s | 141s 6 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `unstable` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 141s | 141s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 141s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/floorf.rs:11:5 141s | 141s 11 | / llvm_intrinsically_optimized! { 141s 12 | | #[cfg(target_arch = "wasm32")] { 141s 13 | | return unsafe { ::core::intrinsics::floorf32(x) } 141s 14 | | } 141s 15 | | } 141s | |_____- in this macro invocation 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `unstable` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fma.rs:43:22 141s | 141s 43 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fmaf.rs:48:22 141s | 141s 48 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fmax.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fmaxf.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fmin.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fminf.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fmod.rs:3:22 141s | 141s 3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fmodf.rs:4:22 141s | 141s 4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/hypot.rs:20:22 141s | 141s 20 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/hypotf.rs:5:22 141s | 141s 5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/ilogb.rs:4:22 141s | 141s 4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/ilogbf.rs:4:22 141s | 141s 4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/ldexp.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/ldexpf.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/lgamma.rs:3:22 141s | 141s 3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/lgamma_r.rs:167:22 141s | 141s 167 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/lgammaf.rs:3:22 141s | 141s 3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/lgammaf_r.rs:102:22 141s | 141s 102 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/log.rs:73:22 141s | 141s 73 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/log10.rs:34:22 141s | 141s 34 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/log10f.rs:28:22 141s | 141s 28 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/log1p.rs:68:22 141s | 141s 68 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/log1pf.rs:23:22 141s | 141s 23 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/log2.rs:32:22 141s | 141s 32 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/log2f.rs:26:22 141s | 141s 26 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/logf.rs:24:22 141s | 141s 24 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/nextafter.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/nextafterf.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/pow.rs:92:22 141s | 141s 92 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/powf.rs:46:22 141s | 141s 46 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/remainder.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/remainderf.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/remquo.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/remquof.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/rint.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/rintf.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/round.rs:5:22 141s | 141s 5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/roundf.rs:5:22 141s | 141s 5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/scalbn.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/scalbnf.rs:1:22 141s | 141s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sin.rs:43:22 141s | 141s 43 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sincos.rs:15:22 141s | 141s 15 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sincosf.rs:26:22 141s | 141s 26 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sinf.rs:27:22 141s | 141s 27 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sinh.rs:7:22 141s | 141s 7 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sinhf.rs:4:22 141s | 141s 4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sqrt.rs:81:22 141s | 141s 81 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `unstable` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 141s | 141s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 141s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/sqrt.rs:86:5 141s | 141s 86 | / llvm_intrinsically_optimized! { 141s 87 | | #[cfg(target_arch = "wasm32")] { 141s 88 | | return if x < 0.0 { 141s 89 | | f64::NAN 141s ... | 141s 93 | | } 141s 94 | | } 141s | |_____- in this macro invocation 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `unstable` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sqrtf.rs:16:22 141s | 141s 16 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `unstable` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 141s | 141s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 141s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/sqrtf.rs:21:5 141s | 141s 21 | / llvm_intrinsically_optimized! { 141s 22 | | #[cfg(target_arch = "wasm32")] { 141s 23 | | return if x < 0.0 { 141s 24 | | ::core::f32::NAN 141s ... | 141s 28 | | } 141s 29 | | } 141s | |_____- in this macro invocation 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `unstable` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/tan.rs:42:22 141s | 141s 42 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/tanf.rs:27:22 141s | 141s 27 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/tanh.rs:7:22 141s | 141s 7 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/tanhf.rs:3:22 141s | 141s 3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/tgamma.rs:133:22 141s | 141s 133 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/tgammaf.rs:3:22 141s | 141s 3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/trunc.rs:3:22 141s | 141s 3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `unstable` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 141s | 141s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 141s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/trunc.rs:8:5 141s | 141s 8 | / llvm_intrinsically_optimized! { 141s 9 | | #[cfg(target_arch = "wasm32")] { 141s 10 | | return unsafe { ::core::intrinsics::truncf64(x) } 141s 11 | | } 141s 12 | | } 141s | |_____- in this macro invocation 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `unstable` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/truncf.rs:3:22 141s | 141s 3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `unstable` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 141s | 141s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 141s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/truncf.rs:8:5 141s | 141s 8 | / llvm_intrinsically_optimized! { 141s 9 | | #[cfg(target_arch = "wasm32")] { 141s 10 | | return unsafe { ::core::intrinsics::truncf32(x) } 141s 11 | | } 141s 12 | | } 141s | |_____- in this macro invocation 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `unstable` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/expo2.rs:4:22 141s | 141s 4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_cos.rs:54:22 141s | 141s 54 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_cosf.rs:23:22 141s | 141s 23 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_expo2.rs:7:22 141s | 141s 7 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_expo2f.rs:7:22 141s | 141s 7 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_sin.rs:46:22 141s | 141s 46 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_sinf.rs:23:22 141s | 141s 23 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_tan.rs:61:22 141s | 141s 61 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_tanf.rs:22:22 141s | 141s 22 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/rem_pio2.rs:44:22 141s | 141s 44 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/rem_pio2_large.rs:225:22 141s | 141s 225 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `checked` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/rem_pio2_large.rs:230:44 141s | 141s 230 | #[cfg(all(target_pointer_width = "64", feature = "checked"))] 141s | ^^^^^^^^^^^^^^^^^^^ help: remove the condition 141s | 141s = note: no expected values for `feature` 141s = help: consider adding `checked` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition name: `assert_no_panic` 141s --> /usr/share/cargo/registry/libm-0.2.8/src/math/rem_pio2f.rs:34:22 141s | 141s 34 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 141s | ^^^^^^^^^^^^^^^ 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s 141s Compiling regex v1.11.1 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 141s finite automata and guarantees linear time matching on all inputs. 141s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.mkunhNCJYf/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=39971a1e8908159b -C extra-filename=-39971a1e8908159b --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern regex_automata=/tmp/tmp.mkunhNCJYf/target/debug/deps/libregex_automata-d9666b3547633884.rmeta --extern regex_syntax=/tmp/tmp.mkunhNCJYf/target/debug/deps/libregex_syntax-ab0d8dd00f49479a.rmeta --cap-lints warn` 141s warning: `libm` (lib) generated 124 warnings (1 duplicate) 141s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_LIBM=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps:/tmp/tmp.mkunhNCJYf/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/build/num-traits-8062e57d916cbc3f/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.mkunhNCJYf/target/debug/build/num-traits-699d9cf3b56328ea/build-script-build` 141s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 141s [num-traits 0.2.19] | 141s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 141s [num-traits 0.2.19] 141s [num-traits 0.2.19] warning: 1 warning emitted 141s [num-traits 0.2.19] 141s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 141s [num-traits 0.2.19] | 141s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 141s [num-traits 0.2.19] 141s [num-traits 0.2.19] warning: 1 warning emitted 141s [num-traits 0.2.19] 141s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 141s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 141s Compiling serde v1.0.217 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.mkunhNCJYf/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=99acae91072c8674 -C extra-filename=-99acae91072c8674 --out-dir /tmp/tmp.mkunhNCJYf/target/debug/build/serde-99acae91072c8674 -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn` 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps OUT_DIR=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/build/num-traits-8062e57d916cbc3f/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.mkunhNCJYf/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="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8474350bb5e7b6bd -C extra-filename=-8474350bb5e7b6bd --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern libm=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/liblibm-f1d3cb3df2fb6eed.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 141s warning: unexpected `cfg` condition name: `has_total_cmp` 141s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 141s | 141s 2305 | #[cfg(has_total_cmp)] 141s | ^^^^^^^^^^^^^ 141s ... 141s 2325 | totalorder_impl!(f64, i64, u64, 64); 141s | ----------------------------------- in this macro invocation 141s | 141s = 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` 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s = note: `#[warn(unexpected_cfgs)]` on by default 141s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 141s 141s warning: unexpected `cfg` condition name: `has_total_cmp` 141s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 141s | 141s 2311 | #[cfg(not(has_total_cmp))] 141s | ^^^^^^^^^^^^^ 141s ... 141s 2325 | totalorder_impl!(f64, i64, u64, 64); 141s | ----------------------------------- in this macro invocation 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 141s 141s warning: unexpected `cfg` condition name: `has_total_cmp` 141s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 141s | 141s 2305 | #[cfg(has_total_cmp)] 141s | ^^^^^^^^^^^^^ 141s ... 141s 2326 | totalorder_impl!(f32, i32, u32, 32); 141s | ----------------------------------- in this macro invocation 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 141s 141s warning: unexpected `cfg` condition name: `has_total_cmp` 141s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 141s | 141s 2311 | #[cfg(not(has_total_cmp))] 141s | ^^^^^^^^^^^^^ 141s ... 141s 2326 | totalorder_impl!(f32, i32, u32, 32); 141s | ----------------------------------- in this macro invocation 141s | 141s = help: consider using a Cargo feature instead 141s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 141s [lints.rust] 141s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 141s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 141s = note: see for more information about checking conditional configuration 141s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 141s 141s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps:/tmp/tmp.mkunhNCJYf/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/build/serde-5e17351a5b17c437/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.mkunhNCJYf/target/debug/build/serde-99acae91072c8674/build-script-build` 141s [serde 1.0.217] cargo:rerun-if-changed=build.rs 141s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 141s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 141s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 141s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 141s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 141s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 141s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 141s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 141s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 141s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 141s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 141s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 141s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 141s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 141s Compiling parse-zoneinfo v0.3.0 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=parse_zoneinfo CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/parse-zoneinfo-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/parse-zoneinfo-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Djzin ' CARGO_PKG_DESCRIPTION='Parse zoneinfo files from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parse-zoneinfo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/djzin/parse-zoneinfo' 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.mkunhNCJYf/target/debug/deps rustc --crate-name parse_zoneinfo --edition=2015 /tmp/tmp.mkunhNCJYf/registry/parse-zoneinfo-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())' -C metadata=a1f4667655be7783 -C extra-filename=-a1f4667655be7783 --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern regex=/tmp/tmp.mkunhNCJYf/target/debug/deps/libregex-39971a1e8908159b.rmeta --cap-lints warn` 141s warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() 141s --> /tmp/tmp.mkunhNCJYf/registry/parse-zoneinfo-0.3.0/src/table.rs:349:30 141s | 141s 349 | write!(f, "{}", self.description()) 141s | ^^^^^^^^^^^ 141s | 141s = note: `#[warn(deprecated)]` on by default 141s 141s warning: unused return value of `std::mem::replace` that must be used 141s --> /tmp/tmp.mkunhNCJYf/registry/parse-zoneinfo-0.3.0/src/transitions.rs:337:25 141s | 141s 337 | replace(start_utc_offset, timespan.offset); 141s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: if you don't need the old value, you can just assign the new value directly 141s = note: `#[warn(unused_must_use)]` on by default 141s help: use `let _ = ...` to ignore the resulting value 141s | 141s 337 | let _ = replace(start_utc_offset, timespan.offset); 141s | +++++++ 141s 141s warning: unused return value of `std::mem::replace` that must be used 141s --> /tmp/tmp.mkunhNCJYf/registry/parse-zoneinfo-0.3.0/src/transitions.rs:338:25 141s | 141s 338 | replace(start_dst_offset, *dst_offset); 141s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 141s | 141s = note: if you don't need the old value, you can just assign the new value directly 141s help: use `let _ = ...` to ignore the resulting value 141s | 141s 338 | let _ = replace(start_dst_offset, *dst_offset); 141s | +++++++ 141s 141s warning: unused return value of `std::mem::replace` that must be used 141s --> /tmp/tmp.mkunhNCJYf/registry/parse-zoneinfo-0.3.0/src/transitions.rs:339:25 141s | 141s 339 | / replace( 141s 340 | | start_zone_id, 141s 341 | | Some( 141s 342 | | timespan 141s ... | 141s 345 | | ), 141s 346 | | ); 141s | |_________________________^ 141s | 141s = note: if you don't need the old value, you can just assign the new value directly 141s help: use `let _ = ...` to ignore the resulting value 141s | 141s 339 | let _ = replace( 141s | +++++++ 141s 141s warning: unused return value of `std::mem::replace` that must be used 141s --> /tmp/tmp.mkunhNCJYf/registry/parse-zoneinfo-0.3.0/src/transitions.rs:353:25 141s | 141s 353 | / replace( 141s 354 | | start_zone_id, 141s 355 | | Some( 141s 356 | | timespan 141s ... | 141s 359 | | ), 141s 360 | | ); 141s | |_________________________^ 141s | 141s = note: if you don't need the old value, you can just assign the new value directly 141s help: use `let _ = ...` to ignore the resulting value 141s | 141s 353 | let _ = replace( 141s | +++++++ 141s 141s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 141s Compiling phf_codegen v0.11.2 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_codegen CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/phf_codegen-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/phf_codegen-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Codegen library for PHF types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_codegen CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name phf_codegen --edition=2021 /tmp/tmp.mkunhNCJYf/registry/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5eab2e6052fda339 -C extra-filename=-5eab2e6052fda339 --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern phf_generator=/tmp/tmp.mkunhNCJYf/target/debug/deps/libphf_generator-09d2a0a5cafc99ec.rmeta --extern phf_shared=/tmp/tmp.mkunhNCJYf/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --cap-lints warn` 141s Compiling serde_derive v1.0.217 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/serde_derive-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/serde_derive-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name serde_derive --edition=2015 /tmp/tmp.mkunhNCJYf/registry/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1735a37f4e425be9 -C extra-filename=-1735a37f4e425be9 --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern proc_macro2=/tmp/tmp.mkunhNCJYf/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.mkunhNCJYf/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.mkunhNCJYf/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 142s warning: `parse-zoneinfo` (lib) generated 5 warnings 142s Compiling phf v0.11.2 142s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/phf-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/phf-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Runtime support for perfect hash function data structures' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name phf --edition=2021 /tmp/tmp.mkunhNCJYf/registry/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=5d6d9e364012a8ee -C extra-filename=-5d6d9e364012a8ee --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern phf_shared=/tmp/tmp.mkunhNCJYf/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --cap-lints warn` 142s Compiling chrono-tz-build v0.2.1 142s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono_tz_build CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/chrono-tz-build-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/chrono-tz-build-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='internal build script for chrono-tz' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz-build CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION=1.60 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.mkunhNCJYf/target/debug/deps rustc --crate-name chrono_tz_build --edition=2021 /tmp/tmp.mkunhNCJYf/registry/chrono-tz-build-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "regex", "uncased"))' -C metadata=9671948fd604f90d -C extra-filename=-9671948fd604f90d --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern parse_zoneinfo=/tmp/tmp.mkunhNCJYf/target/debug/deps/libparse_zoneinfo-a1f4667655be7783.rmeta --extern phf=/tmp/tmp.mkunhNCJYf/target/debug/deps/libphf-5d6d9e364012a8ee.rmeta --extern phf_codegen=/tmp/tmp.mkunhNCJYf/target/debug/deps/libphf_codegen-5eab2e6052fda339.rmeta --cap-lints warn` 143s Compiling aho-corasick v1.1.3 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name aho_corasick --edition=2021 /tmp/tmp.mkunhNCJYf/registry/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=fbc72b3c6b57956b -C extra-filename=-fbc72b3c6b57956b --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern memchr=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 144s warning: method `cmpeq` is never used 144s --> /usr/share/cargo/registry/aho-corasick-1.1.3/src/packed/vector.rs:74:15 144s | 144s 28 | pub(crate) trait Vector: 144s | ------ method in this trait 144s ... 144s 74 | unsafe fn cmpeq(self, vector2: Self) -> Self; 144s | ^^^^^ 144s | 144s = note: `#[warn(dead_code)]` on by default 144s 145s warning: `aho-corasick` (lib) generated 2 warnings (1 duplicate) 145s Compiling serde_json v1.0.133 145s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/build/serde_json-2fa85724bf02f5ac -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn` 145s Compiling thiserror v1.0.69 145s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.mkunhNCJYf/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd39d6a520033168 -C extra-filename=-dd39d6a520033168 --out-dir /tmp/tmp.mkunhNCJYf/target/debug/build/thiserror-dd39d6a520033168 -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn` 145s Compiling smallvec v1.13.2 145s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.mkunhNCJYf/registry/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=a324a1e73a699a31 -C extra-filename=-a324a1e73a699a31 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 146s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 146s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.mkunhNCJYf/registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=09e16120fd670342 -C extra-filename=-09e16120fd670342 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 146s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps OUT_DIR=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/build/serde-5e17351a5b17c437/out rustc --crate-name serde --edition=2018 /tmp/tmp.mkunhNCJYf/registry/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=fe70d8bb5ce7090d -C extra-filename=-fe70d8bb5ce7090d --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern serde_derive=/tmp/tmp.mkunhNCJYf/target/debug/deps/libserde_derive-1735a37f4e425be9.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/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)'` 148s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 148s Compiling libc v0.2.169 148s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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. 148s ' 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.mkunhNCJYf/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.mkunhNCJYf/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 --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=767ba0aac58d5499 -C extra-filename=-767ba0aac58d5499 --out-dir /tmp/tmp.mkunhNCJYf/target/debug/build/libc-767ba0aac58d5499 -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn` 149s Compiling log v0.4.22 149s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/log-0.4.22 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust 149s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name log --edition=2021 /tmp/tmp.mkunhNCJYf/registry/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=9212eb763c3d92f2 -C extra-filename=-9212eb763c3d92f2 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 149s warning: `serde` (lib) generated 1 warning (1 duplicate) 149s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/siphasher-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/siphasher-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' 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.mkunhNCJYf/target/debug/deps rustc --crate-name siphasher --edition=2018 /tmp/tmp.mkunhNCJYf/registry/siphasher-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=cb5279050189dcdd -C extra-filename=-cb5279050189dcdd --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 149s warning: `log` (lib) generated 1 warning (1 duplicate) 149s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_shared CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/phf_shared-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/phf_shared-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Support code shared by PHF libraries' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_shared CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name phf_shared --edition=2021 /tmp/tmp.mkunhNCJYf/registry/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=48dd0c9af20e9dba -C extra-filename=-48dd0c9af20e9dba --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern siphasher=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libsiphasher-cb5279050189dcdd.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 149s warning: `siphasher` (lib) generated 1 warning (1 duplicate) 149s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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. 149s ' 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.mkunhNCJYf/target/debug/deps:/tmp/tmp.mkunhNCJYf/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/build/libc-39684a51095c5cb5/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.mkunhNCJYf/target/debug/build/libc-767ba0aac58d5499/build-script-build` 149s [libc 0.2.169] cargo:rerun-if-changed=build.rs 149s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 149s [libc 0.2.169] cargo:rustc-cfg=freebsd11 149s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 149s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.mkunhNCJYf/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=fc201aed5de4b3c9 -C extra-filename=-fc201aed5de4b3c9 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern aho_corasick=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-fbc72b3c6b57956b.rmeta --extern memchr=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern regex_syntax=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-09e16120fd670342.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 149s warning: `phf_shared` (lib) generated 1 warning (1 duplicate) 149s Compiling unicode-normalization v0.1.22 149s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/unicode-normalization-0.1.22 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/unicode-normalization-0.1.22/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of 149s Unicode strings, including Canonical and Compatible 149s Decomposition and Recomposition, as described in 149s Unicode Standard Annex #15. 149s ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name unicode_normalization --edition=2018 /tmp/tmp.mkunhNCJYf/registry/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f29ab9efad115d43 -C extra-filename=-f29ab9efad115d43 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern smallvec=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-a324a1e73a699a31.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 149s warning: `unicode-normalization` (lib) generated 1 warning (1 duplicate) 149s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.mkunhNCJYf/target/debug/deps:/tmp/tmp.mkunhNCJYf/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.mkunhNCJYf/target/debug/build/thiserror-dd39d6a520033168/build-script-build` 149s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 149s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 149s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 149s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 149s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps:/tmp/tmp.mkunhNCJYf/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.mkunhNCJYf/target/debug/build/serde_json-2fa85724bf02f5ac/build-script-build` 149s [serde_json 1.0.133] cargo:rerun-if-changed=build.rs 149s [serde_json 1.0.133] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) 149s [serde_json 1.0.133] cargo:rustc-cfg=fast_arithmetic="64" 149s Compiling chrono-tz v0.8.6 149s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.mkunhNCJYf/registry/chrono-tz-0.8.6/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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=127009518bdfcb54 -C extra-filename=-127009518bdfcb54 --out-dir /tmp/tmp.mkunhNCJYf/target/debug/build/chrono-tz-127009518bdfcb54 -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern chrono_tz_build=/tmp/tmp.mkunhNCJYf/target/debug/deps/libchrono_tz_build-9671948fd604f90d.rlib --cap-lints warn` 150s Compiling thiserror-impl v1.0.69 150s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.mkunhNCJYf/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7edb5186f9b52e2a -C extra-filename=-7edb5186f9b52e2a --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern proc_macro2=/tmp/tmp.mkunhNCJYf/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.mkunhNCJYf/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.mkunhNCJYf/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 152s Compiling unicode-bidi v0.3.17 152s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_bidi CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/unicode-bidi-0.3.17 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/unicode-bidi-0.3.17/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/unicode-bidi' CARGO_PKG_RUST_VERSION=1.47.0 CARGO_PKG_VERSION=0.3.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name unicode_bidi --edition=2018 /tmp/tmp.mkunhNCJYf/registry/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=7e3dc4be196cec27 -C extra-filename=-7e3dc4be196cec27 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:1232:12 152s | 152s 1232 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s = note: `#[warn(unexpected_cfgs)]` on by default 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:1263:12 152s | 152s 1263 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:54:16 152s | 152s 54 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:69:16 152s | 152s 69 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:101:16 152s | 152s 101 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:161:16 152s | 152s 161 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:176:16 152s | 152s 176 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:225:16 152s | 152s 225 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:253:16 152s | 152s 253 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:269:16 152s | 152s 269 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:313:16 152s | 152s 313 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:343:16 152s | 152s 343 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:396:16 152s | 152s 396 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:409:16 152s | 152s 409 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:458:16 152s | 152s 458 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:484:16 152s | 152s 484 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:495:16 152s | 152s 495 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:507:16 152s | 152s 507 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:520:16 152s | 152s 520 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/explicit.rs:33:12 152s | 152s 33 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:26:12 152s | 152s 26 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:262:12 152s | 152s 262 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:581:12 152s | 152s 581 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/prepare.rs:53:12 152s | 152s 53 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:218:16 152s | 152s 218 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:233:16 152s | 152s 233 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:271:16 152s | 152s 271 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:335:11 152s | 152s 335 | #[cfg(feature = "flame_it")] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:436:11 152s | 152s 436 | #[cfg(feature = "flame_it")] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:341:15 152s | 152s 341 | #[cfg(feature = "flame_it")] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:347:15 152s | 152s 347 | #[cfg(feature = "flame_it")] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:481:16 152s | 152s 481 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:496:16 152s | 152s 496 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:545:16 152s | 152s 545 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:577:16 152s | 152s 577 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:593:16 152s | 152s 593 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:637:16 152s | 152s 637 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:667:16 152s | 152s 667 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:720:16 152s | 152s 720 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:733:16 152s | 152s 733 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:782:16 152s | 152s 782 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:808:16 152s | 152s 808 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:819:16 152s | 152s 819 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:833:16 152s | 152s 833 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: unexpected `cfg` condition value: `flame_it` 152s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:846:16 152s | 152s 846 | #[cfg_attr(feature = "flame_it", flamer::flame)] 152s | ^^^^^^^^^^^^^^^^^^^^ 152s | 152s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 152s = help: consider adding `flame_it` as a feature in `Cargo.toml` 152s = note: see for more information about checking conditional configuration 152s 152s warning: `unicode-bidi` (lib) generated 46 warnings (1 duplicate) 152s Compiling iana-time-zone v0.1.60 152s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=iana_time_zone CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/iana-time-zone-0.1.60 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/iana-time-zone-0.1.60/Cargo.toml CARGO_PKG_AUTHORS='Andrew Straw :René Kijewski :Ryan Lopopolo ' CARGO_PKG_DESCRIPTION='get the IANA time zone for the current system' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=iana-time-zone CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/strawlab/iana-time-zone' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.60 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=60 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name iana_time_zone --edition=2018 /tmp/tmp.mkunhNCJYf/registry/iana-time-zone-0.1.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=f257132e4e5ad67a -C extra-filename=-f257132e4e5ad67a --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: `iana-time-zone` (lib) generated 1 warning (1 duplicate) 153s Compiling itoa v1.0.14 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: `itoa` (lib) generated 1 warning (1 duplicate) 153s Compiling percent-encoding v2.3.1 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=percent_encoding CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/percent-encoding-2.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/percent-encoding-2.3.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Percent encoding and decoding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=percent-encoding CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=2.3.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name percent_encoding --edition=2018 /tmp/tmp.mkunhNCJYf/registry/percent-encoding-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bdbb744077176552 -C extra-filename=-bdbb744077176552 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected 153s --> /usr/share/cargo/registry/percent-encoding-2.3.1/src/lib.rs:466:35 153s | 153s 466 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); 153s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default 153s help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses 153s | 153s 466 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); 153s | ++++++++++++++++++ ~ + 153s help: use explicit `std::ptr::eq` method to compare metadata and addresses 153s | 153s 466 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); 153s | +++++++++++++ ~ + 153s 153s warning: `percent-encoding` (lib) generated 2 warnings (1 duplicate) 153s Compiling utf8parse v0.2.1 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 153s Compiling ryu v1.0.19 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/ryu-1.0.19 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name ryu --edition=2018 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: `regex-automata` (lib) generated 1 warning (1 duplicate) 153s Compiling anstyle-parse v0.2.1 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern utf8parse=/tmp/tmp.mkunhNCJYf/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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: `ryu` (lib) generated 1 warning (1 duplicate) 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps OUT_DIR=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out rustc --crate-name serde_json --edition=2021 /tmp/tmp.mkunhNCJYf/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=dc2a92d91924c53f -C extra-filename=-dc2a92d91924c53f --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern itoa=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libitoa-a82a426f214c0959.rmeta --extern memchr=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern ryu=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libryu-c01778dbd79acb0e.rmeta --extern serde=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libserde-fe70d8bb5ce7090d.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` 153s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 153s Compiling form_urlencoded v1.2.1 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=form_urlencoded CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/form_urlencoded-1.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/form_urlencoded-1.2.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=form_urlencoded CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name form_urlencoded --edition=2018 /tmp/tmp.mkunhNCJYf/registry/form_urlencoded-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=01ce7df510821a2a -C extra-filename=-01ce7df510821a2a --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern percent_encoding=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libpercent_encoding-bdbb744077176552.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected 153s --> /usr/share/cargo/registry/form_urlencoded-1.2.1/src/lib.rs:414:35 153s | 153s 414 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); 153s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default 153s help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses 153s | 153s 414 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); 153s | ++++++++++++++++++ ~ + 153s help: use explicit `std::ptr::eq` method to compare metadata and addresses 153s | 153s 414 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); 153s | +++++++++++++ ~ + 153s 153s warning: `form_urlencoded` (lib) generated 2 warnings (1 duplicate) 153s Compiling chrono v0.4.39 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/chrono-0.4.39 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/chrono-0.4.39/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Date and time library for Rust' CARGO_PKG_HOMEPAGE='https://github.com/chronotope/chrono' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono' CARGO_PKG_RUST_VERSION=1.61.0 CARGO_PKG_VERSION=0.4.39 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=39 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name chrono --edition=2021 /tmp/tmp.mkunhNCJYf/registry/chrono-0.4.39/src/lib.rs --error-format=json --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="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "pure-rust-locales", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind"))' -C metadata=fffa4bb358ede0b9 -C extra-filename=-fffa4bb358ede0b9 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern iana_time_zone=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libiana_time_zone-f257132e4e5ad67a.rmeta --extern num_traits=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-8474350bb5e7b6bd.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: unexpected `cfg` condition value: `__internal_bench` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:591:7 153s | 153s 591 | #[cfg(feature = "__internal_bench")] 153s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 153s = help: consider adding `__internal_bench` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s = note: `#[warn(unexpected_cfgs)]` on by default 153s 153s warning: unexpected `cfg` condition value: `rkyv` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:11 153s | 153s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 153s | ^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 153s = help: consider adding `rkyv` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rkyv-16` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:29 153s | 153s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 153s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rkyv-32` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:50 153s | 153s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 153s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rkyv-64` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:71 153s | 153s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 153s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rkyv` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:11 153s | 153s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 153s | ^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 153s = help: consider adding `rkyv` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rkyv-16` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:29 153s | 153s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 153s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rkyv-32` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:50 153s | 153s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 153s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rkyv-64` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:71 153s | 153s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 153s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rkyv` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:9 153s | 153s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 153s | ^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 153s = help: consider adding `rkyv` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rkyv-16` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:27 153s | 153s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 153s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rkyv-32` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:48 153s | 153s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 153s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rkyv-64` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:69 153s | 153s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 153s | ^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 153s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rkyv-validation` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:59:12 153s | 153s 59 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 153s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 153s | 153s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 153s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition value: `rkyv` 153s --> /usr/share/cargo/registry/chrono-0.4.39/src/date.rs:13:7 154s | 154s 13 | #[cfg(feature = "rkyv")] 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/date.rs:57:12 154s | 154s 57 | #[cfg_attr(feature = "rkyv", derive(Archive, Deserialize, Serialize))] 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:11 154s | 154s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:29 154s | 154s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:50 154s | 154s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:71 154s | 154s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:9 154s | 154s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:27 154s | 154s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:48 154s | 154s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:69 154s | 154s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-validation` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:55:12 154s | 154s 55 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 154s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-validation` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:1773:7 154s | 154s 1773 | #[cfg(feature = "rkyv-validation")] 154s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `__internal_bench` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/internals.rs:3:13 154s | 154s 3 | #![cfg_attr(feature = "__internal_bench", allow(missing_docs))] 154s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `__internal_bench` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `__internal_bench` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/mod.rs:26:7 154s | 154s 26 | #[cfg(feature = "__internal_bench")] 154s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `__internal_bench` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:11 154s | 154s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:29 154s | 154s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:50 154s | 154s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:71 154s | 154s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:9 154s | 154s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:27 154s | 154s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:48 154s | 154s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:69 154s | 154s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-validation` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:101:12 154s | 154s 101 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 154s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:11 154s | 154s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:29 154s | 154s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:50 154s | 154s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:71 154s | 154s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:9 154s | 154s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:27 154s | 154s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:48 154s | 154s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:69 154s | 154s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-validation` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:74:12 154s | 154s 74 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 154s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:11 154s | 154s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:29 154s | 154s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:50 154s | 154s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:71 154s | 154s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:9 154s | 154s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:27 154s | 154s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:48 154s | 154s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:69 154s | 154s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-validation` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:26:12 154s | 154s 26 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 154s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:11 154s | 154s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:29 154s | 154s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:50 154s | 154s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:71 154s | 154s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:9 154s | 154s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:27 154s | 154s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:48 154s | 154s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:69 154s | 154s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-validation` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:219:12 154s | 154s 219 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 154s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:11 154s | 154s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:29 154s | 154s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:50 154s | 154s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:71 154s | 154s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:9 154s | 154s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:27 154s | 154s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:48 154s | 154s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:69 154s | 154s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-validation` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:29:12 154s | 154s 29 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 154s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:11 154s | 154s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:29 154s | 154s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:50 154s | 154s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:71 154s | 154s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:9 154s | 154s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:27 154s | 154s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:48 154s | 154s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:69 154s | 154s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-validation` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:120:12 154s | 154s 120 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 154s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:11 154s | 154s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:29 154s | 154s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:50 154s | 154s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:71 154s | 154s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:9 154s | 154s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:27 154s | 154s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:48 154s | 154s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:69 154s | 154s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-validation` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:50:12 154s | 154s 50 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 154s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:11 154s | 154s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:29 154s | 154s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:50 154s | 154s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:71 154s | 154s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:9 154s | 154s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:27 154s | 154s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:48 154s | 154s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:69 154s | 154s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-validation` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:39:12 154s | 154s 39 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 154s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:11 154s | 154s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:29 154s | 154s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:50 154s | 154s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:71 154s | 154s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:9 154s | 154s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-16` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:27 154s | 154s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-32` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:48 154s | 154s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-64` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:69 154s | 154s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 154s | ^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 154s warning: unexpected `cfg` condition value: `rkyv-validation` 154s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:38:12 154s | 154s 38 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 154s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 154s | 154s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 154s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 154s = note: see for more information about checking conditional configuration 154s 155s warning: `serde_json` (lib) generated 1 warning (1 duplicate) 155s Compiling idna v0.4.0 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/idna-0.4.0 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/idna-0.4.0/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name idna --edition=2018 /tmp/tmp.mkunhNCJYf/registry/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=33bb1fbd58e636ba -C extra-filename=-33bb1fbd58e636ba --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern unicode_bidi=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libunicode_bidi-7e3dc4be196cec27.rmeta --extern unicode_normalization=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libunicode_normalization-f29ab9efad115d43.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 155s warning: `chrono` (lib) generated 110 warnings (1 duplicate) 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps OUT_DIR=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.mkunhNCJYf/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c3e0d8a6501796e -C extra-filename=-5c3e0d8a6501796e --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern thiserror_impl=/tmp/tmp.mkunhNCJYf/target/debug/deps/libthiserror_impl-7edb5186f9b52e2a.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 155s warning: `thiserror` (lib) generated 1 warning (1 duplicate) 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 155s finite automata and guarantees linear time matching on all inputs. 155s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.mkunhNCJYf/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=18e791cd27af2f9d -C extra-filename=-18e791cd27af2f9d --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern aho_corasick=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-fbc72b3c6b57956b.rmeta --extern memchr=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern regex_automata=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libregex_automata-fc201aed5de4b3c9.rmeta --extern regex_syntax=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-09e16120fd670342.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 155s warning: `idna` (lib) generated 1 warning (1 duplicate) 155s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.mkunhNCJYf/target/debug/deps:/tmp/tmp.mkunhNCJYf/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/build/chrono-tz-6418ffa5bf8d3688/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.mkunhNCJYf/target/debug/build/chrono-tz-127009518bdfcb54/build-script-build` 155s [chrono-tz 0.8.6] cargo:rerun-if-env-changed=CHRONO_TZ_TIMEZONE_FILTER 156s warning: `regex` (lib) generated 1 warning (1 duplicate) 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/phf-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/phf-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Runtime support for perfect hash function data structures' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name phf --edition=2021 /tmp/tmp.mkunhNCJYf/registry/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=1c434b52c028b1c3 -C extra-filename=-1c434b52c028b1c3 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern phf_shared=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libphf_shared-48dd0c9af20e9dba.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 156s warning: `phf` (lib) generated 1 warning (1 duplicate) 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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. 156s ' 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.mkunhNCJYf/target/debug/deps OUT_DIR=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/build/libc-39684a51095c5cb5/out rustc --crate-name libc --edition=2021 /tmp/tmp.mkunhNCJYf/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 --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=7afc641d856e1092 -C extra-filename=-7afc641d856e1092 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/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"))'` 156s warning: unused import: `crate::ntptimeval` 156s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 156s | 156s 5 | use crate::ntptimeval; 156s | ^^^^^^^^^^^^^^^^^ 156s | 156s = note: `#[warn(unused_imports)]` on by default 156s 156s warning: `libc` (lib) generated 2 warnings (1 duplicate) 156s Compiling geo-types v0.7.11 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=geo_types CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/geo-types-0.7.11 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/geo-types-0.7.11/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Geospatial primitive data types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=geo-types CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/georust/geo' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.7.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name geo_types --edition=2021 /tmp/tmp.mkunhNCJYf/registry/geo-types-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("approx", "arbitrary", "default", "serde", "std"))' -C metadata=d3bb009e233ec106 -C extra-filename=-d3bb009e233ec106 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern num_traits=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-8474350bb5e7b6bd.rmeta --extern serde=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libserde-fe70d8bb5ce7090d.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 156s warning: unexpected `cfg` condition value: `rstar_0_8` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/lib.rs:96:7 156s | 156s 96 | #[cfg(feature = "rstar_0_8")] 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s = note: `#[warn(unexpected_cfgs)]` on by default 156s 156s warning: unexpected `cfg` condition value: `rstar_0_8` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/lib.rs:141:5 156s | 156s 141 | feature = "rstar_0_8", 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_9` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/lib.rs:142:5 156s | 156s 142 | feature = "rstar_0_9", 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_10` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/lib.rs:143:5 156s | 156s 143 | feature = "rstar_0_10", 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_11` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/lib.rs:144:5 156s | 156s 144 | feature = "rstar_0_11" 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_8` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/coord.rs:322:7 156s | 156s 322 | #[cfg(feature = "rstar_0_8")] 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_9` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/coord.rs:358:7 156s | 156s 358 | #[cfg(feature = "rstar_0_9")] 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_10` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/coord.rs:394:7 156s | 156s 394 | #[cfg(feature = "rstar_0_10")] 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_11` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/coord.rs:430:7 156s | 156s 430 | #[cfg(feature = "rstar_0_11")] 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_8` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:225:5 156s | 156s 225 | feature = "rstar_0_8", 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_9` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:226:5 156s | 156s 226 | feature = "rstar_0_9", 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_10` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:227:5 156s | 156s 227 | feature = "rstar_0_10", 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_11` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:228:5 156s | 156s 228 | feature = "rstar_0_11" 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_8` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:256:7 156s | 156s 256 | #[cfg(feature = "rstar_0_8")] 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_9` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:259:7 156s | 156s 259 | #[cfg(feature = "rstar_0_9")] 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_10` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:262:7 156s | 156s 262 | #[cfg(feature = "rstar_0_10")] 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_11` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:265:7 156s | 156s 265 | #[cfg(feature = "rstar_0_11")] 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_8` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:490:5 156s | 156s 490 | feature = "rstar_0_8", 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_9` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:491:5 156s | 156s 491 | feature = "rstar_0_9", 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_10` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:492:5 156s | 156s 492 | feature = "rstar_0_10", 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_11` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:493:5 156s | 156s 493 | feature = "rstar_0_11" 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_8` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:535:7 156s | 156s 535 | #[cfg(feature = "rstar_0_8")] 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_9` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:538:7 156s | 156s 538 | #[cfg(feature = "rstar_0_9")] 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_10` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:541:7 156s | 156s 541 | #[cfg(feature = "rstar_0_10")] 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_11` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:544:7 156s | 156s 544 | #[cfg(feature = "rstar_0_11")] 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_8` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/point.rs:589:7 156s | 156s 589 | #[cfg(feature = "rstar_0_8")] 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_9` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/point.rs:619:7 156s | 156s 619 | #[cfg(feature = "rstar_0_9")] 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_10` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/point.rs:648:7 156s | 156s 648 | #[cfg(feature = "rstar_0_10")] 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_11` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/point.rs:677:7 156s | 156s 677 | #[cfg(feature = "rstar_0_11")] 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_8` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:549:5 156s | 156s 549 | feature = "rstar_0_8", 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_9` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:550:5 156s | 156s 550 | feature = "rstar_0_9", 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_10` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:551:5 156s | 156s 551 | feature = "rstar_0_10", 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_11` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:552:5 156s | 156s 552 | feature = "rstar_0_11" 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_8` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:569:7 156s | 156s 569 | #[cfg(feature = "rstar_0_8")] 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_9` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:572:7 156s | 156s 572 | #[cfg(feature = "rstar_0_9")] 156s | ^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_10` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:575:7 156s | 156s 575 | #[cfg(feature = "rstar_0_10")] 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 156s warning: unexpected `cfg` condition value: `rstar_0_11` 156s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:578:7 156s | 156s 578 | #[cfg(feature = "rstar_0_11")] 156s | ^^^^^^^^^^^^^^^^^^^^^^ 156s | 156s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 156s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 156s = note: see for more information about checking conditional configuration 156s 157s warning: `geo-types` (lib) generated 38 warnings (1 duplicate) 157s Compiling anstyle v1.0.8 157s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 157s Compiling colorchoice v1.0.0 157s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 157s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 157s Compiling cfg-if v1.0.0 157s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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] 157s parameters. Structured like an if-else chain, the first matching branch is the 157s item that gets emitted. 157s ' 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.mkunhNCJYf/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 157s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 157s Compiling anstyle-query v1.0.0 157s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 157s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 157s Compiling anstream v0.6.15 157s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.mkunhNCJYf/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test"))' -C metadata=d1aae20cbf237c21 -C extra-filename=-d1aae20cbf237c21 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern anstyle=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern anstyle_parse=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-d0c73c4af772649f.rmeta --extern anstyle_query=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-635bcba2223d27a9.rmeta --extern colorchoice=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-e265feadf5f02527.rmeta --extern utf8parse=/tmp/tmp.mkunhNCJYf/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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 157s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 157s Compiling getrandom v0.2.15 157s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/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.mkunhNCJYf/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.mkunhNCJYf/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 --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=b9582ddd2c60f79c -C extra-filename=-b9582ddd2c60f79c --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern cfg_if=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/liblibc-7afc641d856e1092.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 157s | 157s 48 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s = note: `#[warn(unexpected_cfgs)]` on by default 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 157s | 157s 53 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 157s | 157s 4 | #[cfg(not(all(windows, feature = "wincon")))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 157s | 157s 8 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 157s | 157s 46 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 157s | 157s 58 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 157s | 157s 5 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 157s | 157s 27 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 157s | 157s 137 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 157s | 157s 143 | #[cfg(not(all(windows, feature = "wincon")))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 157s | 157s 155 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 157s | 157s 166 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 157s | 157s 180 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 157s | 157s 225 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 157s | 157s 243 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 157s | 157s 260 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 157s | 157s 269 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 157s | 157s 279 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 157s | 157s 288 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `wincon` 157s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 157s | 157s 298 | #[cfg(all(windows, feature = "wincon"))] 157s | ^^^^^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `auto`, `default`, and `test` 157s = help: consider adding `wincon` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s 157s warning: unexpected `cfg` condition value: `js` 157s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 157s | 157s 334 | } else if #[cfg(all(feature = "js", 157s | ^^^^^^^^^^^^^^ 157s | 157s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 157s = help: consider adding `js` as a feature in `Cargo.toml` 157s = note: see for more information about checking conditional configuration 157s = note: `#[warn(unexpected_cfgs)]` on by default 157s 157s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 157s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono_tz CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps OUT_DIR=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/build/chrono-tz-6418ffa5bf8d3688/out rustc --crate-name chrono_tz --edition=2021 /tmp/tmp.mkunhNCJYf/registry/chrono-tz-0.8.6/src/lib.rs --error-format=json --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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=b6de50c921cd85a3 -C extra-filename=-b6de50c921cd85a3 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern chrono=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libchrono-fffa4bb358ede0b9.rmeta --extern phf=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libphf-1c434b52c028b1c3.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 157s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 157s Compiling geojson v0.24.1 157s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=geojson CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/geojson-0.24.1 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/geojson-0.24.1/Cargo.toml CARGO_PKG_AUTHORS='The GeoRust Developers ' CARGO_PKG_DESCRIPTION='Read and write GeoJSON vector geographic data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=geojson CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/georust/geojson' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.24.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=24 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name geojson --edition=2018 /tmp/tmp.mkunhNCJYf/registry/geojson-0.24.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="geo-types"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "geo-types"))' -C metadata=7721da1dbebf4946 -C extra-filename=-7721da1dbebf4946 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern geo_types=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libgeo_types-d3bb009e233ec106.rmeta --extern log=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --extern serde=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libserde-fe70d8bb5ce7090d.rmeta --extern serde_json=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-dc2a92d91924c53f.rmeta --extern thiserror=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-5c3e0d8a6501796e.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 157s warning: use of deprecated type alias `geo_types::Coordinate`: Renamed to `geo_types::Coord` (or `geo::Coord`) 157s --> /usr/share/cargo/registry/geojson-0.24.1/src/conversion/to_geo_types.rs:276:67 157s | 157s 276 | fn create_geo_coordinate(point_type: &PointType) -> geo_types::Coordinate 157s | ^^^^^^^^^^ 157s | 157s = note: `#[warn(deprecated)]` on by default 157s 157s warning: use of deprecated type alias `geo_types::Coordinate`: Renamed to `geo_types::Coord` (or `geo::Coord`) 157s --> /usr/share/cargo/registry/geojson-0.24.1/src/conversion/to_geo_types.rs:280:16 157s | 157s 280 | geo_types::Coordinate { 157s | ^^^^^^^^^^ 157s 157s warning: use of deprecated method `geo_types::LineString::::points_iter`: Use points() instead 157s --> /usr/share/cargo/registry/geojson-0.24.1/src/conversion/from_geo_types.rs:197:10 157s | 157s 197 | .points_iter() 157s | ^^^^^^^^^^^ 157s 157s warning: use of deprecated method `geo_types::LineString::::points_iter`: Use points() instead 157s --> /usr/share/cargo/registry/geojson-0.24.1/src/conversion/from_geo_types.rs:245:10 157s | 157s 245 | .points_iter() 157s | ^^^^^^^^^^^ 157s 158s warning: `geojson` (lib) generated 5 warnings (1 duplicate) 158s Compiling env_filter v0.1.3 158s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=env_filter CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/env_filter-0.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/env_filter-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Filter log events using environment variables 158s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_filter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name env_filter --edition=2021 /tmp/tmp.mkunhNCJYf/registry/env_filter-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=63bfa0800d7de88f -C extra-filename=-63bfa0800d7de88f --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern log=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --extern regex=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libregex-18e791cd27af2f9d.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 158s warning: `env_filter` (lib) generated 1 warning (1 duplicate) 158s Compiling url v2.5.2 158s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=url CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/url-2.5.2 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/url-2.5.2/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='URL library for Rust, based on the WHATWG URL Standard' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=url CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.5.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name url --edition=2018 /tmp/tmp.mkunhNCJYf/registry/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "expose_internals", "serde"))' -C metadata=d3a53a15d0038c45 -C extra-filename=-d3a53a15d0038c45 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern form_urlencoded=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libform_urlencoded-01ce7df510821a2a.rmeta --extern idna=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libidna-33bb1fbd58e636ba.rmeta --extern percent_encoding=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libpercent_encoding-bdbb744077176552.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 158s warning: unexpected `cfg` condition value: `debugger_visualizer` 158s --> /usr/share/cargo/registry/url-2.5.2/src/lib.rs:139:5 158s | 158s 139 | feature = "debugger_visualizer", 158s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 158s | 158s = note: expected values for `feature` are: `default`, `expose_internals`, and `serde` 158s = help: consider adding `debugger_visualizer` as a feature in `Cargo.toml` 158s = note: see for more information about checking conditional configuration 158s = note: `#[warn(unexpected_cfgs)]` on by default 158s 159s warning: `url` (lib) generated 2 warnings (1 duplicate) 159s Compiling tokio-macros v2.5.0 159s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tokio_macros CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/tokio-macros-2.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/tokio-macros-2.5.0/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Tokio'\''s proc macros. 159s ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio-macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name tokio_macros --edition=2021 /tmp/tmp.mkunhNCJYf/registry/tokio-macros-2.5.0/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=a91a4532bfa7dac2 -C extra-filename=-a91a4532bfa7dac2 --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern proc_macro2=/tmp/tmp.mkunhNCJYf/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.mkunhNCJYf/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.mkunhNCJYf/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 160s Compiling async-trait v0.1.83 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=async_trait CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/async-trait-0.1.83 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/async-trait-0.1.83/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Type erasure for async trait methods' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=async-trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/async-trait' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.1.83 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=83 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name async_trait --edition=2021 /tmp/tmp.mkunhNCJYf/registry/async-trait-0.1.83/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=a430336fad6b7dad -C extra-filename=-a430336fad6b7dad --out-dir /tmp/tmp.mkunhNCJYf/target/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern proc_macro2=/tmp/tmp.mkunhNCJYf/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.mkunhNCJYf/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.mkunhNCJYf/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 160s warning: use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead 160s --> /usr/share/cargo/registry/chrono-tz-0.8.6/src/timezone_impl.rs:331:31 160s | 160s 331 | let timestamp = local.timestamp(); 160s | ^^^^^^^^^ 160s | 160s = note: `#[warn(deprecated)]` on by default 160s 160s warning: use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead 160s --> /usr/share/cargo/registry/chrono-tz-0.8.6/src/timezone_impl.rs:364:29 160s | 160s 364 | let timestamp = utc.timestamp(); 160s | ^^^^^^^^^ 160s 161s warning: `chrono-tz` (lib) generated 3 warnings (1 duplicate) 161s Compiling pin-project-lite v0.2.13 161s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/pin-project-lite-0.2.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. 161s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.mkunhNCJYf/registry/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5dc815523e98d889 -C extra-filename=-5dc815523e98d889 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 161s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 161s Compiling humantime v2.1.0 161s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/humantime-2.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/humantime-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime} 161s ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name humantime --edition=2018 /tmp/tmp.mkunhNCJYf/registry/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4af2590cd48652be -C extra-filename=-4af2590cd48652be --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 161s warning: unexpected `cfg` condition value: `cloudabi` 161s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:6:7 161s | 161s 6 | #[cfg(target_os="cloudabi")] 161s | ^^^^^^^^^^^^^^^^^^^^ 161s | 161s = 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 161s = note: see for more information about checking conditional configuration 161s = note: `#[warn(unexpected_cfgs)]` on by default 161s 161s warning: unexpected `cfg` condition value: `cloudabi` 161s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:14:9 161s | 161s 14 | not(target_os="cloudabi"), 161s | ^^^^^^^^^^^^^^^^^^^^ 161s | 161s = 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 161s = note: see for more information about checking conditional configuration 161s 161s warning: `humantime` (lib) generated 3 warnings (1 duplicate) 161s Compiling env_logger v0.11.5 161s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/env_logger-0.11.5 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/env_logger-0.11.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment 161s variable. 161s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.11.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name env_logger --edition=2021 /tmp/tmp.mkunhNCJYf/registry/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=0cd60edf536e7b0f -C extra-filename=-0cd60edf536e7b0f --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern anstream=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libanstream-d1aae20cbf237c21.rmeta --extern anstyle=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern env_filter=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libenv_filter-63bfa0800d7de88f.rmeta --extern humantime=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libhumantime-4af2590cd48652be.rmeta --extern log=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 161s warning: `env_logger` (lib) generated 1 warning (1 duplicate) 161s Compiling tokio v1.43.0 161s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tokio CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/tokio-1.43.0 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/tokio-1.43.0/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='An event-driven, non-blocking I/O platform for writing asynchronous I/O 161s backed applications. 161s ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=1.43.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=43 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name tokio --edition=2021 /tmp/tmp.mkunhNCJYf/registry/tokio-1.43.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="macros"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing"))' -C metadata=f85d1e95ac474331 -C extra-filename=-f85d1e95ac474331 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern pin_project_lite=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern tokio_macros=/tmp/tmp.mkunhNCJYf/target/debug/deps/libtokio_macros-a91a4532bfa7dac2.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s Compiling railway-core v0.1.0 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_core CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/railway-core-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/railway-core-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Core type definitions of the Railway backend' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name railway_core --edition=2021 /tmp/tmp.mkunhNCJYf/registry/railway-core-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="geojson"' --cfg 'feature="polylines"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("geojson", "hyper", "hyper-requester", "hyper-rustls", "polylines", "rt-multi-thread", "rustls", "rustls-pemfile", "serde"))' -C metadata=e5f6157dbe9fd7e0 -C extra-filename=-e5f6157dbe9fd7e0 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern async_trait=/tmp/tmp.mkunhNCJYf/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libchrono-fffa4bb358ede0b9.rmeta --extern chrono_tz=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-b6de50c921cd85a3.rmeta --extern geojson=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libgeojson-7721da1dbebf4946.rmeta --extern log=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --extern url=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: `railway-core` (lib) generated 1 warning (1 duplicate) 162s Compiling uuid v1.10.0 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=uuid CARGO_MANIFEST_DIR=/tmp/tmp.mkunhNCJYf/registry/uuid-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.mkunhNCJYf/registry/uuid-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Ashley Mannix:Dylan DPC:Hunar Roop Kahlon' CARGO_PKG_DESCRIPTION='A library to generate and parse UUIDs.' CARGO_PKG_HOMEPAGE='https://github.com/uuid-rs/uuid' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=uuid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/uuid-rs/uuid' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name uuid --edition=2018 /tmp/tmp.mkunhNCJYf/registry/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "bytemuck", "default", "fast-rng", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=f6258a0032240d78 -C extra-filename=-f6258a0032240d78 --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern getrandom=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-b9582ddd2c60f79c.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: `uuid` (lib) generated 1 warning (1 duplicate) 163s warning: `tokio` (lib) generated 1 warning (1 duplicate) 163s Compiling railway-provider-db-movas v0.1.0 (/usr/share/cargo/registry/railway-provider-db-movas-0.1.0) 163s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_provider_db_movas CARGO_MANIFEST_DIR=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Implementation of a DB Movas client in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-provider-db-movas CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name railway_provider_db_movas --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="polylines"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("polylines", "rt-multi-thread"))' -C metadata=0efab6d28b83a89c -C extra-filename=-0efab6d28b83a89c --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern async_trait=/tmp/tmp.mkunhNCJYf/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libchrono-fffa4bb358ede0b9.rlib --extern chrono_tz=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-b6de50c921cd85a3.rlib --extern env_logger=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-0cd60edf536e7b0f.rlib --extern rcore=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/librailway_core-e5f6157dbe9fd7e0.rlib --extern serde=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libserde-fe70d8bb5ce7090d.rlib --extern serde_json=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-dc2a92d91924c53f.rlib --extern tokio=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libtokio-f85d1e95ac474331.rlib --extern url=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rlib --extern uuid=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libuuid-f6258a0032240d78.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 163s error[E0432]: unresolved import `rcore::ReqwestRequesterBuilder` 163s --> src/lib.rs:271:61 163s | 163s 271 | JourneysOptions, Location, LocationsOptions, Place, ReqwestRequesterBuilder, Station, 163s | ^^^^^^^^^^^^^^^^^^^^^^^ 163s | | 163s | no `ReqwestRequesterBuilder` in the root 163s | help: a similar name exists in the module: `RequesterBuilder` 163s 164s error[E0063]: missing field `polyline` in initializer of `Leg` 164s --> src/types.rs:299:9 164s | 164s 299 | Self { 164s | ^^^^ missing `polyline` 164s 164s Some errors have detailed explanations: E0063, E0432. 164s For more information about an error, try `rustc --explain E0063`. 164s error: could not compile `railway-provider-db-movas` (lib test) due to 2 previous errors 164s 164s Caused by: 164s process didn't exit successfully: `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_provider_db_movas CARGO_MANIFEST_DIR=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Implementation of a DB Movas client in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-provider-db-movas CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.mkunhNCJYf/target/debug/deps rustc --crate-name railway_provider_db_movas --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="polylines"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("polylines", "rt-multi-thread"))' -C metadata=0efab6d28b83a89c -C extra-filename=-0efab6d28b83a89c --out-dir /tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mkunhNCJYf/target/debug/deps --extern async_trait=/tmp/tmp.mkunhNCJYf/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libchrono-fffa4bb358ede0b9.rlib --extern chrono_tz=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-b6de50c921cd85a3.rlib --extern env_logger=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-0cd60edf536e7b0f.rlib --extern rcore=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/librailway_core-e5f6157dbe9fd7e0.rlib --extern serde=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libserde-fe70d8bb5ce7090d.rlib --extern serde_json=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-dc2a92d91924c53f.rlib --extern tokio=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libtokio-f85d1e95ac474331.rlib --extern url=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rlib --extern uuid=/tmp/tmp.mkunhNCJYf/target/s390x-unknown-linux-gnu/debug/deps/libuuid-f6258a0032240d78.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.mkunhNCJYf/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` (exit status: 1) 164s /tmp/autopkgtest.dodFYD/wrapper.sh: checking for leaked background processes... 164s /tmp/autopkgtest.dodFYD/wrapper.sh: waiting for tee/cat subprocesses... 164s /tmp/autopkgtest.dodFYD/wrapper.sh: cleaning up... 164s /tmp/autopkgtest.dodFYD/wrapper.sh: Exit status: 101 164s autopkgtest: DBG: testbed command exited with code 101 164s autopkgtest [21:13:25]: test rust-railway-provider-db-movas:@: -----------------------] 164s autopkgtest: DBG: testbed executing test finished with exit status 101 164s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/rust-railway-provider-db-movas%3A%40-stdout /tmp/autopkgtest-work.vbrnmat2/out/rust-railway-provider-db-movas%3A%40-stdout 165s autopkgtest: DBG: got reply from testbed: ok 165s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/rust-railway-provider-db-movas%3A%40-stderr /tmp/autopkgtest-work.vbrnmat2/out/rust-railway-provider-db-movas%3A%40-stderr 165s autopkgtest: DBG: got reply from testbed: ok 165s rust-railway-provider-db-movas:@ FLAKY non-zero exit status 101 165s autopkgtest [21:13:26]: test rust-railway-provider-db-movas:@: - - - - - - - - - - results - - - - - - - - - - 165s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/rust-railway-provider-db-movas%3A%40-artifacts/ /tmp/autopkgtest-work.vbrnmat2/out/artifacts/ 165s autopkgtest: DBG: got reply from testbed: ok 165s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.dodFYD/rust-railway-provider-db-movas:@-artifacts', '/tmp/autopkgtest.dodFYD/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest [21:13:27]: test librust-railway-provider-db-movas-dev:default: preparing testbed 166s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'], deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 166s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 166s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 166s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 31), rustc, librust-env-logger-0.11+default-dev (>= 0.11.3-~~), librust-tokio-1+default-dev (>= 1.37-~~), librust-tokio-1+macros-dev (>= 1.37-~~), librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~), librust-railway-provider-db-movas-dev 166s autopkgtest: DBG: can use apt-get on testbed: True 166s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 31), rustc, librust-env-logger-0.11+default-dev (>= 0.11.3-~~), librust-tokio-1+default-dev (>= 1.37-~~), librust-tokio-1+macros-dev (>= 1.37-~~), librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~), librust-railway-provider-db-movas-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 166s Reading package lists... 166s Building dependency tree... 166s Reading state information... 166s Starting pkgProblemResolver with broken count: 0 166s Starting 2 pkgProblemResolver with broken count: 0 166s Done 166s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 166s autopkgtest: DBG: testbed command exited with code 0 166s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-railway-provider-db-movas-dev'], kind short, sout pipe, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:default-packages.all"], kind short, sout raw, serr pipe, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3Adefault-packages.all /tmp/autopkgtest-work.vbrnmat2/out/librust-railway-provider-db-movas-dev%3Adefault-packages.all 167s autopkgtest: DBG: got reply from testbed: ok 167s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.dodFYD/build.JqI/src'], kind short, sout raw, serr raw, env [] 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.dodFYD/build.JqI/src already exists 167s autopkgtest [21:13:28]: test librust-railway-provider-db-movas-dev:default: /usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets 167s autopkgtest [21:13:28]: test librust-railway-provider-db-movas-dev:default: [----------------------- 167s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.dodFYD/wrapper.sh --debug --artifacts=/tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:default-artifacts --chdir=/tmp/autopkgtest.dodFYD/build.JqI/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.dodFYD/librust-railway-provider-db-movas-dev:default-stderr --stdout=/tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:default-stdout --tmp=/tmp/autopkgtest.dodFYD/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 railway-provider-db-movas 0.1.0 --all-targets'"], kind test, sout raw, serr raw, env [] 167s /tmp/autopkgtest.dodFYD/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:default-artifacts 167s /tmp/autopkgtest.dodFYD/wrapper.sh: changing to directory: /tmp/autopkgtest.dodFYD/build.JqI/src 167s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 167s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 167s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 167s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 167s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: LANG=C.UTF-8 167s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LANGUAGE 167s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_ADDRESS 167s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_ALL 167s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_COLLATE 167s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_CTYPE 167s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_IDENTIFICATION 167s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MEASUREMENT 167s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MESSAGES 167s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MONETARY 167s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_NAME 167s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_NUMERIC 167s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_PAPER 167s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_TELEPHONE 167s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_TIME 167s /tmp/autopkgtest.dodFYD/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 167s /tmp/autopkgtest.dodFYD/wrapper.sh: pretending to be a login shell 167s /tmp/autopkgtest.dodFYD/wrapper.sh: will write standard error to /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:default-stderr 167s /tmp/autopkgtest.dodFYD/wrapper.sh: will write stdout to /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:default-stdout 167s /tmp/autopkgtest.dodFYD/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.dodFYD/autopkgtest_tmp 167s /tmp/autopkgtest.dodFYD/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 167s /tmp/autopkgtest.dodFYD/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets 167s /tmp/autopkgtest.dodFYD/wrapper.sh: copying /tmp/tmp.9HZBljfsLe/out to stdout and file: /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:default-stdout 167s /tmp/autopkgtest.dodFYD/wrapper.sh: copying /tmp/tmp.9HZBljfsLe/err to standard error and file: /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:default-stdout 167s /tmp/autopkgtest.dodFYD/wrapper.sh: writing script pid 6385 to /tmp/autopkgtest_script_pid 167s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 167s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 167s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 167s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.gxFLHpx3mm/registry/ 167s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 167s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 167s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 167s 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'],) {} 168s Compiling proc-macro2 v1.0.92 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn` 168s Compiling unicode-ident v1.0.13 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn` 168s Compiling siphasher v1.0.1 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/siphasher-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/siphasher-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' 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.gxFLHpx3mm/target/debug/deps rustc --crate-name siphasher --edition=2018 /tmp/tmp.gxFLHpx3mm/registry/siphasher-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=4b9ab36ba684b98f -C extra-filename=-4b9ab36ba684b98f --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn` 168s Compiling phf_shared v0.11.2 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_shared CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/phf_shared-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/phf_shared-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Support code shared by PHF libraries' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_shared CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name phf_shared --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=96345fb2bb3c7b2c -C extra-filename=-96345fb2bb3c7b2c --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern siphasher=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libsiphasher-4b9ab36ba684b98f.rmeta --cap-lints warn` 168s Compiling rand_core v0.6.4 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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. 168s ' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_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.gxFLHpx3mm/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.gxFLHpx3mm/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=fe79e05e504a2b04 -C extra-filename=-fe79e05e504a2b04 --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn` 168s 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.gxFLHpx3mm/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps:/tmp/tmp.gxFLHpx3mm/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.gxFLHpx3mm/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.gxFLHpx3mm/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 168s warning: unexpected `cfg` condition name: `doc_cfg` 168s --> /tmp/tmp.gxFLHpx3mm/registry/rand_core-0.6.4/src/lib.rs:38:13 168s | 168s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 168s | ^^^^^^^ 168s | 168s = 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` 168s = help: consider using a Cargo feature instead 168s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 168s [lints.rust] 168s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 168s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 168s = note: see for more information about checking conditional configuration 168s = note: `#[warn(unexpected_cfgs)]` on by default 168s 168s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 168s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 168s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 168s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 168s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 168s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 168s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 168s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 168s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 168s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 168s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 168s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 168s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 168s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 168s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 168s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps OUT_DIR=/tmp/tmp.gxFLHpx3mm/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern unicode_ident=/tmp/tmp.gxFLHpx3mm/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)'` 168s warning: `rand_core` (lib) generated 1 warning 168s Compiling regex-syntax v0.8.5 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --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=ab0d8dd00f49479a -C extra-filename=-ab0d8dd00f49479a --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn` 169s Compiling quote v1.0.37 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern proc_macro2=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 169s Compiling syn v2.0.96 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.gxFLHpx3mm/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"' --cfg 'feature="visit-mut"' --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=a9da2a2afa301954 -C extra-filename=-a9da2a2afa301954 --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern proc_macro2=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 171s Compiling regex-automata v0.4.9 171s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=d9666b3547633884 -C extra-filename=-d9666b3547633884 --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern regex_syntax=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libregex_syntax-ab0d8dd00f49479a.rmeta --cap-lints warn` 174s Compiling rand v0.8.5 174s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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. 174s ' 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.gxFLHpx3mm/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.gxFLHpx3mm/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="small_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=06624c90811134c1 -C extra-filename=-06624c90811134c1 --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern rand_core=/tmp/tmp.gxFLHpx3mm/target/debug/deps/librand_core-fe79e05e504a2b04.rmeta --cap-lints warn` 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/lib.rs:52:13 174s | 174s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s = note: `#[warn(unexpected_cfgs)]` on by default 174s 174s warning: unexpected `cfg` condition name: `doc_cfg` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/lib.rs:53:13 174s | 174s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 174s | ^^^^^^^ 174s | 174s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` 174s = help: consider using a Cargo feature instead 174s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 174s [lints.rust] 174s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 174s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition name: `features` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 174s | 174s 162 | #[cfg(features = "nightly")] 174s | ^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: see for more information about checking conditional configuration 174s help: there is a config with a similar name and value 174s | 174s 162 | #[cfg(feature = "nightly")] 174s | ~~~~~~~ 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/float.rs:15:7 174s | 174s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/float.rs:156:7 174s | 174s 156 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/float.rs:158:7 174s | 174s 158 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/float.rs:160:7 174s | 174s 160 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/float.rs:162:7 174s | 174s 162 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/float.rs:165:7 174s | 174s 165 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/float.rs:167:7 174s | 174s 167 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/float.rs:169:7 174s | 174s 169 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/integer.rs:13:32 174s | 174s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/integer.rs:15:35 174s | 174s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/integer.rs:19:7 174s | 174s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/integer.rs:112:7 174s | 174s 112 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/integer.rs:142:7 174s | 174s 142 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/integer.rs:144:7 174s | 174s 144 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/integer.rs:146:7 174s | 174s 146 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/integer.rs:148:7 174s | 174s 148 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/integer.rs:150:7 174s | 174s 150 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/integer.rs:152:7 174s | 174s 152 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/integer.rs:155:5 174s | 174s 155 | feature = "simd_support", 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:11:7 174s | 174s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:144:7 174s | 174s 144 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition name: `std` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:235:11 174s | 174s 235 | #[cfg(not(std))] 174s | ^^^ help: found config with similar value: `feature = "std"` 174s | 174s = help: consider using a Cargo feature instead 174s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 174s [lints.rust] 174s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 174s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:363:7 174s | 174s 363 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:423:7 174s | 174s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 174s | ^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:424:7 174s | 174s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 174s | ^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:425:7 174s | 174s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 174s | ^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:426:7 174s | 174s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 174s | ^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:427:7 174s | 174s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 174s | ^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:428:7 174s | 174s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 174s | ^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:429:7 174s | 174s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 174s | ^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition name: `std` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:291:19 174s | 174s 291 | #[cfg(not(std))] 174s | ^^^ help: found config with similar value: `feature = "std"` 174s ... 174s 359 | scalar_float_impl!(f32, u32); 174s | ---------------------------- in this macro invocation 174s | 174s = help: consider using a Cargo feature instead 174s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 174s [lints.rust] 174s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 174s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 174s = note: see for more information about checking conditional configuration 174s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 174s 174s warning: unexpected `cfg` condition name: `std` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:291:19 174s | 174s 291 | #[cfg(not(std))] 174s | ^^^ help: found config with similar value: `feature = "std"` 174s ... 174s 360 | scalar_float_impl!(f64, u64); 174s | ---------------------------- in this macro invocation 174s | 174s = help: consider using a Cargo feature instead 174s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 174s [lints.rust] 174s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 174s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 174s = note: see for more information about checking conditional configuration 174s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 174s | 174s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 174s | 174s 572 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 174s | 174s 679 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 174s | 174s 687 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 174s | 174s 696 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 174s | 174s 706 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 174s | 174s 1001 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 174s | 174s 1003 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 174s | 174s 1005 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 174s | 174s 1007 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 174s | 174s 1010 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 174s | 174s 1012 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition value: `simd_support` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 174s | 174s 1014 | #[cfg(feature = "simd_support")] 174s | ^^^^^^^^^^^^^^^^^^^^^^^^ 174s | 174s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 174s = help: consider adding `simd_support` as a feature in `Cargo.toml` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition name: `doc_cfg` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/rng.rs:395:12 174s | 174s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 174s | ^^^^^^^ 174s | 174s = help: consider using a Cargo feature instead 174s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 174s [lints.rust] 174s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 174s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition name: `doc_cfg` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/rngs/mod.rs:99:12 174s | 174s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 174s | ^^^^^^^ 174s | 174s = help: consider using a Cargo feature instead 174s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 174s [lints.rust] 174s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 174s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition name: `doc_cfg` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/rngs/mod.rs:118:12 174s | 174s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 174s | ^^^^^^^ 174s | 174s = help: consider using a Cargo feature instead 174s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 174s [lints.rust] 174s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 174s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 174s = note: see for more information about checking conditional configuration 174s 174s warning: unexpected `cfg` condition name: `doc_cfg` 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/rngs/small.rs:79:12 174s | 174s 79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "small_rng")))] 174s | ^^^^^^^ 174s | 174s = help: consider using a Cargo feature instead 174s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 174s [lints.rust] 174s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 174s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 174s = note: see for more information about checking conditional configuration 174s 174s warning: trait `Float` is never used 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:238:18 174s | 174s 238 | pub(crate) trait Float: Sized { 174s | ^^^^^ 174s | 174s = note: `#[warn(dead_code)]` on by default 174s 174s warning: associated items `lanes`, `extract`, and `replace` are never used 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:247:8 174s | 174s 245 | pub(crate) trait FloatAsSIMD: Sized { 174s | ----------- associated items in this trait 174s 246 | #[inline(always)] 174s 247 | fn lanes() -> usize { 174s | ^^^^^ 174s ... 174s 255 | fn extract(self, index: usize) -> Self { 174s | ^^^^^^^ 174s ... 174s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 174s | ^^^^^^^ 174s 174s warning: method `all` is never used 174s --> /tmp/tmp.gxFLHpx3mm/registry/rand-0.8.5/src/distributions/utils.rs:268:8 174s | 174s 266 | pub(crate) trait BoolAsSIMD: Sized { 174s | ---------- method in this trait 174s 267 | fn any(self) -> bool; 174s 268 | fn all(self) -> bool; 174s | ^^^ 174s 174s warning: `rand` (lib) generated 55 warnings 174s Compiling phf_generator v0.11.2 174s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_generator CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/phf_generator-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/phf_generator-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='PHF generation logic' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_generator CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name phf_generator --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=09d2a0a5cafc99ec -C extra-filename=-09d2a0a5cafc99ec --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern phf_shared=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --extern rand=/tmp/tmp.gxFLHpx3mm/target/debug/deps/librand-06624c90811134c1.rmeta --cap-lints warn` 174s Compiling regex v1.11.1 174s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 174s finite automata and guarantees linear time matching on all inputs. 174s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=39971a1e8908159b -C extra-filename=-39971a1e8908159b --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern regex_automata=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libregex_automata-d9666b3547633884.rmeta --extern regex_syntax=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libregex_syntax-ab0d8dd00f49479a.rmeta --cap-lints warn` 174s Compiling memchr v2.7.4 174s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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 174s 1, 2 or 3 byte search and single substring search. 174s ' 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.gxFLHpx3mm/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 174s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 174s | 174s = note: this feature is not stably supported; its behavior can change in the future 174s 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.gxFLHpx3mm/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn` 175s warning: `memchr` (lib) generated 1 warning 175s Compiling parse-zoneinfo v0.3.0 175s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=parse_zoneinfo CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/parse-zoneinfo-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/parse-zoneinfo-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Djzin ' CARGO_PKG_DESCRIPTION='Parse zoneinfo files from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parse-zoneinfo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/djzin/parse-zoneinfo' 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.gxFLHpx3mm/target/debug/deps rustc --crate-name parse_zoneinfo --edition=2015 /tmp/tmp.gxFLHpx3mm/registry/parse-zoneinfo-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())' -C metadata=a1f4667655be7783 -C extra-filename=-a1f4667655be7783 --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern regex=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libregex-39971a1e8908159b.rmeta --cap-lints warn` 175s warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() 175s --> /tmp/tmp.gxFLHpx3mm/registry/parse-zoneinfo-0.3.0/src/table.rs:349:30 175s | 175s 349 | write!(f, "{}", self.description()) 175s | ^^^^^^^^^^^ 175s | 175s = note: `#[warn(deprecated)]` on by default 175s 175s warning: unused return value of `std::mem::replace` that must be used 175s --> /tmp/tmp.gxFLHpx3mm/registry/parse-zoneinfo-0.3.0/src/transitions.rs:337:25 175s | 175s 337 | replace(start_utc_offset, timespan.offset); 175s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 175s | 175s = note: if you don't need the old value, you can just assign the new value directly 175s = note: `#[warn(unused_must_use)]` on by default 175s help: use `let _ = ...` to ignore the resulting value 175s | 175s 337 | let _ = replace(start_utc_offset, timespan.offset); 175s | +++++++ 175s 175s warning: unused return value of `std::mem::replace` that must be used 175s --> /tmp/tmp.gxFLHpx3mm/registry/parse-zoneinfo-0.3.0/src/transitions.rs:338:25 175s | 175s 338 | replace(start_dst_offset, *dst_offset); 175s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 175s | 175s = note: if you don't need the old value, you can just assign the new value directly 175s help: use `let _ = ...` to ignore the resulting value 175s | 175s 338 | let _ = replace(start_dst_offset, *dst_offset); 175s | +++++++ 175s 175s warning: unused return value of `std::mem::replace` that must be used 175s --> /tmp/tmp.gxFLHpx3mm/registry/parse-zoneinfo-0.3.0/src/transitions.rs:339:25 175s | 175s 339 | / replace( 175s 340 | | start_zone_id, 175s 341 | | Some( 175s 342 | | timespan 175s ... | 175s 345 | | ), 175s 346 | | ); 175s | |_________________________^ 175s | 175s = note: if you don't need the old value, you can just assign the new value directly 175s help: use `let _ = ...` to ignore the resulting value 175s | 175s 339 | let _ = replace( 175s | +++++++ 175s 175s warning: unused return value of `std::mem::replace` that must be used 175s --> /tmp/tmp.gxFLHpx3mm/registry/parse-zoneinfo-0.3.0/src/transitions.rs:353:25 175s | 175s 353 | / replace( 175s 354 | | start_zone_id, 175s 355 | | Some( 175s 356 | | timespan 175s ... | 175s 359 | | ), 175s 360 | | ); 175s | |_________________________^ 175s | 175s = note: if you don't need the old value, you can just assign the new value directly 175s help: use `let _ = ...` to ignore the resulting value 175s | 175s 353 | let _ = replace( 175s | +++++++ 175s 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.gxFLHpx3mm/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.gxFLHpx3mm/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=aa60072a75c86d31 -C extra-filename=-aa60072a75c86d31 --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/build/num-traits-aa60072a75c86d31 -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern autocfg=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 175s Compiling phf_codegen v0.11.2 175s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_codegen CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/phf_codegen-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/phf_codegen-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Codegen library for PHF types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_codegen CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name phf_codegen --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5eab2e6052fda339 -C extra-filename=-5eab2e6052fda339 --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern phf_generator=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libphf_generator-09d2a0a5cafc99ec.rmeta --extern phf_shared=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --cap-lints warn` 175s Compiling phf v0.11.2 175s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/phf-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/phf-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Runtime support for perfect hash function data structures' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name phf --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=5d6d9e364012a8ee -C extra-filename=-5d6d9e364012a8ee --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern phf_shared=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --cap-lints warn` 175s Compiling chrono-tz-build v0.2.1 175s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono_tz_build CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/chrono-tz-build-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/chrono-tz-build-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='internal build script for chrono-tz' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz-build CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION=1.60 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.gxFLHpx3mm/target/debug/deps rustc --crate-name chrono_tz_build --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/chrono-tz-build-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "regex", "uncased"))' -C metadata=9671948fd604f90d -C extra-filename=-9671948fd604f90d --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern parse_zoneinfo=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libparse_zoneinfo-a1f4667655be7783.rmeta --extern phf=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libphf-5d6d9e364012a8ee.rmeta --extern phf_codegen=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libphf_codegen-5eab2e6052fda339.rmeta --cap-lints warn` 176s warning: `parse-zoneinfo` (lib) generated 5 warnings 176s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps:/tmp/tmp.gxFLHpx3mm/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/build/num-traits-ecdf0cfb694d8baf/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.gxFLHpx3mm/target/debug/build/num-traits-aa60072a75c86d31/build-script-build` 176s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 176s [num-traits 0.2.19] | 176s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 176s [num-traits 0.2.19] 176s [num-traits 0.2.19] warning: 1 warning emitted 176s [num-traits 0.2.19] 176s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 176s [num-traits 0.2.19] | 176s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 176s [num-traits 0.2.19] 176s [num-traits 0.2.19] warning: 1 warning emitted 176s [num-traits 0.2.19] 176s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 176s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 176s Compiling aho-corasick v1.1.3 176s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name aho_corasick --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=fbc72b3c6b57956b -C extra-filename=-fbc72b3c6b57956b --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern memchr=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 176s Compiling smallvec v1.13.2 176s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.gxFLHpx3mm/registry/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=a324a1e73a699a31 -C extra-filename=-a324a1e73a699a31 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 176s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 176s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=09e16120fd670342 -C extra-filename=-09e16120fd670342 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 176s warning: method `cmpeq` is never used 176s --> /usr/share/cargo/registry/aho-corasick-1.1.3/src/packed/vector.rs:74:15 176s | 176s 28 | pub(crate) trait Vector: 176s | ------ method in this trait 176s ... 176s 74 | unsafe fn cmpeq(self, vector2: Self) -> Self; 176s | ^^^^^ 176s | 176s = note: `#[warn(dead_code)]` on by default 176s 178s warning: `aho-corasick` (lib) generated 2 warnings (1 duplicate) 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/siphasher-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/siphasher-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' 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.gxFLHpx3mm/target/debug/deps rustc --crate-name siphasher --edition=2018 /tmp/tmp.gxFLHpx3mm/registry/siphasher-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=cb5279050189dcdd -C extra-filename=-cb5279050189dcdd --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 178s warning: `siphasher` (lib) generated 1 warning (1 duplicate) 178s Compiling libc v0.2.169 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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. 178s ' 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.gxFLHpx3mm/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.gxFLHpx3mm/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 --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=767ba0aac58d5499 -C extra-filename=-767ba0aac58d5499 --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/build/libc-767ba0aac58d5499 -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn` 178s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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. 178s ' 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.gxFLHpx3mm/target/debug/deps:/tmp/tmp.gxFLHpx3mm/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/build/libc-39684a51095c5cb5/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.gxFLHpx3mm/target/debug/build/libc-767ba0aac58d5499/build-script-build` 178s [libc 0.2.169] cargo:rerun-if-changed=build.rs 178s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 178s [libc 0.2.169] cargo:rustc-cfg=freebsd11 178s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 178s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_shared CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/phf_shared-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/phf_shared-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Support code shared by PHF libraries' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_shared CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name phf_shared --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=48dd0c9af20e9dba -C extra-filename=-48dd0c9af20e9dba --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern siphasher=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libsiphasher-cb5279050189dcdd.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 178s warning: `phf_shared` (lib) generated 1 warning (1 duplicate) 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=fc201aed5de4b3c9 -C extra-filename=-fc201aed5de4b3c9 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern aho_corasick=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-fbc72b3c6b57956b.rmeta --extern memchr=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern regex_syntax=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-09e16120fd670342.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 179s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 179s Compiling unicode-normalization v0.1.22 179s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/unicode-normalization-0.1.22 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/unicode-normalization-0.1.22/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of 179s Unicode strings, including Canonical and Compatible 179s Decomposition and Recomposition, as described in 179s Unicode Standard Annex #15. 179s ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name unicode_normalization --edition=2018 /tmp/tmp.gxFLHpx3mm/registry/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f29ab9efad115d43 -C extra-filename=-f29ab9efad115d43 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern smallvec=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-a324a1e73a699a31.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 179s warning: `unicode-normalization` (lib) generated 1 warning (1 duplicate) 179s Compiling chrono-tz v0.8.6 179s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/chrono-tz-0.8.6/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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=127009518bdfcb54 -C extra-filename=-127009518bdfcb54 --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/build/chrono-tz-127009518bdfcb54 -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern chrono_tz_build=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libchrono_tz_build-9671948fd604f90d.rlib --cap-lints warn` 180s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps OUT_DIR=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/build/num-traits-ecdf0cfb694d8baf/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.gxFLHpx3mm/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=c5bf5011da071860 -C extra-filename=-c5bf5011da071860 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 180s warning: unexpected `cfg` condition name: `has_total_cmp` 180s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 180s | 180s 2305 | #[cfg(has_total_cmp)] 180s | ^^^^^^^^^^^^^ 180s ... 180s 2325 | totalorder_impl!(f64, i64, u64, 64); 180s | ----------------------------------- in this macro invocation 180s | 180s = 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` 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: `#[warn(unexpected_cfgs)]` on by default 180s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `has_total_cmp` 180s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 180s | 180s 2311 | #[cfg(not(has_total_cmp))] 180s | ^^^^^^^^^^^^^ 180s ... 180s 2325 | totalorder_impl!(f64, i64, u64, 64); 180s | ----------------------------------- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `has_total_cmp` 180s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 180s | 180s 2305 | #[cfg(has_total_cmp)] 180s | ^^^^^^^^^^^^^ 180s ... 180s 2326 | totalorder_impl!(f32, i32, u32, 32); 180s | ----------------------------------- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: unexpected `cfg` condition name: `has_total_cmp` 180s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 180s | 180s 2311 | #[cfg(not(has_total_cmp))] 180s | ^^^^^^^^^^^^^ 180s ... 180s 2326 | totalorder_impl!(f32, i32, u32, 32); 180s | ----------------------------------- in this macro invocation 180s | 180s = help: consider using a Cargo feature instead 180s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 180s [lints.rust] 180s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 180s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 180s = note: see for more information about checking conditional configuration 180s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 180s 180s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 180s Compiling utf8parse v0.2.1 180s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 180s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 180s Compiling percent-encoding v2.3.1 180s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=percent_encoding CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/percent-encoding-2.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/percent-encoding-2.3.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Percent encoding and decoding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=percent-encoding CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=2.3.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name percent_encoding --edition=2018 /tmp/tmp.gxFLHpx3mm/registry/percent-encoding-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bdbb744077176552 -C extra-filename=-bdbb744077176552 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 181s warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected 181s --> /usr/share/cargo/registry/percent-encoding-2.3.1/src/lib.rs:466:35 181s | 181s 466 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); 181s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default 181s help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses 181s | 181s 466 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); 181s | ++++++++++++++++++ ~ + 181s help: use explicit `std::ptr::eq` method to compare metadata and addresses 181s | 181s 466 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); 181s | +++++++++++++ ~ + 181s 181s warning: `percent-encoding` (lib) generated 2 warnings (1 duplicate) 181s Compiling log v0.4.22 181s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/log-0.4.22 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust 181s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name log --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=9212eb763c3d92f2 -C extra-filename=-9212eb763c3d92f2 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 181s warning: `log` (lib) generated 1 warning (1 duplicate) 181s Compiling iana-time-zone v0.1.60 181s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=iana_time_zone CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/iana-time-zone-0.1.60 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/iana-time-zone-0.1.60/Cargo.toml CARGO_PKG_AUTHORS='Andrew Straw :René Kijewski :Ryan Lopopolo ' CARGO_PKG_DESCRIPTION='get the IANA time zone for the current system' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=iana-time-zone CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/strawlab/iana-time-zone' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.60 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=60 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name iana_time_zone --edition=2018 /tmp/tmp.gxFLHpx3mm/registry/iana-time-zone-0.1.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=f257132e4e5ad67a -C extra-filename=-f257132e4e5ad67a --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 181s warning: `iana-time-zone` (lib) generated 1 warning (1 duplicate) 181s Compiling serde v1.0.217 181s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.gxFLHpx3mm/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c22c8603f1f999ec -C extra-filename=-c22c8603f1f999ec --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/build/serde-c22c8603f1f999ec -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn` 181s Compiling unicode-bidi v0.3.17 181s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_bidi CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/unicode-bidi-0.3.17 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/unicode-bidi-0.3.17/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/unicode-bidi' CARGO_PKG_RUST_VERSION=1.47.0 CARGO_PKG_VERSION=0.3.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name unicode_bidi --edition=2018 /tmp/tmp.gxFLHpx3mm/registry/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=7e3dc4be196cec27 -C extra-filename=-7e3dc4be196cec27 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 181s warning: unexpected `cfg` condition value: `flame_it` 181s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:1232:12 181s | 181s 1232 | #[cfg_attr(feature = "flame_it", flamer::flame)] 181s | ^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 181s = help: consider adding `flame_it` as a feature in `Cargo.toml` 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: `flame_it` 181s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:1263:12 181s | 181s 1263 | #[cfg_attr(feature = "flame_it", flamer::flame)] 181s | ^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 181s = help: consider adding `flame_it` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s warning: unexpected `cfg` condition value: `flame_it` 181s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:54:16 181s | 181s 54 | #[cfg_attr(feature = "flame_it", flamer::flame)] 181s | ^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 181s = help: consider adding `flame_it` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:69:16 182s | 182s 69 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:101:16 182s | 182s 101 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:161:16 182s | 182s 161 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:176:16 182s | 182s 176 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:225:16 182s | 182s 225 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:253:16 182s | 182s 253 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:269:16 182s | 182s 269 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:313:16 182s | 182s 313 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:343:16 182s | 182s 343 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:396:16 182s | 182s 396 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:409:16 182s | 182s 409 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:458:16 182s | 182s 458 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:484:16 182s | 182s 484 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:495:16 182s | 182s 495 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:507:16 182s | 182s 507 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:520:16 182s | 182s 520 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/explicit.rs:33:12 182s | 182s 33 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:26:12 182s | 182s 26 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:262:12 182s | 182s 262 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:581:12 182s | 182s 581 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/prepare.rs:53:12 182s | 182s 53 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:218:16 182s | 182s 218 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:233:16 182s | 182s 233 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:271:16 182s | 182s 271 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:335:11 182s | 182s 335 | #[cfg(feature = "flame_it")] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:436:11 182s | 182s 436 | #[cfg(feature = "flame_it")] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:341:15 182s | 182s 341 | #[cfg(feature = "flame_it")] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:347:15 182s | 182s 347 | #[cfg(feature = "flame_it")] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:481:16 182s | 182s 481 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:496:16 182s | 182s 496 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:545:16 182s | 182s 545 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:577:16 182s | 182s 577 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:593:16 182s | 182s 593 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:637:16 182s | 182s 637 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:667:16 182s | 182s 667 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:720:16 182s | 182s 720 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:733:16 182s | 182s 733 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:782:16 182s | 182s 782 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:808:16 182s | 182s 808 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:819:16 182s | 182s 819 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:833:16 182s | 182s 833 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: unexpected `cfg` condition value: `flame_it` 182s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:846:16 182s | 182s 846 | #[cfg_attr(feature = "flame_it", flamer::flame)] 182s | ^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 182s = help: consider adding `flame_it` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: `unicode-bidi` (lib) generated 46 warnings (1 duplicate) 182s Compiling idna v0.4.0 182s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/idna-0.4.0 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/idna-0.4.0/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name idna --edition=2018 /tmp/tmp.gxFLHpx3mm/registry/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=33bb1fbd58e636ba -C extra-filename=-33bb1fbd58e636ba --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern unicode_bidi=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libunicode_bidi-7e3dc4be196cec27.rmeta --extern unicode_normalization=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libunicode_normalization-f29ab9efad115d43.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 183s warning: `idna` (lib) generated 1 warning (1 duplicate) 183s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps:/tmp/tmp.gxFLHpx3mm/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/build/serde-c08ea6899e623ec6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.gxFLHpx3mm/target/debug/build/serde-c22c8603f1f999ec/build-script-build` 183s [serde 1.0.217] cargo:rerun-if-changed=build.rs 183s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 183s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 183s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 183s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 183s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 183s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 183s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 183s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 183s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 183s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 183s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 183s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 183s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 183s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 183s Compiling chrono v0.4.39 183s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/chrono-0.4.39 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/chrono-0.4.39/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Date and time library for Rust' CARGO_PKG_HOMEPAGE='https://github.com/chronotope/chrono' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono' CARGO_PKG_RUST_VERSION=1.61.0 CARGO_PKG_VERSION=0.4.39 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=39 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name chrono --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/chrono-0.4.39/src/lib.rs --error-format=json --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="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "pure-rust-locales", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind"))' -C metadata=e72cdbe37b14e51a -C extra-filename=-e72cdbe37b14e51a --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern iana_time_zone=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libiana_time_zone-f257132e4e5ad67a.rmeta --extern num_traits=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-c5bf5011da071860.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 183s warning: `regex-automata` (lib) generated 1 warning (1 duplicate) 183s Compiling form_urlencoded v1.2.1 183s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=form_urlencoded CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/form_urlencoded-1.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/form_urlencoded-1.2.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=form_urlencoded CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name form_urlencoded --edition=2018 /tmp/tmp.gxFLHpx3mm/registry/form_urlencoded-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=01ce7df510821a2a -C extra-filename=-01ce7df510821a2a --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern percent_encoding=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libpercent_encoding-bdbb744077176552.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 183s warning: unexpected `cfg` condition value: `__internal_bench` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:591:7 183s | 183s 591 | #[cfg(feature = "__internal_bench")] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `__internal_bench` 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: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:11 183s | 183s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:29 183s | 183s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:50 183s | 183s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:71 183s | 183s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:11 183s | 183s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:29 183s | 183s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:50 183s | 183s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:71 183s | 183s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:9 183s | 183s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:27 183s | 183s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:48 183s | 183s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:69 183s | 183s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-validation` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:59:12 183s | 183s 59 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/date.rs:13:7 183s | 183s 13 | #[cfg(feature = "rkyv")] 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/date.rs:57:12 183s | 183s 57 | #[cfg_attr(feature = "rkyv", derive(Archive, Deserialize, Serialize))] 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:11 183s | 183s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:29 183s | 183s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:50 183s | 183s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:71 183s | 183s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:9 183s | 183s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:27 183s | 183s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:48 183s | 183s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:69 183s | 183s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-validation` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:55:12 183s | 183s 55 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-validation` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:1773:7 183s | 183s 1773 | #[cfg(feature = "rkyv-validation")] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected 183s --> /usr/share/cargo/registry/form_urlencoded-1.2.1/src/lib.rs:414:35 183s | 183s 414 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default 183s help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses 183s | 183s 414 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); 183s | ++++++++++++++++++ ~ + 183s help: use explicit `std::ptr::eq` method to compare metadata and addresses 183s | 183s 414 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); 183s | +++++++++++++ ~ + 183s 183s warning: unexpected `cfg` condition value: `__internal_bench` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/internals.rs:3:13 183s | 183s 3 | #![cfg_attr(feature = "__internal_bench", allow(missing_docs))] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `__internal_bench` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `__internal_bench` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/mod.rs:26:7 183s | 183s 26 | #[cfg(feature = "__internal_bench")] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `__internal_bench` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:11 183s | 183s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:29 183s | 183s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:50 183s | 183s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:71 183s | 183s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:9 183s | 183s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:27 183s | 183s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:48 183s | 183s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:69 183s | 183s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-validation` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:101:12 183s | 183s 101 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:11 183s | 183s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:29 183s | 183s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:50 183s | 183s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:71 183s | 183s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:9 183s | 183s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:27 183s | 183s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:48 183s | 183s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:69 183s | 183s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-validation` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:74:12 183s | 183s 74 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:11 183s | 183s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:29 183s | 183s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:50 183s | 183s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:71 183s | 183s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:9 183s | 183s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:27 183s | 183s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:48 183s | 183s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:69 183s | 183s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-validation` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:26:12 183s | 183s 26 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:11 183s | 183s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:29 183s | 183s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:50 183s | 183s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:71 183s | 183s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:9 183s | 183s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:27 183s | 183s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:48 183s | 183s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:69 183s | 183s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-validation` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:219:12 183s | 183s 219 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:11 183s | 183s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:29 183s | 183s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:50 183s | 183s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:71 183s | 183s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:9 183s | 183s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:27 183s | 183s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:48 183s | 183s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:69 183s | 183s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-validation` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:29:12 183s | 183s 29 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:11 183s | 183s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:29 183s | 183s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:50 183s | 183s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:71 183s | 183s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:9 183s | 183s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:27 183s | 183s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:48 183s | 183s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:69 183s | 183s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-validation` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:120:12 183s | 183s 120 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:11 183s | 183s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:29 183s | 183s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:50 183s | 183s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:71 183s | 183s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:9 183s | 183s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:27 183s | 183s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:48 183s | 183s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:69 183s | 183s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-validation` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:50:12 183s | 183s 50 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:11 183s | 183s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:29 183s | 183s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:50 183s | 183s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:71 183s | 183s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:9 183s | 183s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:27 183s | 183s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:48 183s | 183s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:69 183s | 183s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-validation` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:39:12 183s | 183s 39 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:11 183s | 183s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:29 183s | 183s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:50 183s | 183s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:71 183s | 183s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:9 183s | 183s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-16` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:27 183s | 183s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-32` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:48 183s | 183s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-64` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:69 183s | 183s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 183s | ^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition value: `rkyv-validation` 183s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:38:12 183s | 183s 38 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 183s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 183s | 183s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 183s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 183s = note: see for more information about checking conditional configuration 183s 183s warning: `form_urlencoded` (lib) generated 2 warnings (1 duplicate) 183s Compiling anstyle-parse v0.2.1 183s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern utf8parse=/tmp/tmp.gxFLHpx3mm/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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 183s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 183s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 183s finite automata and guarantees linear time matching on all inputs. 183s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=18e791cd27af2f9d -C extra-filename=-18e791cd27af2f9d --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern aho_corasick=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-fbc72b3c6b57956b.rmeta --extern memchr=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern regex_automata=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libregex_automata-fc201aed5de4b3c9.rmeta --extern regex_syntax=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-09e16120fd670342.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 184s warning: `regex` (lib) generated 1 warning (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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.gxFLHpx3mm/target/debug/deps:/tmp/tmp.gxFLHpx3mm/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/build/chrono-tz-6418ffa5bf8d3688/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.gxFLHpx3mm/target/debug/build/chrono-tz-127009518bdfcb54/build-script-build` 184s [chrono-tz 0.8.6] cargo:rerun-if-env-changed=CHRONO_TZ_TIMEZONE_FILTER 185s warning: `chrono` (lib) generated 110 warnings (1 duplicate) 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/phf-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/phf-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Runtime support for perfect hash function data structures' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name phf --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=1c434b52c028b1c3 -C extra-filename=-1c434b52c028b1c3 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern phf_shared=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libphf_shared-48dd0c9af20e9dba.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 185s warning: `phf` (lib) generated 1 warning (1 duplicate) 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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. 185s ' 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.gxFLHpx3mm/target/debug/deps OUT_DIR=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/build/libc-39684a51095c5cb5/out rustc --crate-name libc --edition=2021 /tmp/tmp.gxFLHpx3mm/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 --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=7afc641d856e1092 -C extra-filename=-7afc641d856e1092 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/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"))'` 185s warning: unused import: `crate::ntptimeval` 185s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 185s | 185s 5 | use crate::ntptimeval; 185s | ^^^^^^^^^^^^^^^^^ 185s | 185s = note: `#[warn(unused_imports)]` on by default 185s 185s Compiling serde_derive v1.0.217 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/serde_derive-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/serde_derive-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name serde_derive --edition=2015 /tmp/tmp.gxFLHpx3mm/registry/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1735a37f4e425be9 -C extra-filename=-1735a37f4e425be9 --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern proc_macro2=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 185s warning: `libc` (lib) generated 2 warnings (1 duplicate) 185s Compiling serde_json v1.0.133 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/build/serde_json-2fa85724bf02f5ac -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn` 186s Compiling cfg-if v1.0.0 186s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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] 186s parameters. Structured like an if-else chain, the first matching branch is the 186s item that gets emitted. 186s ' 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.gxFLHpx3mm/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 186s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 186s Compiling anstyle-query v1.0.0 186s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 186s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 186s Compiling anstyle v1.0.8 186s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 186s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 186s Compiling colorchoice v1.0.0 186s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 186s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 186s Compiling anstream v0.6.15 186s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.gxFLHpx3mm/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test"))' -C metadata=d1aae20cbf237c21 -C extra-filename=-d1aae20cbf237c21 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern anstyle=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern anstyle_parse=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-d0c73c4af772649f.rmeta --extern anstyle_query=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-635bcba2223d27a9.rmeta --extern colorchoice=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-e265feadf5f02527.rmeta --extern utf8parse=/tmp/tmp.gxFLHpx3mm/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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 186s | 186s 48 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` 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: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 186s | 186s 53 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 186s | 186s 4 | #[cfg(not(all(windows, feature = "wincon")))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 186s | 186s 8 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 186s | 186s 46 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 186s | 186s 58 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 186s | 186s 5 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 186s | 186s 27 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 186s | 186s 137 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 186s | 186s 143 | #[cfg(not(all(windows, feature = "wincon")))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 186s | 186s 155 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 186s | 186s 166 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 186s | 186s 180 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 186s | 186s 225 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 186s | 186s 243 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 186s | 186s 260 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 186s | 186s 269 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 186s | 186s 279 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 186s | 186s 288 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: unexpected `cfg` condition value: `wincon` 186s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 186s | 186s 298 | #[cfg(all(windows, feature = "wincon"))] 186s | ^^^^^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `auto`, `default`, and `test` 186s = help: consider adding `wincon` as a feature in `Cargo.toml` 186s = note: see for more information about checking conditional configuration 186s 186s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 186s Compiling getrandom v0.2.15 186s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.gxFLHpx3mm/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 --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=b9582ddd2c60f79c -C extra-filename=-b9582ddd2c60f79c --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern cfg_if=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/liblibc-7afc641d856e1092.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 186s warning: unexpected `cfg` condition value: `js` 186s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 186s | 186s 334 | } else if #[cfg(all(feature = "js", 186s | ^^^^^^^^^^^^^^ 186s | 186s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 186s = help: consider adding `js` 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: `getrandom` (lib) generated 2 warnings (1 duplicate) 186s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps:/tmp/tmp.gxFLHpx3mm/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.gxFLHpx3mm/target/debug/build/serde_json-2fa85724bf02f5ac/build-script-build` 186s [serde_json 1.0.133] cargo:rerun-if-changed=build.rs 186s [serde_json 1.0.133] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) 186s [serde_json 1.0.133] cargo:rustc-cfg=fast_arithmetic="64" 186s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono_tz CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps OUT_DIR=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/build/chrono-tz-6418ffa5bf8d3688/out rustc --crate-name chrono_tz --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/chrono-tz-0.8.6/src/lib.rs --error-format=json --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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=236b4d82e5f9b979 -C extra-filename=-236b4d82e5f9b979 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern chrono=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libchrono-e72cdbe37b14e51a.rmeta --extern phf=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libphf-1c434b52c028b1c3.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 189s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps OUT_DIR=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/build/serde-c08ea6899e623ec6/out rustc --crate-name serde --edition=2018 /tmp/tmp.gxFLHpx3mm/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=e5d4ba4f19efbb61 -C extra-filename=-e5d4ba4f19efbb61 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern serde_derive=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libserde_derive-1735a37f4e425be9.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/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)'` 190s warning: use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead 190s --> /usr/share/cargo/registry/chrono-tz-0.8.6/src/timezone_impl.rs:331:31 190s | 190s 331 | let timestamp = local.timestamp(); 190s | ^^^^^^^^^ 190s | 190s = note: `#[warn(deprecated)]` on by default 190s 190s warning: use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead 190s --> /usr/share/cargo/registry/chrono-tz-0.8.6/src/timezone_impl.rs:364:29 190s | 190s 364 | let timestamp = utc.timestamp(); 190s | ^^^^^^^^^ 190s 190s warning: `chrono-tz` (lib) generated 3 warnings (1 duplicate) 190s Compiling env_filter v0.1.3 190s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=env_filter CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/env_filter-0.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/env_filter-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Filter log events using environment variables 190s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_filter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name env_filter --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/env_filter-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=63bfa0800d7de88f -C extra-filename=-63bfa0800d7de88f --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern log=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --extern regex=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libregex-18e791cd27af2f9d.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 191s warning: `env_filter` (lib) generated 1 warning (1 duplicate) 191s Compiling url v2.5.2 191s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=url CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/url-2.5.2 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/url-2.5.2/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='URL library for Rust, based on the WHATWG URL Standard' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=url CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.5.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name url --edition=2018 /tmp/tmp.gxFLHpx3mm/registry/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "expose_internals", "serde"))' -C metadata=d3a53a15d0038c45 -C extra-filename=-d3a53a15d0038c45 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern form_urlencoded=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libform_urlencoded-01ce7df510821a2a.rmeta --extern idna=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libidna-33bb1fbd58e636ba.rmeta --extern percent_encoding=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libpercent_encoding-bdbb744077176552.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 191s warning: unexpected `cfg` condition value: `debugger_visualizer` 191s --> /usr/share/cargo/registry/url-2.5.2/src/lib.rs:139:5 191s | 191s 139 | feature = "debugger_visualizer", 191s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 191s | 191s = note: expected values for `feature` are: `default`, `expose_internals`, and `serde` 191s = help: consider adding `debugger_visualizer` as a feature in `Cargo.toml` 191s = note: see for more information about checking conditional configuration 191s = note: `#[warn(unexpected_cfgs)]` on by default 191s 192s warning: `url` (lib) generated 2 warnings (1 duplicate) 192s Compiling tokio-macros v2.5.0 192s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tokio_macros CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/tokio-macros-2.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/tokio-macros-2.5.0/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Tokio'\''s proc macros. 192s ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio-macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name tokio_macros --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/tokio-macros-2.5.0/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=a91a4532bfa7dac2 -C extra-filename=-a91a4532bfa7dac2 --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern proc_macro2=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 192s warning: `serde` (lib) generated 1 warning (1 duplicate) 192s Compiling async-trait v0.1.83 192s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=async_trait CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/async-trait-0.1.83 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/async-trait-0.1.83/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Type erasure for async trait methods' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=async-trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/async-trait' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.1.83 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=83 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name async_trait --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/async-trait-0.1.83/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=a430336fad6b7dad -C extra-filename=-a430336fad6b7dad --out-dir /tmp/tmp.gxFLHpx3mm/target/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern proc_macro2=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 193s Compiling pin-project-lite v0.2.13 193s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/pin-project-lite-0.2.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. 193s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.gxFLHpx3mm/registry/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5dc815523e98d889 -C extra-filename=-5dc815523e98d889 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 193s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 193s Compiling humantime v2.1.0 193s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/humantime-2.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/humantime-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime} 193s ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name humantime --edition=2018 /tmp/tmp.gxFLHpx3mm/registry/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4af2590cd48652be -C extra-filename=-4af2590cd48652be --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 193s warning: unexpected `cfg` condition value: `cloudabi` 193s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:6:7 193s | 193s 6 | #[cfg(target_os="cloudabi")] 193s | ^^^^^^^^^^^^^^^^^^^^ 193s | 193s = 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 193s = note: see for more information about checking conditional configuration 193s = note: `#[warn(unexpected_cfgs)]` on by default 193s 193s warning: unexpected `cfg` condition value: `cloudabi` 193s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:14:9 193s | 193s 14 | not(target_os="cloudabi"), 193s | ^^^^^^^^^^^^^^^^^^^^ 193s | 193s = 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 193s = note: see for more information about checking conditional configuration 193s 193s warning: `humantime` (lib) generated 3 warnings (1 duplicate) 193s Compiling ryu v1.0.19 193s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/ryu-1.0.19 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name ryu --edition=2018 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 193s warning: `ryu` (lib) generated 1 warning (1 duplicate) 193s Compiling itoa v1.0.14 193s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 193s warning: `itoa` (lib) generated 1 warning (1 duplicate) 193s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/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.gxFLHpx3mm/target/debug/deps OUT_DIR=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out rustc --crate-name serde_json --edition=2021 /tmp/tmp.gxFLHpx3mm/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=db36814f9293fe4b -C extra-filename=-db36814f9293fe4b --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern itoa=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libitoa-a82a426f214c0959.rmeta --extern memchr=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern ryu=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libryu-c01778dbd79acb0e.rmeta --extern serde=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libserde-e5d4ba4f19efbb61.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` 194s Compiling railway-core v0.1.0 194s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_core CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/railway-core-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/railway-core-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Core type definitions of the Railway backend' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name railway_core --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/railway-core-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("geojson", "hyper", "hyper-requester", "hyper-rustls", "polylines", "rt-multi-thread", "rustls", "rustls-pemfile", "serde"))' -C metadata=b42588bff8fec189 -C extra-filename=-b42588bff8fec189 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern async_trait=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libchrono-e72cdbe37b14e51a.rmeta --extern chrono_tz=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-236b4d82e5f9b979.rmeta --extern log=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --extern url=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 194s warning: `railway-core` (lib) generated 1 warning (1 duplicate) 194s Compiling env_logger v0.11.5 194s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/env_logger-0.11.5 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/env_logger-0.11.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment 194s variable. 194s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.11.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name env_logger --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=0cd60edf536e7b0f -C extra-filename=-0cd60edf536e7b0f --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern anstream=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libanstream-d1aae20cbf237c21.rmeta --extern anstyle=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern env_filter=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libenv_filter-63bfa0800d7de88f.rmeta --extern humantime=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libhumantime-4af2590cd48652be.rmeta --extern log=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 194s warning: `env_logger` (lib) generated 1 warning (1 duplicate) 194s Compiling tokio v1.43.0 194s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tokio CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/tokio-1.43.0 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/tokio-1.43.0/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='An event-driven, non-blocking I/O platform for writing asynchronous I/O 194s backed applications. 194s ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=1.43.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=43 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name tokio --edition=2021 /tmp/tmp.gxFLHpx3mm/registry/tokio-1.43.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="macros"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing"))' -C metadata=f85d1e95ac474331 -C extra-filename=-f85d1e95ac474331 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern pin_project_lite=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern tokio_macros=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libtokio_macros-a91a4532bfa7dac2.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 195s warning: `serde_json` (lib) generated 1 warning (1 duplicate) 195s Compiling uuid v1.10.0 195s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=uuid CARGO_MANIFEST_DIR=/tmp/tmp.gxFLHpx3mm/registry/uuid-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.gxFLHpx3mm/registry/uuid-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Ashley Mannix:Dylan DPC:Hunar Roop Kahlon' CARGO_PKG_DESCRIPTION='A library to generate and parse UUIDs.' CARGO_PKG_HOMEPAGE='https://github.com/uuid-rs/uuid' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=uuid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/uuid-rs/uuid' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name uuid --edition=2018 /tmp/tmp.gxFLHpx3mm/registry/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "bytemuck", "default", "fast-rng", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=f6258a0032240d78 -C extra-filename=-f6258a0032240d78 --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern getrandom=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-b9582ddd2c60f79c.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 195s warning: `uuid` (lib) generated 1 warning (1 duplicate) 196s warning: `tokio` (lib) generated 1 warning (1 duplicate) 196s Compiling railway-provider-db-movas v0.1.0 (/usr/share/cargo/registry/railway-provider-db-movas-0.1.0) 196s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_provider_db_movas CARGO_MANIFEST_DIR=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Implementation of a DB Movas client in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-provider-db-movas CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name railway_provider_db_movas --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("polylines", "rt-multi-thread"))' -C metadata=9406ccec4dca3f1e -C extra-filename=-9406ccec4dca3f1e --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern async_trait=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libchrono-e72cdbe37b14e51a.rlib --extern chrono_tz=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-236b4d82e5f9b979.rlib --extern env_logger=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-0cd60edf536e7b0f.rlib --extern rcore=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/librailway_core-b42588bff8fec189.rlib --extern serde=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libserde-e5d4ba4f19efbb61.rlib --extern serde_json=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-db36814f9293fe4b.rlib --extern tokio=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libtokio-f85d1e95ac474331.rlib --extern url=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rlib --extern uuid=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libuuid-f6258a0032240d78.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 196s error[E0432]: unresolved import `rcore::ReqwestRequesterBuilder` 196s --> src/lib.rs:271:61 196s | 196s 271 | JourneysOptions, Location, LocationsOptions, Place, ReqwestRequesterBuilder, Station, 196s | ^^^^^^^^^^^^^^^^^^^^^^^ 196s | | 196s | no `ReqwestRequesterBuilder` in the root 196s | help: a similar name exists in the module: `RequesterBuilder` 196s 197s For more information about this error, try `rustc --explain E0432`. 197s error: could not compile `railway-provider-db-movas` (lib test) due to 1 previous error 197s 197s Caused by: 197s process didn't exit successfully: `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_provider_db_movas CARGO_MANIFEST_DIR=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Implementation of a DB Movas client in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-provider-db-movas CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.gxFLHpx3mm/target/debug/deps rustc --crate-name railway_provider_db_movas --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("polylines", "rt-multi-thread"))' -C metadata=9406ccec4dca3f1e -C extra-filename=-9406ccec4dca3f1e --out-dir /tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.gxFLHpx3mm/target/debug/deps --extern async_trait=/tmp/tmp.gxFLHpx3mm/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libchrono-e72cdbe37b14e51a.rlib --extern chrono_tz=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-236b4d82e5f9b979.rlib --extern env_logger=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-0cd60edf536e7b0f.rlib --extern rcore=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/librailway_core-b42588bff8fec189.rlib --extern serde=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libserde-e5d4ba4f19efbb61.rlib --extern serde_json=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-db36814f9293fe4b.rlib --extern tokio=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libtokio-f85d1e95ac474331.rlib --extern url=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rlib --extern uuid=/tmp/tmp.gxFLHpx3mm/target/s390x-unknown-linux-gnu/debug/deps/libuuid-f6258a0032240d78.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.gxFLHpx3mm/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` (exit status: 1) 197s /tmp/autopkgtest.dodFYD/wrapper.sh: checking for leaked background processes... 197s /tmp/autopkgtest.dodFYD/wrapper.sh: waiting for tee/cat subprocesses... 197s /tmp/autopkgtest.dodFYD/wrapper.sh: cleaning up... 197s /tmp/autopkgtest.dodFYD/wrapper.sh: Exit status: 101 197s autopkgtest: DBG: testbed command exited with code 101 197s autopkgtest [21:13:58]: test librust-railway-provider-db-movas-dev:default: -----------------------] 197s autopkgtest: DBG: testbed executing test finished with exit status 101 197s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3Adefault-stdout /tmp/autopkgtest-work.vbrnmat2/out/librust-railway-provider-db-movas-dev%3Adefault-stdout 198s autopkgtest: DBG: got reply from testbed: ok 198s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3Adefault-stderr /tmp/autopkgtest-work.vbrnmat2/out/librust-railway-provider-db-movas-dev%3Adefault-stderr 198s autopkgtest: DBG: got reply from testbed: ok 198s librust-railway-provider-db-movas-dev:default FLAKY non-zero exit status 101 198s autopkgtest [21:13:59]: test librust-railway-provider-db-movas-dev:default: - - - - - - - - - - results - - - - - - - - - - 198s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3Adefault-artifacts/ /tmp/autopkgtest-work.vbrnmat2/out/artifacts/ 199s autopkgtest: DBG: got reply from testbed: ok 199s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:default-artifacts', '/tmp/autopkgtest.dodFYD/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 199s autopkgtest: DBG: testbed command exited with code 0 199s autopkgtest [21:14:00]: test librust-railway-provider-db-movas-dev:polylines: preparing testbed 199s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'], deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 199s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 199s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 199s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 31), rustc, librust-env-logger-0.11+default-dev (>= 0.11.3-~~), librust-tokio-1+default-dev (>= 1.37-~~), librust-tokio-1+macros-dev (>= 1.37-~~), librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~), librust-railway-provider-db-movas-dev 199s autopkgtest: DBG: can use apt-get on testbed: True 199s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 31), rustc, librust-env-logger-0.11+default-dev (>= 0.11.3-~~), librust-tokio-1+default-dev (>= 1.37-~~), librust-tokio-1+macros-dev (>= 1.37-~~), librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~), librust-railway-provider-db-movas-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 199s Reading package lists... 199s Building dependency tree... 199s Reading state information... 200s Starting pkgProblemResolver with broken count: 0 200s Starting 2 pkgProblemResolver with broken count: 0 200s Done 200s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 200s autopkgtest: DBG: testbed command exited with code 0 200s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-railway-provider-db-movas-dev'], kind short, sout pipe, serr pipe, env [] 200s autopkgtest: DBG: testbed command exited with code 0 200s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:polylines-packages.all"], kind short, sout raw, serr pipe, env [] 200s autopkgtest: DBG: testbed command exited with code 0 200s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3Apolylines-packages.all /tmp/autopkgtest-work.vbrnmat2/out/librust-railway-provider-db-movas-dev%3Apolylines-packages.all 201s autopkgtest: DBG: got reply from testbed: ok 201s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.dodFYD/build.JqI/src'], kind short, sout raw, serr raw, env [] 201s autopkgtest: DBG: testbed command exited with code 0 201s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.dodFYD/build.JqI/src already exists 201s autopkgtest [21:14:02]: test librust-railway-provider-db-movas-dev:polylines: /usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --no-default-features --features polylines 201s autopkgtest [21:14:02]: test librust-railway-provider-db-movas-dev:polylines: [----------------------- 201s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.dodFYD/wrapper.sh --debug --artifacts=/tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:polylines-artifacts --chdir=/tmp/autopkgtest.dodFYD/build.JqI/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.dodFYD/librust-railway-provider-db-movas-dev:polylines-stderr --stdout=/tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:polylines-stdout --tmp=/tmp/autopkgtest.dodFYD/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 railway-provider-db-movas 0.1.0 --all-targets --no-default-features --features polylines'"], kind test, sout raw, serr raw, env [] 201s /tmp/autopkgtest.dodFYD/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:polylines-artifacts 201s /tmp/autopkgtest.dodFYD/wrapper.sh: changing to directory: /tmp/autopkgtest.dodFYD/build.JqI/src 201s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 201s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 201s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 201s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 201s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: LANG=C.UTF-8 201s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LANGUAGE 201s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_ADDRESS 201s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_ALL 201s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_COLLATE 201s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_CTYPE 201s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_IDENTIFICATION 201s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MEASUREMENT 201s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MESSAGES 201s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MONETARY 201s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_NAME 201s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_NUMERIC 201s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_PAPER 201s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_TELEPHONE 201s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_TIME 201s /tmp/autopkgtest.dodFYD/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 201s /tmp/autopkgtest.dodFYD/wrapper.sh: pretending to be a login shell 201s /tmp/autopkgtest.dodFYD/wrapper.sh: will write standard error to /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:polylines-stderr 201s /tmp/autopkgtest.dodFYD/wrapper.sh: will write stdout to /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:polylines-stdout 201s /tmp/autopkgtest.dodFYD/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.dodFYD/autopkgtest_tmp 201s /tmp/autopkgtest.dodFYD/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 201s /tmp/autopkgtest.dodFYD/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --no-default-features --features polylines 201s /tmp/autopkgtest.dodFYD/wrapper.sh: copying /tmp/tmp.MLRHho7Nf2/out to stdout and file: /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:polylines-stdout 201s /tmp/autopkgtest.dodFYD/wrapper.sh: copying /tmp/tmp.MLRHho7Nf2/err to standard error and file: /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:polylines-stdout 201s /tmp/autopkgtest.dodFYD/wrapper.sh: writing script pid 7332 to /tmp/autopkgtest_script_pid 201s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 201s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 201s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 201s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.WLPdkm9gkR/registry/ 201s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 201s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 201s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 201s 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', 'polylines'],) {} 201s Compiling proc-macro2 v1.0.92 201s Compiling unicode-ident v1.0.13 201s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn` 201s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn` 201s Compiling siphasher v1.0.1 201s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/siphasher-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/siphasher-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' 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.WLPdkm9gkR/target/debug/deps rustc --crate-name siphasher --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/siphasher-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=4b9ab36ba684b98f -C extra-filename=-4b9ab36ba684b98f --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn` 202s Compiling phf_shared v0.11.2 202s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_shared CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/phf_shared-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/phf_shared-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Support code shared by PHF libraries' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_shared CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name phf_shared --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=96345fb2bb3c7b2c -C extra-filename=-96345fb2bb3c7b2c --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern siphasher=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libsiphasher-4b9ab36ba684b98f.rmeta --cap-lints warn` 202s Compiling memchr v2.7.4 202s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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 202s 1, 2 or 3 byte search and single substring search. 202s ' 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.WLPdkm9gkR/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 202s 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.WLPdkm9gkR/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps:/tmp/tmp.WLPdkm9gkR/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.WLPdkm9gkR/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 202s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 202s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 202s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 202s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 202s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 202s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 202s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 202s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 202s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 202s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 202s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 202s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 202s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 202s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 202s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 202s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 202s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern unicode_ident=/tmp/tmp.WLPdkm9gkR/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)'` 202s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 202s | 202s = note: this feature is not stably supported; its behavior can change in the future 202s 202s warning: `memchr` (lib) generated 1 warning 202s Compiling quote v1.0.37 202s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern proc_macro2=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 202s Compiling syn v2.0.96 202s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.WLPdkm9gkR/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"' --cfg 'feature="visit-mut"' --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=a9da2a2afa301954 -C extra-filename=-a9da2a2afa301954 --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern proc_macro2=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 203s Compiling libm v0.2.8 203s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/libm-0.2.8 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/libm-0.2.8/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='libm in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libm' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45645b08300d76d7 -C extra-filename=-45645b08300d76d7 --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/build/libm-45645b08300d76d7 -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn` 203s warning: unexpected `cfg` condition value: `musl-reference-tests` 203s --> /tmp/tmp.WLPdkm9gkR/registry/libm-0.2.8/build.rs:17:7 203s | 203s 17 | #[cfg(feature = "musl-reference-tests")] 203s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition 203s | 203s = note: no expected values for `feature` 203s = help: consider adding `musl-reference-tests` as a feature in `Cargo.toml` 203s = note: see for more information about checking conditional configuration 203s = note: `#[warn(unexpected_cfgs)]` on by default 203s 203s warning: unexpected `cfg` condition value: `musl-reference-tests` 203s --> /tmp/tmp.WLPdkm9gkR/registry/libm-0.2.8/build.rs:6:11 203s | 203s 6 | #[cfg(feature = "musl-reference-tests")] 203s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition 203s | 203s = note: no expected values for `feature` 203s = help: consider adding `musl-reference-tests` as a feature in `Cargo.toml` 203s = note: see for more information about checking conditional configuration 203s 203s warning: unexpected `cfg` condition value: `checked` 203s --> /tmp/tmp.WLPdkm9gkR/registry/libm-0.2.8/build.rs:9:14 203s | 203s 9 | if !cfg!(feature = "checked") { 203s | ^^^^^^^^^^^^^^^^^^^ help: remove the condition 203s | 203s = note: no expected values for `feature` 203s = help: consider adding `checked` as a feature in `Cargo.toml` 203s = note: see for more information about checking conditional configuration 203s 203s warning: `libm` (build script) generated 3 warnings 203s Compiling autocfg v1.1.0 203s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn` 203s Compiling rand_core v0.6.4 203s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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. 203s ' 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.WLPdkm9gkR/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.WLPdkm9gkR/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=fe79e05e504a2b04 -C extra-filename=-fe79e05e504a2b04 --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn` 203s warning: unexpected `cfg` condition name: `doc_cfg` 203s --> /tmp/tmp.WLPdkm9gkR/registry/rand_core-0.6.4/src/lib.rs:38:13 203s | 203s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 203s | ^^^^^^^ 203s | 203s = 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` 203s = help: consider using a Cargo feature instead 203s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 203s [lints.rust] 203s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 203s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 203s = note: see for more information about checking conditional configuration 203s = note: `#[warn(unexpected_cfgs)]` on by default 203s 203s warning: `rand_core` (lib) generated 1 warning 203s Compiling regex-syntax v0.8.5 203s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --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=ab0d8dd00f49479a -C extra-filename=-ab0d8dd00f49479a --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn` 206s Compiling regex-automata v0.4.9 206s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=d9666b3547633884 -C extra-filename=-d9666b3547633884 --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern regex_syntax=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libregex_syntax-ab0d8dd00f49479a.rmeta --cap-lints warn` 208s Compiling rand v0.8.5 208s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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. 208s ' 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.WLPdkm9gkR/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.WLPdkm9gkR/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="small_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=06624c90811134c1 -C extra-filename=-06624c90811134c1 --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern rand_core=/tmp/tmp.WLPdkm9gkR/target/debug/deps/librand_core-fe79e05e504a2b04.rmeta --cap-lints warn` 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/lib.rs:52:13 208s | 208s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s = note: `#[warn(unexpected_cfgs)]` on by default 208s 208s warning: unexpected `cfg` condition name: `doc_cfg` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/lib.rs:53:13 208s | 208s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 208s | ^^^^^^^ 208s | 208s = 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` 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `features` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 208s | 208s 162 | #[cfg(features = "nightly")] 208s | ^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: see for more information about checking conditional configuration 208s help: there is a config with a similar name and value 208s | 208s 162 | #[cfg(feature = "nightly")] 208s | ~~~~~~~ 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/float.rs:15:7 208s | 208s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/float.rs:156:7 208s | 208s 156 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/float.rs:158:7 208s | 208s 158 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/float.rs:160:7 208s | 208s 160 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/float.rs:162:7 208s | 208s 162 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/float.rs:165:7 208s | 208s 165 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/float.rs:167:7 208s | 208s 167 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/float.rs:169:7 208s | 208s 169 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/integer.rs:13:32 208s | 208s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/integer.rs:15:35 208s | 208s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/integer.rs:19:7 208s | 208s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/integer.rs:112:7 208s | 208s 112 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/integer.rs:142:7 208s | 208s 142 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/integer.rs:144:7 208s | 208s 144 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/integer.rs:146:7 208s | 208s 146 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/integer.rs:148:7 208s | 208s 148 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/integer.rs:150:7 208s | 208s 150 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/integer.rs:152:7 208s | 208s 152 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/integer.rs:155:5 208s | 208s 155 | feature = "simd_support", 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:11:7 208s | 208s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:144:7 208s | 208s 144 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `std` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:235:11 208s | 208s 235 | #[cfg(not(std))] 208s | ^^^ help: found config with similar value: `feature = "std"` 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:363:7 208s | 208s 363 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:423:7 208s | 208s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 208s | ^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:424:7 208s | 208s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 208s | ^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:425:7 208s | 208s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 208s | ^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:426:7 208s | 208s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 208s | ^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:427:7 208s | 208s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 208s | ^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:428:7 208s | 208s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 208s | ^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:429:7 208s | 208s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 208s | ^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `std` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:291:19 208s | 208s 291 | #[cfg(not(std))] 208s | ^^^ help: found config with similar value: `feature = "std"` 208s ... 208s 359 | scalar_float_impl!(f32, u32); 208s | ---------------------------- in this macro invocation 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 208s 208s warning: unexpected `cfg` condition name: `std` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:291:19 208s | 208s 291 | #[cfg(not(std))] 208s | ^^^ help: found config with similar value: `feature = "std"` 208s ... 208s 360 | scalar_float_impl!(f64, u64); 208s | ---------------------------- in this macro invocation 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 208s | 208s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 208s | 208s 572 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 208s | 208s 679 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 208s | 208s 687 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 208s | 208s 696 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 208s | 208s 706 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 208s | 208s 1001 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 208s | 208s 1003 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 208s | 208s 1005 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 208s | 208s 1007 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 208s | 208s 1010 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 208s | 208s 1012 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `simd_support` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 208s | 208s 1014 | #[cfg(feature = "simd_support")] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^ 208s | 208s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 208s = help: consider adding `simd_support` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `doc_cfg` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/rng.rs:395:12 208s | 208s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 208s | ^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `doc_cfg` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/rngs/mod.rs:99:12 208s | 208s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 208s | ^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `doc_cfg` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/rngs/mod.rs:118:12 208s | 208s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 208s | ^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `doc_cfg` 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/rngs/small.rs:79:12 208s | 208s 79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "small_rng")))] 208s | ^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: trait `Float` is never used 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:238:18 208s | 208s 238 | pub(crate) trait Float: Sized { 208s | ^^^^^ 208s | 208s = note: `#[warn(dead_code)]` on by default 208s 208s warning: associated items `lanes`, `extract`, and `replace` are never used 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:247:8 208s | 208s 245 | pub(crate) trait FloatAsSIMD: Sized { 208s | ----------- associated items in this trait 208s 246 | #[inline(always)] 208s 247 | fn lanes() -> usize { 208s | ^^^^^ 208s ... 208s 255 | fn extract(self, index: usize) -> Self { 208s | ^^^^^^^ 208s ... 208s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 208s | ^^^^^^^ 208s 208s warning: method `all` is never used 208s --> /tmp/tmp.WLPdkm9gkR/registry/rand-0.8.5/src/distributions/utils.rs:268:8 208s | 208s 266 | pub(crate) trait BoolAsSIMD: Sized { 208s | ---------- method in this trait 208s 267 | fn any(self) -> bool; 208s 268 | fn all(self) -> bool; 208s | ^^^ 208s 208s warning: `rand` (lib) generated 55 warnings 208s Compiling num-traits v0.2.19 208s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.WLPdkm9gkR/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="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=699d9cf3b56328ea -C extra-filename=-699d9cf3b56328ea --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/build/num-traits-699d9cf3b56328ea -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern autocfg=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 208s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/libm-0.2.8 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/libm-0.2.8/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='libm in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libm' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.WLPdkm9gkR/target/debug/deps:/tmp/tmp.WLPdkm9gkR/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/build/libm-233baf51ff549517/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.WLPdkm9gkR/target/debug/build/libm-45645b08300d76d7/build-script-build` 208s [libm 0.2.8] cargo:rerun-if-changed=build.rs 208s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libm CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/libm-0.2.8 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/libm-0.2.8/Cargo.toml CARGO_PKG_AUTHORS='Jorge Aparicio ' CARGO_PKG_DESCRIPTION='libm in pure Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libm CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libm' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/build/libm-233baf51ff549517/out rustc --crate-name libm --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/libm-0.2.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1d3cb3df2fb6eed -C extra-filename=-f1d3cb3df2fb6eed --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 208s warning: unexpected `cfg` condition value: `unstable` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/lib.rs:4:17 208s | 208s 4 | #![cfg_attr(all(feature = "unstable"), feature(core_intrinsics))] 208s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 208s | 208s = note: no expected values for `feature` 208s = help: consider adding `unstable` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s note: the lint level is defined here 208s --> /usr/share/cargo/registry/libm-0.2.8/src/lib.rs:2:9 208s | 208s 2 | #![deny(warnings)] 208s | ^^^^^^^^ 208s = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` 208s 208s warning: unexpected `cfg` condition value: `musl-reference-tests` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/lib.rs:58:17 208s | 208s 58 | #[cfg(all(test, feature = "musl-reference-tests"))] 208s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition 208s | 208s = note: no expected values for `feature` 208s = help: consider adding `musl-reference-tests` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `unstable` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:63:33 208s | 208s 63 | #[cfg(any(debug_assertions, not(feature = "unstable")))] 208s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 208s | 208s = note: no expected values for `feature` 208s = help: consider adding `unstable` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `unstable` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:70:34 208s | 208s 70 | #[cfg(all(not(debug_assertions), feature = "unstable"))] 208s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 208s | 208s = note: no expected values for `feature` 208s = help: consider adding `unstable` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/acos.rs:62:22 208s | 208s 62 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = 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` 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/acosf.rs:36:22 208s | 208s 36 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/acosh.rs:10:22 208s | 208s 10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/acoshf.rs:10:22 208s | 208s 10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/asin.rs:69:22 208s | 208s 69 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/asinf.rs:38:22 208s | 208s 38 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/asinh.rs:10:22 208s | 208s 10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/asinhf.rs:10:22 208s | 208s 10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/atan.rs:67:22 208s | 208s 67 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/atan2.rs:51:22 208s | 208s 51 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/atan2f.rs:27:22 208s | 208s 27 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/atanf.rs:44:22 208s | 208s 44 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/atanh.rs:8:22 208s | 208s 8 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/atanhf.rs:8:22 208s | 208s 8 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/cbrt.rs:33:22 208s | 208s 33 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/cbrtf.rs:28:22 208s | 208s 28 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/ceil.rs:9:22 208s | 208s 9 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `unstable` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 208s | 208s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 208s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 208s | 208s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/ceil.rs:14:5 208s | 208s 14 | / llvm_intrinsically_optimized! { 208s 15 | | #[cfg(target_arch = "wasm32")] { 208s 16 | | return unsafe { ::core::intrinsics::ceilf64(x) } 208s 17 | | } 208s 18 | | } 208s | |_____- in this macro invocation 208s | 208s = note: no expected values for `feature` 208s = help: consider adding `unstable` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/ceilf.rs:6:22 208s | 208s 6 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `unstable` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 208s | 208s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 208s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 208s | 208s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/ceilf.rs:11:5 208s | 208s 11 | / llvm_intrinsically_optimized! { 208s 12 | | #[cfg(target_arch = "wasm32")] { 208s 13 | | return unsafe { ::core::intrinsics::ceilf32(x) } 208s 14 | | } 208s 15 | | } 208s | |_____- in this macro invocation 208s | 208s = note: no expected values for `feature` 208s = help: consider adding `unstable` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/copysign.rs:5:22 208s | 208s 5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/copysignf.rs:5:22 208s | 208s 5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/cos.rs:44:22 208s | 208s 44 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/cosf.rs:27:22 208s | 208s 27 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/cosh.rs:10:22 208s | 208s 10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/coshf.rs:10:22 208s | 208s 10 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/erf.rs:222:22 208s | 208s 222 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/erff.rs:133:22 208s | 208s 133 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/exp.rs:84:22 208s | 208s 84 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/exp10.rs:9:22 208s | 208s 9 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/exp10f.rs:9:22 208s | 208s 9 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/exp2.rs:325:22 208s | 208s 325 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/exp2f.rs:76:22 208s | 208s 76 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/expf.rs:33:22 208s | 208s 33 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/expm1.rs:33:22 208s | 208s 33 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/expm1f.rs:35:22 208s | 208s 35 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fabs.rs:6:22 208s | 208s 6 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `unstable` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 208s | 208s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 208s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 208s | 208s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/fabs.rs:11:5 208s | 208s 11 | / llvm_intrinsically_optimized! { 208s 12 | | #[cfg(target_arch = "wasm32")] { 208s 13 | | return unsafe { ::core::intrinsics::fabsf64(x) } 208s 14 | | } 208s 15 | | } 208s | |_____- in this macro invocation 208s | 208s = note: no expected values for `feature` 208s = help: consider adding `unstable` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fabsf.rs:4:22 208s | 208s 4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `unstable` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 208s | 208s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 208s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 208s | 208s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/fabsf.rs:9:5 208s | 208s 9 | / llvm_intrinsically_optimized! { 208s 10 | | #[cfg(target_arch = "wasm32")] { 208s 11 | | return unsafe { ::core::intrinsics::fabsf32(x) } 208s 12 | | } 208s 13 | | } 208s | |_____- in this macro invocation 208s | 208s = note: no expected values for `feature` 208s = help: consider adding `unstable` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fdim.rs:11:22 208s | 208s 11 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fdimf.rs:11:22 208s | 208s 11 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/floor.rs:9:22 208s | 208s 9 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `unstable` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 208s | 208s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 208s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 208s | 208s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/floor.rs:14:5 208s | 208s 14 | / llvm_intrinsically_optimized! { 208s 15 | | #[cfg(target_arch = "wasm32")] { 208s 16 | | return unsafe { ::core::intrinsics::floorf64(x) } 208s 17 | | } 208s 18 | | } 208s | |_____- in this macro invocation 208s | 208s = note: no expected values for `feature` 208s = help: consider adding `unstable` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/floorf.rs:6:22 208s | 208s 6 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition value: `unstable` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 208s | 208s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 208s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 208s | 208s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/floorf.rs:11:5 208s | 208s 11 | / llvm_intrinsically_optimized! { 208s 12 | | #[cfg(target_arch = "wasm32")] { 208s 13 | | return unsafe { ::core::intrinsics::floorf32(x) } 208s 14 | | } 208s 15 | | } 208s | |_____- in this macro invocation 208s | 208s = note: no expected values for `feature` 208s = help: consider adding `unstable` as a feature in `Cargo.toml` 208s = note: see for more information about checking conditional configuration 208s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fma.rs:43:22 208s | 208s 43 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 208s = note: see for more information about checking conditional configuration 208s 208s warning: unexpected `cfg` condition name: `assert_no_panic` 208s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fmaf.rs:48:22 208s | 208s 48 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 208s | ^^^^^^^^^^^^^^^ 208s | 208s = help: consider using a Cargo feature instead 208s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 208s [lints.rust] 208s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 208s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fmax.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fmaxf.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fmin.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fminf.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fmod.rs:3:22 209s | 209s 3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/fmodf.rs:4:22 209s | 209s 4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/hypot.rs:20:22 209s | 209s 20 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/hypotf.rs:5:22 209s | 209s 5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/ilogb.rs:4:22 209s | 209s 4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/ilogbf.rs:4:22 209s | 209s 4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/ldexp.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/ldexpf.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/lgamma.rs:3:22 209s | 209s 3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/lgamma_r.rs:167:22 209s | 209s 167 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/lgammaf.rs:3:22 209s | 209s 3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/lgammaf_r.rs:102:22 209s | 209s 102 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/log.rs:73:22 209s | 209s 73 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/log10.rs:34:22 209s | 209s 34 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/log10f.rs:28:22 209s | 209s 28 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/log1p.rs:68:22 209s | 209s 68 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/log1pf.rs:23:22 209s | 209s 23 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/log2.rs:32:22 209s | 209s 32 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/log2f.rs:26:22 209s | 209s 26 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/logf.rs:24:22 209s | 209s 24 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/nextafter.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/nextafterf.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/pow.rs:92:22 209s | 209s 92 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/powf.rs:46:22 209s | 209s 46 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/remainder.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/remainderf.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/remquo.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/remquof.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/rint.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/rintf.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/round.rs:5:22 209s | 209s 5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/roundf.rs:5:22 209s | 209s 5 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/scalbn.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/scalbnf.rs:1:22 209s | 209s 1 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sin.rs:43:22 209s | 209s 43 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sincos.rs:15:22 209s | 209s 15 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sincosf.rs:26:22 209s | 209s 26 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sinf.rs:27:22 209s | 209s 27 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sinh.rs:7:22 209s | 209s 7 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sinhf.rs:4:22 209s | 209s 4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sqrt.rs:81:22 209s | 209s 81 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition value: `unstable` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 209s | 209s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 209s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 209s | 209s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/sqrt.rs:86:5 209s | 209s 86 | / llvm_intrinsically_optimized! { 209s 87 | | #[cfg(target_arch = "wasm32")] { 209s 88 | | return if x < 0.0 { 209s 89 | | f64::NAN 209s ... | 209s 93 | | } 209s 94 | | } 209s | |_____- in this macro invocation 209s | 209s = note: no expected values for `feature` 209s = help: consider adding `unstable` as a feature in `Cargo.toml` 209s = note: see for more information about checking conditional configuration 209s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/sqrtf.rs:16:22 209s | 209s 16 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition value: `unstable` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 209s | 209s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 209s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 209s | 209s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/sqrtf.rs:21:5 209s | 209s 21 | / llvm_intrinsically_optimized! { 209s 22 | | #[cfg(target_arch = "wasm32")] { 209s 23 | | return if x < 0.0 { 209s 24 | | ::core::f32::NAN 209s ... | 209s 28 | | } 209s 29 | | } 209s | |_____- in this macro invocation 209s | 209s = note: no expected values for `feature` 209s = help: consider adding `unstable` as a feature in `Cargo.toml` 209s = note: see for more information about checking conditional configuration 209s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/tan.rs:42:22 209s | 209s 42 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/tanf.rs:27:22 209s | 209s 27 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/tanh.rs:7:22 209s | 209s 7 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/tanhf.rs:3:22 209s | 209s 3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/tgamma.rs:133:22 209s | 209s 133 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/tgammaf.rs:3:22 209s | 209s 3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/trunc.rs:3:22 209s | 209s 3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition value: `unstable` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 209s | 209s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 209s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 209s | 209s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/trunc.rs:8:5 209s | 209s 8 | / llvm_intrinsically_optimized! { 209s 9 | | #[cfg(target_arch = "wasm32")] { 209s 10 | | return unsafe { ::core::intrinsics::truncf64(x) } 209s 11 | | } 209s 12 | | } 209s | |_____- in this macro invocation 209s | 209s = note: no expected values for `feature` 209s = help: consider adding `unstable` as a feature in `Cargo.toml` 209s = note: see for more information about checking conditional configuration 209s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/truncf.rs:3:22 209s | 209s 3 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition value: `unstable` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/mod.rs:79:19 209s | 209s 79 | #[cfg(all(feature = "unstable", $($clause)*))] 209s | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition 209s | 209s ::: /usr/share/cargo/registry/libm-0.2.8/src/math/truncf.rs:8:5 209s | 209s 8 | / llvm_intrinsically_optimized! { 209s 9 | | #[cfg(target_arch = "wasm32")] { 209s 10 | | return unsafe { ::core::intrinsics::truncf32(x) } 209s 11 | | } 209s 12 | | } 209s | |_____- in this macro invocation 209s | 209s = note: no expected values for `feature` 209s = help: consider adding `unstable` as a feature in `Cargo.toml` 209s = note: see for more information about checking conditional configuration 209s = note: this warning originates in the macro `llvm_intrinsically_optimized` (in Nightly builds, run with -Z macro-backtrace for more info) 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/expo2.rs:4:22 209s | 209s 4 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_cos.rs:54:22 209s | 209s 54 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_cosf.rs:23:22 209s | 209s 23 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_expo2.rs:7:22 209s | 209s 7 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_expo2f.rs:7:22 209s | 209s 7 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_sin.rs:46:22 209s | 209s 46 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_sinf.rs:23:22 209s | 209s 23 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_tan.rs:61:22 209s | 209s 61 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/k_tanf.rs:22:22 209s | 209s 22 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/rem_pio2.rs:44:22 209s | 209s 44 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/rem_pio2_large.rs:225:22 209s | 209s 225 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition value: `checked` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/rem_pio2_large.rs:230:44 209s | 209s 230 | #[cfg(all(target_pointer_width = "64", feature = "checked"))] 209s | ^^^^^^^^^^^^^^^^^^^ help: remove the condition 209s | 209s = note: no expected values for `feature` 209s = help: consider adding `checked` as a feature in `Cargo.toml` 209s = note: see for more information about checking conditional configuration 209s 209s warning: unexpected `cfg` condition name: `assert_no_panic` 209s --> /usr/share/cargo/registry/libm-0.2.8/src/math/rem_pio2f.rs:34:22 209s | 209s 34 | #[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)] 209s | ^^^^^^^^^^^^^^^ 209s | 209s = help: consider using a Cargo feature instead 209s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 209s [lints.rust] 209s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(assert_no_panic)'] } 209s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(assert_no_panic)");` to the top of the `build.rs` 209s = note: see for more information about checking conditional configuration 209s 209s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_LIBM=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps:/tmp/tmp.WLPdkm9gkR/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/build/num-traits-8062e57d916cbc3f/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.WLPdkm9gkR/target/debug/build/num-traits-699d9cf3b56328ea/build-script-build` 209s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 209s [num-traits 0.2.19] | 209s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 209s [num-traits 0.2.19] 209s [num-traits 0.2.19] warning: 1 warning emitted 209s [num-traits 0.2.19] 209s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 209s [num-traits 0.2.19] | 209s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 209s [num-traits 0.2.19] 209s [num-traits 0.2.19] warning: 1 warning emitted 209s [num-traits 0.2.19] 209s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 209s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 209s Compiling phf_generator v0.11.2 209s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_generator CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/phf_generator-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/phf_generator-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='PHF generation logic' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_generator CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name phf_generator --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=09d2a0a5cafc99ec -C extra-filename=-09d2a0a5cafc99ec --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern phf_shared=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --extern rand=/tmp/tmp.WLPdkm9gkR/target/debug/deps/librand-06624c90811134c1.rmeta --cap-lints warn` 209s Compiling regex v1.11.1 209s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 209s finite automata and guarantees linear time matching on all inputs. 209s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=39971a1e8908159b -C extra-filename=-39971a1e8908159b --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern regex_automata=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libregex_automata-d9666b3547633884.rmeta --extern regex_syntax=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libregex_syntax-ab0d8dd00f49479a.rmeta --cap-lints warn` 209s warning: `libm` (lib) generated 124 warnings (1 duplicate) 209s Compiling serde v1.0.217 209s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=99acae91072c8674 -C extra-filename=-99acae91072c8674 --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/build/serde-99acae91072c8674 -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn` 209s Compiling parse-zoneinfo v0.3.0 209s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=parse_zoneinfo CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/parse-zoneinfo-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/parse-zoneinfo-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Djzin ' CARGO_PKG_DESCRIPTION='Parse zoneinfo files from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parse-zoneinfo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/djzin/parse-zoneinfo' 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.WLPdkm9gkR/target/debug/deps rustc --crate-name parse_zoneinfo --edition=2015 /tmp/tmp.WLPdkm9gkR/registry/parse-zoneinfo-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())' -C metadata=a1f4667655be7783 -C extra-filename=-a1f4667655be7783 --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern regex=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libregex-39971a1e8908159b.rmeta --cap-lints warn` 209s warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() 209s --> /tmp/tmp.WLPdkm9gkR/registry/parse-zoneinfo-0.3.0/src/table.rs:349:30 209s | 209s 349 | write!(f, "{}", self.description()) 209s | ^^^^^^^^^^^ 209s | 209s = note: `#[warn(deprecated)]` on by default 209s 209s warning: unused return value of `std::mem::replace` that must be used 209s --> /tmp/tmp.WLPdkm9gkR/registry/parse-zoneinfo-0.3.0/src/transitions.rs:337:25 209s | 209s 337 | replace(start_utc_offset, timespan.offset); 209s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 209s | 209s = note: if you don't need the old value, you can just assign the new value directly 209s = note: `#[warn(unused_must_use)]` on by default 209s help: use `let _ = ...` to ignore the resulting value 209s | 209s 337 | let _ = replace(start_utc_offset, timespan.offset); 209s | +++++++ 209s 209s warning: unused return value of `std::mem::replace` that must be used 209s --> /tmp/tmp.WLPdkm9gkR/registry/parse-zoneinfo-0.3.0/src/transitions.rs:338:25 209s | 209s 338 | replace(start_dst_offset, *dst_offset); 209s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 209s | 209s = note: if you don't need the old value, you can just assign the new value directly 209s help: use `let _ = ...` to ignore the resulting value 209s | 209s 338 | let _ = replace(start_dst_offset, *dst_offset); 209s | +++++++ 209s 209s warning: unused return value of `std::mem::replace` that must be used 209s --> /tmp/tmp.WLPdkm9gkR/registry/parse-zoneinfo-0.3.0/src/transitions.rs:339:25 209s | 209s 339 | / replace( 209s 340 | | start_zone_id, 209s 341 | | Some( 209s 342 | | timespan 209s ... | 209s 345 | | ), 209s 346 | | ); 209s | |_________________________^ 209s | 209s = note: if you don't need the old value, you can just assign the new value directly 209s help: use `let _ = ...` to ignore the resulting value 209s | 209s 339 | let _ = replace( 209s | +++++++ 209s 209s warning: unused return value of `std::mem::replace` that must be used 209s --> /tmp/tmp.WLPdkm9gkR/registry/parse-zoneinfo-0.3.0/src/transitions.rs:353:25 209s | 209s 353 | / replace( 209s 354 | | start_zone_id, 209s 355 | | Some( 209s 356 | | timespan 209s ... | 209s 359 | | ), 209s 360 | | ); 209s | |_________________________^ 209s | 209s = note: if you don't need the old value, you can just assign the new value directly 209s help: use `let _ = ...` to ignore the resulting value 209s | 209s 353 | let _ = replace( 209s | +++++++ 209s 209s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps:/tmp/tmp.WLPdkm9gkR/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/build/serde-5e17351a5b17c437/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.WLPdkm9gkR/target/debug/build/serde-99acae91072c8674/build-script-build` 210s [serde 1.0.217] cargo:rerun-if-changed=build.rs 210s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 210s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 210s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 210s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 210s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 210s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 210s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 210s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 210s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 210s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 210s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 210s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 210s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 210s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 210s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/build/num-traits-8062e57d916cbc3f/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.WLPdkm9gkR/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="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=8474350bb5e7b6bd -C extra-filename=-8474350bb5e7b6bd --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern libm=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/liblibm-f1d3cb3df2fb6eed.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 210s warning: unexpected `cfg` condition name: `has_total_cmp` 210s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 210s | 210s 2305 | #[cfg(has_total_cmp)] 210s | ^^^^^^^^^^^^^ 210s ... 210s 2325 | totalorder_impl!(f64, i64, u64, 64); 210s | ----------------------------------- in this macro invocation 210s | 210s = 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` 210s = help: consider using a Cargo feature instead 210s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 210s [lints.rust] 210s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 210s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 210s = note: see for more information about checking conditional configuration 210s = note: `#[warn(unexpected_cfgs)]` on by default 210s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: unexpected `cfg` condition name: `has_total_cmp` 210s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 210s | 210s 2311 | #[cfg(not(has_total_cmp))] 210s | ^^^^^^^^^^^^^ 210s ... 210s 2325 | totalorder_impl!(f64, i64, u64, 64); 210s | ----------------------------------- in this macro invocation 210s | 210s = help: consider using a Cargo feature instead 210s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 210s [lints.rust] 210s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 210s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 210s = note: see for more information about checking conditional configuration 210s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: unexpected `cfg` condition name: `has_total_cmp` 210s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 210s | 210s 2305 | #[cfg(has_total_cmp)] 210s | ^^^^^^^^^^^^^ 210s ... 210s 2326 | totalorder_impl!(f32, i32, u32, 32); 210s | ----------------------------------- in this macro invocation 210s | 210s = help: consider using a Cargo feature instead 210s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 210s [lints.rust] 210s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 210s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 210s = note: see for more information about checking conditional configuration 210s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: unexpected `cfg` condition name: `has_total_cmp` 210s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 210s | 210s 2311 | #[cfg(not(has_total_cmp))] 210s | ^^^^^^^^^^^^^ 210s ... 210s 2326 | totalorder_impl!(f32, i32, u32, 32); 210s | ----------------------------------- in this macro invocation 210s | 210s = help: consider using a Cargo feature instead 210s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 210s [lints.rust] 210s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 210s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 210s = note: see for more information about checking conditional configuration 210s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: `parse-zoneinfo` (lib) generated 5 warnings 210s Compiling phf_codegen v0.11.2 210s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_codegen CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/phf_codegen-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/phf_codegen-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Codegen library for PHF types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_codegen CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name phf_codegen --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5eab2e6052fda339 -C extra-filename=-5eab2e6052fda339 --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern phf_generator=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libphf_generator-09d2a0a5cafc99ec.rmeta --extern phf_shared=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --cap-lints warn` 210s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 210s Compiling serde_derive v1.0.217 210s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/serde_derive-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/serde_derive-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name serde_derive --edition=2015 /tmp/tmp.WLPdkm9gkR/registry/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1735a37f4e425be9 -C extra-filename=-1735a37f4e425be9 --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern proc_macro2=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 210s Compiling phf v0.11.2 210s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/phf-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/phf-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Runtime support for perfect hash function data structures' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name phf --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=5d6d9e364012a8ee -C extra-filename=-5d6d9e364012a8ee --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern phf_shared=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --cap-lints warn` 210s Compiling chrono-tz-build v0.2.1 210s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono_tz_build CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/chrono-tz-build-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/chrono-tz-build-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='internal build script for chrono-tz' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz-build CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION=1.60 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.WLPdkm9gkR/target/debug/deps rustc --crate-name chrono_tz_build --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/chrono-tz-build-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "regex", "uncased"))' -C metadata=9671948fd604f90d -C extra-filename=-9671948fd604f90d --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern parse_zoneinfo=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libparse_zoneinfo-a1f4667655be7783.rmeta --extern phf=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libphf-5d6d9e364012a8ee.rmeta --extern phf_codegen=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libphf_codegen-5eab2e6052fda339.rmeta --cap-lints warn` 211s Compiling aho-corasick v1.1.3 211s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name aho_corasick --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=fbc72b3c6b57956b -C extra-filename=-fbc72b3c6b57956b --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern memchr=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 212s warning: method `cmpeq` is never used 212s --> /usr/share/cargo/registry/aho-corasick-1.1.3/src/packed/vector.rs:74:15 212s | 212s 28 | pub(crate) trait Vector: 212s | ------ method in this trait 212s ... 212s 74 | unsafe fn cmpeq(self, vector2: Self) -> Self; 212s | ^^^^^ 212s | 212s = note: `#[warn(dead_code)]` on by default 212s 213s warning: `aho-corasick` (lib) generated 2 warnings (1 duplicate) 213s Compiling log v0.4.22 213s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/log-0.4.22 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust 213s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name log --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=9212eb763c3d92f2 -C extra-filename=-9212eb763c3d92f2 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 213s warning: `log` (lib) generated 1 warning (1 duplicate) 213s Compiling thiserror v1.0.69 213s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd39d6a520033168 -C extra-filename=-dd39d6a520033168 --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/build/thiserror-dd39d6a520033168 -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn` 214s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=09e16120fd670342 -C extra-filename=-09e16120fd670342 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 215s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/build/serde-5e17351a5b17c437/out rustc --crate-name serde --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=fe70d8bb5ce7090d -C extra-filename=-fe70d8bb5ce7090d --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern serde_derive=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libserde_derive-1735a37f4e425be9.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` 216s warning: `regex-syntax` (lib) generated 1 warning (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.WLPdkm9gkR/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/build/serde_json-2fa85724bf02f5ac -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn` 216s Compiling libc v0.2.169 216s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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. 216s ' 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.WLPdkm9gkR/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.WLPdkm9gkR/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 --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=767ba0aac58d5499 -C extra-filename=-767ba0aac58d5499 --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/build/libc-767ba0aac58d5499 -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn` 217s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/siphasher-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/siphasher-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' 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.WLPdkm9gkR/target/debug/deps rustc --crate-name siphasher --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/siphasher-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=cb5279050189dcdd -C extra-filename=-cb5279050189dcdd --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: `siphasher` (lib) generated 1 warning (1 duplicate) 217s Compiling smallvec v1.13.2 217s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=a324a1e73a699a31 -C extra-filename=-a324a1e73a699a31 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 217s Compiling unicode-normalization v0.1.22 217s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/unicode-normalization-0.1.22 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/unicode-normalization-0.1.22/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of 217s Unicode strings, including Canonical and Compatible 217s Decomposition and Recomposition, as described in 217s Unicode Standard Annex #15. 217s ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name unicode_normalization --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f29ab9efad115d43 -C extra-filename=-f29ab9efad115d43 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern smallvec=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-a324a1e73a699a31.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: `serde` (lib) generated 1 warning (1 duplicate) 217s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_shared CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/phf_shared-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/phf_shared-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Support code shared by PHF libraries' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_shared CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name phf_shared --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=48dd0c9af20e9dba -C extra-filename=-48dd0c9af20e9dba --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern siphasher=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libsiphasher-cb5279050189dcdd.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 217s warning: `phf_shared` (lib) generated 1 warning (1 duplicate) 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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. 217s ' 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.WLPdkm9gkR/target/debug/deps:/tmp/tmp.WLPdkm9gkR/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/build/libc-39684a51095c5cb5/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.WLPdkm9gkR/target/debug/build/libc-767ba0aac58d5499/build-script-build` 217s [libc 0.2.169] cargo:rerun-if-changed=build.rs 217s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 217s [libc 0.2.169] cargo:rustc-cfg=freebsd11 217s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 217s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps:/tmp/tmp.WLPdkm9gkR/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.WLPdkm9gkR/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 Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=fc201aed5de4b3c9 -C extra-filename=-fc201aed5de4b3c9 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern aho_corasick=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-fbc72b3c6b57956b.rmeta --extern memchr=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern regex_syntax=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-09e16120fd670342.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 218s warning: `unicode-normalization` (lib) generated 1 warning (1 duplicate) 218s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.WLPdkm9gkR/target/debug/deps:/tmp/tmp.WLPdkm9gkR/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.WLPdkm9gkR/target/debug/build/thiserror-dd39d6a520033168/build-script-build` 218s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 218s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 218s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 218s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 218s Compiling chrono-tz v0.8.6 218s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/chrono-tz-0.8.6/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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=127009518bdfcb54 -C extra-filename=-127009518bdfcb54 --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/build/chrono-tz-127009518bdfcb54 -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern chrono_tz_build=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libchrono_tz_build-9671948fd604f90d.rlib --cap-lints warn` 218s Compiling thiserror-impl v1.0.69 218s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7edb5186f9b52e2a -C extra-filename=-7edb5186f9b52e2a --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern proc_macro2=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 220s Compiling ryu v1.0.19 220s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/ryu-1.0.19 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name ryu --edition=2018 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 220s warning: `ryu` (lib) generated 1 warning (1 duplicate) 220s Compiling unicode-bidi v0.3.17 220s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_bidi CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/unicode-bidi-0.3.17 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/unicode-bidi-0.3.17/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/unicode-bidi' CARGO_PKG_RUST_VERSION=1.47.0 CARGO_PKG_VERSION=0.3.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name unicode_bidi --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=7e3dc4be196cec27 -C extra-filename=-7e3dc4be196cec27 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:1232:12 220s | 220s 1232 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s = note: `#[warn(unexpected_cfgs)]` on by default 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:1263:12 220s | 220s 1263 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:54:16 220s | 220s 54 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:69:16 220s | 220s 69 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:101:16 220s | 220s 101 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:161:16 220s | 220s 161 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:176:16 220s | 220s 176 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:225:16 220s | 220s 225 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:253:16 220s | 220s 253 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:269:16 220s | 220s 269 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:313:16 220s | 220s 313 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:343:16 220s | 220s 343 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:396:16 220s | 220s 396 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:409:16 220s | 220s 409 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:458:16 220s | 220s 458 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:484:16 220s | 220s 484 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:495:16 220s | 220s 495 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:507:16 220s | 220s 507 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:520:16 220s | 220s 520 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/explicit.rs:33:12 220s | 220s 33 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:26:12 220s | 220s 26 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:262:12 220s | 220s 262 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:581:12 220s | 220s 581 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/prepare.rs:53:12 220s | 220s 53 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:218:16 220s | 220s 218 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:233:16 220s | 220s 233 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:271:16 220s | 220s 271 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:335:11 220s | 220s 335 | #[cfg(feature = "flame_it")] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:436:11 220s | 220s 436 | #[cfg(feature = "flame_it")] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:341:15 220s | 220s 341 | #[cfg(feature = "flame_it")] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:347:15 220s | 220s 347 | #[cfg(feature = "flame_it")] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:481:16 220s | 220s 481 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:496:16 220s | 220s 496 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:545:16 220s | 220s 545 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:577:16 220s | 220s 577 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:593:16 220s | 220s 593 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:637:16 220s | 220s 637 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:667:16 220s | 220s 667 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:720:16 220s | 220s 720 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:733:16 220s | 220s 733 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:782:16 220s | 220s 782 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:808:16 220s | 220s 808 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:819:16 220s | 220s 819 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:833:16 220s | 220s 833 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 220s warning: unexpected `cfg` condition value: `flame_it` 220s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:846:16 220s | 220s 846 | #[cfg_attr(feature = "flame_it", flamer::flame)] 220s | ^^^^^^^^^^^^^^^^^^^^ 220s | 220s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 220s = help: consider adding `flame_it` as a feature in `Cargo.toml` 220s = note: see for more information about checking conditional configuration 220s 221s warning: `unicode-bidi` (lib) generated 46 warnings (1 duplicate) 221s Compiling iana-time-zone v0.1.60 221s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=iana_time_zone CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/iana-time-zone-0.1.60 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/iana-time-zone-0.1.60/Cargo.toml CARGO_PKG_AUTHORS='Andrew Straw :René Kijewski :Ryan Lopopolo ' CARGO_PKG_DESCRIPTION='get the IANA time zone for the current system' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=iana-time-zone CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/strawlab/iana-time-zone' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.60 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=60 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name iana_time_zone --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/iana-time-zone-0.1.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=f257132e4e5ad67a -C extra-filename=-f257132e4e5ad67a --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 221s warning: `iana-time-zone` (lib) generated 1 warning (1 duplicate) 221s Compiling percent-encoding v2.3.1 221s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=percent_encoding CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/percent-encoding-2.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/percent-encoding-2.3.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Percent encoding and decoding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=percent-encoding CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=2.3.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name percent_encoding --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/percent-encoding-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bdbb744077176552 -C extra-filename=-bdbb744077176552 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 221s warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected 221s --> /usr/share/cargo/registry/percent-encoding-2.3.1/src/lib.rs:466:35 221s | 221s 466 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); 221s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 221s | 221s = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default 221s help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses 221s | 221s 466 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); 221s | ++++++++++++++++++ ~ + 221s help: use explicit `std::ptr::eq` method to compare metadata and addresses 221s | 221s 466 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); 221s | +++++++++++++ ~ + 221s 221s warning: `percent-encoding` (lib) generated 2 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.WLPdkm9gkR/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 221s warning: `itoa` (lib) generated 1 warning (1 duplicate) 221s Compiling utf8parse v0.2.1 221s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 221s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 221s Compiling anstyle-parse v0.2.1 221s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern utf8parse=/tmp/tmp.WLPdkm9gkR/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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 222s warning: `anstyle-parse` (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.WLPdkm9gkR/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out rustc --crate-name serde_json --edition=2021 /tmp/tmp.WLPdkm9gkR/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=dc2a92d91924c53f -C extra-filename=-dc2a92d91924c53f --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern itoa=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libitoa-a82a426f214c0959.rmeta --extern memchr=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern ryu=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libryu-c01778dbd79acb0e.rmeta --extern serde=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libserde-fe70d8bb5ce7090d.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` 222s warning: `regex-automata` (lib) generated 1 warning (1 duplicate) 222s Compiling form_urlencoded v1.2.1 222s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=form_urlencoded CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/form_urlencoded-1.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/form_urlencoded-1.2.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=form_urlencoded CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name form_urlencoded --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/form_urlencoded-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=01ce7df510821a2a -C extra-filename=-01ce7df510821a2a --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern percent_encoding=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libpercent_encoding-bdbb744077176552.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 222s warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected 222s --> /usr/share/cargo/registry/form_urlencoded-1.2.1/src/lib.rs:414:35 222s | 222s 414 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default 222s help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses 222s | 222s 414 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); 222s | ++++++++++++++++++ ~ + 222s help: use explicit `std::ptr::eq` method to compare metadata and addresses 222s | 222s 414 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); 222s | +++++++++++++ ~ + 222s 222s warning: `form_urlencoded` (lib) generated 2 warnings (1 duplicate) 222s Compiling chrono v0.4.39 222s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/chrono-0.4.39 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/chrono-0.4.39/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Date and time library for Rust' CARGO_PKG_HOMEPAGE='https://github.com/chronotope/chrono' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono' CARGO_PKG_RUST_VERSION=1.61.0 CARGO_PKG_VERSION=0.4.39 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=39 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name chrono --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/chrono-0.4.39/src/lib.rs --error-format=json --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="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "pure-rust-locales", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind"))' -C metadata=fffa4bb358ede0b9 -C extra-filename=-fffa4bb358ede0b9 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern iana_time_zone=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libiana_time_zone-f257132e4e5ad67a.rmeta --extern num_traits=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-8474350bb5e7b6bd.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 222s warning: unexpected `cfg` condition value: `__internal_bench` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:591:7 222s | 222s 591 | #[cfg(feature = "__internal_bench")] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `__internal_bench` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s = note: `#[warn(unexpected_cfgs)]` on by default 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:11 222s | 222s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:29 222s | 222s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:50 222s | 222s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:71 222s | 222s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:11 222s | 222s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:29 222s | 222s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:50 222s | 222s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:71 222s | 222s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:9 222s | 222s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:27 222s | 222s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:48 222s | 222s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:69 222s | 222s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-validation` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:59:12 222s | 222s 59 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/date.rs:13:7 222s | 222s 13 | #[cfg(feature = "rkyv")] 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/date.rs:57:12 222s | 222s 57 | #[cfg_attr(feature = "rkyv", derive(Archive, Deserialize, Serialize))] 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:11 222s | 222s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:29 222s | 222s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:50 222s | 222s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:71 222s | 222s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:9 222s | 222s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:27 222s | 222s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:48 222s | 222s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:69 222s | 222s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-validation` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:55:12 222s | 222s 55 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-validation` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:1773:7 222s | 222s 1773 | #[cfg(feature = "rkyv-validation")] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `__internal_bench` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/internals.rs:3:13 222s | 222s 3 | #![cfg_attr(feature = "__internal_bench", allow(missing_docs))] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `__internal_bench` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `__internal_bench` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/mod.rs:26:7 222s | 222s 26 | #[cfg(feature = "__internal_bench")] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `__internal_bench` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:11 222s | 222s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:29 222s | 222s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:50 222s | 222s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:71 222s | 222s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:9 222s | 222s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:27 222s | 222s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:48 222s | 222s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:69 222s | 222s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-validation` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:101:12 222s | 222s 101 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:11 222s | 222s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:29 222s | 222s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:50 222s | 222s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:71 222s | 222s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:9 222s | 222s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:27 222s | 222s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:48 222s | 222s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:69 222s | 222s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-validation` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:74:12 222s | 222s 74 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:11 222s | 222s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:29 222s | 222s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:50 222s | 222s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:71 222s | 222s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:9 222s | 222s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:27 222s | 222s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:48 222s | 222s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:69 222s | 222s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-validation` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:26:12 222s | 222s 26 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:11 222s | 222s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:29 222s | 222s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:50 222s | 222s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:71 222s | 222s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:9 222s | 222s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:27 222s | 222s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:48 222s | 222s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:69 222s | 222s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-validation` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:219:12 222s | 222s 219 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:11 222s | 222s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:29 222s | 222s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:50 222s | 222s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:71 222s | 222s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:9 222s | 222s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:27 222s | 222s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:48 222s | 222s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:69 222s | 222s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-validation` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:29:12 222s | 222s 29 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:11 222s | 222s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:29 222s | 222s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:50 222s | 222s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:71 222s | 222s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:9 222s | 222s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:27 222s | 222s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:48 222s | 222s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:69 222s | 222s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-validation` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:120:12 222s | 222s 120 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:11 222s | 222s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:29 222s | 222s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:50 222s | 222s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:71 222s | 222s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:9 222s | 222s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:27 222s | 222s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:48 222s | 222s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:69 222s | 222s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-validation` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:50:12 222s | 222s 50 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:11 222s | 222s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:29 222s | 222s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:50 222s | 222s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:71 222s | 222s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:9 222s | 222s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:27 222s | 222s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:48 222s | 222s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:69 222s | 222s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-validation` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:39:12 222s | 222s 39 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:11 222s | 222s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:29 222s | 222s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:50 222s | 222s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:71 222s | 222s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:9 222s | 222s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-16` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:27 222s | 222s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-32` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:48 222s | 222s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-64` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:69 222s | 222s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 222s | ^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 222s warning: unexpected `cfg` condition value: `rkyv-validation` 222s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:38:12 222s | 222s 38 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 222s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 222s | 222s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 222s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 222s = note: see for more information about checking conditional configuration 222s 223s warning: `serde_json` (lib) generated 1 warning (1 duplicate) 223s Compiling idna v0.4.0 223s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/idna-0.4.0 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/idna-0.4.0/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name idna --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=33bb1fbd58e636ba -C extra-filename=-33bb1fbd58e636ba --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern unicode_bidi=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libunicode_bidi-7e3dc4be196cec27.rmeta --extern unicode_normalization=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libunicode_normalization-f29ab9efad115d43.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 224s warning: `idna` (lib) generated 1 warning (1 duplicate) 224s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c3e0d8a6501796e -C extra-filename=-5c3e0d8a6501796e --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern thiserror_impl=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libthiserror_impl-7edb5186f9b52e2a.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 224s warning: `chrono` (lib) generated 110 warnings (1 duplicate) 224s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 224s finite automata and guarantees linear time matching on all inputs. 224s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=18e791cd27af2f9d -C extra-filename=-18e791cd27af2f9d --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern aho_corasick=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-fbc72b3c6b57956b.rmeta --extern memchr=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern regex_automata=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libregex_automata-fc201aed5de4b3c9.rmeta --extern regex_syntax=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-09e16120fd670342.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 224s warning: `thiserror` (lib) generated 1 warning (1 duplicate) 224s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.WLPdkm9gkR/target/debug/deps:/tmp/tmp.WLPdkm9gkR/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/build/chrono-tz-6418ffa5bf8d3688/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.WLPdkm9gkR/target/debug/build/chrono-tz-127009518bdfcb54/build-script-build` 224s [chrono-tz 0.8.6] cargo:rerun-if-env-changed=CHRONO_TZ_TIMEZONE_FILTER 224s warning: `regex` (lib) generated 1 warning (1 duplicate) 224s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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. 224s ' 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.WLPdkm9gkR/target/debug/deps OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/build/libc-39684a51095c5cb5/out rustc --crate-name libc --edition=2021 /tmp/tmp.WLPdkm9gkR/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 --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=7afc641d856e1092 -C extra-filename=-7afc641d856e1092 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/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"))'` 224s warning: unused import: `crate::ntptimeval` 224s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 224s | 224s 5 | use crate::ntptimeval; 224s | ^^^^^^^^^^^^^^^^^ 224s | 224s = note: `#[warn(unused_imports)]` on by default 224s 225s warning: `libc` (lib) generated 2 warnings (1 duplicate) 225s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/phf-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/phf-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Runtime support for perfect hash function data structures' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name phf --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=1c434b52c028b1c3 -C extra-filename=-1c434b52c028b1c3 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern phf_shared=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libphf_shared-48dd0c9af20e9dba.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 225s warning: `phf` (lib) generated 1 warning (1 duplicate) 225s Compiling geo-types v0.7.11 225s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=geo_types CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/geo-types-0.7.11 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/geo-types-0.7.11/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Geospatial primitive data types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=geo-types CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/georust/geo' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.7.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name geo_types --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/geo-types-0.7.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("approx", "arbitrary", "default", "serde", "std"))' -C metadata=d3bb009e233ec106 -C extra-filename=-d3bb009e233ec106 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern num_traits=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-8474350bb5e7b6bd.rmeta --extern serde=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libserde-fe70d8bb5ce7090d.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 225s warning: unexpected `cfg` condition value: `rstar_0_8` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/lib.rs:96:7 225s | 225s 96 | #[cfg(feature = "rstar_0_8")] 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s = note: `#[warn(unexpected_cfgs)]` on by default 225s 225s warning: unexpected `cfg` condition value: `rstar_0_8` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/lib.rs:141:5 225s | 225s 141 | feature = "rstar_0_8", 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_9` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/lib.rs:142:5 225s | 225s 142 | feature = "rstar_0_9", 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_10` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/lib.rs:143:5 225s | 225s 143 | feature = "rstar_0_10", 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_11` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/lib.rs:144:5 225s | 225s 144 | feature = "rstar_0_11" 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_8` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/coord.rs:322:7 225s | 225s 322 | #[cfg(feature = "rstar_0_8")] 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_9` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/coord.rs:358:7 225s | 225s 358 | #[cfg(feature = "rstar_0_9")] 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_10` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/coord.rs:394:7 225s | 225s 394 | #[cfg(feature = "rstar_0_10")] 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_11` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/coord.rs:430:7 225s | 225s 430 | #[cfg(feature = "rstar_0_11")] 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_8` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:225:5 225s | 225s 225 | feature = "rstar_0_8", 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_9` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:226:5 225s | 225s 226 | feature = "rstar_0_9", 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_10` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:227:5 225s | 225s 227 | feature = "rstar_0_10", 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_11` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:228:5 225s | 225s 228 | feature = "rstar_0_11" 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_8` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:256:7 225s | 225s 256 | #[cfg(feature = "rstar_0_8")] 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_9` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:259:7 225s | 225s 259 | #[cfg(feature = "rstar_0_9")] 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_10` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:262:7 225s | 225s 262 | #[cfg(feature = "rstar_0_10")] 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_11` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line.rs:265:7 225s | 225s 265 | #[cfg(feature = "rstar_0_11")] 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_8` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:490:5 225s | 225s 490 | feature = "rstar_0_8", 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_9` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:491:5 225s | 225s 491 | feature = "rstar_0_9", 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_10` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:492:5 225s | 225s 492 | feature = "rstar_0_10", 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_11` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:493:5 225s | 225s 493 | feature = "rstar_0_11" 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_8` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:535:7 225s | 225s 535 | #[cfg(feature = "rstar_0_8")] 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_9` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:538:7 225s | 225s 538 | #[cfg(feature = "rstar_0_9")] 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_10` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:541:7 225s | 225s 541 | #[cfg(feature = "rstar_0_10")] 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_11` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/line_string.rs:544:7 225s | 225s 544 | #[cfg(feature = "rstar_0_11")] 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_8` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/point.rs:589:7 225s | 225s 589 | #[cfg(feature = "rstar_0_8")] 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_9` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/point.rs:619:7 225s | 225s 619 | #[cfg(feature = "rstar_0_9")] 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_10` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/point.rs:648:7 225s | 225s 648 | #[cfg(feature = "rstar_0_10")] 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_11` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/point.rs:677:7 225s | 225s 677 | #[cfg(feature = "rstar_0_11")] 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_8` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:549:5 225s | 225s 549 | feature = "rstar_0_8", 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_9` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:550:5 225s | 225s 550 | feature = "rstar_0_9", 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_10` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:551:5 225s | 225s 551 | feature = "rstar_0_10", 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_11` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:552:5 225s | 225s 552 | feature = "rstar_0_11" 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_8` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:569:7 225s | 225s 569 | #[cfg(feature = "rstar_0_8")] 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_8` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_9` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:572:7 225s | 225s 572 | #[cfg(feature = "rstar_0_9")] 225s | ^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_9` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_10` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:575:7 225s | 225s 575 | #[cfg(feature = "rstar_0_10")] 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_10` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `rstar_0_11` 225s --> /usr/share/cargo/registry/geo-types-0.7.11/src/geometry/polygon.rs:578:7 225s | 225s 578 | #[cfg(feature = "rstar_0_11")] 225s | ^^^^^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `approx`, `arbitrary`, `default`, `serde`, and `std` 225s = help: consider adding `rstar_0_11` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s Compiling cfg-if v1.0.0 225s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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] 225s parameters. Structured like an if-else chain, the first matching branch is the 225s item that gets emitted. 225s ' 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.WLPdkm9gkR/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 225s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 225s Compiling anstyle v1.0.8 225s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 225s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 225s Compiling anstyle-query v1.0.0 225s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 225s warning: `geo-types` (lib) generated 38 warnings (1 duplicate) 225s Compiling colorchoice v1.0.0 225s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 225s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 225s Compiling geojson v0.24.1 225s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=geojson CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/geojson-0.24.1 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/geojson-0.24.1/Cargo.toml CARGO_PKG_AUTHORS='The GeoRust Developers ' CARGO_PKG_DESCRIPTION='Read and write GeoJSON vector geographic data' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=geojson CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/georust/geojson' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.24.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=24 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name geojson --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/geojson-0.24.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="geo-types"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "geo-types"))' -C metadata=7721da1dbebf4946 -C extra-filename=-7721da1dbebf4946 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern geo_types=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libgeo_types-d3bb009e233ec106.rmeta --extern log=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --extern serde=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libserde-fe70d8bb5ce7090d.rmeta --extern serde_json=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-dc2a92d91924c53f.rmeta --extern thiserror=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-5c3e0d8a6501796e.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 225s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 225s Compiling anstream v0.6.15 225s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.WLPdkm9gkR/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test"))' -C metadata=d1aae20cbf237c21 -C extra-filename=-d1aae20cbf237c21 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern anstyle=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern anstyle_parse=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-d0c73c4af772649f.rmeta --extern anstyle_query=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-635bcba2223d27a9.rmeta --extern colorchoice=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-e265feadf5f02527.rmeta --extern utf8parse=/tmp/tmp.WLPdkm9gkR/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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 225s | 225s 48 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s = note: `#[warn(unexpected_cfgs)]` on by default 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 225s | 225s 53 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 225s | 225s 4 | #[cfg(not(all(windows, feature = "wincon")))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 225s | 225s 8 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 225s | 225s 46 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 225s | 225s 58 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 225s | 225s 5 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 225s | 225s 27 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 225s | 225s 137 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 225s | 225s 143 | #[cfg(not(all(windows, feature = "wincon")))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 225s | 225s 155 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 225s | 225s 166 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 225s | 225s 180 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 225s | 225s 225 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 225s | 225s 243 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 225s | 225s 260 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 225s | 225s 269 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 225s | 225s 279 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 225s | 225s 288 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: unexpected `cfg` condition value: `wincon` 225s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 225s | 225s 298 | #[cfg(all(windows, feature = "wincon"))] 225s | ^^^^^^^^^^^^^^^^^^ 225s | 225s = note: expected values for `feature` are: `auto`, `default`, and `test` 225s = help: consider adding `wincon` as a feature in `Cargo.toml` 225s = note: see for more information about checking conditional configuration 225s 225s warning: use of deprecated type alias `geo_types::Coordinate`: Renamed to `geo_types::Coord` (or `geo::Coord`) 225s --> /usr/share/cargo/registry/geojson-0.24.1/src/conversion/to_geo_types.rs:276:67 225s | 225s 276 | fn create_geo_coordinate(point_type: &PointType) -> geo_types::Coordinate 225s | ^^^^^^^^^^ 225s | 225s = note: `#[warn(deprecated)]` on by default 225s 225s warning: use of deprecated type alias `geo_types::Coordinate`: Renamed to `geo_types::Coord` (or `geo::Coord`) 225s --> /usr/share/cargo/registry/geojson-0.24.1/src/conversion/to_geo_types.rs:280:16 225s | 225s 280 | geo_types::Coordinate { 225s | ^^^^^^^^^^ 225s 225s warning: use of deprecated method `geo_types::LineString::::points_iter`: Use points() instead 225s --> /usr/share/cargo/registry/geojson-0.24.1/src/conversion/from_geo_types.rs:197:10 225s | 225s 197 | .points_iter() 225s | ^^^^^^^^^^^ 225s 225s warning: use of deprecated method `geo_types::LineString::::points_iter`: Use points() instead 225s --> /usr/share/cargo/registry/geojson-0.24.1/src/conversion/from_geo_types.rs:245:10 225s | 225s 245 | .points_iter() 225s | ^^^^^^^^^^^ 225s 226s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 226s Compiling getrandom v0.2.15 226s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/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.WLPdkm9gkR/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.WLPdkm9gkR/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 --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=b9582ddd2c60f79c -C extra-filename=-b9582ddd2c60f79c --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern cfg_if=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/liblibc-7afc641d856e1092.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 226s warning: unexpected `cfg` condition value: `js` 226s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 226s | 226s 334 | } else if #[cfg(all(feature = "js", 226s | ^^^^^^^^^^^^^^ 226s | 226s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 226s = help: consider adding `js` as a feature in `Cargo.toml` 226s = note: see for more information about checking conditional configuration 226s = note: `#[warn(unexpected_cfgs)]` on by default 226s 226s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 226s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono_tz CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps OUT_DIR=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/build/chrono-tz-6418ffa5bf8d3688/out rustc --crate-name chrono_tz --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/chrono-tz-0.8.6/src/lib.rs --error-format=json --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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=b6de50c921cd85a3 -C extra-filename=-b6de50c921cd85a3 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern chrono=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libchrono-fffa4bb358ede0b9.rmeta --extern phf=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libphf-1c434b52c028b1c3.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 226s warning: `geojson` (lib) generated 5 warnings (1 duplicate) 226s Compiling env_filter v0.1.3 226s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=env_filter CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/env_filter-0.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/env_filter-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Filter log events using environment variables 226s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_filter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name env_filter --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/env_filter-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=63bfa0800d7de88f -C extra-filename=-63bfa0800d7de88f --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern log=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --extern regex=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libregex-18e791cd27af2f9d.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 226s warning: `env_filter` (lib) generated 1 warning (1 duplicate) 226s Compiling url v2.5.2 226s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=url CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/url-2.5.2 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/url-2.5.2/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='URL library for Rust, based on the WHATWG URL Standard' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=url CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.5.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name url --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "expose_internals", "serde"))' -C metadata=d3a53a15d0038c45 -C extra-filename=-d3a53a15d0038c45 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern form_urlencoded=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libform_urlencoded-01ce7df510821a2a.rmeta --extern idna=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libidna-33bb1fbd58e636ba.rmeta --extern percent_encoding=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libpercent_encoding-bdbb744077176552.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 226s warning: unexpected `cfg` condition value: `debugger_visualizer` 226s --> /usr/share/cargo/registry/url-2.5.2/src/lib.rs:139:5 226s | 226s 139 | feature = "debugger_visualizer", 226s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 226s | 226s = note: expected values for `feature` are: `default`, `expose_internals`, and `serde` 226s = help: consider adding `debugger_visualizer` as a feature in `Cargo.toml` 226s = note: see for more information about checking conditional configuration 226s = note: `#[warn(unexpected_cfgs)]` on by default 226s 227s warning: `url` (lib) generated 2 warnings (1 duplicate) 227s Compiling tokio-macros v2.5.0 227s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tokio_macros CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/tokio-macros-2.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/tokio-macros-2.5.0/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Tokio'\''s proc macros. 227s ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio-macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name tokio_macros --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/tokio-macros-2.5.0/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=a91a4532bfa7dac2 -C extra-filename=-a91a4532bfa7dac2 --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern proc_macro2=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 228s Compiling async-trait v0.1.83 228s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=async_trait CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/async-trait-0.1.83 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/async-trait-0.1.83/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Type erasure for async trait methods' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=async-trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/async-trait' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.1.83 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=83 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name async_trait --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/async-trait-0.1.83/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=a430336fad6b7dad -C extra-filename=-a430336fad6b7dad --out-dir /tmp/tmp.WLPdkm9gkR/target/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern proc_macro2=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 229s warning: use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead 229s --> /usr/share/cargo/registry/chrono-tz-0.8.6/src/timezone_impl.rs:331:31 229s | 229s 331 | let timestamp = local.timestamp(); 229s | ^^^^^^^^^ 229s | 229s = note: `#[warn(deprecated)]` on by default 229s 229s warning: use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead 229s --> /usr/share/cargo/registry/chrono-tz-0.8.6/src/timezone_impl.rs:364:29 229s | 229s 364 | let timestamp = utc.timestamp(); 229s | ^^^^^^^^^ 229s 230s warning: `chrono-tz` (lib) generated 3 warnings (1 duplicate) 230s Compiling pin-project-lite v0.2.13 230s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/pin-project-lite-0.2.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. 230s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5dc815523e98d889 -C extra-filename=-5dc815523e98d889 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 230s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 230s Compiling humantime v2.1.0 230s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/humantime-2.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/humantime-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime} 230s ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name humantime --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4af2590cd48652be -C extra-filename=-4af2590cd48652be --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 230s warning: unexpected `cfg` condition value: `cloudabi` 230s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:6:7 230s | 230s 6 | #[cfg(target_os="cloudabi")] 230s | ^^^^^^^^^^^^^^^^^^^^ 230s | 230s = 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 230s = note: see for more information about checking conditional configuration 230s = note: `#[warn(unexpected_cfgs)]` on by default 230s 230s warning: unexpected `cfg` condition value: `cloudabi` 230s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:14:9 230s | 230s 14 | not(target_os="cloudabi"), 230s | ^^^^^^^^^^^^^^^^^^^^ 230s | 230s = 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 230s = note: see for more information about checking conditional configuration 230s 231s Compiling railway-core v0.1.0 231s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_core CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/railway-core-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/railway-core-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Core type definitions of the Railway backend' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name railway_core --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/railway-core-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="geojson"' --cfg 'feature="polylines"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("geojson", "hyper", "hyper-requester", "hyper-rustls", "polylines", "rt-multi-thread", "rustls", "rustls-pemfile", "serde"))' -C metadata=2d97ebdad1b31881 -C extra-filename=-2d97ebdad1b31881 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern async_trait=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libchrono-fffa4bb358ede0b9.rmeta --extern chrono_tz=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-b6de50c921cd85a3.rmeta --extern geojson=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libgeojson-7721da1dbebf4946.rmeta --extern log=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --extern url=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 231s warning: `humantime` (lib) generated 3 warnings (1 duplicate) 231s Compiling env_logger v0.11.5 231s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/env_logger-0.11.5 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/env_logger-0.11.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment 231s variable. 231s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.11.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name env_logger --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=0cd60edf536e7b0f -C extra-filename=-0cd60edf536e7b0f --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern anstream=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libanstream-d1aae20cbf237c21.rmeta --extern anstyle=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern env_filter=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libenv_filter-63bfa0800d7de88f.rmeta --extern humantime=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libhumantime-4af2590cd48652be.rmeta --extern log=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 231s warning: `railway-core` (lib) generated 1 warning (1 duplicate) 231s Compiling tokio v1.43.0 231s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tokio CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/tokio-1.43.0 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/tokio-1.43.0/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='An event-driven, non-blocking I/O platform for writing asynchronous I/O 231s backed applications. 231s ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=1.43.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=43 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name tokio --edition=2021 /tmp/tmp.WLPdkm9gkR/registry/tokio-1.43.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="macros"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing"))' -C metadata=f85d1e95ac474331 -C extra-filename=-f85d1e95ac474331 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern pin_project_lite=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern tokio_macros=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libtokio_macros-a91a4532bfa7dac2.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 231s warning: `env_logger` (lib) generated 1 warning (1 duplicate) 231s Compiling uuid v1.10.0 231s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=uuid CARGO_MANIFEST_DIR=/tmp/tmp.WLPdkm9gkR/registry/uuid-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.WLPdkm9gkR/registry/uuid-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Ashley Mannix:Dylan DPC:Hunar Roop Kahlon' CARGO_PKG_DESCRIPTION='A library to generate and parse UUIDs.' CARGO_PKG_HOMEPAGE='https://github.com/uuid-rs/uuid' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=uuid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/uuid-rs/uuid' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name uuid --edition=2018 /tmp/tmp.WLPdkm9gkR/registry/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "bytemuck", "default", "fast-rng", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=f6258a0032240d78 -C extra-filename=-f6258a0032240d78 --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern getrandom=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-b9582ddd2c60f79c.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 231s warning: `uuid` (lib) generated 1 warning (1 duplicate) 232s warning: `tokio` (lib) generated 1 warning (1 duplicate) 232s Compiling railway-provider-db-movas v0.1.0 (/usr/share/cargo/registry/railway-provider-db-movas-0.1.0) 232s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_provider_db_movas CARGO_MANIFEST_DIR=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Implementation of a DB Movas client in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-provider-db-movas CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name railway_provider_db_movas --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="polylines"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("polylines", "rt-multi-thread"))' -C metadata=390b657ed6a2283a -C extra-filename=-390b657ed6a2283a --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern async_trait=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libchrono-fffa4bb358ede0b9.rlib --extern chrono_tz=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-b6de50c921cd85a3.rlib --extern env_logger=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-0cd60edf536e7b0f.rlib --extern rcore=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/librailway_core-2d97ebdad1b31881.rlib --extern serde=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libserde-fe70d8bb5ce7090d.rlib --extern serde_json=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-dc2a92d91924c53f.rlib --extern tokio=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libtokio-f85d1e95ac474331.rlib --extern url=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rlib --extern uuid=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libuuid-f6258a0032240d78.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 232s error[E0432]: unresolved import `rcore::ReqwestRequesterBuilder` 232s --> src/lib.rs:271:61 232s | 232s 271 | JourneysOptions, Location, LocationsOptions, Place, ReqwestRequesterBuilder, Station, 232s | ^^^^^^^^^^^^^^^^^^^^^^^ 232s | | 232s | no `ReqwestRequesterBuilder` in the root 232s | help: a similar name exists in the module: `RequesterBuilder` 232s 232s error[E0063]: missing field `polyline` in initializer of `Leg` 232s --> src/types.rs:299:9 232s | 232s 299 | Self { 232s | ^^^^ missing `polyline` 232s 232s Some errors have detailed explanations: E0063, E0432. 232s For more information about an error, try `rustc --explain E0063`. 232s error: could not compile `railway-provider-db-movas` (lib test) due to 2 previous errors 232s 232s Caused by: 232s process didn't exit successfully: `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_provider_db_movas CARGO_MANIFEST_DIR=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Implementation of a DB Movas client in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-provider-db-movas CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.WLPdkm9gkR/target/debug/deps rustc --crate-name railway_provider_db_movas --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="polylines"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("polylines", "rt-multi-thread"))' -C metadata=390b657ed6a2283a -C extra-filename=-390b657ed6a2283a --out-dir /tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.WLPdkm9gkR/target/debug/deps --extern async_trait=/tmp/tmp.WLPdkm9gkR/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libchrono-fffa4bb358ede0b9.rlib --extern chrono_tz=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-b6de50c921cd85a3.rlib --extern env_logger=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-0cd60edf536e7b0f.rlib --extern rcore=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/librailway_core-2d97ebdad1b31881.rlib --extern serde=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libserde-fe70d8bb5ce7090d.rlib --extern serde_json=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-dc2a92d91924c53f.rlib --extern tokio=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libtokio-f85d1e95ac474331.rlib --extern url=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rlib --extern uuid=/tmp/tmp.WLPdkm9gkR/target/s390x-unknown-linux-gnu/debug/deps/libuuid-f6258a0032240d78.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.WLPdkm9gkR/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` (exit status: 1) 233s /tmp/autopkgtest.dodFYD/wrapper.sh: checking for leaked background processes... 233s /tmp/autopkgtest.dodFYD/wrapper.sh: waiting for tee/cat subprocesses... 233s /tmp/autopkgtest.dodFYD/wrapper.sh: cleaning up... 233s /tmp/autopkgtest.dodFYD/wrapper.sh: Exit status: 101 233s autopkgtest: DBG: testbed command exited with code 101 233s autopkgtest [21:14:34]: test librust-railway-provider-db-movas-dev:polylines: -----------------------] 233s autopkgtest: DBG: testbed executing test finished with exit status 101 233s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3Apolylines-stdout /tmp/autopkgtest-work.vbrnmat2/out/librust-railway-provider-db-movas-dev%3Apolylines-stdout 235s autopkgtest: DBG: got reply from testbed: ok 235s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3Apolylines-stderr /tmp/autopkgtest-work.vbrnmat2/out/librust-railway-provider-db-movas-dev%3Apolylines-stderr 236s autopkgtest: DBG: got reply from testbed: ok 236s librust-railway-provider-db-movas-dev:polylines FLAKY non-zero exit status 101 236s autopkgtest [21:14:37]: test librust-railway-provider-db-movas-dev:polylines: - - - - - - - - - - results - - - - - - - - - - 236s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3Apolylines-artifacts/ /tmp/autopkgtest-work.vbrnmat2/out/artifacts/ 237s autopkgtest: DBG: got reply from testbed: ok 237s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:polylines-artifacts', '/tmp/autopkgtest.dodFYD/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 243s autopkgtest: DBG: testbed command exited with code 0 243s autopkgtest [21:14:44]: test librust-railway-provider-db-movas-dev:rt-multi-thread: preparing testbed 243s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'], deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 243s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 243s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 243s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 31), rustc, librust-env-logger-0.11+default-dev (>= 0.11.3-~~), librust-tokio-1+default-dev (>= 1.37-~~), librust-tokio-1+macros-dev (>= 1.37-~~), librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~), librust-railway-provider-db-movas-dev 243s autopkgtest: DBG: can use apt-get on testbed: True 243s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 31), rustc, librust-env-logger-0.11+default-dev (>= 0.11.3-~~), librust-tokio-1+default-dev (>= 1.37-~~), librust-tokio-1+macros-dev (>= 1.37-~~), librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~), librust-railway-provider-db-movas-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 243s Reading package lists... 243s Building dependency tree... 243s Reading state information... 243s Starting pkgProblemResolver with broken count: 0 243s Starting 2 pkgProblemResolver with broken count: 0 243s Done 244s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 244s autopkgtest: DBG: testbed command exited with code 0 244s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-railway-provider-db-movas-dev'], kind short, sout pipe, serr pipe, env [] 254s autopkgtest: DBG: testbed command exited with code 0 254s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:rt-multi-thread-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.dodFYD/librust-railway-provider-db-movas-dev%3Art-multi-thread-packages.all /tmp/autopkgtest-work.vbrnmat2/out/librust-railway-provider-db-movas-dev%3Art-multi-thread-packages.all 268s autopkgtest: DBG: got reply from testbed: ok 268s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.dodFYD/build.JqI/src'], kind short, sout raw, serr raw, env [] 268s autopkgtest: DBG: testbed command exited with code 0 268s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.dodFYD/build.JqI/src already exists 268s autopkgtest [21:15:09]: test librust-railway-provider-db-movas-dev:rt-multi-thread: /usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --no-default-features --features rt-multi-thread 268s autopkgtest [21:15:09]: test librust-railway-provider-db-movas-dev:rt-multi-thread: [----------------------- 268s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.dodFYD/wrapper.sh --debug --artifacts=/tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:rt-multi-thread-artifacts --chdir=/tmp/autopkgtest.dodFYD/build.JqI/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.dodFYD/librust-railway-provider-db-movas-dev:rt-multi-thread-stderr --stdout=/tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:rt-multi-thread-stdout --tmp=/tmp/autopkgtest.dodFYD/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 railway-provider-db-movas 0.1.0 --all-targets --no-default-features --features rt-multi-thread'"], kind test, sout raw, serr raw, env [] 269s /tmp/autopkgtest.dodFYD/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:rt-multi-thread-artifacts 269s /tmp/autopkgtest.dodFYD/wrapper.sh: changing to directory: /tmp/autopkgtest.dodFYD/build.JqI/src 269s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 269s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 269s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 269s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 269s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: LANG=C.UTF-8 269s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LANGUAGE 269s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_ADDRESS 269s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_ALL 269s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_COLLATE 269s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_CTYPE 269s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_IDENTIFICATION 269s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MEASUREMENT 269s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MESSAGES 269s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MONETARY 269s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_NAME 269s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_NUMERIC 269s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_PAPER 269s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_TELEPHONE 269s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_TIME 269s /tmp/autopkgtest.dodFYD/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 269s /tmp/autopkgtest.dodFYD/wrapper.sh: pretending to be a login shell 269s /tmp/autopkgtest.dodFYD/wrapper.sh: will write standard error to /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:rt-multi-thread-stderr 269s /tmp/autopkgtest.dodFYD/wrapper.sh: will write stdout to /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:rt-multi-thread-stdout 269s /tmp/autopkgtest.dodFYD/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.dodFYD/autopkgtest_tmp 269s /tmp/autopkgtest.dodFYD/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 269s /tmp/autopkgtest.dodFYD/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --no-default-features --features rt-multi-thread 269s /tmp/autopkgtest.dodFYD/wrapper.sh: copying /tmp/tmp.E90FlU2Dcv/out to stdout and file: /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:rt-multi-thread-stdout 269s /tmp/autopkgtest.dodFYD/wrapper.sh: copying /tmp/tmp.E90FlU2Dcv/err to standard error and file: /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:rt-multi-thread-stdout 269s /tmp/autopkgtest.dodFYD/wrapper.sh: writing script pid 8377 to /tmp/autopkgtest_script_pid 269s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 269s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 269s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 269s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.Y7x6uigAdC/registry/ 269s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 269s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 269s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 269s 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', 'rt-multi-thread'],) {} 269s Compiling proc-macro2 v1.0.92 269s Compiling unicode-ident v1.0.13 269s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn` 269s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn` 269s Compiling siphasher v1.0.1 269s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/siphasher-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/siphasher-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' 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.Y7x6uigAdC/target/debug/deps rustc --crate-name siphasher --edition=2018 /tmp/tmp.Y7x6uigAdC/registry/siphasher-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=4b9ab36ba684b98f -C extra-filename=-4b9ab36ba684b98f --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn` 269s Compiling phf_shared v0.11.2 269s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_shared CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/phf_shared-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/phf_shared-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Support code shared by PHF libraries' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_shared CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name phf_shared --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=96345fb2bb3c7b2c -C extra-filename=-96345fb2bb3c7b2c --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern siphasher=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libsiphasher-4b9ab36ba684b98f.rmeta --cap-lints warn` 269s Compiling rand_core v0.6.4 269s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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. 269s ' 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.Y7x6uigAdC/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.Y7x6uigAdC/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=fe79e05e504a2b04 -C extra-filename=-fe79e05e504a2b04 --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn` 269s warning: unexpected `cfg` condition name: `doc_cfg` 269s --> /tmp/tmp.Y7x6uigAdC/registry/rand_core-0.6.4/src/lib.rs:38:13 269s | 269s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 269s | ^^^^^^^ 269s | 269s = 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` 269s = help: consider using a Cargo feature instead 269s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 269s [lints.rust] 269s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 269s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 269s = note: see for more information about checking conditional configuration 269s = note: `#[warn(unexpected_cfgs)]` on by default 269s 269s 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.Y7x6uigAdC/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps:/tmp/tmp.Y7x6uigAdC/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Y7x6uigAdC/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Y7x6uigAdC/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 269s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 269s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 269s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 269s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 269s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 269s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 269s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 269s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 269s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 269s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 269s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 269s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 269s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 269s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 269s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 269s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 269s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps OUT_DIR=/tmp/tmp.Y7x6uigAdC/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern unicode_ident=/tmp/tmp.Y7x6uigAdC/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)'` 269s warning: `rand_core` (lib) generated 1 warning 269s Compiling regex-syntax v0.8.5 269s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --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=ab0d8dd00f49479a -C extra-filename=-ab0d8dd00f49479a --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn` 270s Compiling quote v1.0.37 270s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern proc_macro2=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 270s Compiling syn v2.0.96 270s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.Y7x6uigAdC/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"' --cfg 'feature="visit-mut"' --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=a9da2a2afa301954 -C extra-filename=-a9da2a2afa301954 --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern proc_macro2=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 272s Compiling regex-automata v0.4.9 272s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=d9666b3547633884 -C extra-filename=-d9666b3547633884 --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern regex_syntax=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libregex_syntax-ab0d8dd00f49479a.rmeta --cap-lints warn` 275s Compiling rand v0.8.5 275s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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. 275s ' 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.Y7x6uigAdC/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.Y7x6uigAdC/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="small_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=06624c90811134c1 -C extra-filename=-06624c90811134c1 --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern rand_core=/tmp/tmp.Y7x6uigAdC/target/debug/deps/librand_core-fe79e05e504a2b04.rmeta --cap-lints warn` 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/lib.rs:52:13 275s | 275s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s = note: `#[warn(unexpected_cfgs)]` on by default 275s 275s warning: unexpected `cfg` condition name: `doc_cfg` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/lib.rs:53:13 275s | 275s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 275s | ^^^^^^^ 275s | 275s = 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` 275s = help: consider using a Cargo feature instead 275s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 275s [lints.rust] 275s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 275s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition name: `features` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 275s | 275s 162 | #[cfg(features = "nightly")] 275s | ^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: see for more information about checking conditional configuration 275s help: there is a config with a similar name and value 275s | 275s 162 | #[cfg(feature = "nightly")] 275s | ~~~~~~~ 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/float.rs:15:7 275s | 275s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/float.rs:156:7 275s | 275s 156 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/float.rs:158:7 275s | 275s 158 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/float.rs:160:7 275s | 275s 160 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/float.rs:162:7 275s | 275s 162 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/float.rs:165:7 275s | 275s 165 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/float.rs:167:7 275s | 275s 167 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/float.rs:169:7 275s | 275s 169 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/integer.rs:13:32 275s | 275s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/integer.rs:15:35 275s | 275s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/integer.rs:19:7 275s | 275s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/integer.rs:112:7 275s | 275s 112 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/integer.rs:142:7 275s | 275s 142 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/integer.rs:144:7 275s | 275s 144 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/integer.rs:146:7 275s | 275s 146 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/integer.rs:148:7 275s | 275s 148 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/integer.rs:150:7 275s | 275s 150 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/integer.rs:152:7 275s | 275s 152 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/integer.rs:155:5 275s | 275s 155 | feature = "simd_support", 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:11:7 275s | 275s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:144:7 275s | 275s 144 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition name: `std` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:235:11 275s | 275s 235 | #[cfg(not(std))] 275s | ^^^ help: found config with similar value: `feature = "std"` 275s | 275s = help: consider using a Cargo feature instead 275s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 275s [lints.rust] 275s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 275s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:363:7 275s | 275s 363 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:423:7 275s | 275s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 275s | ^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:424:7 275s | 275s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 275s | ^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:425:7 275s | 275s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 275s | ^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:426:7 275s | 275s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 275s | ^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:427:7 275s | 275s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 275s | ^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:428:7 275s | 275s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 275s | ^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:429:7 275s | 275s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 275s | ^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition name: `std` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:291:19 275s | 275s 291 | #[cfg(not(std))] 275s | ^^^ help: found config with similar value: `feature = "std"` 275s ... 275s 359 | scalar_float_impl!(f32, u32); 275s | ---------------------------- in this macro invocation 275s | 275s = help: consider using a Cargo feature instead 275s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 275s [lints.rust] 275s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 275s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 275s = note: see for more information about checking conditional configuration 275s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 275s 275s warning: unexpected `cfg` condition name: `std` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:291:19 275s | 275s 291 | #[cfg(not(std))] 275s | ^^^ help: found config with similar value: `feature = "std"` 275s ... 275s 360 | scalar_float_impl!(f64, u64); 275s | ---------------------------- in this macro invocation 275s | 275s = help: consider using a Cargo feature instead 275s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 275s [lints.rust] 275s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 275s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 275s = note: see for more information about checking conditional configuration 275s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 275s | 275s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 275s | 275s 572 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 275s | 275s 679 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 275s | 275s 687 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 275s | 275s 696 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 275s | 275s 706 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 275s | 275s 1001 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 275s | 275s 1003 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 275s | 275s 1005 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 275s | 275s 1007 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 275s | 275s 1010 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 275s | 275s 1012 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition value: `simd_support` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 275s | 275s 1014 | #[cfg(feature = "simd_support")] 275s | ^^^^^^^^^^^^^^^^^^^^^^^^ 275s | 275s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 275s = help: consider adding `simd_support` as a feature in `Cargo.toml` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition name: `doc_cfg` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/rng.rs:395:12 275s | 275s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 275s | ^^^^^^^ 275s | 275s = help: consider using a Cargo feature instead 275s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 275s [lints.rust] 275s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 275s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition name: `doc_cfg` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/rngs/mod.rs:99:12 275s | 275s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 275s | ^^^^^^^ 275s | 275s = help: consider using a Cargo feature instead 275s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 275s [lints.rust] 275s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 275s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition name: `doc_cfg` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/rngs/mod.rs:118:12 275s | 275s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 275s | ^^^^^^^ 275s | 275s = help: consider using a Cargo feature instead 275s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 275s [lints.rust] 275s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 275s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 275s = note: see for more information about checking conditional configuration 275s 275s warning: unexpected `cfg` condition name: `doc_cfg` 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/rngs/small.rs:79:12 275s | 275s 79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "small_rng")))] 275s | ^^^^^^^ 275s | 275s = help: consider using a Cargo feature instead 275s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 275s [lints.rust] 275s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 275s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 275s = note: see for more information about checking conditional configuration 275s 275s warning: trait `Float` is never used 275s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:238:18 275s | 276s 238 | pub(crate) trait Float: Sized { 276s | ^^^^^ 276s | 276s = note: `#[warn(dead_code)]` on by default 276s 276s warning: associated items `lanes`, `extract`, and `replace` are never used 276s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:247:8 276s | 276s 245 | pub(crate) trait FloatAsSIMD: Sized { 276s | ----------- associated items in this trait 276s 246 | #[inline(always)] 276s 247 | fn lanes() -> usize { 276s | ^^^^^ 276s ... 276s 255 | fn extract(self, index: usize) -> Self { 276s | ^^^^^^^ 276s ... 276s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 276s | ^^^^^^^ 276s 276s warning: method `all` is never used 276s --> /tmp/tmp.Y7x6uigAdC/registry/rand-0.8.5/src/distributions/utils.rs:268:8 276s | 276s 266 | pub(crate) trait BoolAsSIMD: Sized { 276s | ---------- method in this trait 276s 267 | fn any(self) -> bool; 276s 268 | fn all(self) -> bool; 276s | ^^^ 276s 276s warning: `rand` (lib) generated 55 warnings 276s Compiling phf_generator v0.11.2 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_generator CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/phf_generator-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/phf_generator-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='PHF generation logic' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_generator CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name phf_generator --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=09d2a0a5cafc99ec -C extra-filename=-09d2a0a5cafc99ec --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern phf_shared=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --extern rand=/tmp/tmp.Y7x6uigAdC/target/debug/deps/librand-06624c90811134c1.rmeta --cap-lints warn` 276s Compiling regex v1.11.1 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 276s finite automata and guarantees linear time matching on all inputs. 276s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=39971a1e8908159b -C extra-filename=-39971a1e8908159b --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern regex_automata=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libregex_automata-d9666b3547633884.rmeta --extern regex_syntax=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libregex_syntax-ab0d8dd00f49479a.rmeta --cap-lints warn` 276s Compiling memchr v2.7.4 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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 276s 1, 2 or 3 byte search and single substring search. 276s ' 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.Y7x6uigAdC/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 276s Compiling autocfg v1.1.0 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn` 276s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 276s | 276s = note: this feature is not stably supported; its behavior can change in the future 276s 276s warning: `memchr` (lib) generated 1 warning 276s Compiling parse-zoneinfo v0.3.0 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=parse_zoneinfo CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/parse-zoneinfo-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/parse-zoneinfo-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Djzin ' CARGO_PKG_DESCRIPTION='Parse zoneinfo files from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parse-zoneinfo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/djzin/parse-zoneinfo' 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.Y7x6uigAdC/target/debug/deps rustc --crate-name parse_zoneinfo --edition=2015 /tmp/tmp.Y7x6uigAdC/registry/parse-zoneinfo-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())' -C metadata=a1f4667655be7783 -C extra-filename=-a1f4667655be7783 --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern regex=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libregex-39971a1e8908159b.rmeta --cap-lints warn` 276s warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() 276s --> /tmp/tmp.Y7x6uigAdC/registry/parse-zoneinfo-0.3.0/src/table.rs:349:30 276s | 276s 349 | write!(f, "{}", self.description()) 276s | ^^^^^^^^^^^ 276s | 276s = note: `#[warn(deprecated)]` on by default 276s 276s Compiling num-traits v0.2.19 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Y7x6uigAdC/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=aa60072a75c86d31 -C extra-filename=-aa60072a75c86d31 --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/build/num-traits-aa60072a75c86d31 -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern autocfg=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 276s warning: unused return value of `std::mem::replace` that must be used 276s --> /tmp/tmp.Y7x6uigAdC/registry/parse-zoneinfo-0.3.0/src/transitions.rs:337:25 276s | 276s 337 | replace(start_utc_offset, timespan.offset); 276s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 276s | 276s = note: if you don't need the old value, you can just assign the new value directly 276s = note: `#[warn(unused_must_use)]` on by default 276s help: use `let _ = ...` to ignore the resulting value 276s | 276s 337 | let _ = replace(start_utc_offset, timespan.offset); 276s | +++++++ 276s 276s warning: unused return value of `std::mem::replace` that must be used 276s --> /tmp/tmp.Y7x6uigAdC/registry/parse-zoneinfo-0.3.0/src/transitions.rs:338:25 276s | 276s 338 | replace(start_dst_offset, *dst_offset); 276s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 276s | 276s = note: if you don't need the old value, you can just assign the new value directly 276s help: use `let _ = ...` to ignore the resulting value 276s | 276s 338 | let _ = replace(start_dst_offset, *dst_offset); 276s | +++++++ 276s 276s warning: unused return value of `std::mem::replace` that must be used 276s --> /tmp/tmp.Y7x6uigAdC/registry/parse-zoneinfo-0.3.0/src/transitions.rs:339:25 276s | 276s 339 | / replace( 276s 340 | | start_zone_id, 276s 341 | | Some( 276s 342 | | timespan 276s ... | 276s 345 | | ), 276s 346 | | ); 276s | |_________________________^ 276s | 276s = note: if you don't need the old value, you can just assign the new value directly 276s help: use `let _ = ...` to ignore the resulting value 276s | 276s 339 | let _ = replace( 276s | +++++++ 276s 276s warning: unused return value of `std::mem::replace` that must be used 276s --> /tmp/tmp.Y7x6uigAdC/registry/parse-zoneinfo-0.3.0/src/transitions.rs:353:25 276s | 276s 353 | / replace( 276s 354 | | start_zone_id, 276s 355 | | Some( 276s 356 | | timespan 276s ... | 276s 359 | | ), 276s 360 | | ); 276s | |_________________________^ 276s | 276s = note: if you don't need the old value, you can just assign the new value directly 276s help: use `let _ = ...` to ignore the resulting value 276s | 276s 353 | let _ = replace( 276s | +++++++ 276s 276s Compiling phf_codegen v0.11.2 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_codegen CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/phf_codegen-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/phf_codegen-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Codegen library for PHF types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_codegen CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name phf_codegen --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5eab2e6052fda339 -C extra-filename=-5eab2e6052fda339 --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern phf_generator=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libphf_generator-09d2a0a5cafc99ec.rmeta --extern phf_shared=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --cap-lints warn` 276s Compiling phf v0.11.2 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/phf-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/phf-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Runtime support for perfect hash function data structures' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name phf --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=5d6d9e364012a8ee -C extra-filename=-5d6d9e364012a8ee --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern phf_shared=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --cap-lints warn` 277s Compiling chrono-tz-build v0.2.1 277s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono_tz_build CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/chrono-tz-build-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/chrono-tz-build-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='internal build script for chrono-tz' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz-build CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION=1.60 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.Y7x6uigAdC/target/debug/deps rustc --crate-name chrono_tz_build --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/chrono-tz-build-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "regex", "uncased"))' -C metadata=9671948fd604f90d -C extra-filename=-9671948fd604f90d --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern parse_zoneinfo=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libparse_zoneinfo-a1f4667655be7783.rmeta --extern phf=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libphf-5d6d9e364012a8ee.rmeta --extern phf_codegen=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libphf_codegen-5eab2e6052fda339.rmeta --cap-lints warn` 277s warning: `parse-zoneinfo` (lib) generated 5 warnings 277s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps:/tmp/tmp.Y7x6uigAdC/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/build/num-traits-ecdf0cfb694d8baf/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Y7x6uigAdC/target/debug/build/num-traits-aa60072a75c86d31/build-script-build` 277s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 277s [num-traits 0.2.19] | 277s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 277s [num-traits 0.2.19] 277s [num-traits 0.2.19] warning: 1 warning emitted 277s [num-traits 0.2.19] 277s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 277s [num-traits 0.2.19] | 277s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 277s [num-traits 0.2.19] 277s [num-traits 0.2.19] warning: 1 warning emitted 277s [num-traits 0.2.19] 277s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 277s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 277s Compiling aho-corasick v1.1.3 277s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name aho_corasick --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=fbc72b3c6b57956b -C extra-filename=-fbc72b3c6b57956b --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern memchr=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 277s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=09e16120fd670342 -C extra-filename=-09e16120fd670342 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 277s warning: method `cmpeq` is never used 277s --> /usr/share/cargo/registry/aho-corasick-1.1.3/src/packed/vector.rs:74:15 277s | 277s 28 | pub(crate) trait Vector: 277s | ------ method in this trait 277s ... 277s 74 | unsafe fn cmpeq(self, vector2: Self) -> Self; 277s | ^^^^^ 277s | 277s = note: `#[warn(dead_code)]` on by default 277s 279s warning: `aho-corasick` (lib) generated 2 warnings (1 duplicate) 279s Compiling libc v0.2.169 279s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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. 279s ' 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.Y7x6uigAdC/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Y7x6uigAdC/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 --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=767ba0aac58d5499 -C extra-filename=-767ba0aac58d5499 --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/build/libc-767ba0aac58d5499 -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn` 279s Compiling smallvec v1.13.2 279s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.Y7x6uigAdC/registry/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=a324a1e73a699a31 -C extra-filename=-a324a1e73a699a31 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/siphasher-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/siphasher-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' 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.Y7x6uigAdC/target/debug/deps rustc --crate-name siphasher --edition=2018 /tmp/tmp.Y7x6uigAdC/registry/siphasher-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=cb5279050189dcdd -C extra-filename=-cb5279050189dcdd --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: `siphasher` (lib) generated 1 warning (1 duplicate) 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_shared CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/phf_shared-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/phf_shared-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Support code shared by PHF libraries' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_shared CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name phf_shared --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=48dd0c9af20e9dba -C extra-filename=-48dd0c9af20e9dba --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern siphasher=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libsiphasher-cb5279050189dcdd.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 282s Compiling unicode-normalization v0.1.22 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/unicode-normalization-0.1.22 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/unicode-normalization-0.1.22/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of 282s Unicode strings, including Canonical and Compatible 282s Decomposition and Recomposition, as described in 282s Unicode Standard Annex #15. 282s ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name unicode_normalization --edition=2018 /tmp/tmp.Y7x6uigAdC/registry/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f29ab9efad115d43 -C extra-filename=-f29ab9efad115d43 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern smallvec=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-a324a1e73a699a31.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: `phf_shared` (lib) generated 1 warning (1 duplicate) 282s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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. 282s ' 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.Y7x6uigAdC/target/debug/deps:/tmp/tmp.Y7x6uigAdC/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/build/libc-39684a51095c5cb5/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Y7x6uigAdC/target/debug/build/libc-767ba0aac58d5499/build-script-build` 282s [libc 0.2.169] cargo:rerun-if-changed=build.rs 282s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 282s [libc 0.2.169] cargo:rustc-cfg=freebsd11 282s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 282s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=fc201aed5de4b3c9 -C extra-filename=-fc201aed5de4b3c9 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern aho_corasick=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-fbc72b3c6b57956b.rmeta --extern memchr=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern regex_syntax=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-09e16120fd670342.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: `unicode-normalization` (lib) generated 1 warning (1 duplicate) 282s Compiling chrono-tz v0.8.6 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/chrono-tz-0.8.6/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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=127009518bdfcb54 -C extra-filename=-127009518bdfcb54 --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/build/chrono-tz-127009518bdfcb54 -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern chrono_tz_build=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libchrono_tz_build-9671948fd604f90d.rlib --cap-lints warn` 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps OUT_DIR=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/build/num-traits-ecdf0cfb694d8baf/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.Y7x6uigAdC/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=c5bf5011da071860 -C extra-filename=-c5bf5011da071860 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 282s warning: unexpected `cfg` condition name: `has_total_cmp` 282s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 282s | 282s 2305 | #[cfg(has_total_cmp)] 282s | ^^^^^^^^^^^^^ 282s ... 282s 2325 | totalorder_impl!(f64, i64, u64, 64); 282s | ----------------------------------- in this macro invocation 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(has_total_cmp)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 282s = note: see for more information about checking conditional configuration 282s = note: `#[warn(unexpected_cfgs)]` on by default 282s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 282s 282s warning: unexpected `cfg` condition name: `has_total_cmp` 282s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 282s | 282s 2311 | #[cfg(not(has_total_cmp))] 282s | ^^^^^^^^^^^^^ 282s ... 282s 2325 | totalorder_impl!(f64, i64, u64, 64); 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(has_total_cmp)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` 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 `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 282s 282s warning: unexpected `cfg` condition name: `has_total_cmp` 282s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 282s | 282s 2305 | #[cfg(has_total_cmp)] 282s | ^^^^^^^^^^^^^ 282s ... 282s 2326 | totalorder_impl!(f32, i32, u32, 32); 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(has_total_cmp)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` 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 `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 282s 282s warning: unexpected `cfg` condition name: `has_total_cmp` 282s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 282s | 282s 2311 | #[cfg(not(has_total_cmp))] 282s | ^^^^^^^^^^^^^ 282s ... 282s 2326 | totalorder_impl!(f32, i32, u32, 32); 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(has_total_cmp)'] } 282s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` 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 `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 282s 282s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 282s Compiling percent-encoding v2.3.1 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=percent_encoding CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/percent-encoding-2.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/percent-encoding-2.3.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Percent encoding and decoding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=percent-encoding CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=2.3.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name percent_encoding --edition=2018 /tmp/tmp.Y7x6uigAdC/registry/percent-encoding-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bdbb744077176552 -C extra-filename=-bdbb744077176552 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected 282s --> /usr/share/cargo/registry/percent-encoding-2.3.1/src/lib.rs:466:35 282s | 282s 466 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); 282s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default 282s help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses 282s | 282s 466 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); 282s | ++++++++++++++++++ ~ + 282s help: use explicit `std::ptr::eq` method to compare metadata and addresses 282s | 282s 466 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); 282s | +++++++++++++ ~ + 282s 282s warning: `percent-encoding` (lib) generated 2 warnings (1 duplicate) 282s Compiling utf8parse v0.2.1 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 282s Compiling log v0.4.22 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/log-0.4.22 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust 282s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name log --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=9212eb763c3d92f2 -C extra-filename=-9212eb763c3d92f2 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: `log` (lib) generated 1 warning (1 duplicate) 282s Compiling unicode-bidi v0.3.17 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_bidi CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/unicode-bidi-0.3.17 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/unicode-bidi-0.3.17/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/unicode-bidi' CARGO_PKG_RUST_VERSION=1.47.0 CARGO_PKG_VERSION=0.3.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name unicode_bidi --edition=2018 /tmp/tmp.Y7x6uigAdC/registry/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=7e3dc4be196cec27 -C extra-filename=-7e3dc4be196cec27 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:1232:12 282s | 282s 1232 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` 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: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:1263:12 282s | 282s 1263 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:54:16 282s | 282s 54 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:69:16 282s | 282s 69 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:101:16 282s | 282s 101 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:161:16 282s | 282s 161 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:176:16 282s | 282s 176 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:225:16 282s | 282s 225 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:253:16 282s | 282s 253 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:269:16 282s | 282s 269 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:313:16 282s | 282s 313 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:343:16 282s | 282s 343 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:396:16 282s | 282s 396 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:409:16 282s | 282s 409 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:458:16 282s | 282s 458 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:484:16 282s | 282s 484 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:495:16 282s | 282s 495 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:507:16 282s | 282s 507 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:520:16 282s | 282s 520 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/explicit.rs:33:12 282s | 282s 33 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:26:12 282s | 282s 26 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:262:12 282s | 282s 262 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:581:12 282s | 282s 581 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/prepare.rs:53:12 282s | 282s 53 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:218:16 282s | 282s 218 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:233:16 282s | 282s 233 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:271:16 282s | 282s 271 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:335:11 282s | 282s 335 | #[cfg(feature = "flame_it")] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:436:11 282s | 282s 436 | #[cfg(feature = "flame_it")] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:341:15 282s | 282s 341 | #[cfg(feature = "flame_it")] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:347:15 282s | 282s 347 | #[cfg(feature = "flame_it")] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:481:16 282s | 282s 481 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:496:16 282s | 282s 496 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:545:16 282s | 282s 545 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:577:16 282s | 282s 577 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:593:16 282s | 282s 593 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:637:16 282s | 282s 637 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:667:16 282s | 282s 667 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:720:16 282s | 282s 720 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:733:16 282s | 282s 733 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:782:16 282s | 282s 782 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:808:16 282s | 282s 808 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:819:16 282s | 282s 819 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:833:16 282s | 282s 833 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `flame_it` 282s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:846:16 282s | 282s 846 | #[cfg_attr(feature = "flame_it", flamer::flame)] 282s | ^^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 282s = help: consider adding `flame_it` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: `unicode-bidi` (lib) generated 46 warnings (1 duplicate) 282s Compiling serde v1.0.217 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.Y7x6uigAdC/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c22c8603f1f999ec -C extra-filename=-c22c8603f1f999ec --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/build/serde-c22c8603f1f999ec -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn` 282s Compiling iana-time-zone v0.1.60 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=iana_time_zone CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/iana-time-zone-0.1.60 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/iana-time-zone-0.1.60/Cargo.toml CARGO_PKG_AUTHORS='Andrew Straw :René Kijewski :Ryan Lopopolo ' CARGO_PKG_DESCRIPTION='get the IANA time zone for the current system' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=iana-time-zone CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/strawlab/iana-time-zone' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.60 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=60 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name iana_time_zone --edition=2018 /tmp/tmp.Y7x6uigAdC/registry/iana-time-zone-0.1.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=f257132e4e5ad67a -C extra-filename=-f257132e4e5ad67a --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 282s warning: `iana-time-zone` (lib) generated 1 warning (1 duplicate) 282s Compiling chrono v0.4.39 283s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/chrono-0.4.39 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/chrono-0.4.39/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Date and time library for Rust' CARGO_PKG_HOMEPAGE='https://github.com/chronotope/chrono' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono' CARGO_PKG_RUST_VERSION=1.61.0 CARGO_PKG_VERSION=0.4.39 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=39 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name chrono --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/chrono-0.4.39/src/lib.rs --error-format=json --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="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "pure-rust-locales", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind"))' -C metadata=e72cdbe37b14e51a -C extra-filename=-e72cdbe37b14e51a --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern iana_time_zone=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libiana_time_zone-f257132e4e5ad67a.rmeta --extern num_traits=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-c5bf5011da071860.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 283s warning: unexpected `cfg` condition value: `__internal_bench` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:591:7 283s | 283s 591 | #[cfg(feature = "__internal_bench")] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `__internal_bench` 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: `rkyv` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:11 283s | 283s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:29 283s | 283s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:50 283s | 283s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:71 283s | 283s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` 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/chrono-0.4.39/src/time_delta.rs:21:11 283s | 283s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:29 283s | 283s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:50 283s | 283s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:71 283s | 283s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` 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/chrono-0.4.39/src/time_delta.rs:54:9 283s | 283s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:27 283s | 283s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:48 283s | 283s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:69 283s | 283s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-validation` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:59:12 283s | 283s 59 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-validation` 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/chrono-0.4.39/src/date.rs:13:7 283s | 283s 13 | #[cfg(feature = "rkyv")] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/date.rs:57:12 283s | 283s 57 | #[cfg_attr(feature = "rkyv", derive(Archive, Deserialize, Serialize))] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:11 283s | 283s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:29 283s | 283s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:50 283s | 283s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:71 283s | 283s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` 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/chrono-0.4.39/src/datetime/mod.rs:51:9 283s | 283s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:27 283s | 283s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:48 283s | 283s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:69 283s | 283s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-validation` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:55:12 283s | 283s 55 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-validation` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:1773:7 283s | 283s 1773 | #[cfg(feature = "rkyv-validation")] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `__internal_bench` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/internals.rs:3:13 283s | 283s 3 | #![cfg_attr(feature = "__internal_bench", allow(missing_docs))] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `__internal_bench` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `__internal_bench` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/mod.rs:26:7 283s | 283s 26 | #[cfg(feature = "__internal_bench")] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `__internal_bench` 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/chrono-0.4.39/src/naive/date/mod.rs:23:11 283s | 283s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:29 283s | 283s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:50 283s | 283s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:71 283s | 283s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` 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/chrono-0.4.39/src/naive/date/mod.rs:96:9 283s | 283s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:27 283s | 283s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:48 283s | 283s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:69 283s | 283s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-validation` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:101:12 283s | 283s 101 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-validation` 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/chrono-0.4.39/src/naive/datetime/mod.rs:13:11 283s | 283s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:29 283s | 283s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:50 283s | 283s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:71 283s | 283s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` 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/chrono-0.4.39/src/naive/datetime/mod.rs:69:9 283s | 283s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:27 283s | 283s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:48 283s | 283s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:69 283s | 283s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-validation` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:74:12 283s | 283s 74 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-validation` 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/chrono-0.4.39/src/naive/isoweek.rs:10:11 283s | 283s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:29 283s | 283s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:50 283s | 283s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:71 283s | 283s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` 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/chrono-0.4.39/src/naive/isoweek.rs:21:9 283s | 283s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:27 283s | 283s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:48 283s | 283s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:69 283s | 283s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-validation` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:26:12 283s | 283s 26 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-validation` 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/chrono-0.4.39/src/naive/time/mod.rs:12:11 283s | 283s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:29 283s | 283s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:50 283s | 283s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:71 283s | 283s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` 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/chrono-0.4.39/src/naive/time/mod.rs:214:9 283s | 283s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:27 283s | 283s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:48 283s | 283s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:69 283s | 283s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-validation` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:219:12 283s | 283s 219 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-validation` 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/chrono-0.4.39/src/offset/fixed.rs:9:11 283s | 283s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:29 283s | 283s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:50 283s | 283s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:71 283s | 283s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` 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/chrono-0.4.39/src/offset/fixed.rs:24:9 283s | 283s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:27 283s | 283s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:48 283s | 283s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:69 283s | 283s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-validation` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:29:12 283s | 283s 29 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-validation` 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/chrono-0.4.39/src/offset/local/mod.rs:9:11 283s | 283s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:29 283s | 283s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:50 283s | 283s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:71 283s | 283s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` 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/chrono-0.4.39/src/offset/local/mod.rs:115:9 283s | 283s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:27 283s | 283s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:48 283s | 283s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:69 283s | 283s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-validation` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:120:12 283s | 283s 120 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-validation` 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/chrono-0.4.39/src/offset/utc.rs:17:11 283s | 283s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:29 283s | 283s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:50 283s | 283s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:71 283s | 283s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` 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/chrono-0.4.39/src/offset/utc.rs:45:9 283s | 283s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:27 283s | 283s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:48 283s | 283s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:69 283s | 283s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-validation` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:50:12 283s | 283s 50 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-validation` 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/chrono-0.4.39/src/weekday.rs:3:11 283s | 283s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:29 283s | 283s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:50 283s | 283s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:71 283s | 283s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` 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/chrono-0.4.39/src/weekday.rs:34:9 283s | 283s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:27 283s | 283s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:48 283s | 283s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:69 283s | 283s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-validation` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:39:12 283s | 283s 39 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-validation` 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/chrono-0.4.39/src/month.rs:3:11 283s | 283s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:29 283s | 283s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:50 283s | 283s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:71 283s | 283s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` 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/chrono-0.4.39/src/month.rs:33:9 283s | 283s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 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: `rkyv-16` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:27 283s | 283s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-32` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:48 283s | 283s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-64` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:69 283s | 283s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 283s | ^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rkyv-validation` 283s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:38:12 283s | 283s 38 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 283s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 283s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 284s warning: `regex-automata` (lib) generated 1 warning (1 duplicate) 284s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps:/tmp/tmp.Y7x6uigAdC/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/build/serde-c08ea6899e623ec6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Y7x6uigAdC/target/debug/build/serde-c22c8603f1f999ec/build-script-build` 284s [serde 1.0.217] cargo:rerun-if-changed=build.rs 284s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 284s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 284s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 284s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 284s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 284s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 284s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 284s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 284s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 284s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 284s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 284s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 284s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 284s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 284s Compiling idna v0.4.0 284s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/idna-0.4.0 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/idna-0.4.0/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name idna --edition=2018 /tmp/tmp.Y7x6uigAdC/registry/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=33bb1fbd58e636ba -C extra-filename=-33bb1fbd58e636ba --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern unicode_bidi=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libunicode_bidi-7e3dc4be196cec27.rmeta --extern unicode_normalization=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libunicode_normalization-f29ab9efad115d43.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 284s warning: `chrono` (lib) generated 110 warnings (1 duplicate) 284s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 284s finite automata and guarantees linear time matching on all inputs. 284s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=18e791cd27af2f9d -C extra-filename=-18e791cd27af2f9d --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern aho_corasick=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-fbc72b3c6b57956b.rmeta --extern memchr=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern regex_automata=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libregex_automata-fc201aed5de4b3c9.rmeta --extern regex_syntax=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-09e16120fd670342.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 285s warning: `regex` (lib) generated 1 warning (1 duplicate) 285s Compiling anstyle-parse v0.2.1 285s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern utf8parse=/tmp/tmp.Y7x6uigAdC/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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 285s warning: `idna` (lib) generated 1 warning (1 duplicate) 285s Compiling form_urlencoded v1.2.1 285s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=form_urlencoded CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/form_urlencoded-1.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/form_urlencoded-1.2.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=form_urlencoded CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name form_urlencoded --edition=2018 /tmp/tmp.Y7x6uigAdC/registry/form_urlencoded-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=01ce7df510821a2a -C extra-filename=-01ce7df510821a2a --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern percent_encoding=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libpercent_encoding-bdbb744077176552.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 285s warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected 285s --> /usr/share/cargo/registry/form_urlencoded-1.2.1/src/lib.rs:414:35 285s | 285s 414 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); 285s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default 285s help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses 285s | 285s 414 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); 285s | ++++++++++++++++++ ~ + 285s help: use explicit `std::ptr::eq` method to compare metadata and addresses 285s | 285s 414 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); 285s | +++++++++++++ ~ + 285s 285s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 285s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Y7x6uigAdC/target/debug/deps:/tmp/tmp.Y7x6uigAdC/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/build/chrono-tz-6418ffa5bf8d3688/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Y7x6uigAdC/target/debug/build/chrono-tz-127009518bdfcb54/build-script-build` 285s [chrono-tz 0.8.6] cargo:rerun-if-env-changed=CHRONO_TZ_TIMEZONE_FILTER 285s warning: `form_urlencoded` (lib) generated 2 warnings (1 duplicate) 285s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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. 285s ' 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.Y7x6uigAdC/target/debug/deps OUT_DIR=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/build/libc-39684a51095c5cb5/out rustc --crate-name libc --edition=2021 /tmp/tmp.Y7x6uigAdC/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 --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=7afc641d856e1092 -C extra-filename=-7afc641d856e1092 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/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"))'` 285s warning: unused import: `crate::ntptimeval` 285s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 285s | 285s 5 | use crate::ntptimeval; 285s | ^^^^^^^^^^^^^^^^^ 285s | 285s = note: `#[warn(unused_imports)]` on by default 285s 285s warning: `libc` (lib) generated 2 warnings (1 duplicate) 285s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/phf-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/phf-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Runtime support for perfect hash function data structures' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name phf --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=1c434b52c028b1c3 -C extra-filename=-1c434b52c028b1c3 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern phf_shared=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libphf_shared-48dd0c9af20e9dba.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 285s warning: `phf` (lib) generated 1 warning (1 duplicate) 285s Compiling serde_derive v1.0.217 285s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/serde_derive-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/serde_derive-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name serde_derive --edition=2015 /tmp/tmp.Y7x6uigAdC/registry/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1735a37f4e425be9 -C extra-filename=-1735a37f4e425be9 --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern proc_macro2=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 286s Compiling cfg-if v1.0.0 286s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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] 286s parameters. Structured like an if-else chain, the first matching branch is the 286s item that gets emitted. 286s ' 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.Y7x6uigAdC/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 286s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 286s Compiling serde_json v1.0.133 286s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/build/serde_json-2fa85724bf02f5ac -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn` 286s Compiling colorchoice v1.0.0 286s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 287s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 287s Compiling anstyle v1.0.8 287s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 287s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 287s Compiling anstyle-query v1.0.0 287s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 287s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 287s Compiling anstream v0.6.15 287s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.Y7x6uigAdC/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test"))' -C metadata=d1aae20cbf237c21 -C extra-filename=-d1aae20cbf237c21 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern anstyle=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern anstyle_parse=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-d0c73c4af772649f.rmeta --extern anstyle_query=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-635bcba2223d27a9.rmeta --extern colorchoice=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-e265feadf5f02527.rmeta --extern utf8parse=/tmp/tmp.Y7x6uigAdC/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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 287s | 287s 48 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s = note: `#[warn(unexpected_cfgs)]` on by default 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 287s | 287s 53 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 287s | 287s 4 | #[cfg(not(all(windows, feature = "wincon")))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 287s | 287s 8 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 287s | 287s 46 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 287s | 287s 58 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 287s | 287s 5 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 287s | 287s 27 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 287s | 287s 137 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 287s | 287s 143 | #[cfg(not(all(windows, feature = "wincon")))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 287s | 287s 155 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 287s | 287s 166 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 287s | 287s 180 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 287s | 287s 225 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 287s | 287s 243 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 287s | 287s 260 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 287s | 287s 269 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 287s | 287s 279 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 287s | 287s 288 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition value: `wincon` 287s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 287s | 287s 298 | #[cfg(all(windows, feature = "wincon"))] 287s | ^^^^^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `auto`, `default`, and `test` 287s = help: consider adding `wincon` as a feature in `Cargo.toml` 287s = note: see for more information about checking conditional configuration 287s 287s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 287s Running `CARGO=/usr/lib/rust-1.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps:/tmp/tmp.Y7x6uigAdC/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Y7x6uigAdC/target/debug/build/serde_json-2fa85724bf02f5ac/build-script-build` 287s [serde_json 1.0.133] cargo:rerun-if-changed=build.rs 287s [serde_json 1.0.133] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) 287s [serde_json 1.0.133] cargo:rustc-cfg=fast_arithmetic="64" 287s Compiling getrandom v0.2.15 287s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.Y7x6uigAdC/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 --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=b9582ddd2c60f79c -C extra-filename=-b9582ddd2c60f79c --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern cfg_if=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/liblibc-7afc641d856e1092.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 287s warning: unexpected `cfg` condition value: `js` 287s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 287s | 287s 334 | } else if #[cfg(all(feature = "js", 287s | ^^^^^^^^^^^^^^ 287s | 287s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 287s = help: consider adding `js` 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: `getrandom` (lib) generated 2 warnings (1 duplicate) 287s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono_tz CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps OUT_DIR=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/build/chrono-tz-6418ffa5bf8d3688/out rustc --crate-name chrono_tz --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/chrono-tz-0.8.6/src/lib.rs --error-format=json --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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=236b4d82e5f9b979 -C extra-filename=-236b4d82e5f9b979 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern chrono=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libchrono-e72cdbe37b14e51a.rmeta --extern phf=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libphf-1c434b52c028b1c3.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 290s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps OUT_DIR=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/build/serde-c08ea6899e623ec6/out rustc --crate-name serde --edition=2018 /tmp/tmp.Y7x6uigAdC/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=e5d4ba4f19efbb61 -C extra-filename=-e5d4ba4f19efbb61 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern serde_derive=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libserde_derive-1735a37f4e425be9.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/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)'` 290s warning: use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead 290s --> /usr/share/cargo/registry/chrono-tz-0.8.6/src/timezone_impl.rs:331:31 290s | 290s 331 | let timestamp = local.timestamp(); 290s | ^^^^^^^^^ 290s | 290s = note: `#[warn(deprecated)]` on by default 290s 290s warning: use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead 290s --> /usr/share/cargo/registry/chrono-tz-0.8.6/src/timezone_impl.rs:364:29 290s | 290s 364 | let timestamp = utc.timestamp(); 290s | ^^^^^^^^^ 290s 290s warning: `chrono-tz` (lib) generated 3 warnings (1 duplicate) 290s Compiling url v2.5.2 290s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=url CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/url-2.5.2 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/url-2.5.2/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='URL library for Rust, based on the WHATWG URL Standard' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=url CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.5.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name url --edition=2018 /tmp/tmp.Y7x6uigAdC/registry/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "expose_internals", "serde"))' -C metadata=d3a53a15d0038c45 -C extra-filename=-d3a53a15d0038c45 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern form_urlencoded=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libform_urlencoded-01ce7df510821a2a.rmeta --extern idna=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libidna-33bb1fbd58e636ba.rmeta --extern percent_encoding=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libpercent_encoding-bdbb744077176552.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 291s warning: unexpected `cfg` condition value: `debugger_visualizer` 291s --> /usr/share/cargo/registry/url-2.5.2/src/lib.rs:139:5 291s | 291s 139 | feature = "debugger_visualizer", 291s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 291s | 291s = note: expected values for `feature` are: `default`, `expose_internals`, and `serde` 291s = help: consider adding `debugger_visualizer` as a feature in `Cargo.toml` 291s = note: see for more information about checking conditional configuration 291s = note: `#[warn(unexpected_cfgs)]` on by default 291s 291s warning: `url` (lib) generated 2 warnings (1 duplicate) 292s Compiling env_filter v0.1.3 292s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=env_filter CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/env_filter-0.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/env_filter-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Filter log events using environment variables 292s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_filter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name env_filter --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/env_filter-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=63bfa0800d7de88f -C extra-filename=-63bfa0800d7de88f --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern log=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --extern regex=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libregex-18e791cd27af2f9d.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 292s warning: `env_filter` (lib) generated 1 warning (1 duplicate) 292s Compiling tokio-macros v2.5.0 292s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tokio_macros CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/tokio-macros-2.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/tokio-macros-2.5.0/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Tokio'\''s proc macros. 292s ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio-macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name tokio_macros --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/tokio-macros-2.5.0/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=a91a4532bfa7dac2 -C extra-filename=-a91a4532bfa7dac2 --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern proc_macro2=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 292s warning: `serde` (lib) generated 1 warning (1 duplicate) 292s Compiling async-trait v0.1.83 292s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=async_trait CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/async-trait-0.1.83 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/async-trait-0.1.83/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Type erasure for async trait methods' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=async-trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/async-trait' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.1.83 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=83 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name async_trait --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/async-trait-0.1.83/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=a430336fad6b7dad -C extra-filename=-a430336fad6b7dad --out-dir /tmp/tmp.Y7x6uigAdC/target/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern proc_macro2=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 293s Compiling pin-project-lite v0.2.13 293s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/pin-project-lite-0.2.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. 293s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.Y7x6uigAdC/registry/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5dc815523e98d889 -C extra-filename=-5dc815523e98d889 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 295s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 295s Compiling itoa v1.0.14 295s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 295s warning: `itoa` (lib) generated 1 warning (1 duplicate) 295s Compiling humantime v2.1.0 295s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/humantime-2.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/humantime-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime} 295s ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name humantime --edition=2018 /tmp/tmp.Y7x6uigAdC/registry/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4af2590cd48652be -C extra-filename=-4af2590cd48652be --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 295s warning: unexpected `cfg` condition value: `cloudabi` 295s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:6:7 295s | 295s 6 | #[cfg(target_os="cloudabi")] 295s | ^^^^^^^^^^^^^^^^^^^^ 295s | 295s = 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 295s = note: see for more information about checking conditional configuration 295s = note: `#[warn(unexpected_cfgs)]` on by default 295s 295s warning: unexpected `cfg` condition value: `cloudabi` 295s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:14:9 295s | 295s 14 | not(target_os="cloudabi"), 295s | ^^^^^^^^^^^^^^^^^^^^ 295s | 295s = 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 295s = note: see for more information about checking conditional configuration 295s 295s warning: `humantime` (lib) generated 3 warnings (1 duplicate) 295s Compiling ryu v1.0.19 295s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/ryu-1.0.19 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps rustc --crate-name ryu --edition=2018 /tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 295s warning: `ryu` (lib) generated 1 warning (1 duplicate) 295s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/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.Y7x6uigAdC/target/debug/deps OUT_DIR=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out rustc --crate-name serde_json --edition=2021 /tmp/tmp.Y7x6uigAdC/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=db36814f9293fe4b -C extra-filename=-db36814f9293fe4b --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern itoa=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libitoa-a82a426f214c0959.rmeta --extern memchr=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern ryu=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libryu-c01778dbd79acb0e.rmeta --extern serde=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libserde-e5d4ba4f19efbb61.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` 295s Compiling railway-core v0.1.0 295s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_core CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/railway-core-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/railway-core-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Core type definitions of the Railway backend' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name railway_core --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/railway-core-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("geojson", "hyper", "hyper-requester", "hyper-rustls", "polylines", "rt-multi-thread", "rustls", "rustls-pemfile", "serde"))' -C metadata=1e1dff85f4e3d085 -C extra-filename=-1e1dff85f4e3d085 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern async_trait=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libchrono-e72cdbe37b14e51a.rmeta --extern chrono_tz=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-236b4d82e5f9b979.rmeta --extern log=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --extern url=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 295s warning: `railway-core` (lib) generated 1 warning (1 duplicate) 295s Compiling env_logger v0.11.5 295s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/env_logger-0.11.5 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/env_logger-0.11.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment 295s variable. 295s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.11.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name env_logger --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=0cd60edf536e7b0f -C extra-filename=-0cd60edf536e7b0f --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern anstream=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libanstream-d1aae20cbf237c21.rmeta --extern anstyle=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern env_filter=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libenv_filter-63bfa0800d7de88f.rmeta --extern humantime=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libhumantime-4af2590cd48652be.rmeta --extern log=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 295s warning: `env_logger` (lib) generated 1 warning (1 duplicate) 295s Compiling tokio v1.43.0 295s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tokio CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/tokio-1.43.0 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/tokio-1.43.0/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='An event-driven, non-blocking I/O platform for writing asynchronous I/O 295s backed applications. 295s ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=1.43.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=43 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name tokio --edition=2021 /tmp/tmp.Y7x6uigAdC/registry/tokio-1.43.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="macros"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing"))' -C metadata=f85d1e95ac474331 -C extra-filename=-f85d1e95ac474331 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern pin_project_lite=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern tokio_macros=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libtokio_macros-a91a4532bfa7dac2.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 295s warning: `serde_json` (lib) generated 1 warning (1 duplicate) 295s Compiling uuid v1.10.0 295s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=uuid CARGO_MANIFEST_DIR=/tmp/tmp.Y7x6uigAdC/registry/uuid-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.Y7x6uigAdC/registry/uuid-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Ashley Mannix:Dylan DPC:Hunar Roop Kahlon' CARGO_PKG_DESCRIPTION='A library to generate and parse UUIDs.' CARGO_PKG_HOMEPAGE='https://github.com/uuid-rs/uuid' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=uuid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/uuid-rs/uuid' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name uuid --edition=2018 /tmp/tmp.Y7x6uigAdC/registry/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "bytemuck", "default", "fast-rng", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=f6258a0032240d78 -C extra-filename=-f6258a0032240d78 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern getrandom=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-b9582ddd2c60f79c.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 295s warning: `uuid` (lib) generated 1 warning (1 duplicate) 296s warning: `tokio` (lib) generated 1 warning (1 duplicate) 296s Compiling railway-provider-db-movas v0.1.0 (/usr/share/cargo/registry/railway-provider-db-movas-0.1.0) 296s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_provider_db_movas CARGO_MANIFEST_DIR=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Implementation of a DB Movas client in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-provider-db-movas CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name railway_provider_db_movas --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("polylines", "rt-multi-thread"))' -C metadata=c2a389e072bb4af4 -C extra-filename=-c2a389e072bb4af4 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern async_trait=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libchrono-e72cdbe37b14e51a.rlib --extern chrono_tz=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-236b4d82e5f9b979.rlib --extern env_logger=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-0cd60edf536e7b0f.rlib --extern rcore=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/librailway_core-1e1dff85f4e3d085.rlib --extern serde=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libserde-e5d4ba4f19efbb61.rlib --extern serde_json=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-db36814f9293fe4b.rlib --extern tokio=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libtokio-f85d1e95ac474331.rlib --extern url=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rlib --extern uuid=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libuuid-f6258a0032240d78.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 296s error[E0432]: unresolved import `rcore::ReqwestRequesterBuilder` 296s --> src/lib.rs:271:61 296s | 296s 271 | JourneysOptions, Location, LocationsOptions, Place, ReqwestRequesterBuilder, Station, 296s | ^^^^^^^^^^^^^^^^^^^^^^^ 296s | | 296s | no `ReqwestRequesterBuilder` in the root 296s | help: a similar name exists in the module: `RequesterBuilder` 296s 297s For more information about this error, try `rustc --explain E0432`. 302s error: could not compile `railway-provider-db-movas` (lib test) due to 1 previous error 302s 302s Caused by: 302s process didn't exit successfully: `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_provider_db_movas CARGO_MANIFEST_DIR=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Implementation of a DB Movas client in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-provider-db-movas CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.Y7x6uigAdC/target/debug/deps rustc --crate-name railway_provider_db_movas --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("polylines", "rt-multi-thread"))' -C metadata=c2a389e072bb4af4 -C extra-filename=-c2a389e072bb4af4 --out-dir /tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Y7x6uigAdC/target/debug/deps --extern async_trait=/tmp/tmp.Y7x6uigAdC/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libchrono-e72cdbe37b14e51a.rlib --extern chrono_tz=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-236b4d82e5f9b979.rlib --extern env_logger=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-0cd60edf536e7b0f.rlib --extern rcore=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/librailway_core-1e1dff85f4e3d085.rlib --extern serde=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libserde-e5d4ba4f19efbb61.rlib --extern serde_json=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-db36814f9293fe4b.rlib --extern tokio=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libtokio-f85d1e95ac474331.rlib --extern url=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rlib --extern uuid=/tmp/tmp.Y7x6uigAdC/target/s390x-unknown-linux-gnu/debug/deps/libuuid-f6258a0032240d78.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.Y7x6uigAdC/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` (exit status: 1) 302s /tmp/autopkgtest.dodFYD/wrapper.sh: checking for leaked background processes... 302s /tmp/autopkgtest.dodFYD/wrapper.sh: waiting for tee/cat subprocesses... 302s /tmp/autopkgtest.dodFYD/wrapper.sh: cleaning up... 302s /tmp/autopkgtest.dodFYD/wrapper.sh: Exit status: 101 302s autopkgtest: DBG: testbed command exited with code 101 302s autopkgtest [21:15:43]: test librust-railway-provider-db-movas-dev:rt-multi-thread: -----------------------] 302s autopkgtest: DBG: testbed executing test finished with exit status 101 302s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3Art-multi-thread-stdout /tmp/autopkgtest-work.vbrnmat2/out/librust-railway-provider-db-movas-dev%3Art-multi-thread-stdout 310s autopkgtest: DBG: got reply from testbed: ok 311s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3Art-multi-thread-stderr /tmp/autopkgtest-work.vbrnmat2/out/librust-railway-provider-db-movas-dev%3Art-multi-thread-stderr 311s autopkgtest: DBG: got reply from testbed: ok 311s autopkgtest [21:15:52]: test librust-railway-provider-db-movas-dev:rt-multi-thread: - - - - - - - - - - results - - - - - - - - - - 311s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3Art-multi-thread-artifacts/ /tmp/autopkgtest-work.vbrnmat2/out/artifacts/ 311s librust-railway-provider-db-movas-dev:rt-multi-thread FLAKY non-zero exit status 101 319s autopkgtest: DBG: got reply from testbed: ok 319s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:rt-multi-thread-artifacts', '/tmp/autopkgtest.dodFYD/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 343s autopkgtest: DBG: testbed command exited with code 0 343s autopkgtest [21:16:24]: test librust-railway-provider-db-movas-dev:: preparing testbed 343s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'], deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 343s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 343s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 31)', 'rustc', 'librust-env-logger-0.11+default-dev (>= 0.11.3-~~)', 'librust-tokio-1+default-dev (>= 1.37-~~)', 'librust-tokio-1+macros-dev (>= 1.37-~~)', 'librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~)', 'librust-railway-provider-db-movas-dev'] 343s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 31), rustc, librust-env-logger-0.11+default-dev (>= 0.11.3-~~), librust-tokio-1+default-dev (>= 1.37-~~), librust-tokio-1+macros-dev (>= 1.37-~~), librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~), librust-railway-provider-db-movas-dev 343s autopkgtest: DBG: can use apt-get on testbed: True 343s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 31), rustc, librust-env-logger-0.11+default-dev (>= 0.11.3-~~), librust-tokio-1+default-dev (>= 1.37-~~), librust-tokio-1+macros-dev (>= 1.37-~~), librust-tokio-1+rt-multi-thread-dev (>= 1.37-~~), librust-railway-provider-db-movas-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 345s Reading package lists... 345s Building dependency tree... 345s Reading state information... 345s Starting pkgProblemResolver with broken count: 0 345s Starting 2 pkgProblemResolver with broken count: 0 345s Done 345s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 346s autopkgtest: DBG: testbed command exited with code 0 346s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-railway-provider-db-movas-dev'], kind short, sout pipe, serr pipe, env [] 353s autopkgtest: DBG: testbed command exited with code 0 353s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:-packages.all"], kind short, sout raw, serr pipe, env [] 354s autopkgtest: DBG: testbed command exited with code 0 354s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3A-packages.all /tmp/autopkgtest-work.vbrnmat2/out/librust-railway-provider-db-movas-dev%3A-packages.all 354s autopkgtest: DBG: got reply from testbed: ok 355s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.dodFYD/build.JqI/src'], kind short, sout raw, serr raw, env [] 358s autopkgtest: DBG: testbed command exited with code 0 358s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.dodFYD/build.JqI/src already exists 358s autopkgtest [21:16:39]: test librust-railway-provider-db-movas-dev:: /usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --no-default-features 358s autopkgtest [21:16:39]: test librust-railway-provider-db-movas-dev:: [----------------------- 358s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.dodFYD/wrapper.sh --debug --artifacts=/tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:-artifacts --chdir=/tmp/autopkgtest.dodFYD/build.JqI/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.dodFYD/librust-railway-provider-db-movas-dev:-stderr --stdout=/tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:-stdout --tmp=/tmp/autopkgtest.dodFYD/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 railway-provider-db-movas 0.1.0 --all-targets --no-default-features'"], kind test, sout raw, serr raw, env [] 360s /tmp/autopkgtest.dodFYD/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:-artifacts 360s /tmp/autopkgtest.dodFYD/wrapper.sh: changing to directory: /tmp/autopkgtest.dodFYD/build.JqI/src 360s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 360s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 360s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 360s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 360s /tmp/autopkgtest.dodFYD/wrapper.sh: setting environment: LANG=C.UTF-8 360s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LANGUAGE 360s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_ADDRESS 360s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_ALL 360s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_COLLATE 360s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_CTYPE 360s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_IDENTIFICATION 360s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MEASUREMENT 360s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MESSAGES 360s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_MONETARY 360s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_NAME 360s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_NUMERIC 360s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_PAPER 360s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_TELEPHONE 360s /tmp/autopkgtest.dodFYD/wrapper.sh: unsetting environment: LC_TIME 360s /tmp/autopkgtest.dodFYD/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 360s /tmp/autopkgtest.dodFYD/wrapper.sh: pretending to be a login shell 360s /tmp/autopkgtest.dodFYD/wrapper.sh: will write standard error to /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:-stderr 360s /tmp/autopkgtest.dodFYD/wrapper.sh: will write stdout to /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:-stdout 360s /tmp/autopkgtest.dodFYD/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.dodFYD/autopkgtest_tmp 360s /tmp/autopkgtest.dodFYD/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 360s /tmp/autopkgtest.dodFYD/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test railway-provider-db-movas 0.1.0 --all-targets --no-default-features 360s /tmp/autopkgtest.dodFYD/wrapper.sh: copying /tmp/tmp.ROGCJa7oOW/out to stdout and file: /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:-stdout 360s /tmp/autopkgtest.dodFYD/wrapper.sh: copying /tmp/tmp.ROGCJa7oOW/err to standard error and file: /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:-stdout 360s /tmp/autopkgtest.dodFYD/wrapper.sh: writing script pid 9324 to /tmp/autopkgtest_script_pid 360s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 360s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 360s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 360s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.p4MrWd2Gsp/registry/ 360s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 360s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 360s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 360s 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'],) {} 360s Compiling proc-macro2 v1.0.92 360s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn` 360s Compiling unicode-ident v1.0.13 360s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn` 360s Compiling siphasher v1.0.1 360s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/siphasher-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/siphasher-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' 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.p4MrWd2Gsp/target/debug/deps rustc --crate-name siphasher --edition=2018 /tmp/tmp.p4MrWd2Gsp/registry/siphasher-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=4b9ab36ba684b98f -C extra-filename=-4b9ab36ba684b98f --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn` 360s Compiling phf_shared v0.11.2 360s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_shared CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/phf_shared-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/phf_shared-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Support code shared by PHF libraries' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_shared CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name phf_shared --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=96345fb2bb3c7b2c -C extra-filename=-96345fb2bb3c7b2c --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern siphasher=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libsiphasher-4b9ab36ba684b98f.rmeta --cap-lints warn` 360s Compiling regex-syntax v0.8.5 360s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --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=ab0d8dd00f49479a -C extra-filename=-ab0d8dd00f49479a --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn` 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='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps:/tmp/tmp.p4MrWd2Gsp/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.p4MrWd2Gsp/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.p4MrWd2Gsp/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 360s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 360s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 360s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 360s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 360s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 360s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 360s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 360s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 360s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 360s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 360s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 360s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 360s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 360s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 360s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 360s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 360s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps OUT_DIR=/tmp/tmp.p4MrWd2Gsp/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern unicode_ident=/tmp/tmp.p4MrWd2Gsp/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)'` 361s Compiling quote v1.0.37 361s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern proc_macro2=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 361s Compiling rand_core v0.6.4 361s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/rand_core-0.6.4 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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. 361s ' 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.p4MrWd2Gsp/target/debug/deps rustc --crate-name rand_core --edition=2018 /tmp/tmp.p4MrWd2Gsp/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=fe79e05e504a2b04 -C extra-filename=-fe79e05e504a2b04 --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn` 361s warning: unexpected `cfg` condition name: `doc_cfg` 361s --> /tmp/tmp.p4MrWd2Gsp/registry/rand_core-0.6.4/src/lib.rs:38:13 361s | 361s 38 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 361s | ^^^^^^^ 361s | 361s = 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` 361s = help: consider using a Cargo feature instead 361s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 361s [lints.rust] 361s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 361s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 361s = note: see for more information about checking conditional configuration 361s = note: `#[warn(unexpected_cfgs)]` on by default 361s 362s warning: `rand_core` (lib) generated 1 warning 362s Compiling rand v0.8.5 362s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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. 362s ' 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.p4MrWd2Gsp/target/debug/deps rustc --crate-name rand --edition=2018 /tmp/tmp.p4MrWd2Gsp/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="small_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=06624c90811134c1 -C extra-filename=-06624c90811134c1 --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern rand_core=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/librand_core-fe79e05e504a2b04.rmeta --cap-lints warn` 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/lib.rs:52:13 362s | 362s 52 | #![cfg_attr(feature = "simd_support", feature(stdsimd))] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s = note: `#[warn(unexpected_cfgs)]` on by default 362s 362s warning: unexpected `cfg` condition name: `doc_cfg` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/lib.rs:53:13 362s | 362s 53 | #![cfg_attr(doc_cfg, feature(doc_cfg))] 362s | ^^^^^^^ 362s | 362s = 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` 362s = help: consider using a Cargo feature instead 362s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 362s [lints.rust] 362s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 362s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition name: `features` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/distribution.rs:162:7 362s | 362s 162 | #[cfg(features = "nightly")] 362s | ^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: see for more information about checking conditional configuration 362s help: there is a config with a similar name and value 362s | 362s 162 | #[cfg(feature = "nightly")] 362s | ~~~~~~~ 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/float.rs:15:7 362s | 362s 15 | #[cfg(feature = "simd_support")] use packed_simd::*; 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/float.rs:156:7 362s | 362s 156 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/float.rs:158:7 362s | 362s 158 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/float.rs:160:7 362s | 362s 160 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/float.rs:162:7 362s | 362s 162 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/float.rs:165:7 362s | 362s 165 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/float.rs:167:7 362s | 362s 167 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/float.rs:169:7 362s | 362s 169 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/integer.rs:13:32 362s | 362s 13 | #[cfg(all(target_arch = "x86", feature = "simd_support"))] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/integer.rs:15:35 362s | 362s 15 | #[cfg(all(target_arch = "x86_64", feature = "simd_support"))] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/integer.rs:19:7 362s | 362s 19 | #[cfg(feature = "simd_support")] use packed_simd::*; 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/integer.rs:112:7 362s | 362s 112 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/integer.rs:142:7 362s | 362s 142 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/integer.rs:144:7 362s | 362s 144 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/integer.rs:146:7 362s | 362s 146 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/integer.rs:148:7 362s | 362s 148 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/integer.rs:150:7 362s | 362s 150 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/integer.rs:152:7 362s | 362s 152 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/integer.rs:155:5 362s | 362s 155 | feature = "simd_support", 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:11:7 362s | 362s 11 | #[cfg(feature = "simd_support")] use packed_simd::*; 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:144:7 362s | 362s 144 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition name: `std` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:235:11 362s | 362s 235 | #[cfg(not(std))] 362s | ^^^ help: found config with similar value: `feature = "std"` 362s | 362s = help: consider using a Cargo feature instead 362s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 362s [lints.rust] 362s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 362s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:363:7 362s | 362s 363 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:423:7 362s | 362s 423 | #[cfg(feature="simd_support")] simd_impl! { f32x2, f32, m32x2, u32x2 } 362s | ^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:424:7 362s | 362s 424 | #[cfg(feature="simd_support")] simd_impl! { f32x4, f32, m32x4, u32x4 } 362s | ^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:425:7 362s | 362s 425 | #[cfg(feature="simd_support")] simd_impl! { f32x8, f32, m32x8, u32x8 } 362s | ^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:426:7 362s | 362s 426 | #[cfg(feature="simd_support")] simd_impl! { f32x16, f32, m32x16, u32x16 } 362s | ^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:427:7 362s | 362s 427 | #[cfg(feature="simd_support")] simd_impl! { f64x2, f64, m64x2, u64x2 } 362s | ^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:428:7 362s | 362s 428 | #[cfg(feature="simd_support")] simd_impl! { f64x4, f64, m64x4, u64x4 } 362s | ^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:429:7 362s | 362s 429 | #[cfg(feature="simd_support")] simd_impl! { f64x8, f64, m64x8, u64x8 } 362s | ^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition name: `std` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:291:19 362s | 362s 291 | #[cfg(not(std))] 362s | ^^^ help: found config with similar value: `feature = "std"` 362s ... 362s 359 | scalar_float_impl!(f32, u32); 362s | ---------------------------- in this macro invocation 362s | 362s = help: consider using a Cargo feature instead 362s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 362s [lints.rust] 362s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 362s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 362s = note: see for more information about checking conditional configuration 362s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 362s 362s warning: unexpected `cfg` condition name: `std` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:291:19 362s | 362s 291 | #[cfg(not(std))] 362s | ^^^ help: found config with similar value: `feature = "std"` 362s ... 362s 360 | scalar_float_impl!(f64, u64); 362s | ---------------------------- in this macro invocation 362s | 362s = help: consider using a Cargo feature instead 362s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 362s [lints.rust] 362s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } 362s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` 362s = note: see for more information about checking conditional configuration 362s = note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/uniform.rs:121:7 362s | 362s 121 | #[cfg(feature = "simd_support")] use packed_simd::*; 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/uniform.rs:572:7 362s | 362s 572 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/uniform.rs:679:7 362s | 362s 679 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/uniform.rs:687:7 362s | 362s 687 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/uniform.rs:696:7 362s | 362s 696 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/uniform.rs:706:7 362s | 362s 706 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/uniform.rs:1001:7 362s | 362s 1001 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/uniform.rs:1003:7 362s | 362s 1003 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/uniform.rs:1005:7 362s | 362s 1005 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/uniform.rs:1007:7 362s | 362s 1007 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/uniform.rs:1010:7 362s | 362s 1010 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/uniform.rs:1012:7 362s | 362s 1012 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition value: `simd_support` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/uniform.rs:1014:7 362s | 362s 1014 | #[cfg(feature = "simd_support")] 362s | ^^^^^^^^^^^^^^^^^^^^^^^^ 362s | 362s = note: expected values for `feature` are: `alloc`, `default`, `getrandom`, `libc`, `log`, `min_const_gen`, `nightly`, `rand_chacha`, `serde`, `serde1`, `small_rng`, `std`, and `std_rng` 362s = help: consider adding `simd_support` as a feature in `Cargo.toml` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition name: `doc_cfg` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/rng.rs:395:12 362s | 362s 395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))] 362s | ^^^^^^^ 362s | 362s = help: consider using a Cargo feature instead 362s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 362s [lints.rust] 362s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 362s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition name: `doc_cfg` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/rngs/mod.rs:99:12 362s | 362s 99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 362s | ^^^^^^^ 362s | 362s = help: consider using a Cargo feature instead 362s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 362s [lints.rust] 362s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 362s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition name: `doc_cfg` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/rngs/mod.rs:118:12 362s | 362s 118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))] 362s | ^^^^^^^ 362s | 362s = help: consider using a Cargo feature instead 362s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 362s [lints.rust] 362s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 362s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 362s = note: see for more information about checking conditional configuration 362s 362s warning: unexpected `cfg` condition name: `doc_cfg` 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/rngs/small.rs:79:12 362s | 362s 79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "small_rng")))] 362s | ^^^^^^^ 362s | 362s = help: consider using a Cargo feature instead 362s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 362s [lints.rust] 362s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] } 362s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs` 362s = note: see for more information about checking conditional configuration 362s 362s warning: trait `Float` is never used 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:238:18 362s | 362s 238 | pub(crate) trait Float: Sized { 362s | ^^^^^ 362s | 362s = note: `#[warn(dead_code)]` on by default 362s 362s warning: associated items `lanes`, `extract`, and `replace` are never used 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:247:8 362s | 362s 245 | pub(crate) trait FloatAsSIMD: Sized { 362s | ----------- associated items in this trait 362s 246 | #[inline(always)] 362s 247 | fn lanes() -> usize { 362s | ^^^^^ 362s ... 362s 255 | fn extract(self, index: usize) -> Self { 362s | ^^^^^^^ 362s ... 362s 260 | fn replace(self, index: usize, new_value: Self) -> Self { 362s | ^^^^^^^ 362s 362s warning: method `all` is never used 362s --> /tmp/tmp.p4MrWd2Gsp/registry/rand-0.8.5/src/distributions/utils.rs:268:8 362s | 362s 266 | pub(crate) trait BoolAsSIMD: Sized { 362s | ---------- method in this trait 362s 267 | fn any(self) -> bool; 362s 268 | fn all(self) -> bool; 362s | ^^^ 362s 362s warning: `rand` (lib) generated 55 warnings 362s Compiling regex-automata v0.4.9 362s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="meta"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=d9666b3547633884 -C extra-filename=-d9666b3547633884 --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern regex_syntax=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libregex_syntax-ab0d8dd00f49479a.rmeta --cap-lints warn` 363s Compiling syn v2.0.96 363s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.p4MrWd2Gsp/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"' --cfg 'feature="visit-mut"' --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=a9da2a2afa301954 -C extra-filename=-a9da2a2afa301954 --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern proc_macro2=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 365s Compiling regex v1.11.1 365s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 365s finite automata and guarantees linear time matching on all inputs. 365s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=39971a1e8908159b -C extra-filename=-39971a1e8908159b --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern regex_automata=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libregex_automata-d9666b3547633884.rmeta --extern regex_syntax=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libregex_syntax-ab0d8dd00f49479a.rmeta --cap-lints warn` 366s Compiling phf_generator v0.11.2 366s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_generator CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/phf_generator-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/phf_generator-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='PHF generation logic' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_generator CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name phf_generator --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/phf_generator-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=09d2a0a5cafc99ec -C extra-filename=-09d2a0a5cafc99ec --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern phf_shared=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --extern rand=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/librand-06624c90811134c1.rmeta --cap-lints warn` 366s Compiling memchr v2.7.4 366s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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 366s 1, 2 or 3 byte search and single substring search. 366s ' 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.p4MrWd2Gsp/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 366s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 366s | 366s = note: this feature is not stably supported; its behavior can change in the future 366s 366s warning: `memchr` (lib) generated 1 warning 366s Compiling autocfg v1.1.0 366s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn` 366s Compiling num-traits v0.2.19 366s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.p4MrWd2Gsp/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=aa60072a75c86d31 -C extra-filename=-aa60072a75c86d31 --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/build/num-traits-aa60072a75c86d31 -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern autocfg=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 367s Compiling phf_codegen v0.11.2 367s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_codegen CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/phf_codegen-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/phf_codegen-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Codegen library for PHF types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_codegen CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name phf_codegen --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/phf_codegen-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5eab2e6052fda339 -C extra-filename=-5eab2e6052fda339 --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern phf_generator=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libphf_generator-09d2a0a5cafc99ec.rmeta --extern phf_shared=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --cap-lints warn` 367s Compiling parse-zoneinfo v0.3.0 367s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=parse_zoneinfo CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/parse-zoneinfo-0.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/parse-zoneinfo-0.3.0/Cargo.toml CARGO_PKG_AUTHORS='Djzin ' CARGO_PKG_DESCRIPTION='Parse zoneinfo files from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parse-zoneinfo CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/djzin/parse-zoneinfo' 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.p4MrWd2Gsp/target/debug/deps rustc --crate-name parse_zoneinfo --edition=2015 /tmp/tmp.p4MrWd2Gsp/registry/parse-zoneinfo-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())' -C metadata=a1f4667655be7783 -C extra-filename=-a1f4667655be7783 --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern regex=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libregex-39971a1e8908159b.rmeta --cap-lints warn` 367s warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() 367s --> /tmp/tmp.p4MrWd2Gsp/registry/parse-zoneinfo-0.3.0/src/table.rs:349:30 367s | 367s 349 | write!(f, "{}", self.description()) 367s | ^^^^^^^^^^^ 367s | 367s = note: `#[warn(deprecated)]` on by default 367s 367s warning: unused return value of `std::mem::replace` that must be used 367s --> /tmp/tmp.p4MrWd2Gsp/registry/parse-zoneinfo-0.3.0/src/transitions.rs:337:25 367s | 367s 337 | replace(start_utc_offset, timespan.offset); 367s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 367s | 367s = note: if you don't need the old value, you can just assign the new value directly 367s = note: `#[warn(unused_must_use)]` on by default 367s help: use `let _ = ...` to ignore the resulting value 367s | 367s 337 | let _ = replace(start_utc_offset, timespan.offset); 367s | +++++++ 367s 367s warning: unused return value of `std::mem::replace` that must be used 367s --> /tmp/tmp.p4MrWd2Gsp/registry/parse-zoneinfo-0.3.0/src/transitions.rs:338:25 367s | 367s 338 | replace(start_dst_offset, *dst_offset); 367s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 367s | 367s = note: if you don't need the old value, you can just assign the new value directly 367s help: use `let _ = ...` to ignore the resulting value 367s | 367s 338 | let _ = replace(start_dst_offset, *dst_offset); 367s | +++++++ 367s 367s warning: unused return value of `std::mem::replace` that must be used 367s --> /tmp/tmp.p4MrWd2Gsp/registry/parse-zoneinfo-0.3.0/src/transitions.rs:339:25 367s | 367s 339 | / replace( 367s 340 | | start_zone_id, 367s 341 | | Some( 367s 342 | | timespan 367s ... | 367s 345 | | ), 367s 346 | | ); 367s | |_________________________^ 367s | 367s = note: if you don't need the old value, you can just assign the new value directly 367s help: use `let _ = ...` to ignore the resulting value 367s | 367s 339 | let _ = replace( 367s | +++++++ 367s 367s warning: unused return value of `std::mem::replace` that must be used 367s --> /tmp/tmp.p4MrWd2Gsp/registry/parse-zoneinfo-0.3.0/src/transitions.rs:353:25 367s | 367s 353 | / replace( 367s 354 | | start_zone_id, 367s 355 | | Some( 367s 356 | | timespan 367s ... | 367s 359 | | ), 367s 360 | | ); 367s | |_________________________^ 367s | 367s = note: if you don't need the old value, you can just assign the new value directly 367s help: use `let _ = ...` to ignore the resulting value 367s | 367s 353 | let _ = replace( 367s | +++++++ 367s 368s warning: `parse-zoneinfo` (lib) generated 5 warnings 368s Compiling phf v0.11.2 368s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/phf-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/phf-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Runtime support for perfect hash function data structures' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name phf --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=5d6d9e364012a8ee -C extra-filename=-5d6d9e364012a8ee --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern phf_shared=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libphf_shared-96345fb2bb3c7b2c.rmeta --cap-lints warn` 368s Compiling chrono-tz-build v0.2.1 368s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono_tz_build CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/chrono-tz-build-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/chrono-tz-build-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='internal build script for chrono-tz' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz-build CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION=1.60 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.p4MrWd2Gsp/target/debug/deps rustc --crate-name chrono_tz_build --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/chrono-tz-build-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "regex", "uncased"))' -C metadata=9671948fd604f90d -C extra-filename=-9671948fd604f90d --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern parse_zoneinfo=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libparse_zoneinfo-a1f4667655be7783.rmeta --extern phf=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libphf-5d6d9e364012a8ee.rmeta --extern phf_codegen=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libphf_codegen-5eab2e6052fda339.rmeta --cap-lints warn` 368s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps:/tmp/tmp.p4MrWd2Gsp/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/build/num-traits-ecdf0cfb694d8baf/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.p4MrWd2Gsp/target/debug/build/num-traits-aa60072a75c86d31/build-script-build` 368s Compiling aho-corasick v1.1.3 368s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name aho_corasick --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=fbc72b3c6b57956b -C extra-filename=-fbc72b3c6b57956b --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern memchr=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 368s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 368s [num-traits 0.2.19] | 368s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 368s [num-traits 0.2.19] 368s [num-traits 0.2.19] warning: 1 warning emitted 368s [num-traits 0.2.19] 368s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 368s [num-traits 0.2.19] | 368s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 368s [num-traits 0.2.19] 368s [num-traits 0.2.19] warning: 1 warning emitted 368s [num-traits 0.2.19] 368s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 368s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 368s Compiling smallvec v1.13.2 368s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.p4MrWd2Gsp/registry/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=a324a1e73a699a31 -C extra-filename=-a324a1e73a699a31 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 369s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 369s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=09e16120fd670342 -C extra-filename=-09e16120fd670342 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 369s warning: method `cmpeq` is never used 369s --> /usr/share/cargo/registry/aho-corasick-1.1.3/src/packed/vector.rs:74:15 369s | 369s 28 | pub(crate) trait Vector: 369s | ------ method in this trait 369s ... 369s 74 | unsafe fn cmpeq(self, vector2: Self) -> Self; 369s | ^^^^^ 369s | 369s = note: `#[warn(dead_code)]` on by default 369s 370s warning: `aho-corasick` (lib) generated 2 warnings (1 duplicate) 370s Compiling libc v0.2.169 370s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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. 370s ' 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.p4MrWd2Gsp/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.p4MrWd2Gsp/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 --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=767ba0aac58d5499 -C extra-filename=-767ba0aac58d5499 --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/build/libc-767ba0aac58d5499 -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn` 371s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/siphasher-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/siphasher-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' 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.p4MrWd2Gsp/target/debug/deps rustc --crate-name siphasher --edition=2018 /tmp/tmp.p4MrWd2Gsp/registry/siphasher-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=cb5279050189dcdd -C extra-filename=-cb5279050189dcdd --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 371s warning: `siphasher` (lib) generated 1 warning (1 duplicate) 371s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf_shared CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/phf_shared-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/phf_shared-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Support code shared by PHF libraries' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_shared CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name phf_shared --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=48dd0c9af20e9dba -C extra-filename=-48dd0c9af20e9dba --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern siphasher=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libsiphasher-cb5279050189dcdd.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 371s warning: `phf_shared` (lib) generated 1 warning (1 duplicate) 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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. 371s ' 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.p4MrWd2Gsp/target/debug/deps:/tmp/tmp.p4MrWd2Gsp/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/build/libc-39684a51095c5cb5/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.p4MrWd2Gsp/target/debug/build/libc-767ba0aac58d5499/build-script-build` 371s [libc 0.2.169] cargo:rerun-if-changed=build.rs 371s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 371s [libc 0.2.169] cargo:rustc-cfg=freebsd11 371s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 371s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 371s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name regex_automata --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=fc201aed5de4b3c9 -C extra-filename=-fc201aed5de4b3c9 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern aho_corasick=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-fbc72b3c6b57956b.rmeta --extern memchr=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern regex_syntax=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-09e16120fd670342.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 371s warning: `regex-syntax` (lib) generated 1 warning (1 duplicate) 371s Compiling unicode-normalization v0.1.22 371s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/unicode-normalization-0.1.22 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/unicode-normalization-0.1.22/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of 371s Unicode strings, including Canonical and Compatible 371s Decomposition and Recomposition, as described in 371s Unicode Standard Annex #15. 371s ' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name unicode_normalization --edition=2018 /tmp/tmp.p4MrWd2Gsp/registry/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f29ab9efad115d43 -C extra-filename=-f29ab9efad115d43 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern smallvec=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-a324a1e73a699a31.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 372s warning: `unicode-normalization` (lib) generated 1 warning (1 duplicate) 372s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps OUT_DIR=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/build/num-traits-ecdf0cfb694d8baf/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.p4MrWd2Gsp/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=c5bf5011da071860 -C extra-filename=-c5bf5011da071860 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 372s warning: unexpected `cfg` condition name: `has_total_cmp` 372s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 372s | 372s 2305 | #[cfg(has_total_cmp)] 372s | ^^^^^^^^^^^^^ 372s ... 372s 2325 | totalorder_impl!(f64, i64, u64, 64); 372s | ----------------------------------- in this macro invocation 372s | 372s = 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` 372s = help: consider using a Cargo feature instead 372s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 372s [lints.rust] 372s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 372s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 372s = note: see for more information about checking conditional configuration 372s = note: `#[warn(unexpected_cfgs)]` on by default 372s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 372s 372s warning: unexpected `cfg` condition name: `has_total_cmp` 372s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 372s | 372s 2311 | #[cfg(not(has_total_cmp))] 372s | ^^^^^^^^^^^^^ 372s ... 372s 2325 | totalorder_impl!(f64, i64, u64, 64); 372s | ----------------------------------- in this macro invocation 372s | 372s = help: consider using a Cargo feature instead 372s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 372s [lints.rust] 372s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 372s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 372s = note: see for more information about checking conditional configuration 372s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 372s 372s warning: unexpected `cfg` condition name: `has_total_cmp` 372s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 372s | 372s 2305 | #[cfg(has_total_cmp)] 372s | ^^^^^^^^^^^^^ 372s ... 372s 2326 | totalorder_impl!(f32, i32, u32, 32); 372s | ----------------------------------- in this macro invocation 372s | 372s = help: consider using a Cargo feature instead 372s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 372s [lints.rust] 372s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 372s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 372s = note: see for more information about checking conditional configuration 372s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 372s 372s warning: unexpected `cfg` condition name: `has_total_cmp` 372s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 372s | 372s 2311 | #[cfg(not(has_total_cmp))] 372s | ^^^^^^^^^^^^^ 372s ... 372s 2326 | totalorder_impl!(f32, i32, u32, 32); 372s | ----------------------------------- in this macro invocation 372s | 372s = help: consider using a Cargo feature instead 372s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 372s [lints.rust] 372s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 372s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 372s = note: see for more information about checking conditional configuration 372s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 372s 372s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 372s Compiling chrono-tz v0.8.6 372s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/chrono-tz-0.8.6/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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=127009518bdfcb54 -C extra-filename=-127009518bdfcb54 --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/build/chrono-tz-127009518bdfcb54 -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern chrono_tz_build=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libchrono_tz_build-9671948fd604f90d.rlib --cap-lints warn` 373s Compiling unicode-bidi v0.3.17 373s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_bidi CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/unicode-bidi-0.3.17 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/unicode-bidi-0.3.17/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/unicode-bidi' CARGO_PKG_RUST_VERSION=1.47.0 CARGO_PKG_VERSION=0.3.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name unicode_bidi --edition=2018 /tmp/tmp.p4MrWd2Gsp/registry/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=7e3dc4be196cec27 -C extra-filename=-7e3dc4be196cec27 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:1232:12 373s | 373s 1232 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` 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: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:1263:12 373s | 373s 1263 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:54:16 373s | 373s 54 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:69:16 373s | 373s 69 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:101:16 373s | 373s 101 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:161:16 373s | 373s 161 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:176:16 373s | 373s 176 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:225:16 373s | 373s 225 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:253:16 373s | 373s 253 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:269:16 373s | 373s 269 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:313:16 373s | 373s 313 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:343:16 373s | 373s 343 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:396:16 373s | 373s 396 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:409:16 373s | 373s 409 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:458:16 373s | 373s 458 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:484:16 373s | 373s 484 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:495:16 373s | 373s 495 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:507:16 373s | 373s 507 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/utf16.rs:520:16 373s | 373s 520 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/explicit.rs:33:12 373s | 373s 33 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:26:12 373s | 373s 26 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:262:12 373s | 373s 262 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/implicit.rs:581:12 373s | 373s 581 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/prepare.rs:53:12 373s | 373s 53 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:218:16 373s | 373s 218 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:233:16 373s | 373s 233 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:271:16 373s | 373s 271 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:335:11 373s | 373s 335 | #[cfg(feature = "flame_it")] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:436:11 373s | 373s 436 | #[cfg(feature = "flame_it")] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:341:15 373s | 373s 341 | #[cfg(feature = "flame_it")] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:347:15 373s | 373s 347 | #[cfg(feature = "flame_it")] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:481:16 373s | 373s 481 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:496:16 373s | 373s 496 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:545:16 373s | 373s 545 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:577:16 373s | 373s 577 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:593:16 373s | 373s 593 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:637:16 373s | 373s 637 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:667:16 373s | 373s 667 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:720:16 373s | 373s 720 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:733:16 373s | 373s 733 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:782:16 373s | 373s 782 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:808:16 373s | 373s 808 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:819:16 373s | 373s 819 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:833:16 373s | 373s 833 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: unexpected `cfg` condition value: `flame_it` 373s --> /usr/share/cargo/registry/unicode-bidi-0.3.17/src/lib.rs:846:16 373s | 373s 846 | #[cfg_attr(feature = "flame_it", flamer::flame)] 373s | ^^^^^^^^^^^^^^^^^^^^ 373s | 373s = note: expected values for `feature` are: `bench_it`, `default`, `hardcoded-data`, `serde`, `smallvec`, `std`, `unstable`, and `with_serde` 373s = help: consider adding `flame_it` as a feature in `Cargo.toml` 373s = note: see for more information about checking conditional configuration 373s 373s warning: `unicode-bidi` (lib) generated 46 warnings (1 duplicate) 373s Compiling iana-time-zone v0.1.60 373s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=iana_time_zone CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/iana-time-zone-0.1.60 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/iana-time-zone-0.1.60/Cargo.toml CARGO_PKG_AUTHORS='Andrew Straw :René Kijewski :Ryan Lopopolo ' CARGO_PKG_DESCRIPTION='get the IANA time zone for the current system' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=iana-time-zone CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/strawlab/iana-time-zone' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.60 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=60 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name iana_time_zone --edition=2018 /tmp/tmp.p4MrWd2Gsp/registry/iana-time-zone-0.1.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=f257132e4e5ad67a -C extra-filename=-f257132e4e5ad67a --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 374s warning: `iana-time-zone` (lib) generated 1 warning (1 duplicate) 374s Compiling log v0.4.22 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/log-0.4.22 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust 374s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name log --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=9212eb763c3d92f2 -C extra-filename=-9212eb763c3d92f2 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 374s warning: `log` (lib) generated 1 warning (1 duplicate) 374s Compiling utf8parse v0.2.1 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=utf8parse CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/utf8parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name utf8parse --edition=2018 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 374s warning: `utf8parse` (lib) generated 1 warning (1 duplicate) 374s Compiling percent-encoding v2.3.1 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=percent_encoding CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/percent-encoding-2.3.1 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/percent-encoding-2.3.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Percent encoding and decoding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=percent-encoding CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=2.3.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name percent_encoding --edition=2018 /tmp/tmp.p4MrWd2Gsp/registry/percent-encoding-2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bdbb744077176552 -C extra-filename=-bdbb744077176552 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 374s warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected 374s --> /usr/share/cargo/registry/percent-encoding-2.3.1/src/lib.rs:466:35 374s | 374s 466 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); 374s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 374s | 374s = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default 374s help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses 374s | 374s 466 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); 374s | ++++++++++++++++++ ~ + 374s help: use explicit `std::ptr::eq` method to compare metadata and addresses 374s | 374s 466 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); 374s | +++++++++++++ ~ + 374s 374s warning: `percent-encoding` (lib) generated 2 warnings (1 duplicate) 374s Compiling serde v1.0.217 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.p4MrWd2Gsp/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c22c8603f1f999ec -C extra-filename=-c22c8603f1f999ec --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/build/serde-c22c8603f1f999ec -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn` 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps:/tmp/tmp.p4MrWd2Gsp/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/build/serde-c08ea6899e623ec6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.p4MrWd2Gsp/target/debug/build/serde-c22c8603f1f999ec/build-script-build` 374s [serde 1.0.217] cargo:rerun-if-changed=build.rs 374s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 374s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 374s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 374s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 374s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 374s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 374s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 374s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 374s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 374s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 374s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 374s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 374s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 374s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 374s Compiling form_urlencoded v1.2.1 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=form_urlencoded CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/form_urlencoded-1.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/form_urlencoded-1.2.1/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=form_urlencoded CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name form_urlencoded --edition=2018 /tmp/tmp.p4MrWd2Gsp/registry/form_urlencoded-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=01ce7df510821a2a -C extra-filename=-01ce7df510821a2a --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern percent_encoding=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libpercent_encoding-bdbb744077176552.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 374s warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected 374s --> /usr/share/cargo/registry/form_urlencoded-1.2.1/src/lib.rs:414:35 374s | 374s 414 | debug_assert!(raw_utf8 == &*bytes as *const [u8]); 374s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 374s | 374s = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default 374s help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses 374s | 374s 414 | debug_assert!(std::ptr::addr_eq(raw_utf8, &*bytes as *const [u8])); 374s | ++++++++++++++++++ ~ + 374s help: use explicit `std::ptr::eq` method to compare metadata and addresses 374s | 374s 414 | debug_assert!(std::ptr::eq(raw_utf8, &*bytes as *const [u8])); 374s | +++++++++++++ ~ + 374s 375s warning: `form_urlencoded` (lib) generated 2 warnings (1 duplicate) 375s Compiling anstyle-parse v0.2.1 375s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_parse CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/anstyle-parse-0.2.1 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name anstyle_parse --edition=2021 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern utf8parse=/tmp/tmp.p4MrWd2Gsp/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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 375s warning: `anstyle-parse` (lib) generated 1 warning (1 duplicate) 375s Compiling chrono v0.4.39 375s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/chrono-0.4.39 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/chrono-0.4.39/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Date and time library for Rust' CARGO_PKG_HOMEPAGE='https://github.com/chronotope/chrono' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono' CARGO_PKG_RUST_VERSION=1.61.0 CARGO_PKG_VERSION=0.4.39 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=39 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name chrono --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/chrono-0.4.39/src/lib.rs --error-format=json --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="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "pure-rust-locales", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind"))' -C metadata=e72cdbe37b14e51a -C extra-filename=-e72cdbe37b14e51a --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern iana_time_zone=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libiana_time_zone-f257132e4e5ad67a.rmeta --extern num_traits=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-c5bf5011da071860.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 375s warning: unexpected `cfg` condition value: `__internal_bench` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:591:7 375s | 375s 591 | #[cfg(feature = "__internal_bench")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `__internal_bench` 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: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:11 375s | 375s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:29 375s | 375s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:50 375s | 375s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/lib.rs:644:71 375s | 375s 644 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:11 375s | 375s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:29 375s | 375s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:50 375s | 375s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:21:71 375s | 375s 21 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:9 375s | 375s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:27 375s | 375s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:48 375s | 375s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:54:69 375s | 375s 54 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-validation` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/time_delta.rs:59:12 375s | 375s 59 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/date.rs:13:7 375s | 375s 13 | #[cfg(feature = "rkyv")] 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/date.rs:57:12 375s | 375s 57 | #[cfg_attr(feature = "rkyv", derive(Archive, Deserialize, Serialize))] 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:11 375s | 375s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:29 375s | 375s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:50 375s | 375s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:34:71 375s | 375s 34 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:9 375s | 375s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:27 375s | 375s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:48 375s | 375s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:51:69 375s | 375s 51 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-validation` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:55:12 375s | 375s 55 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-validation` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/datetime/mod.rs:1773:7 375s | 375s 1773 | #[cfg(feature = "rkyv-validation")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `__internal_bench` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/internals.rs:3:13 375s | 375s 3 | #![cfg_attr(feature = "__internal_bench", allow(missing_docs))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `__internal_bench` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `__internal_bench` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/mod.rs:26:7 375s | 375s 26 | #[cfg(feature = "__internal_bench")] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `__internal_bench` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:11 375s | 375s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:29 375s | 375s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:50 375s | 375s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:23:71 375s | 375s 23 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:9 375s | 375s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:27 375s | 375s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:48 375s | 375s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:96:69 375s | 375s 96 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-validation` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/date/mod.rs:101:12 375s | 375s 101 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:11 375s | 375s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:29 375s | 375s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:50 375s | 375s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:13:71 375s | 375s 13 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:9 375s | 375s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:27 375s | 375s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:48 375s | 375s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:69:69 375s | 375s 69 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-validation` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/datetime/mod.rs:74:12 375s | 375s 74 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:11 375s | 375s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:29 375s | 375s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:50 375s | 375s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:10:71 375s | 375s 10 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:9 375s | 375s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:27 375s | 375s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:48 375s | 375s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:21:69 375s | 375s 21 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-validation` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/isoweek.rs:26:12 375s | 375s 26 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:11 375s | 375s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:29 375s | 375s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:50 375s | 375s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:12:71 375s | 375s 12 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:9 375s | 375s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:27 375s | 375s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:48 375s | 375s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:214:69 375s | 375s 214 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-validation` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/naive/time/mod.rs:219:12 375s | 375s 219 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:11 375s | 375s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:29 375s | 375s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:50 375s | 375s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:9:71 375s | 375s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:9 375s | 375s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:27 375s | 375s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:48 375s | 375s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:24:69 375s | 375s 24 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-validation` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/fixed.rs:29:12 375s | 375s 29 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:11 375s | 375s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:29 375s | 375s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:50 375s | 375s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:9:71 375s | 375s 9 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:9 375s | 375s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:27 375s | 375s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:48 375s | 375s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:115:69 375s | 375s 115 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-validation` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/local/mod.rs:120:12 375s | 375s 120 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:11 375s | 375s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:29 375s | 375s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:50 375s | 375s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:17:71 375s | 375s 17 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:9 375s | 375s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:27 375s | 375s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:48 375s | 375s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:45:69 375s | 375s 45 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-validation` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/offset/utc.rs:50:12 375s | 375s 50 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:11 375s | 375s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:29 375s | 375s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:50 375s | 375s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:3:71 375s | 375s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:9 375s | 375s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:27 375s | 375s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:48 375s | 375s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:34:69 375s | 375s 34 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-validation` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/weekday.rs:39:12 375s | 375s 39 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:11 375s | 375s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:29 375s | 375s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:50 375s | 375s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:3:71 375s | 375s 3 | #[cfg(any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"))] 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:9 375s | 375s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-16` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:27 375s | 375s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-16` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-32` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:48 375s | 375s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-32` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-64` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:33:69 375s | 375s 33 | any(feature = "rkyv", feature = "rkyv-16", feature = "rkyv-32", feature = "rkyv-64"), 375s | ^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-64` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: unexpected `cfg` condition value: `rkyv-validation` 375s --> /usr/share/cargo/registry/chrono-0.4.39/src/month.rs:38:12 375s | 375s 38 | #[cfg_attr(feature = "rkyv-validation", archive(check_bytes))] 375s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 375s | 375s = note: expected values for `feature` are: `alloc`, `arbitrary`, `clock`, `default`, `iana-time-zone`, `js-sys`, `libc`, `now`, `pure-rust-locales`, `serde`, `std`, `unstable-locales`, `wasm-bindgen`, and `wasmbind` 375s = help: consider adding `rkyv-validation` as a feature in `Cargo.toml` 375s = note: see for more information about checking conditional configuration 375s 375s warning: `regex-automata` (lib) generated 1 warning (1 duplicate) 375s Compiling idna v0.4.0 375s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/idna-0.4.0 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/idna-0.4.0/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name idna --edition=2018 /tmp/tmp.p4MrWd2Gsp/registry/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=33bb1fbd58e636ba -C extra-filename=-33bb1fbd58e636ba --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern unicode_bidi=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libunicode_bidi-7e3dc4be196cec27.rmeta --extern unicode_normalization=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libunicode_normalization-f29ab9efad115d43.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 376s warning: `chrono` (lib) generated 110 warnings (1 duplicate) 376s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/regex-1.11.1 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses 376s finite automata and guarantees linear time matching on all inputs. 376s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name regex --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=18e791cd27af2f9d -C extra-filename=-18e791cd27af2f9d --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern aho_corasick=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libaho_corasick-fbc72b3c6b57956b.rmeta --extern memchr=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern regex_automata=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libregex_automata-fc201aed5de4b3c9.rmeta --extern regex_syntax=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libregex_syntax-09e16120fd670342.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 376s warning: `idna` (lib) generated 1 warning (1 duplicate) 376s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.p4MrWd2Gsp/target/debug/deps:/tmp/tmp.p4MrWd2Gsp/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/build/chrono-tz-6418ffa5bf8d3688/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.p4MrWd2Gsp/target/debug/build/chrono-tz-127009518bdfcb54/build-script-build` 376s [chrono-tz 0.8.6] cargo:rerun-if-env-changed=CHRONO_TZ_TIMEZONE_FILTER 377s warning: `regex` (lib) generated 1 warning (1 duplicate) 377s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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. 377s ' 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.p4MrWd2Gsp/target/debug/deps OUT_DIR=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/build/libc-39684a51095c5cb5/out rustc --crate-name libc --edition=2021 /tmp/tmp.p4MrWd2Gsp/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 --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=7afc641d856e1092 -C extra-filename=-7afc641d856e1092 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/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"))'` 377s warning: unused import: `crate::ntptimeval` 377s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 377s | 377s 5 | use crate::ntptimeval; 377s | ^^^^^^^^^^^^^^^^^ 377s | 377s = note: `#[warn(unused_imports)]` on by default 377s 377s warning: `libc` (lib) generated 2 warnings (1 duplicate) 377s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=phf CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/phf-0.11.2 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/phf-0.11.2/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Runtime support for perfect hash function data structures' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name phf --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=1c434b52c028b1c3 -C extra-filename=-1c434b52c028b1c3 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern phf_shared=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libphf_shared-48dd0c9af20e9dba.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 377s warning: `phf` (lib) generated 1 warning (1 duplicate) 377s Compiling serde_derive v1.0.217 377s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/serde_derive-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/serde_derive-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name serde_derive --edition=2015 /tmp/tmp.p4MrWd2Gsp/registry/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=1735a37f4e425be9 -C extra-filename=-1735a37f4e425be9 --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern proc_macro2=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 378s Compiling anstyle v1.0.8 378s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/anstyle-1.0.8 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name anstyle --edition=2021 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 378s warning: `anstyle` (lib) generated 1 warning (1 duplicate) 378s Compiling cfg-if v1.0.0 378s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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] 378s parameters. Structured like an if-else chain, the first matching branch is the 378s item that gets emitted. 378s ' 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.p4MrWd2Gsp/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 378s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 378s Compiling serde_json v1.0.133 378s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/build/serde_json-2fa85724bf02f5ac -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn` 378s Compiling anstyle-query v1.0.0 378s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstyle_query CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/anstyle-query-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name anstyle_query --edition=2021 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 378s warning: `anstyle-query` (lib) generated 1 warning (1 duplicate) 378s Compiling colorchoice v1.0.0 378s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=colorchoice CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/colorchoice-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name colorchoice --edition=2021 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 378s warning: `colorchoice` (lib) generated 1 warning (1 duplicate) 378s Compiling anstream v0.6.15 378s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=anstream CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/anstream-0.6.15 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name anstream --edition=2021 /tmp/tmp.p4MrWd2Gsp/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test"))' -C metadata=d1aae20cbf237c21 -C extra-filename=-d1aae20cbf237c21 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern anstyle=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern anstyle_parse=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_parse-d0c73c4af772649f.rmeta --extern anstyle_query=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libanstyle_query-635bcba2223d27a9.rmeta --extern colorchoice=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libcolorchoice-e265feadf5f02527.rmeta --extern utf8parse=/tmp/tmp.p4MrWd2Gsp/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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:48:20 378s | 378s 48 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s = note: `#[warn(unexpected_cfgs)]` on by default 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/lib.rs:53:20 378s | 378s 53 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:4:24 378s | 378s 4 | #[cfg(not(all(windows, feature = "wincon")))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/stream.rs:8:20 378s | 378s 8 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:46:20 378s | 378s 46 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/buffer.rs:58:20 378s | 378s 58 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:5:20 378s | 378s 5 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:27:24 378s | 378s 27 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:137:28 378s | 378s 137 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:143:32 378s | 378s 143 | #[cfg(not(all(windows, feature = "wincon")))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:155:32 378s | 378s 155 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:166:32 378s | 378s 166 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:180:32 378s | 378s 180 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:225:32 378s | 378s 225 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:243:32 378s | 378s 243 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:260:32 378s | 378s 260 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:269:32 378s | 378s 269 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:279:32 378s | 378s 279 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:288:32 378s | 378s 288 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 378s warning: unexpected `cfg` condition value: `wincon` 378s --> /usr/share/cargo/registry/anstream-0.6.15/src/auto.rs:298:32 378s | 378s 298 | #[cfg(all(windows, feature = "wincon"))] 378s | ^^^^^^^^^^^^^^^^^^ 378s | 378s = note: expected values for `feature` are: `auto`, `default`, and `test` 378s = help: consider adding `wincon` as a feature in `Cargo.toml` 378s = note: see for more information about checking conditional configuration 378s 379s warning: `anstream` (lib) generated 21 warnings (1 duplicate) 379s 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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0--remap-path-prefix/tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps:/tmp/tmp.p4MrWd2Gsp/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.p4MrWd2Gsp/target/debug/build/serde_json-2fa85724bf02f5ac/build-script-build` 379s [serde_json 1.0.133] cargo:rerun-if-changed=build.rs 379s [serde_json 1.0.133] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64")) 379s [serde_json 1.0.133] cargo:rustc-cfg=fast_arithmetic="64" 379s Compiling getrandom v0.2.15 379s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.p4MrWd2Gsp/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 --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=b9582ddd2c60f79c -C extra-filename=-b9582ddd2c60f79c --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern cfg_if=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/liblibc-7afc641d856e1092.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 379s warning: unexpected `cfg` condition value: `js` 379s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 379s | 379s 334 | } else if #[cfg(all(feature = "js", 379s | ^^^^^^^^^^^^^^ 379s | 379s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 379s = help: consider adding `js` as a feature in `Cargo.toml` 379s = note: see for more information about checking conditional configuration 379s = note: `#[warn(unexpected_cfgs)]` on by default 379s 379s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 379s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=chrono_tz CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/chrono-tz-0.8.6 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/chrono-tz-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='TimeZone implementations for chrono from the IANA database' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono-tz CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono-tz' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps OUT_DIR=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/build/chrono-tz-6418ffa5bf8d3688/out rustc --crate-name chrono_tz --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/chrono-tz-0.8.6/src/lib.rs --error-format=json --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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=236b4d82e5f9b979 -C extra-filename=-236b4d82e5f9b979 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern chrono=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libchrono-e72cdbe37b14e51a.rmeta --extern phf=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libphf-1c434b52c028b1c3.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 382s warning: use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead 382s --> /usr/share/cargo/registry/chrono-tz-0.8.6/src/timezone_impl.rs:331:31 382s | 382s 331 | let timestamp = local.timestamp(); 382s | ^^^^^^^^^ 382s | 382s = note: `#[warn(deprecated)]` on by default 382s 382s warning: use of deprecated method `chrono::NaiveDateTime::timestamp`: use `.and_utc().timestamp()` instead 382s --> /usr/share/cargo/registry/chrono-tz-0.8.6/src/timezone_impl.rs:364:29 382s | 382s 364 | let timestamp = utc.timestamp(); 382s | ^^^^^^^^^ 382s 382s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps OUT_DIR=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/build/serde-c08ea6899e623ec6/out rustc --crate-name serde --edition=2018 /tmp/tmp.p4MrWd2Gsp/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=e5d4ba4f19efbb61 -C extra-filename=-e5d4ba4f19efbb61 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern serde_derive=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libserde_derive-1735a37f4e425be9.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/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)'` 383s warning: `chrono-tz` (lib) generated 3 warnings (1 duplicate) 383s Compiling env_filter v0.1.3 383s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=env_filter CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/env_filter-0.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/env_filter-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Filter log events using environment variables 383s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_filter CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name env_filter --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/env_filter-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=63bfa0800d7de88f -C extra-filename=-63bfa0800d7de88f --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern log=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --extern regex=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libregex-18e791cd27af2f9d.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 383s warning: `env_filter` (lib) generated 1 warning (1 duplicate) 383s Compiling url v2.5.2 383s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=url CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/url-2.5.2 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/url-2.5.2/Cargo.toml CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='URL library for Rust, based on the WHATWG URL Standard' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=url CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=2.5.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name url --edition=2018 /tmp/tmp.p4MrWd2Gsp/registry/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "expose_internals", "serde"))' -C metadata=d3a53a15d0038c45 -C extra-filename=-d3a53a15d0038c45 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern form_urlencoded=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libform_urlencoded-01ce7df510821a2a.rmeta --extern idna=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libidna-33bb1fbd58e636ba.rmeta --extern percent_encoding=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libpercent_encoding-bdbb744077176552.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 383s warning: unexpected `cfg` condition value: `debugger_visualizer` 383s --> /usr/share/cargo/registry/url-2.5.2/src/lib.rs:139:5 383s | 383s 139 | feature = "debugger_visualizer", 383s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 383s | 383s = note: expected values for `feature` are: `default`, `expose_internals`, and `serde` 383s = help: consider adding `debugger_visualizer` as a feature in `Cargo.toml` 383s = note: see for more information about checking conditional configuration 383s = note: `#[warn(unexpected_cfgs)]` on by default 383s 384s warning: `url` (lib) generated 2 warnings (1 duplicate) 384s Compiling tokio-macros v2.5.0 384s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tokio_macros CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/tokio-macros-2.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/tokio-macros-2.5.0/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='Tokio'\''s proc macros. 384s ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio-macros CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name tokio_macros --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/tokio-macros-2.5.0/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=a91a4532bfa7dac2 -C extra-filename=-a91a4532bfa7dac2 --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern proc_macro2=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 384s warning: `serde` (lib) generated 1 warning (1 duplicate) 384s Compiling async-trait v0.1.83 384s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=async_trait CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/async-trait-0.1.83 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/async-trait-0.1.83/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Type erasure for async trait methods' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=async-trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/async-trait' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.1.83 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=83 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name async_trait --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/async-trait-0.1.83/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=a430336fad6b7dad -C extra-filename=-a430336fad6b7dad --out-dir /tmp/tmp.p4MrWd2Gsp/target/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern proc_macro2=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libsyn-a9da2a2afa301954.rlib --extern proc_macro --cap-lints warn` 385s Compiling pin-project-lite v0.2.13 385s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/pin-project-lite-0.2.13/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros. 385s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.p4MrWd2Gsp/registry/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5dc815523e98d889 -C extra-filename=-5dc815523e98d889 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 385s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 385s Compiling ryu v1.0.19 385s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/ryu-1.0.19 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name ryu --edition=2018 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 385s warning: `ryu` (lib) generated 1 warning (1 duplicate) 385s Compiling itoa v1.0.14 385s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/itoa-1.0.14 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps rustc --crate-name itoa --edition=2018 /tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 385s warning: `itoa` (lib) generated 1 warning (1 duplicate) 385s Compiling humantime v2.1.0 385s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/humantime-2.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/humantime-2.1.0/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime} 385s ' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tailhook/humantime' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name humantime --edition=2018 /tmp/tmp.p4MrWd2Gsp/registry/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4af2590cd48652be -C extra-filename=-4af2590cd48652be --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 385s warning: unexpected `cfg` condition value: `cloudabi` 385s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:6:7 385s | 385s 6 | #[cfg(target_os="cloudabi")] 385s | ^^^^^^^^^^^^^^^^^^^^ 385s | 385s = 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 385s = note: see for more information about checking conditional configuration 385s = note: `#[warn(unexpected_cfgs)]` on by default 385s 385s warning: unexpected `cfg` condition value: `cloudabi` 385s --> /usr/share/cargo/registry/humantime-2.1.0/src/date.rs:14:9 385s | 385s 14 | not(target_os="cloudabi"), 385s | ^^^^^^^^^^^^^^^^^^^^ 385s | 385s = 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 385s = note: see for more information about checking conditional configuration 385s 385s warning: `humantime` (lib) generated 3 warnings (1 duplicate) 385s Compiling env_logger v0.11.5 385s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/env_logger-0.11.5 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/env_logger-0.11.5/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment 385s variable. 385s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-cli/env_logger' CARGO_PKG_RUST_VERSION=1.71 CARGO_PKG_VERSION=0.11.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name env_logger --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/env_logger-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=0cd60edf536e7b0f -C extra-filename=-0cd60edf536e7b0f --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern anstream=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libanstream-d1aae20cbf237c21.rmeta --extern anstyle=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libanstyle-bd63b594ac2d723a.rmeta --extern env_filter=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libenv_filter-63bfa0800d7de88f.rmeta --extern humantime=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libhumantime-4af2590cd48652be.rmeta --extern log=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 386s warning: `env_logger` (lib) generated 1 warning (1 duplicate) 386s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/serde_json-1.0.133 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/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.p4MrWd2Gsp/target/debug/deps OUT_DIR=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/build/serde_json-d77da224bdd2f093/out rustc --crate-name serde_json --edition=2021 /tmp/tmp.p4MrWd2Gsp/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=db36814f9293fe4b -C extra-filename=-db36814f9293fe4b --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern itoa=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libitoa-a82a426f214c0959.rmeta --extern memchr=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-9dfbaa7dc96bc3ae.rmeta --extern ryu=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libryu-c01778dbd79acb0e.rmeta --extern serde=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libserde-e5d4ba4f19efbb61.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` 386s Compiling railway-core v0.1.0 386s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_core CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/railway-core-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/railway-core-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Core type definitions of the Railway backend' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name railway_core --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/railway-core-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("geojson", "hyper", "hyper-requester", "hyper-rustls", "polylines", "rt-multi-thread", "rustls", "rustls-pemfile", "serde"))' -C metadata=b42588bff8fec189 -C extra-filename=-b42588bff8fec189 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern async_trait=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libchrono-e72cdbe37b14e51a.rmeta --extern chrono_tz=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-236b4d82e5f9b979.rmeta --extern log=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/liblog-9212eb763c3d92f2.rmeta --extern url=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 386s warning: `railway-core` (lib) generated 1 warning (1 duplicate) 386s Compiling tokio v1.43.0 386s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tokio CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/tokio-1.43.0 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/tokio-1.43.0/Cargo.toml CARGO_PKG_AUTHORS='Tokio Contributors ' CARGO_PKG_DESCRIPTION='An event-driven, non-blocking I/O platform for writing asynchronous I/O 386s backed applications. 386s ' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tokio CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tokio' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=1.43.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=43 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name tokio --edition=2021 /tmp/tmp.p4MrWd2Gsp/registry/tokio-1.43.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="macros"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing"))' -C metadata=f85d1e95ac474331 -C extra-filename=-f85d1e95ac474331 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern pin_project_lite=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern tokio_macros=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libtokio_macros-a91a4532bfa7dac2.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 387s warning: `serde_json` (lib) generated 1 warning (1 duplicate) 387s Compiling uuid v1.10.0 387s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=uuid CARGO_MANIFEST_DIR=/tmp/tmp.p4MrWd2Gsp/registry/uuid-1.10.0 CARGO_MANIFEST_PATH=/tmp/tmp.p4MrWd2Gsp/registry/uuid-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Ashley Mannix:Dylan DPC:Hunar Roop Kahlon' CARGO_PKG_DESCRIPTION='A library to generate and parse UUIDs.' CARGO_PKG_HOMEPAGE='https://github.com/uuid-rs/uuid' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=uuid CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/uuid-rs/uuid' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name uuid --edition=2018 /tmp/tmp.p4MrWd2Gsp/registry/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "bytemuck", "default", "fast-rng", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=f6258a0032240d78 -C extra-filename=-f6258a0032240d78 --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern getrandom=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-b9582ddd2c60f79c.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 387s warning: `uuid` (lib) generated 1 warning (1 duplicate) 388s warning: `tokio` (lib) generated 1 warning (1 duplicate) 388s Compiling railway-provider-db-movas v0.1.0 (/usr/share/cargo/registry/railway-provider-db-movas-0.1.0) 388s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_provider_db_movas CARGO_MANIFEST_DIR=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Implementation of a DB Movas client in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-provider-db-movas CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name railway_provider_db_movas --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("polylines", "rt-multi-thread"))' -C metadata=9406ccec4dca3f1e -C extra-filename=-9406ccec4dca3f1e --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern async_trait=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libchrono-e72cdbe37b14e51a.rlib --extern chrono_tz=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-236b4d82e5f9b979.rlib --extern env_logger=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-0cd60edf536e7b0f.rlib --extern rcore=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/librailway_core-b42588bff8fec189.rlib --extern serde=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libserde-e5d4ba4f19efbb61.rlib --extern serde_json=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-db36814f9293fe4b.rlib --extern tokio=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libtokio-f85d1e95ac474331.rlib --extern url=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rlib --extern uuid=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libuuid-f6258a0032240d78.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 388s error[E0432]: unresolved import `rcore::ReqwestRequesterBuilder` 388s --> src/lib.rs:271:61 388s | 388s 271 | JourneysOptions, Location, LocationsOptions, Place, ReqwestRequesterBuilder, Station, 388s | ^^^^^^^^^^^^^^^^^^^^^^^ 388s | | 388s | no `ReqwestRequesterBuilder` in the root 388s | help: a similar name exists in the module: `RequesterBuilder` 388s 389s For more information about this error, try `rustc --explain E0432`. 389s error: could not compile `railway-provider-db-movas` (lib test) due to 1 previous error 389s 389s Caused by: 389s process didn't exit successfully: `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=railway_provider_db_movas CARGO_MANIFEST_DIR=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Julian Schmidhuber ' CARGO_PKG_DESCRIPTION='Implementation of a DB Movas client in Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='AGPL-3.0-or-later OR EUPL-1.2' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=railway-provider-db-movas CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/schmiddi-on-mobile/railway-backend' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.p4MrWd2Gsp/target/debug/deps rustc --crate-name railway_provider_db_movas --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("polylines", "rt-multi-thread"))' -C metadata=9406ccec4dca3f1e -C extra-filename=-9406ccec4dca3f1e --out-dir /tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.p4MrWd2Gsp/target/debug/deps --extern async_trait=/tmp/tmp.p4MrWd2Gsp/target/debug/deps/libasync_trait-a430336fad6b7dad.so --extern chrono=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libchrono-e72cdbe37b14e51a.rlib --extern chrono_tz=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libchrono_tz-236b4d82e5f9b979.rlib --extern env_logger=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libenv_logger-0cd60edf536e7b0f.rlib --extern rcore=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/librailway_core-b42588bff8fec189.rlib --extern serde=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libserde-e5d4ba4f19efbb61.rlib --extern serde_json=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libserde_json-db36814f9293fe4b.rlib --extern tokio=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libtokio-f85d1e95ac474331.rlib --extern url=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/liburl-d3a53a15d0038c45.rlib --extern uuid=/tmp/tmp.p4MrWd2Gsp/target/s390x-unknown-linux-gnu/debug/deps/libuuid-f6258a0032240d78.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/railway-provider-db-movas-0.1.0=/usr/share/cargo/registry/railway-provider-db-movas-0.1.0 --remap-path-prefix /tmp/tmp.p4MrWd2Gsp/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` (exit status: 1) 389s /tmp/autopkgtest.dodFYD/wrapper.sh: checking for leaked background processes... 389s /tmp/autopkgtest.dodFYD/wrapper.sh: waiting for tee/cat subprocesses... 389s /tmp/autopkgtest.dodFYD/wrapper.sh: cleaning up... 389s /tmp/autopkgtest.dodFYD/wrapper.sh: Exit status: 101 389s autopkgtest: DBG: testbed command exited with code 101 389s autopkgtest [21:17:10]: test librust-railway-provider-db-movas-dev:: -----------------------] 389s autopkgtest: DBG: testbed executing test finished with exit status 101 389s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3A-stdout /tmp/autopkgtest-work.vbrnmat2/out/librust-railway-provider-db-movas-dev%3A-stdout 389s autopkgtest: DBG: got reply from testbed: ok 389s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3A-stderr /tmp/autopkgtest-work.vbrnmat2/out/librust-railway-provider-db-movas-dev%3A-stderr 390s autopkgtest: DBG: got reply from testbed: ok 390s librust-railway-provider-db-movas-dev: FLAKY non-zero exit status 101 390s autopkgtest [21:17:11]: test librust-railway-provider-db-movas-dev:: - - - - - - - - - - results - - - - - - - - - - 390s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev%3A-artifacts/ /tmp/autopkgtest-work.vbrnmat2/out/artifacts/ 390s autopkgtest: DBG: got reply from testbed: ok 390s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.dodFYD/librust-railway-provider-db-movas-dev:-artifacts', '/tmp/autopkgtest.dodFYD/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 390s autopkgtest: DBG: testbed command exited with code 0 390s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 390s autopkgtest [21:17:11]: @@@@@@@@@@@@@@@@@@@@ summary 390s rust-railway-provider-db-movas:@ FLAKY non-zero exit status 101 390s librust-railway-provider-db-movas-dev:default FLAKY non-zero exit status 101 390s librust-railway-provider-db-movas-dev:polylines FLAKY non-zero exit status 101 390s librust-railway-provider-db-movas-dev:rt-multi-thread FLAKY non-zero exit status 101 390s librust-railway-provider-db-movas-dev: FLAKY non-zero exit status 101 390s autopkgtest: DBG: testbed stop 390s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.dodFYD 390s autopkgtest: DBG: sending command to testbed: close 407s autopkgtest: DBG: got reply from testbed: ok 407s autopkgtest: DBG: sending command to testbed: quit 407s nova [W] Using flock in prodstack6-s390x 407s Creating nova instance adt-plucky-s390x-rust-railway-provider-db-movas-20250211-211040-juju-7f2275-prod-proposed-migration-environment-15-0c37935d-28e4-48a2-a28b-44517a7d3b4b from image adt/ubuntu-plucky-s390x-server-20250211.img (UUID 66c3edab-d329-48ef-b4f4-4fc082c07041)... 407s nova [W] Timed out waiting for cde08650-7c22-4253-8f82-5eee0c819755 to get deleted.